aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm'Linus Torvalds2009-06-167-33/+10
|\
| * kmap_types: make most arches use generic header fileRandy Dunlap2009-06-161-20/+3
| * use printk_once() in several placesMinchan Kim2009-06-161-8/+3
| * page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman2009-06-161-1/+1
| * mm: consolidate init_mm definitionAlexey Dobriyan2009-06-161-1/+0
| * time: move PIT_TICK_RATE to linux/timex.hArnd Bergmann2009-06-163-3/+3
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds2009-06-1633-18/+1439
|\ \
| * \ Merge commit 'linus/master' into HEADVegard Nossum2009-06-1565-2108/+3775
| |\ \
| * | | kmemcheck: add opcode self-testing at bootVegard Nossum2009-06-154-17/+85
| * | | x86: unify pte_hiddenJeremy Fitzhardinge2009-06-151-6/+2
| * | | x86: make _PAGE_HIDDEN conditionalJeremy Fitzhardinge2009-06-151-1/+6
| * | | kmemcheck: make kconfig accessible for other architecturesPekka Enberg2009-06-152-88/+1
| * | | kmemcheck: enable in the x86 KconfigVegard Nossum2009-06-151-0/+88
| * | | kmemcheck: add hooks for the page allocatorVegard Nossum2009-06-152-2/+10
| * | | kmemcheck: add hooks for page- and sg-dma-mappingsVegard Nossum2009-06-151-0/+5
| * | | kmemcheck: don't track page tablesVegard Nossum2009-06-153-8/+10
| * | | kmemcheck: add DMA hooksVegard Nossum2009-06-151-0/+2
| * | | kmemcheck: add mm functionsVegard Nossum2009-06-151-1/+1
| * | | x86: add hooks for kmemcheckVegard Nossum2009-06-158-5/+66
| * | | kmemcheck: use kmemcheck_pte_lookup() instead of open-coding itPekka Enberg2009-06-151-6/+1
| * | | kmemcheck: move 64-bit ifdef out of kmemcheck_opcode_decode()Pekka Enberg2009-06-151-2/+7
| * | | kmemcheck: remove multiple ifdef'd definitions of the same global variablePekka Enberg2009-06-151-3/+5
| * | | kmemcheck: make initialization message less confusingPekka Enberg2009-06-151-1/+1
| * | | kmemcheck: remove forward declarations from error.cPekka Enberg2009-06-151-69/+68
| * | | kmemcheck: include module.h to prevent warningsRandy Dunlap2009-06-131-0/+1
| * | | kmemcheck: add the kmemcheck coreVegard Nossum2009-06-1315-2/+1266
| * | | x86: add save_stack_trace_bp() for tracing from a specific stack frameVegard Nossum2009-06-121-0/+7
* | | | Driver Core: x86: add nodename for cpuid and msr drivers.Kay Sievers2009-06-152-0/+12
* | | | Driver Core: misc: add nodename support for misc devices.Kay Sievers2009-06-151-0/+1
| |_|/ |/| |
* | | Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2009-06-151-1/+1
|\ \ \ | |_|/ |/| |
| * | timers: Identifying the existing pinned timersArun R Bharadwaj2009-05-131-1/+1
* | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-1334-1660/+2908
|\ \ \
| * \ \ Merge branch 'linus' into x86/mce3Ingo Molnar2009-06-11205-4741/+8485
| |\ \ \
| * | | | x86, mce: Add boot options for corrected errorsHidetoshi Seto2009-06-113-2/+22
| * | | | x86, mce: Fix mce printingHidetoshi Seto2009-06-111-11/+15
| * | | | x86, mce: fix for mce countersHidetoshi Seto2009-06-031-4/+5
| * | | | x86, mce: support action-optional machine checksAndi Kleen2009-06-033-1/+135
| * | | | x86, mce: define MCE_VECTORAndi Kleen2009-06-031-0/+1
| * | | | x86, mce: rename mce_notify_user to mce_notify_irqAndi Kleen2009-06-035-9/+9
| * | | | x86: fix panic with interrupts off (needed for MCE)Andi Kleen2009-06-036-7/+37
| * | | | x86, mce: export MCE severities coverage via debugfsHuang Ying2009-06-031-0/+83
| * | | | x86, mce: implement new status bitsAndi Kleen2009-06-034-44/+137
| * | | | x86, mce: print header/footer only once for multiple MCEsAndi Kleen2009-06-031-10/+17
| * | | | x86, mce: default to panic timeout for machine checksAndi Kleen2009-06-031-0/+7
| * | | | x86, mce: improve mce_get_ripHuang Ying2009-06-031-6/+7
| * | | | x86, mce: make non Monarch panic message "Fatal machine check" tooAndi Kleen2009-06-031-2/+2
| * | | | x86, mce: switch x86 machine check handler to Monarch election.Andi Kleen2009-06-031-29/+331
| * | | | x86, mce: implement panic synchronizationAndi Kleen2009-06-031-0/+22
| * | | | x86, mce: implement bootstrapping for machine check wakeupsAndi Kleen2009-06-036-0/+72
| * | | | x86, mce: check early in exception handler if panic is neededAndi Kleen2009-06-031-13/+25