aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | x86: mm: Read cr2 before prefetching the mmap_lockIngo Molnar2009-06-161-2/+2
| * | | | x86: hpet: Mark per cpu interrupts IRQF_TIMER to prevent resume failureThomas Gleixner2009-06-141-1/+2
| * | | | x86: atomic_32.h: Fix kernel-doc warningsRandy Dunlap2009-06-141-2/+1
| * | | | x86: change kernel_physical_mapping_init() __init to __meminitShaohua Li2009-06-121-1/+1
* | | | | x86: don't use 'access_ok()' as a range check in get_user_pages_fast()Linus Torvalds2009-06-201-2/+7
* | | | | dma-mapping: x86: use asm-generic/dma-mapping-common.hFUJITA Tomonori2009-06-182-171/+3
* | | | | gcov: enable GCOV_PROFILE_ALL for x86_64Peter Oberparleiter2009-06-185-0/+6
* | | | | x86: Use pci_claim_resourceMatthew Wilcox2009-06-171-10/+7
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2009-06-176-189/+175
|\ \ \ \ \
| * | | | | [CPUFREQ] cpumask: new cpumask operators for arch/x86/kernel/cpu/cpufreq/powe...Rusty Russell2009-06-152-15/+4
| * | | | | [CPUFREQ] cpumask: avoid playing with cpus_allowed in powernow-k8.cRusty Russell2009-06-151-58/+60
| * | | | | [CPUFREQ] cpumask: avoid cpumask games in arch/x86/kernel/cpu/cpufreq/speedst...Rusty Russell2009-06-151-43/+17
| * | | | | [CPUFREQ] cpumask: avoid playing with cpus_allowed in speedstep-ich.cRusty Russell2009-06-152-39/+55
| * | | | | [CPUFREQ] powernow-k8: get drv data for correct CPUNaga Chumbalkar2009-06-151-5/+1
| * | | | | [CPUFREQ] powernow-k8: read P-state from HWNaga Chumbalkar2009-06-151-14/+11
| * | | | | [CPUFREQ] reduce scope of ACPI_PSS_BIOS_BUG_MSG[]Andrew Morton2009-06-151-4/+3
| * | | | | [CPUFREQ] Clean up convoluted code in arch/x86/kernel/tsc.c:time_cpufreq_noti...Dave Jones2009-06-151-5/+3
| * | | | | [CPUFREQ] powernow-k8.c: mess cleanupLuis Henriques2009-06-151-7/+9
| * | | | | [CPUFREQ] powernow-k8: Set transition latency to 1 if ACPI tables export 0Thomas Renninger2009-06-151-0/+13
| | |_|_|/ | |/| | |
* | | | | 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