summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds2012-10-131-0/+2
|\
| * kgdb,x86: fix warning about unused variableJason Wessel2012-10-121-0/+2
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-136-13/+306
|\ \
| * | perf/AMD/IBS: Add sysfs supportRobert Richter2012-10-051-12/+49
| * | perf/x86: Add support for Intel Xeon-Phi Knights Corner PMUVince Weaver2012-10-045-1/+257
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-132-39/+16
|\ \ \
| * | | x86, um: convert to saner kernel_execve() semanticsAl Viro2012-10-122-39/+16
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-122-20/+32
|\ \ \ \
| * | | | time: Convert x86_64 to using new update_vsyscallJohn Stultz2012-09-241-19/+28
| * | | | time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz2012-09-241-1/+1
| * | | | time: Move update_vsyscall definitions to timekeeper_internal.hJohn Stultz2012-09-241-1/+1
| * | | | jiffies: Remove compile time assumptions about CLOCK_TICK_RATEJohn Stultz2012-09-241-0/+3
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-11/+6
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | x86: get rid of duplicate code in case of CONFIG_VM86Al Viro2012-10-011-11/+6
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-1010-191/+101
|\ \ \ \ \ | |/ / / /
| * | | | x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro2012-09-307-96/+27
| * | | | x86: split ret_from_forkAl Viro2012-09-305-80/+66
| * | | | x86: get rid of TIF_IRET hackeryAl Viro2012-09-204-15/+8
* | | | | sections: fix section conflicts in arch/x86Andi Kleen2012-10-062-3/+3
* | | | | Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-10-043-5/+3
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti2012-08-268-149/+183
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | x86: KVM guest: merge CONFIG_KVM_CLOCK into CONFIG_KVM_GUESTMarcelo Tosatti2012-08-233-5/+2
| * | | | | KVM guest: disable stealtime on reboot to avoid mem corruptionFlorian Westphal2012-08-151-0/+1
* | | | | | UAPI: Partition the header include path sets and add uapi/ header directoriesDavid Howells2012-10-021-1/+4
* | | | | | Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-017-49/+108
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | x86, smep, smap: Make the switching functions one-wayH. Peter Anvin2012-09-271-31/+18
| * | | | | x86, suspend: On wakeup always initialize cr4 and EFERH. Peter Anvin2012-09-261-5/+10
| * | | | | x86-32: Start out eflags and cr4 cleanH. Peter Anvin2012-09-261-15/+16
| * | | | | x86, smap: Do not abuse the [f][x]rstor_checking() functions for user spaceH. Peter Anvin2012-09-251-3/+3
| * | | | | Merge branch 'x86/fpu' into x86/smapH. Peter Anvin2012-09-2111-599/+474
| |\ \ \ \ \
| * | | | | | x86-32, smap: Add STAC/CLAC instructions to 32-bit kernel entryH. Peter Anvin2012-09-211-0/+26
| * | | | | | x86, smap: Reduce the SMAP overhead for signal handlingH. Peter Anvin2012-09-211-10/+14
| * | | | | | x86, smap: Turn on Supervisor Mode Access PreventionH. Peter Anvin2012-09-211-0/+26
| * | | | | | x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin2012-09-212-2/+12
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-10-013-166/+261
|\ \ \ \ \ \
| * | | | | | x86, microcode, AMD: Fix use after free in free_cache()Dan Carpenter2012-09-191-2/+2
| * | | | | | x86, microcode, AMD: Rewrite patch application procedureBorislav Petkov2012-08-221-115/+121
| * | | | | | x86, microcode, AMD: Add a small, per-family patches cacheBorislav Petkov2012-08-221-1/+66
| * | | | | | x86, microcode, AMD: Add reverse equiv table searchBorislav Petkov2012-08-221-16/+30
| * | | | | | x86, microcode: Add a refresh firmware flag to ->request_microcode_fwBorislav Petkov2012-08-223-7/+10
| * | | | | | x86, microcode, AMD: Read CPUID(1).EAX on the correct cpuBorislav Petkov2012-08-221-6/+6
| * | | | | | x86, microcode, AMD: Check before applying a patchBorislav Petkov2012-08-221-3/+10
| * | | | | | x86, microcode, AMD: Remove useless get_ucode_data wrapperBorislav Petkov2012-08-221-2/+2
| * | | | | | x86, microcode: Cleanup cpu hotplug notifier callbackBorislav Petkov2012-08-221-9/+16
| * | | | | | x86, microcode: Drop uci->mc check on resume pathBorislav Petkov2012-08-221-11/+5
| * | | | | | x86, microcode: Save an indentation level in reload_for_cpuBorislav Petkov2012-08-221-10/+9
| |/ / / / /
* | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-10-012-6/+2
|\ \ \ \ \ \
| * | | | | | x86: xen: Cleanup and remove x86_init.paging.pagetable_setup_done()Attilio Rao2012-09-122-3/+0
| * | | | | | x86: Move paging_init() call to x86_init.paging.pagetable_init()Attilio Rao2012-09-122-2/+0
| * | | | | | x86: Rename pagetable_setup_start() to pagetable_init()Attilio Rao2012-09-122-3/+3
OpenPOWER on IntegriCloud