Age | Commit message (Expand) | Author | Files | Lines |
2012-09-26 | x86: Use the new schedule_user API on userspace preemption | Frederic Weisbecker | 2 | -4/+17 |
2012-09-26 | x86: Exception hooks for userspace RCU extended QS | Frederic Weisbecker | 3 | -28/+86 |
2012-09-26 | x86: Unspaghettize do_general_protection() | Frederic Weisbecker | 1 | -22/+16 |
2012-09-26 | x86: Syscall hooks for userspace RCU extended QS | Frederic Weisbecker | 2 | -3/+12 |
2012-09-26 | x86: Unspaghettize do_trap() | Frederic Weisbecker | 1 | -31/+29 |
2012-09-26 | x86_64: Work around old GAS bug | Tao Guo | 2 | -35/+33 |
2012-09-26 | x86/api: Rename mp_register_lapic in a comment | Yasuaki Ishimatsu | 1 | -1/+1 |
2012-09-26 | x86: Remove the useless branch in c_start() | Michael Wang | 1 | -4/+1 |
2012-09-26 | x86, smap: Do not abuse the [f][x]rstor_checking() functions for user space | H. Peter Anvin | 2 | -3/+20 |
2012-09-25 | Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25b | Paul E. McKenney | 16 | -34/+115 |
2012-09-25 | cputime: Make finegrained irqtime accounting generally available | Frederic Weisbecker | 1 | -11/+1 |
2012-09-25 | Merge branch 'pci/yinghai-misc' into next | Bjorn Helgaas | 1 | -2/+1 |
2012-09-25 | Merge tag 'stable/for-linus-3.6-rc7-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -0/+4 |
2012-09-25 | x86: bpf_jit_comp: add XOR instruction for BPF JIT | Daniel Borkmann | 1 | -0/+9 |
2012-09-24 | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 5 | -223/+230 |
2012-09-24 | xen/vga: add the xen EFI video mode support | Jan Beulich | 1 | -0/+7 |
2012-09-24 | xen/x86: retrieve keyboard shift status flags from hypervisor. | Konrad Rzeszutek Wilk | 1 | -0/+8 |
2012-09-24 | xen/boot: Disable NUMA for PV guests. | Konrad Rzeszutek Wilk | 1 | -0/+4 |
2012-09-24 | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar... | Linus Torvalds | 1 | -1/+1 |
2012-09-23 | Use get_online_cpus to avoid races involving CPU hotplug | Silas Boyd-Wickizer | 1 | -0/+5 |
2012-09-23 | Use get_online_cpus to avoid races involving CPU hotplug | Silas Boyd-Wickizer | 1 | -0/+5 |
2012-09-23 | KVM: x86: Fix guest debug across vcpu INIT reset | Jan Kiszka | 4 | -43/+24 |
2012-09-23 | KVM: Add resampling irqfds for level triggered interrupts | Alex Williamson | 1 | -0/+4 |
2012-09-23 | Merge branch 'stable/late-swiotlb.v3.3' into stable/for-linus-3.7 | Konrad Rzeszutek Wilk | 2 | -5/+44 |
2012-09-22 | Merge branch 'x86/fpu' into x86/smap | H. Peter Anvin | 26 | -938/+813 |
2012-09-22 | x86, kvm: fix kvm's usage of kernel_fpu_begin/end() | Suresh Siddha | 4 | -15/+40 |
2012-09-22 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -5/+5 |
2012-09-22 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 5 | -1/+57 |
2012-09-22 | x86-32, smap: Add STAC/CLAC instructions to 32-bit kernel entry | H. Peter Anvin | 1 | -0/+26 |
2012-09-22 | x86/PCI: Clear host bridge aperture struct resource | Yinghai Lu | 1 | -2/+1 |
2012-09-21 | x86, smap: Reduce the SMAP overhead for signal handling | H. Peter Anvin | 3 | -23/+27 |
2012-09-21 | x86, smap: A page fault due to SMAP is an oops | H. Peter Anvin | 1 | -0/+18 |
2012-09-21 | x86, smap: Turn on Supervisor Mode Access Prevention | H. Peter Anvin | 1 | -0/+26 |
2012-09-21 | x86, smap: Add STAC and CLAC instructions to control user space access | H. Peter Anvin | 14 | -32/+106 |
2012-09-21 | x86, uaccess: Merge prototypes for clear_user/__clear_user | H. Peter Anvin | 3 | -6/+3 |
2012-09-21 | x86, smap: Add a header file with macros for STAC/CLAC | H. Peter Anvin | 2 | -0/+102 |
2012-09-21 | x86, alternative: Add header guards to <asm/alternative-asm.h> | H. Peter Anvin | 1 | -0/+5 |
2012-09-21 | x86, alternative: Use .pushsection/.popsection | H. Peter Anvin | 2 | -18/+18 |
2012-09-21 | x86, smap: Add CR4 bit for SMAP | H. Peter Anvin | 1 | -0/+1 |
2012-09-21 | x86-32, mm: The WP test should be done on a kernel page | H. Peter Anvin | 1 | -1/+1 |
2012-09-21 | Merge tag 'stable/for-linus-3.6-rc6-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 3 | -17/+17 |
2012-09-21 | KVM: x86: Export svm/vmx exit code and vector code to userspace | Xiao Guangrong | 5 | -223/+230 |
2012-09-21 | x86/kbuild: archscripts depends on scripts_basic | Jeff Mahoney | 1 | -1/+1 |
2012-09-20 | kprobes/x86: Move skip_singlestep up | Borislav Petkov | 1 | -16/+16 |
2012-09-20 | KVM: optimize apic interrupt delivery | Gleb Natapov | 4 | -12/+193 |
2012-09-20 | KVM: MMU: Eliminate pointless temporary 'ac' | Avi Kivity | 1 | -4/+1 |
2012-09-20 | KVM: MMU: Avoid access/dirty update loop if all is well | Avi Kivity | 1 | -6/+20 |
2012-09-20 | KVM: MMU: Eliminate eperm temporary | Avi Kivity | 1 | -4/+1 |
2012-09-20 | KVM: MMU: Optimize is_last_gpte() | Avi Kivity | 4 | -20/+41 |
2012-09-20 | KVM: MMU: Simplify walk_addr_generic() loop | Avi Kivity | 1 | -35/+25 |