summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-10-13Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds1-0/+2
2012-10-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-13/+306
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-39/+16
2012-10-12x86, um: convert to saner kernel_execve() semanticsAl Viro2-39/+16
2012-10-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-20/+32
2012-10-12kgdb,x86: fix warning about unused variableJason Wessel1-0/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-11/+6
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds10-191/+101
2012-10-05sections: fix section conflicts in arch/x86Andi Kleen2-3/+3
2012-10-05perf/AMD/IBS: Add sysfs supportRobert Richter1-12/+49
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-5/+3
2012-10-04perf/x86: Add support for Intel Xeon-Phi Knights Corner PMUVince Weaver5-1/+257
2012-10-02UAPI: Partition the header include path sets and add uapi/ header directoriesDavid Howells1-1/+4
2012-10-02Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-49/+108
2012-10-01Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-166/+261
2012-10-01Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-6/+2
2012-10-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-5/+75
2012-10-01Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-48/+234
2012-10-01Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10-596/+471
2012-10-01Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-7/+9
2012-10-01Merge branches 'x86-cpu-for-linus' and 'x86-cpufeature-for-linus' of git://gi...Linus Torvalds1-4/+1
2012-10-01Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-3/+3
2012-10-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-145/+68
2012-10-01Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-11/+44
2012-10-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds11-49/+547
2012-10-01x86: get rid of duplicate code in case of CONFIG_VM86Al Viro1-11/+6
2012-10-01x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro7-96/+27
2012-10-01x86: split ret_from_forkAl Viro5-80/+66
2012-09-28x86: Distinguish TLB shootdown interrupts from other functions call interruptsTomoki Sekiyama1-2/+2
2012-09-27x86/mce: Provide boot argument to honour bios-set CMCI thresholdNaveen N. Rao2-3/+42
2012-09-27x86, smep, smap: Make the switching functions one-wayH. Peter Anvin1-31/+18
2012-09-27perf/x86: Fix typo in uncore_pmu_to_boxYan, Zheng1-1/+1
2012-09-27x86, suspend: On wakeup always initialize cr4 and EFERH. Peter Anvin1-5/+10
2012-09-27x86-32: Start out eflags and cr4 cleanH. Peter Anvin1-15/+16
2012-09-26x86: Exit RCU extended QS on notify resumeFrederic Weisbecker1-0/+4
2012-09-26x86: Use the new schedule_user API on userspace preemptionFrederic Weisbecker1-4/+5
2012-09-26x86: Exception hooks for userspace RCU extended QSFrederic Weisbecker1-26/+55
2012-09-26x86: Unspaghettize do_general_protection()Frederic Weisbecker1-22/+16
2012-09-26x86: Syscall hooks for userspace RCU extended QSFrederic Weisbecker1-0/+5
2012-09-26x86: Unspaghettize do_trap()Frederic Weisbecker1-31/+29
2012-09-26x86_64: Work around old GAS bugTao Guo1-10/+10
2012-09-26x86/api: Rename mp_register_lapic in a commentYasuaki Ishimatsu1-1/+1
2012-09-26x86: Remove the useless branch in c_start()Michael Wang1-4/+1
2012-09-26x86, smap: Do not abuse the [f][x]rstor_checking() functions for user spaceH. Peter Anvin1-3/+3
2012-09-25Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bPaul E. McKenney7-2/+63
2012-09-24time: Convert x86_64 to using new update_vsyscallJohn Stultz1-19/+28
2012-09-24time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz1-1/+1
2012-09-24time: Move update_vsyscall definitions to timekeeper_internal.hJohn Stultz1-1/+1
2012-09-24jiffies: Remove compile time assumptions about CLOCK_TICK_RATEJohn Stultz1-0/+3