)]}'
{
  "commit": "b40827fa7268fda8a62490728a61c2856f33830b",
  "tree": "ae16ce8206c3d72ca672a92a46dc0725faba1ced",
  "parents": [
    "d25e6b0b326278a1096e8334584c3e64517057a3"
  ],
  "author": {
    "name": "Borislav Petkov",
    "email": "bp@alien8.de",
    "time": "Sat Aug 28 15:58:33 2010 +0200"
  },
  "committer": {
    "name": "H. Peter Anvin",
    "email": "hpa@linux.intel.com",
    "time": "Wed Oct 20 14:23:55 2010 -0700"
  },
  "message": "x86-32, mm: Add an initial page table for core bootstrapping\n\nThis patch adds an initial page table with low mappings used exclusively\nfor booting APs/resuming after ACPI suspend/machine restart. After this,\nthere\u0027s no need to add low mappings to swapper_pg_dir and zap them later\nor create own swsusp PGD page solely for ACPI sleep needs - we have\ninitial_page_table for that.\n\nSigned-off-by: Borislav Petkov \u003cbp@alien8.de\u003e\nLKML-Reference: \u003c20101020070526.GA9588@liondog.tnic\u003e\nSigned-off-by: H. Peter Anvin \u003chpa@linux.intel.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "f686f49e8b7b5ca5a0d630877bccb079d5022845",
      "old_mode": 33188,
      "old_path": "arch/x86/include/asm/pgtable_32.h",
      "new_id": "8abde9ec90bffba165cd28cf250b89519507f22e",
      "new_mode": 33188,
      "new_path": "arch/x86/include/asm/pgtable_32.h"
    },
    {
      "type": "modify",
      "old_id": "7f3eba08e7de988dfe85affb84495b59bf0e6a0d",
      "old_mode": 33188,
      "old_path": "arch/x86/include/asm/tlbflush.h",
      "new_id": "169be8938b96778e76be9541bf37d2e9b8135833",
      "new_mode": 33188,
      "new_path": "arch/x86/include/asm/tlbflush.h"
    },
    {
      "type": "modify",
      "old_id": "4dde797c057800b0e377ac02eb16101430f865ef",
      "old_mode": 33188,
      "old_path": "arch/x86/include/asm/trampoline.h",
      "new_id": "f4500fb3b485a684df4edb56a2f2ffe2c7798472",
      "new_mode": 33188,
      "new_path": "arch/x86/include/asm/trampoline.h"
    },
    {
      "type": "modify",
      "old_id": "33cec152070df4f9c5dc30d47a6274524d097225",
      "old_mode": 33188,
      "old_path": "arch/x86/kernel/acpi/sleep.c",
      "new_id": "b35e1ab8ba03d2b75cfcf81ee63d8a9448e0b4a9",
      "new_mode": 33188,
      "new_path": "arch/x86/kernel/acpi/sleep.c"
    },
    {
      "type": "modify",
      "old_id": "784360c0625c04edbcee49e13f5fe471add070ec",
      "old_mode": 33188,
      "old_path": "arch/x86/kernel/head32.c",
      "new_id": "8b9c2019fc0e0d7387dc57ce338eea6187589a0e",
      "new_mode": 33188,
      "new_path": "arch/x86/kernel/head32.c"
    },
    {
      "type": "modify",
      "old_id": "fa8c1b8e09fb9f65b832c1fb15c84ee4c39b6336",
      "old_mode": 33188,
      "old_path": "arch/x86/kernel/head_32.S",
      "new_id": "bcece91dd3116a14fa58af5c5216dbce20daa3e5",
      "new_mode": 33188,
      "new_path": "arch/x86/kernel/head_32.S"
    },
    {
      "type": "modify",
      "old_id": "7a4cf14223ba3288384909657d49edff7371623e",
      "old_mode": 33188,
      "old_path": "arch/x86/kernel/reboot.c",
      "new_id": "f7f53dcd3e0a47eb1465ca80e301775a97979aa3",
      "new_mode": 33188,
      "new_path": "arch/x86/kernel/reboot.c"
    },
    {
      "type": "modify",
      "old_id": "322b24fbeafd9207d9c418906863dfaf8964f385",
      "old_mode": 33188,
      "old_path": "arch/x86/kernel/setup.c",
      "new_id": "af6cf2bfceeed6c1d0cbe992386a55ac121921b4",
      "new_mode": 33188,
      "new_path": "arch/x86/kernel/setup.c"
    },
    {
      "type": "modify",
      "old_id": "63a1a5596ac0aabbb1c90d8f4d31c9be65d9e76b",
      "old_mode": 33188,
      "old_path": "arch/x86/kernel/smpboot.c",
      "new_id": "e63bb5185855f8fb02ea46b7a09d7daac8aa86be",
      "new_mode": 33188,
      "new_path": "arch/x86/kernel/smpboot.c"
    },
    {
      "type": "modify",
      "old_id": "e2a5952573905b2eeac3d18060be54532dbfdfde",
      "old_mode": 33188,
      "old_path": "arch/x86/kernel/trampoline.c",
      "new_id": "f1488a344cd6ace65815b61f7e7348fd4f03c2f2",
      "new_mode": 33188,
      "new_path": "arch/x86/kernel/trampoline.c"
    },
    {
      "type": "modify",
      "old_id": "558f2d33207636a54abaf0f024bf0bf942879044",
      "old_mode": 33188,
      "old_path": "arch/x86/mm/init_32.c",
      "new_id": "1aeac2d9df808a5ce6a2e4f3ea090d2c80497911",
      "new_mode": 33188,
      "new_path": "arch/x86/mm/init_32.c"
    }
  ]
}
