summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-03-24x86: vdso: Put declaration before codeThomas Gleixner1-1/+2
2012-03-24x86-64: Simplify and optimize vdso clock_gettime monotonic variantsAndy Lutomirski1-1/+9
2012-03-16x86, tsc: Skip refined tsc calibration on systems with reliable TSCAlok Kataria1-0/+10
2012-03-16x86: vdso: Use seqcount instead of seqlockThomas Gleixner1-8/+3
2012-03-16x86: vdso: Remove bogus locking in update_vsyscall_tz()Thomas Gleixner1-5/+0
2012-02-27x86/time: Eliminate unused irq0_irqs counterJan Beulich1-3/+0
2012-02-22x86/tsc: Reduce the TSC sync check time for core-siblingsSuresh Siddha1-5/+24
2012-02-14i387: make irq_fpu_usable() tests more robustLinus Torvalds1-0/+1
2012-02-14i387: math_state_restore() isn't called from asmLinus Torvalds1-3/+3
2012-02-07perf: Fix double start/stop in x86_pmu_start()Stephane Eranian1-0/+3
2012-02-03perf: Remove deprecated WARN_ON_ONCE()Stephane Eranian3-6/+0
2012-02-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...Linus Torvalds3-15/+32
2012-01-30x86/reboot: Remove VersaLogic Menlow reboot quirkMichael D Labriola1-8/+0
2012-01-30x86/reboot: Skip DMI checks if reboot set by userMichael D Labriola1-2/+26
2012-01-28x86/dumpstack: Remove unneeded check in dump_trace()Dan Carpenter1-1/+1
2012-01-27bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava2-4/+5
2012-01-26x86/microcode_amd: Add support for CPU family specific container filesAndreas Herrmann1-2/+22
2012-01-20Merge remote-tracking branch 'linus/master' into x86/urgentH. Peter Anvin40-860/+997
2012-01-19Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-2/+2
2012-01-18x86-32: Fix build failure with AUDIT=y, AUDITSYSCALL=nAl Viro1-0/+2
2012-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-28/+25
2012-01-18x86, tsc: Fix SMI induced variation in quick_pit_calibrate()Linus Torvalds1-8/+6
2012-01-18audit: inline audit_syscall_entry to reduce burden on archsEric Paris3-15/+13
2012-01-18Audit: push audit success and retcode into arch ptrace.hEric Paris4-13/+12
2012-01-17ACPI, Record ACPI NVS regionsHuang Ying1-2/+2
2012-01-17Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-393/+69
2012-01-17mce: fix warning messages about static struct mce_deviceGreg Kroah-Hartman2-11/+25
2012-01-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-33/+335
2012-01-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+6
2012-01-15Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-8/+8
2012-01-14x86/mce: Fix CPU hotplug and suspend regression related to MCESrivatsa S. Bhat1-1/+1
2012-01-13module_param: make bool parameters really bool (arch)Rusty Russell1-8/+8
2012-01-12Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-6/+32
2012-01-12Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-8/+286
2012-01-12Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+3
2012-01-12Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-35/+24
2012-01-12Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2-0/+32
2012-01-11Merge branch 'akpm' (aka "Andrew's patch-bomb")Linus Torvalds1-5/+1
2012-01-11signal: add block_sigmask() for adding sigmask to current->blockedMatt Fleming1-5/+1
2012-01-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+11
2012-01-10Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-181/+0
2012-01-10Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2012-01-09Merge branches 'iommu/page-sizes' and 'iommu/group-id' into nextJoerg Roedel1-0/+11
2012-01-09Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-2/+2
2012-01-08x86, UV: Update Boot messages for SGI UV2 platformJack Steiner1-1/+6
2012-01-08Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar3-9/+9
2012-01-08Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-150/+148
2012-01-07Merge branch 'tip/x86/core-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar5-33/+335
2012-01-07x86, reboot: Fix typo in nmi reboot pathDon Zickus1-1/+1
2012-01-07Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-33/+94