summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into tracing/coreIngo Molnar2009-05-0758-467/+632
|\
| * Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-05-051-1/+1
| |\
| | * tracing: x86, mmiotrace: fix range testStuart Bennett2009-04-291-1/+1
| * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-05-054-14/+18
| |\ \
| | * | x86: show number of core_siblings instead of thread_siblings in /proc/cpuinfoAndreas Herrmann2009-05-041-1/+1
| | * | amd-iommu: fix iommu flag masksJoerg Roedel2009-05-041-8/+8
| | * | x86: initialize io_bitmap_base on 32bitThomas Gleixner2009-05-011-0/+2
| | * | x86: gettimeofday() vDSO: fix segfault when tv == NULLJohn Wright2009-04-301-5/+7
| * | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-05-022-16/+18
| |\ \ \ | | |/ / | |/| |
| | * | x86, mce: fix boot logging logicAndi Kleen2009-04-222-4/+6
| | * | x86, mce: make polling timer interval per CPUAndi Kleen2009-04-221-12/+12
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-04-275-6/+17
| |\ \ \
| | * | | x86/PCI: don't bother with root quirks if _CRS is usedYinghai Lu2009-04-221-0/+4
| | * | | x86/PCI: set_pci_bus_resources_arch_default cleanupsYinghai Lu2009-04-224-7/+9
| | * | | x86/PCI: Move set_pci_bus_resources_arch_default into arch/x86Matthew Wilcox2009-04-221-1/+6
| | * | | x86/PCI: don't call e820_all_mapped with -1 in the mmconfig caseYinghai Lu2009-04-221-3/+3
| | | |/ | | |/|
| * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-2611-14/+58
| |\ \ \
| | * | | x86, hpet: Stop soliciting hpet=force users on ICH4MLen Brown2009-04-241-2/+0
| | * | | x86: check boundary in setup_node_bootmem()Yinghai Lu2009-04-231-0/+3
| | * | | uv_time: add parameter to uv_read_rtc()Coly Li2009-04-221-5/+5
| | * | | x86: hpet: fix periodic mode programming on AMD 81xxAndreas Herrmann2009-04-221-1/+17
| | * | | Merge commit 'v2.6.30-rc3' into x86/urgentIngo Molnar2009-04-2212-29/+30
| | |\ \ \ | | | |/ /
| | * | | x86: more than 8 32-bit CPUs requires X86_BIGSMPMichael K. Johnson2009-04-211-0/+1
| | * | | x86: avoid theoretical spurious NMI backtraces with CONFIG_CPUMASK_OFFSTACK=yRusty Russell2009-04-211-1/+1
| | * | | x86: fix boot crash in NMI watchdog with CONFIG_CPUMASK_OFFSTACK=y and flat APICRusty Russell2009-04-211-1/+2
| | * | | x86-64: fix FPU corruption with signals and preemptionSuresh Siddha2009-04-201-1/+3
| | * | | x86/uv: fix for no memory at paddr 0Jack Steiner2009-04-201-0/+1
| | * | | Merge branch 'linus' into x86/urgentIngo Molnar2009-04-2034-218/+433
| | |\ \ \ | | | | |/ | | | |/|
| | * | | x86: mm/numa_32.c calculate_numa_remap_pages should use __initJaswinder Singh Rajput2009-04-171-1/+1
| | * | | x86, kbuild: make "make install" not depend on vmlinuxH. Peter Anvin2009-04-171-1/+5
| | * | | x86/uv: fix init of cpu-less nodesJack Steiner2009-04-171-0/+14
| | * | | x86/uv: fix init of memory-less nodesJack Steiner2009-04-171-1/+5
| * | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-262-0/+3
| |\ \ \ \
| | * | | | x86/irq: mark NUMA_MIGRATE_IRQ_DESC brokenYinghai Lu2009-04-171-0/+1
| | * | | | x86, irq: Remove IRQ_DISABLED check in process context IRQ movePallipadi, Venkatesh2009-04-141-0/+2
| * | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-04-261-0/+3
| |\ \ \ \ \
| | * | | | | lockdep, x86: account for irqs enabled in paranoid_exitSteven Rostedt2009-04-181-0/+3
| | |/ / / /
| * | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-04-241-14/+16
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'cpufreq' into releaseLen Brown2009-04-241-14/+16
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | * | | | acpi-cpufreq: Do not let get_measured perf depend on internal variableThomas Renninger2009-04-191-3/+4
| | | * | | | acpi-cpufreq: style-only: add parens to math expressionThomas Renninger2009-04-191-1/+1
| | | * | | | acpi-cpufreq: Cleanup: Use printk_onceThomas Renninger2009-04-191-6/+2
| | | * | | | x86, acpi_cpufreq: Fix the NULL pointer dereference in get_measured_perfPallipadi, Venkatesh2009-04-191-5/+10
| | | | |_|/ | | | |/| |
| * | | | | KVM: Unregister cpufreq notifier on unloadJan Kiszka2009-04-221-0/+3
| * | | | | KVM: x86: release time_page on vcpu destructionJoerg Roedel2009-04-221-0/+5
| * | | | | KVM: MMU: disable global page optimizationMarcelo Tosatti2009-04-221-1/+1
| |/ / / /
| * | | | FRV: Fix the section attribute on UP DECLARE_PER_CPU()David Howells2009-04-214-6/+6
| * | | | clocksource: pass clocksource to read() callbackMagnus Damm2009-04-217-9/+19
| * | | | Separate out common fstatat code into vfs_fstatatOleg Drokin2009-04-201-14/+5
| |/ / /
| * | | lguest: fix guest crash on non-linear addresses in gdt pvopsRusty Russell2009-04-192-8/+10
OpenPOWER on IntegriCloud