summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86: Introduce set_desc_base() and set_desc_limit()Akinobu Mita2009-07-191-9/+9
* x86: Remove unused patch_espfix_desc()Akinobu Mita2009-07-191-21/+0
* x86: Use get_desc_base()Akinobu Mita2009-07-192-8/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-07-171-11/+3
|\
| * x86/pci: insert ioapic resource before assigning unassigned resourcesYinghai Lu2009-07-101-11/+3
* | x86: Fix warning in pvclock.cDave Jones2009-07-141-1/+1
* | x86, apic: Fix false positive section mismatch in numaq_32.cRakib Mullick2009-07-131-1/+2
* | x86: Fix false positive section mismatch in es7000_32.cRakib Mullick2009-07-131-1/+2
* | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-07-103-8/+28
|\ \ | |/ |/|
| * perf_counter: Ignore the nmi call frames in the x86-64 backtracesFrederic Weisbecker2009-07-013-8/+28
* | Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-085-13/+11
* | [CPUFREQ] Powernow-k8: support family 0xf with 2 low p-statesMark Langsdorf2009-07-062-20/+13
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-07-066-32/+25
|\ \
| * \ Merge branch 'amd-iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2009-07-031-4/+9
| |\ \
| | * | amd-iommu: set evt_buf_size correctlyJoerg Roedel2009-07-021-0/+2
| | * | amd-iommu: handle alias entries correctly in init codeJoerg Roedel2009-07-021-4/+7
| * | | x86: Remove unused function lapic_watchdog_ok()Jaswinder Singh Rajput2009-07-031-5/+0
| * | | x86: Remove unused variable disable_x2apicJaswinder Singh Rajput2009-07-031-2/+0
| * | | x86, kvm: Fix section mismatches in kvm.cRakib Mullick2009-07-031-1/+1
| * | | x86: Fix printk call in print_local_apic()Ingo Molnar2009-07-021-18/+13
| * | | x86: Mark device_nb as static and fix NULL noiseJaswinder Singh Rajput2009-07-011-2/+2
* | | | gcov: exclude code operating in userspace from profilingPeter Oberparleiter2009-07-061-0/+2
* | | | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-07-021-1/+1
|\ \ \ \
| * | | | intel-iommu: Make iommu=pt work on i386 tooDavid Woodhouse2009-07-011-1/+1
* | | | | x86: add boundary check for 32bit res before expand e820 resource to alignmentYinghai Lu2009-07-021-6/+10
| |_|_|/ |/| | |
* | | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-06-301-12/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | perf_counter, x86: Update x86_pmu after WARN()Yinghai Lu2009-06-291-2/+2
| * | | perf_counter, x86: Add mmap counter read supportPeter Zijlstra2009-06-251-0/+6
| * | | perf_counter, x86: Set global control MSR correctlyYong Wang2009-06-241-9/+1
| * | | perf_counter, x8: Fix L1-data-Cache-Store-Referencees for AMDJaswinder Singh Rajput2009-06-211-1/+1
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-06-291-3/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Revert "x86: cap iomem_resource to addressable physical memory"H. Peter Anvin2009-06-281-3/+0
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-06-287-67/+189
|\| | |
| * | | x86, mce: percpu mcheck_timer should be pinnedHidetoshi Seto2009-06-251-2/+2
| * | | x86: Add sysctl to allow panic on IOCK NMI errorKurt Garloff2009-06-252-0/+4
| * | | x86: Fix uv bau sending buffer initializationCliff Wickman2009-06-241-7/+2
| * | | x86: Move init_gbpages() to setup_arch()Pekka J Enberg2009-06-231-0/+16
| * | | Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Ingo Molnar2009-06-221-57/+162
| |\ \ \
| | * | | x86: ensure percpu lpage doesn't consume too much vmalloc spaceTejun Heo2009-06-221-3/+15
| | * | | x86: implement percpu_alloc kernel parameterTejun Heo2009-06-221-19/+50
| | * | | x86: fix pageattr handling for lpage percpu allocator and re-enable itTejun Heo2009-06-221-9/+63
| | * | | x86: prepare setup_pcpu_lpage() for pageattr fixTejun Heo2009-06-221-25/+33
| | * | | x86: rename remap percpu first chunk allocator to lpageTejun Heo2009-06-221-25/+25
| | * | | x86: fix duplicate free in setup_pcpu_remap() failure pathTejun Heo2009-06-221-1/+1
| | |/ /
| * / / x86: Set cpu_llc_id on AMD CPUsAndreas Herrmann2009-06-211-1/+3
| |/ /
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-06-243-82/+27
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-------. \ \ Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...Len Brown2009-06-243-82/+27
| |\ \ \ \ \ \ \
| | | | | | * | | ACPI: pdc init related memory leak with physical CPU hotplugPallipadi, Venkatesh2009-06-201-0/+13
| | | |_|_|/ / / | | |/| | | | |
| | | | | * | | ACPI, PCI, x86: move MCFG parsing routine from ACPI to PCI fileLen Brown2009-06-121-66/+0
| | | | | * | | ACPI: Remove Asus P4B266 from blacklistOlivier Berger2009-06-121-8/+0