| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2010-03-03 | 1 | -7/+3 |
|\ |
|
| * | x86: Make 64 bit use early_res instead of bootmem before slab | Yinghai Lu | 2010-02-12 | 1 | -0/+2 |
| * | x86: Only call dma32_reserve_bootmem 64bit !CONFIG_NUMA | Yinghai Lu | 2010-02-10 | 1 | -7/+0 |
| * | x86: Call early_res_to_bootmem one time | Yinghai Lu | 2010-02-10 | 1 | -0/+1 |
| * | Merge remote branch 'linus/master' into x86/bootmem | H. Peter Anvin | 2010-02-10 | 1 | -9/+30 |
| |\ |
|
* | | | x86: Do not reserve brk for DMI if it's not going to be used | Thadeu Lima de Souza Cascardo | 2010-02-25 | 1 | -0/+2 |
* | | | Merge branch 'linus' into x86/mm | Thomas Gleixner | 2010-02-17 | 1 | -9/+30 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | x86: Add quirk for Intel DG45FC board to avoid low memory corruption | David Härdeman | 2010-01-29 | 1 | -3/+11 |
| * | x86: Use find_e820() instead of hard coded trampoline address | Yinghai Lu | 2009-12-11 | 1 | -5/+8 |
| * | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-12-08 | 1 | -63/+43 |
| |\ |
|
| * \ | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-12-05 | 1 | -2/+2 |
| |\ \ |
|
| | * | | x86: Fix a section mismatch in arch/x86/kernel/setup.c | Helight.Xu | 2009-11-30 | 1 | -2/+2 |
| * | | | Merge branch 'perf/mce' into perf/core | Ingo Molnar | 2009-12-03 | 1 | -0/+3 |
| |\ \ \ |
|
| | * | | | x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP value | Yong Wang | 2009-11-10 | 1 | -0/+3 |
| | |/ / |
|
| * | | | x86: Add Phoenix/MSC BIOSes to lowmem corruption list | Simon Kagstrom | 2009-11-06 | 1 | -0/+7 |
| |/ / |
|
* | | | x86: Remove BIOS data range from e820 | Yinghai Lu | 2010-02-01 | 1 | -1/+18 |
| |/
|/| |
|
* | | x86: Move find_smp_config() earlier and avoid bootmem usage | Yinghai Lu | 2009-11-24 | 1 | -5/+5 |
* | | x86: Change crash kernel to reserve via reserve_early() | Yinghai Lu | 2009-11-23 | 1 | -42/+15 |
* | | x86, mm: Report state of NX protections during boot | Kees Cook | 2009-11-16 | 1 | -5/+6 |
* | | x86, mm: Clean up and simplify NX enablement | H. Peter Anvin | 2009-11-16 | 1 | -6/+2 |
* | | x86: Make sure wakeup trampoline code is below 1MB | Yinghai Lu | 2009-11-11 | 1 | -6/+7 |
* | | x86: Export srat physical topology | David Rientjes | 2009-10-12 | 1 | -2/+3 |
* | | x86: Export k8 physical topology | David Rientjes | 2009-10-12 | 1 | -1/+9 |
|/ |
|
* | Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 2009-09-23 | 1 | -0/+3 |
|\ |
|
| * | Merge branch 'linus' into sfi-release | Len Brown | 2009-09-19 | 1 | -102/+36 |
| |\ |
|
| * | | x86: add arch-specific SFI support | Feng Tang | 2009-08-28 | 1 | -0/+3 |
* | | | Merge branch 'linus' into x86/urgent | Ingo Molnar | 2009-09-20 | 1 | -97/+18 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-09-18 | 1 | -97/+18 |
| |\ \ |
|
| | * | | x86: apic namespace cleanup | Thomas Gleixner | 2009-08-31 | 1 | -2/+2 |
| | * | | x86: Move tsc_calibration to x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -1/+1 |
| | * | | x86: Add timer_init to x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -43/+0 |
| | * | | x86: Move xen_post_allocator_init into xen_pagetable_setup_done | Thomas Gleixner | 2009-08-31 | 1 | -1/+0 |
| | * | | x86: Move paravirt pagetable_setup to x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -2/+2 |
| | * | | x86: Move paravirt banner printout to x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -0/+1 |
| | * | | x86: Replace ARCH_SETUP by a proper x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -5/+1 |
| | * | | x86: Move traps_init to x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -15/+0 |
| | * | | x86: Move irq_init to x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -17/+0 |
| | * | | x86: Move get/find_smp_config to x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -2/+0 |
| | * | | x86: Add request_standard_resources to x86_init | Thomas Gleixner | 2009-08-27 | 1 | -12/+16 |
| | * | | x86: Add probe_roms to x86_init | Thomas Gleixner | 2009-08-27 | 1 | -3/+1 |
| | |/ |
|
* | | | Revert 'x86: Fix system crash when loading with "reservetop" parameter' | Yinghai Lu | 2009-09-19 | 1 | -15/+15 |
|/ / |
|
* | | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-09-15 | 1 | -5/+15 |
|\ \ |
|
| * | | x86: Fix earlyprintk=dbgp for machines without NX | Jan Beulich | 2009-08-29 | 1 | -0/+10 |
| * | | x86: Fix system crash when loading with "reservetop" parameter | Xiao Guangrong | 2009-08-21 | 1 | -5/+5 |
| |/ |
|
* | | Merge commit 'v2.6.31-rc8' into x86/txt | Ingo Molnar | 2009-09-02 | 1 | -0/+13 |
|\ \
| |/ |
|
| * | x86: Add quirk for Intel DG45ID board to avoid low memory corruption | Alexey Fisher | 2009-07-18 | 1 | -0/+13 |
* | | x86, intel_txt: clean up the impact on generic code, unbreak non-x86 | Shane Wang | 2009-09-01 | 1 | -2/+1 |
* | | x86, intel_txt: Intel TXT boot support | Joseph Cihula | 2009-07-21 | 1 | -0/+4 |
|/ |
|
* | x86: Move init_gbpages() to setup_arch() | Pekka J Enberg | 2009-06-23 | 1 | -0/+16 |
* | x86: handle initrd that extends into unusable memory | Yinghai Lu | 2009-06-11 | 1 | -12/+3 |