| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw... | Linus Torvalds | 2012-10-13 | 1 | -0/+2 |
|\ |
|
| * | kgdb,x86: fix warning about unused variable | Jason Wessel | 2012-10-12 | 1 | -0/+2 |
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-10-13 | 6 | -13/+306 |
|\ \ |
|
| * | | perf/AMD/IBS: Add sysfs support | Robert Richter | 2012-10-05 | 1 | -12/+49 |
| * | | perf/x86: Add support for Intel Xeon-Phi Knights Corner PMU | Vince Weaver | 2012-10-04 | 5 | -1/+257 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-13 | 2 | -39/+16 |
|\ \ \ |
|
| * | | | x86, um: convert to saner kernel_execve() semantics | Al Viro | 2012-10-12 | 2 | -39/+16 |
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-10-12 | 2 | -20/+32 |
|\ \ \ \ |
|
| * | | | | time: Convert x86_64 to using new update_vsyscall | John Stultz | 2012-09-24 | 1 | -19/+28 |
| * | | | | time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLD | John Stultz | 2012-09-24 | 1 | -1/+1 |
| * | | | | time: Move update_vsyscall definitions to timekeeper_internal.h | John Stultz | 2012-09-24 | 1 | -1/+1 |
| * | | | | jiffies: Remove compile time assumptions about CLOCK_TICK_RATE | John Stultz | 2012-09-24 | 1 | -0/+3 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-12 | 1 | -11/+6 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | x86: get rid of duplicate code in case of CONFIG_VM86 | Al Viro | 2012-10-01 | 1 | -11/+6 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-10 | 10 | -191/+101 |
|\| | | | |
|
| * | | | | x86, um/x86: switch to generic sys_execve and kernel_execve | Al Viro | 2012-09-30 | 7 | -96/+27 |
| * | | | | x86: split ret_from_fork | Al Viro | 2012-09-30 | 5 | -80/+66 |
| * | | | | x86: get rid of TIF_IRET hackery | Al Viro | 2012-09-20 | 4 | -15/+8 |
* | | | | | sections: fix section conflicts in arch/x86 | Andi Kleen | 2012-10-06 | 2 | -3/+3 |
* | | | | | Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-10-04 | 3 | -5/+3 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge remote-tracking branch 'upstream/master' into queue | Marcelo Tosatti | 2012-08-26 | 8 | -149/+183 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| * | | | | | x86: KVM guest: merge CONFIG_KVM_CLOCK into CONFIG_KVM_GUEST | Marcelo Tosatti | 2012-08-23 | 3 | -5/+2 |
| * | | | | | KVM guest: disable stealtime on reboot to avoid mem corruption | Florian Westphal | 2012-08-15 | 1 | -0/+1 |
* | | | | | | UAPI: Partition the header include path sets and add uapi/ header directories | David Howells | 2012-10-02 | 1 | -1/+4 |
* | | | | | | Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-10-01 | 7 | -49/+108 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | x86, smep, smap: Make the switching functions one-way | H. Peter Anvin | 2012-09-27 | 1 | -31/+18 |
| * | | | | | x86, suspend: On wakeup always initialize cr4 and EFER | H. Peter Anvin | 2012-09-26 | 1 | -5/+10 |
| * | | | | | x86-32: Start out eflags and cr4 clean | H. Peter Anvin | 2012-09-26 | 1 | -15/+16 |
| * | | | | | x86, smap: Do not abuse the [f][x]rstor_checking() functions for user space | H. Peter Anvin | 2012-09-25 | 1 | -3/+3 |
| * | | | | | Merge branch 'x86/fpu' into x86/smap | H. Peter Anvin | 2012-09-21 | 11 | -599/+474 |
| |\ \ \ \ \ |
|
| * | | | | | | x86-32, smap: Add STAC/CLAC instructions to 32-bit kernel entry | H. Peter Anvin | 2012-09-21 | 1 | -0/+26 |
| * | | | | | | x86, smap: Reduce the SMAP overhead for signal handling | H. Peter Anvin | 2012-09-21 | 1 | -10/+14 |
| * | | | | | | x86, smap: Turn on Supervisor Mode Access Prevention | H. Peter Anvin | 2012-09-21 | 1 | -0/+26 |
| * | | | | | | x86, smap: Add STAC and CLAC instructions to control user space access | H. Peter Anvin | 2012-09-21 | 2 | -2/+12 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2012-10-01 | 3 | -166/+261 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86, microcode, AMD: Fix use after free in free_cache() | Dan Carpenter | 2012-09-19 | 1 | -2/+2 |
| * | | | | | | x86, microcode, AMD: Rewrite patch application procedure | Borislav Petkov | 2012-08-22 | 1 | -115/+121 |
| * | | | | | | x86, microcode, AMD: Add a small, per-family patches cache | Borislav Petkov | 2012-08-22 | 1 | -1/+66 |
| * | | | | | | x86, microcode, AMD: Add reverse equiv table search | Borislav Petkov | 2012-08-22 | 1 | -16/+30 |
| * | | | | | | x86, microcode: Add a refresh firmware flag to ->request_microcode_fw | Borislav Petkov | 2012-08-22 | 3 | -7/+10 |
| * | | | | | | x86, microcode, AMD: Read CPUID(1).EAX on the correct cpu | Borislav Petkov | 2012-08-22 | 1 | -6/+6 |
| * | | | | | | x86, microcode, AMD: Check before applying a patch | Borislav Petkov | 2012-08-22 | 1 | -3/+10 |
| * | | | | | | x86, microcode, AMD: Remove useless get_ucode_data wrapper | Borislav Petkov | 2012-08-22 | 1 | -2/+2 |
| * | | | | | | x86, microcode: Cleanup cpu hotplug notifier callback | Borislav Petkov | 2012-08-22 | 1 | -9/+16 |
| * | | | | | | x86, microcode: Drop uci->mc check on resume path | Borislav Petkov | 2012-08-22 | 1 | -11/+5 |
| * | | | | | | x86, microcode: Save an indentation level in reload_for_cpu | Borislav Petkov | 2012-08-22 | 1 | -10/+9 |
| |/ / / / / |
|
* | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-10-01 | 2 | -6/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86: xen: Cleanup and remove x86_init.paging.pagetable_setup_done() | Attilio Rao | 2012-09-12 | 2 | -3/+0 |
| * | | | | | | x86: Move paging_init() call to x86_init.paging.pagetable_init() | Attilio Rao | 2012-09-12 | 2 | -2/+0 |
| * | | | | | | x86: Rename pagetable_setup_start() to pagetable_init() | Attilio Rao | 2012-09-12 | 2 | -3/+3 |