summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | x86, atomic: atomic64_read() take a const pointerH. Peter Anvin2012-01-101-1/+1
| | * | | | | | | | | x86, UV: Update Boot messages for SGI UV2 platformJack Steiner2012-01-081-1/+6
| | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-01-147-24/+24
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | module_param: make bool parameters really bool (arch)Rusty Russell2012-01-137-24/+24
| * | | | | | | | | | x86/mce: Fix CPU hotplug and suspend regression related to MCESrivatsa S. Bhat2012-01-141-1/+1
| * | | | | | | | | | Merge branch 'akpm' (aka "Andrew's patch-bomb, take two")Linus Torvalds2012-01-134-15/+4
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | cpumask: update setup_node_to_cpumask_map() commentsWanlong Gao2012-01-131-1/+1
| | * | | | | | | | | mm,x86,um: move CMPXCHG_DOUBLE config optionHeiko Carstens2012-01-133-7/+1
| | * | | | | | | | | mm,x86,um: move CMPXCHG_LOCAL config optionHeiko Carstens2012-01-133-7/+1
| | * | | | | | | | | mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCALHeiko Carstens2012-01-131-0/+1
| * | | | | | | | | | Merge tag 'to-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-01-121-8/+13
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | lguest: Make sure interrupt is allocated ok by lguest_setup_irqStratos Psomadakis2012-01-121-8/+13
| * | | | | | | | | | x86: Get rid of 'dubious one-bit signed bitfield' sprase warningAnton Vorontsov2012-01-121-2/+2
| * | | | | | | | | | x86/PCI: build amd_bus.o only when CONFIG_AMD_NB=yBjorn Helgaas2012-01-121-1/+2
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-01-1210-21/+70
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | x86/intel config: Fix the APB_TIMER selectionAlan Cox2011-12-291-2/+6
| | * | | | | | | | | Merge commit 'v3.2-rc6' into x86/platformIngo Molnar2011-12-1826-113/+254
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | x86/mrst: Add additional debug prints for pb_keysMichael Demeter2011-12-181-0/+1
| | * | | | | | | | | | x86/intel config: Revamp configuration to allow for Moorestown and MedfieldAlan Cox2011-12-185-7/+7
| | * | | | | | | | | | x86/apb: Fix configuration constraintsAlan Cox2011-12-181-0/+1
| | * | | | | | | | | | x86: Fix INTEL_MID sillyAlan Cox2011-12-161-0/+1
| | * | | | | | | | | | x86/Kconfig: Cyclone-timer depends on x86-summitAlessandro Rubini2011-12-051-1/+1
| | * | | | | | | | | | x86: Reduce clock calibration time during slave cpu startupJack Steiner2011-12-052-5/+31
| | * | | | | | | | | | x86/config: Revamp configuration for MID devicesAlan Cox2011-12-054-5/+22
| | * | | | | | | | | | x86/sfi: Kill the IRQ as id hackAlan Cox2011-12-051-2/+1
| * | | | | | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-128-10/+309
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | x86, reboot: Fix typo in nmi reboot pathDon Zickus2012-01-071-1/+1
| | * | | | | | | | | | | x86, NMI: Add to_cpumask() to silence compile warningDan Carpenter2011-12-071-1/+1
| | * | | | | | | | | | | x86, NMI: NMI selftest depends on the local apicDon Zickus2011-12-071-1/+1
| | * | | | | | | | | | | x86: Add stack top margin for stack overflow checkingMitsuo Hayasaka2011-12-071-3/+5
| | * | | | | | | | | | | x86, NMI: NMI-selftest should handle the UP case properlyDon Zickus2011-12-061-1/+2
| | * | | | | | | | | | | x86: Fix the 32-bit stackoverflow-debug buildIngo Molnar2011-12-051-0/+3
| | * | | | | | | | | | | x86, NMI: Add knob to disable using NMI IPIs to stop cpusDon Zickus2011-12-051-0/+13
| | * | | | | | | | | | | x86, NMI: Add NMI IPI selftestDon Zickus2011-12-055-0/+199
| | * | | | | | | | | | | x86, reboot: Use NMI instead of REBOOT_VECTOR to stop cpusDon Zickus2011-12-051-2/+57
| | * | | | | | | | | | | x86: Clean up the range of stack overflow checkingMitsuo Hayasaka2011-12-051-4/+3
| | * | | | | | | | | | | x86: Panic on detection of stack overflowMitsuo Hayasaka2011-12-052-0/+7
| | * | | | | | | | | | | x86: Check stack overflow in detailMitsuo Hayasaka2011-12-052-8/+28
| * | | | | | | | | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-01-1216-7/+1478
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | x86, efi: Break up large initrd readsMaarten Lankhorst2011-12-162-6/+15
| | * | | | | | | | | | | | x86, efi: EFI boot stub supportMatt Fleming2011-12-1213-1/+1462
| | * | | | | | | | | | | | x86: Don't use magic strings for EFI loader signatureMatt Fleming2011-12-102-6/+5
| | * | | | | | | | | | | | x86: Add missing bzImage fields to struct setup_headerMatt Fleming2011-12-101-0/+2
| * | | | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-128-75/+69
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | x86/numa: Add constraints check for nid parametersPetr Holasek2011-12-091-4/+6
| | * | | | | | | | | | | | | mm, x86: Remove debug_pagealloc_enabledStanislaw Gruszka2011-12-061-6/+0
| | * | | | | | | | | | | | | x86/mm: Initialize high mem before free_all_bootmem()Stanislaw Gruszka2011-12-061-2/+11
| | * | | | | | | | | | | | | arch/x86/kernel/e820.c: quiet sparse noise about plain integer as NULL pointerH Hartley Sweeten2011-12-051-1/+1
| | * | | | | | | | | | | | | arch/x86/kernel/e820.c: Eliminate bubble sort from sanitize_e820_map()Mike Ditto2011-12-051-35/+24
| | * | | | | | | | | | | | | x86: Fix mmap random address rangeLudwig Nussel2011-12-051-2/+2