summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-07-21x86: Make Dell Latitude E6420 use reboot=pciH. Peter Anvin1-0/+8
2011-07-21x86: Make Dell Latitude E5420 use reboot=pciDaniel J Blueman1-0/+8
2011-07-12x86. reboot: Make Dell Latitude E6320 use reboot=pciMaxime Ripard1-0/+8
2011-07-06x86, suspend: Restore MISC_ENABLE MSR in realmode wakeupKees Cook3-0/+26
2011-07-05x86, reboot: Acer Aspire One A110 reboot quirkPeter Chubb1-0/+8
2011-06-14x86 idle: APM requires pm_idle/default_idle unconditionally when a moduleAndy Whitcroft1-2/+2
2011-06-14Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-4/+4
2011-06-14x86/uv/x2apic: update for change in pci bridge handling.Dave Airlie1-4/+4
2011-06-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2
2011-06-13Merge branches 'x86-urgent-for-linus' and 'irq-urgent-for-linus' of git://git...Linus Torvalds2-0/+24
2011-06-09exec: delay address limit change until point of no returnMathias Krause2-2/+0
2011-06-09x86: devicetree: Add missing early_init_dt_setup_initrd_arch stubFlorian Fainelli1-0/+11
2011-06-08Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar1-1/+2
2011-06-08x86: cpu-hotplug: Prevent softirq wakeup on wrong CPUThomas Gleixner1-0/+13
2011-06-07x86/amd-iommu: Fix boot crash with hidden PCI devicesJoerg Roedel1-1/+21
2011-06-06x86/amd-iommu: Use only per-device dma_opsJoerg Roedel1-2/+24
2011-06-06x86/amd-iommu: Fix 3 possible endless loopsJoerg Roedel1-4/+4
2011-06-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2011-05-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2011-05-30oprofile, x86: Add comments to IBS LVT offset initializationRobert Richter1-1/+2
2011-05-30x86: Fix mwait_play_dead() faulting on mwait-incapable cpusAvi Kivity1-1/+1
2011-05-30x86 idle: Fix mwait deprecation warning messageBorislav Petkov1-1/+1
2011-05-29Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-22/+28
2011-05-29x86 idle: deprecate mwait_idle() and "idle=mwait" cmdline paramLen Brown1-0/+1
2011-05-29x86 idle: deprecate "no-hlt" cmdline paramLen Brown1-0/+1
2011-05-29x86 idle APM: deprecate CONFIG_APM_CPU_IDLELen Brown1-0/+2
2011-05-29x86 idle: EXPORT_SYMBOL(default_idle, pm_idle) only when APM demands itLen Brown1-1/+3
2011-05-29x86 idle: clarify AMD erratum 400 workaroundLen Brown3-21/+21
2011-05-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-18/+43
2011-05-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+6
2011-05-28Merge branch 'setns'Linus Torvalds1-0/+1
2011-05-28ns: Wire up the setns system callEric W. Biederman1-0/+1
2011-05-27x86: Put back -pg to tsc.o and add no GCOV to vread_tsc_64.oSteven Rostedt1-0/+2
2011-05-27Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar1-6/+6
2011-05-26Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-72/+73
2011-05-26Merge branches 'core-fixes-for-linus' and 'irq-fixes-for-linus' of git://git....Linus Torvalds1-1/+1
2011-05-26x86, amd: Do not enable ARAT feature on AMD processors below family 0x12Boris Ostrovsky1-2/+5
2011-05-26Merge branch 'linus' into x86/urgentIngo Molnar2-1/+2
2011-05-25x86, efi: Retain boot service code until after switching to virtual modeMatthew Garrett1-0/+7
2011-05-25x86/ftrace: Fix compiler warning in ftrace.cRakib Mullick1-6/+6
2011-05-25x86: Remove unnecessary check in detect_ht()Nikhil P Rao1-7/+0
2011-05-25printk: allocate kernel log buffer earlierMike Travis1-0/+2
2011-05-25mm: convert mm->cpu_vm_cpumask into cpumask_var_tKOSAKI Motohiro1-1/+0
2011-05-25x86, UV: Add support for SGI UV2 hub chipJack Steiner1-9/+31
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-1/+1
2011-05-24x86, ioapic: Restore ioapic entries during resume properlySuresh Siddha1-2/+2
2011-05-24seqlock: Get rid of SEQLOCK_UNLOCKEDEric Dumazet1-1/+1
2011-05-24x86-64: Move vread_tsc into a new file with sensible optionsAndy Lutomirski3-37/+41
2011-05-24x86-64: Don't generate cmov in vread_tscAndy Lutomirski1-2/+16
2011-05-24x86-64: Remove unnecessary barrier in vread_tscAndy Lutomirski1-4/+5