)]}'
{
  "commit": "fde740e4dd4a05ca8957490d468fa9b2770f5bd6",
  "tree": "04bc0221bc6c59379a17f3631fc4bd3c886e1d61",
  "parents": [
    "ff3eb55ed97db3f12964beeffe3d34602d295367"
  ],
  "author": {
    "name": "Robin Holt",
    "email": "holt@sgi.com",
    "time": "Mon Apr 25 13:13:16 2005 -0700"
  },
  "committer": {
    "name": "Tony Luck",
    "email": "tony.luck@intel.com",
    "time": "Mon Apr 25 13:13:16 2005 -0700"
  },
  "message": "[IA64] Percpu quicklist for combined allocator for pgd/pmd/pte.\n\nThis patch introduces using the quicklists for pgd, pmd, and pte levels\nby combining the alloc and free functions into a common set of routines.\nThis greatly simplifies the reading of this header file.\n\nThis patch is simple but necessary for large numa configurations.\nIt simply ensures that only pages from the local node are added to a\ncpus quicklist.  This prevents the trapping of pages on a remote nodes\nquicklist by starting a process, touching a large number of pages to\nfill pmd and pte entries, migrating to another node, and then unmapping\nor exiting.  With those conditions, the pages get trapped and if the\nmachine has more than 100 nodes of the same size, the calculation of\nthe pgtable high water mark will be larger than any single node so page\ntable cache flushing will never occur.\n\nI ran lmbench lat_proc fork and lat_proc exec on a zx1 with and without\nthis patch and did not notice any change.\n\nOn an sn2 machine, there was a slight improvement which is possibly\ndue to pages from other nodes trapped on the test node before starting\nthe run.  I did not investigate further.\n\nThis patch shrinks the quicklist based upon free memory on the node\ninstead of the high/low water marks.  I have written it to enable\npreemption periodically and recalculate the amount to shrink every time\nwe have freed enough pages that the quicklist size should have grown.\nI rescan the nodes zones each pass because other processess may be\ndraining node memory at the same time as we are adding.\n\nSigned-off-by: Robin Holt \u003cholt@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "6daf15ac894059a109d0b047f3cf751686db2e9a",
      "old_mode": 33188,
      "old_path": "arch/ia64/mm/contig.c",
      "new_id": "91a055f5731f4df3043c2fa9b4a1daeb6f398821",
      "new_mode": 33188,
      "new_path": "arch/ia64/mm/contig.c"
    },
    {
      "type": "modify",
      "old_id": "3456a9b6971ec6b5c448fe773ef39505196a1e29",
      "old_mode": 33188,
      "old_path": "arch/ia64/mm/discontig.c",
      "new_id": "c00710929390d43c68ccffc92dd899c06e0204f6",
      "new_mode": 33188,
      "new_path": "arch/ia64/mm/discontig.c"
    },
    {
      "type": "modify",
      "old_id": "65cf839573ea88c27568695061cbd60f0e66d1b5",
      "old_mode": 33188,
      "old_path": "arch/ia64/mm/init.c",
      "new_id": "4892be53e227a806ee5e24e00b2c373267028378",
      "new_mode": 33188,
      "new_path": "arch/ia64/mm/init.c"
    },
    {
      "type": "modify",
      "old_id": "0f05dc8bd4601ff0699e82db53b89dd60769c868",
      "old_mode": 33188,
      "old_path": "include/asm-ia64/pgalloc.h",
      "new_id": "e86a8c331ee641cfe574a08fe3280213583ca028",
      "new_mode": 33188,
      "new_path": "include/asm-ia64/pgalloc.h"
    },
    {
      "type": "modify",
      "old_id": "2807f8d766d4c576c593d42834a3f56e2b999c4d",
      "old_mode": 33188,
      "old_path": "include/asm-ia64/processor.h",
      "new_id": "983798ec17916ee36ed92ef229e08ac212958b18",
      "new_mode": 33188,
      "new_path": "include/asm-ia64/processor.h"
    }
  ]
}
