summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2010-09-05x86, AMD: Remove needless CPU family check (for L3 cache info)Andreas Herrmann
2010-09-05x86, GART: Disable GART table walk probesBorislav Petkov
2010-09-05x86, GART: Remove superfluous AMD64_GARTENBorislav Petkov
2010-09-03i386: Make kernel_execve() suitable for stack unwindingJan Beulich
2010-09-03x86: Use {push,pop}{l,q}_cfi in more placesJan Beulich
2010-09-03i386: Add unwind directives to syscall ptregs stubsJan Beulich
2010-09-03x86-64: Use symbolics instead of raw numbers in entry_64.SJan Beulich
2010-09-03x86-64: Adjust frame type at paranoid_exit:Jan Beulich
2010-09-03x86-64: Fix unwind annotations in syscall stubsJan Beulich
2010-09-03perf, x86: Try to handle unknown nmis with an enabled PMURobert Richter
2010-09-03perf, x86: Fix handle_irq return valuesPeter Zijlstra
2010-09-03perf, x86: Fix accidentally ack'ing a second event on intel perf counterDon Zickus
2010-09-01perf, x86, Pentium4: Add RAW events verificationCyrill Gorcunov
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar
2010-08-31x86, iommu: Fix IOMMU_INIT alignment rulesKonrad Rzeszutek Wilk
2010-08-27x86, doc: Adding comments about .iommu_table and its neighbors.Konrad Rzeszutek Wilk
2010-08-27x86: Remove old bootmem codeYinghai Lu
2010-08-27x86, memblock: Use memblock_memory_size()/memblock_free_memory_size() to get ...Yinghai Lu
2010-08-27x86: Remove not used early_res codeYinghai Lu
2010-08-27x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu
2010-08-27x86: Use memblock to replace early_resYinghai Lu
2010-08-27Merge branch 'perf/urgent' into perf/coreFrederic Weisbecker
2010-08-26x86, iommu: Utilize the IOMMU_INIT macros functionality.Konrad Rzeszutek Wilk
2010-08-26x86, GART/AMD-VI: Make AMD GART and IOMMU use IOMMU_INIT_* macros.Konrad Rzeszutek Wilk
2010-08-26x86, calgary: Make Calgary IOMMU use IOMMU_INIT_* macros.Konrad Rzeszutek Wilk
2010-08-26x86, swiotlb: Make SWIOTLB use IOMMU_INIT_* macros.Konrad Rzeszutek Wilk
2010-08-26x86, swiotlb: Simplify SWIOTLB pci_swiotlb_detect routine.Konrad Rzeszutek Wilk
2010-08-26x86, iommu: Add proper dependency sort routine (and sanity check).Konrad Rzeszutek Wilk
2010-08-26x86, iommu: Make all IOMMU's detection routines return a value.Konrad Rzeszutek Wilk
2010-08-26x86, iommu: Add IOMMU_INIT macros, .iommu_table section, and iommu_table_entr...Konrad Rzeszutek Wilk
2010-08-25x86, bios: Make the x86 early memory reservation a kernel optionH. Peter Anvin
2010-08-25x86, tsc: Remove CPU frequency calibration on AMDBorislav Petkov
2010-08-25Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-08-25Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-08-25perf, x86, Pentium4: Clear the P4_CCCR_FORCE_OVF flagLin Ming
2010-08-25Merge branch 'linus' into perf/coreIngo Molnar
2010-08-25perf: Remove unused variableLin Ming
2010-08-24x86, mm: Fix CONFIG_VMSPLIT_1G and 2G_OPT trampolineHugh Dickins
2010-08-24x86, bios: By default, reserve the low 64K for all BIOSesH. Peter Anvin
2010-08-23x86, paravirt: Remove alloc_pmd_clone hook, only used by VMIAlok Kataria
2010-08-23x86, vmware: Remove deprecated VMI kernel supportAlok Kataria
2010-08-22Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2010-08-20x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_devSergey Senozhatsky
2010-08-20Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-08-20perf: Remove superfluous return values from perf_callchain_*()Peter Zijlstra
2010-08-20x86, tsc, sched: Recompute cyc2ns_offset's during resume from sleep statesSuresh Siddha
2010-08-20x86, apic: Fix apic=debug boot crashDaniel Kiper
2010-08-19x86, hotplug: Serialize CPU hotplug to avoid bringup concurrency issuesBorislav Petkov
2010-08-19Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-08-19kprobes/x86: Fix the return address of multiple kretprobesKUMANO Syuhei