Age | Commit message (Expand) | Author | Files | Lines |
2014-12-10 | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -0/+26 |
2014-12-10 | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -18/+47 |
2014-12-10 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -5/+18 |
2014-12-10 | Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 6 | -17/+179 |
2014-12-10 | Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+0 |
2014-12-09 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -3/+0 |
2014-12-09 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -0/+4 |
2014-12-09 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+13 |
2014-12-09 | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+6 |
2014-12-08 | x86/ticketlock: Fix spin_unlock_wait() livelock | Oleg Nesterov | 1 | -1/+13 |
2014-11-23 | uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUME | Andy Lutomirski | 1 | -1/+1 |
2014-11-23 | x86_64, traps: Stop using IST for #SS | Andy Lutomirski | 3 | -7/+6 |
2014-11-19 | x86: Cleanly separate use of asm-generic/mm_hooks.h | Dave Hansen | 2 | -5/+24 |
2014-11-18 | x86, mpx: Cleanup unused bound tables | Dave Hansen | 2 | -0/+20 |
2014-11-18 | x86, mpx: On-demand kernel allocation of bounds tables | Dave Hansen | 3 | -0/+66 |
2014-11-18 | x86, mpx: Decode MPX instruction to get bound violation information | Dave Hansen | 1 | -0/+12 |
2014-11-18 | x86, mpx: Add MPX-specific mmap interface | Qiaowei Ren | 1 | -0/+36 |
2014-11-18 | x86, mpx: Add MPX to disabled features | Dave Hansen | 1 | -1/+7 |
2014-11-18 | x86, mpx: Rename cfg_reg_u and status_reg | Dave Hansen | 1 | -4/+4 |
2014-11-18 | x86: mpx: Give bndX registers actual names | Dave Hansen | 1 | -3/+4 |
2014-11-18 | x86: Remove arbitrary instruction size limit in instruction decoder | Dave Hansen | 1 | -4/+6 |
2014-11-16 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 4 | -22/+28 |
2014-11-16 | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin... | Ingo Molnar | 2 | -0/+26 |
2014-11-12 | perf/x86/amd/ibs: Update IBS MSRs and feature definitions | Aravind Gopalakrishnan | 2 | -0/+4 |
2014-11-11 | x86, ptdump: Add section for EFI runtime services | Mathias Krause | 1 | -0/+2 |
2014-11-11 | efi/x86: Move x86 back to libstub | Ard Biesheuvel | 1 | -0/+24 |
2014-11-11 | Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()" | Yijing Wang | 1 | -3/+0 |
2014-11-11 | Merge branch 'io' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux... | Arnd Bergmann | 1 | -0/+4 |
2014-11-10 | /dev/mem: Use more consistent data types | Thierry Reding | 1 | -2/+2 |
2014-11-10 | x86/core, x86/xen/smp: Use 'die_complete' completion when taking CPU down | Boris Ostrovsky | 1 | -0/+1 |
2014-11-04 | x86-64: Use RIP-relative addressing for most per-CPU accesses | Jan Beulich | 1 | -15/+44 |
2014-11-04 | x86: Convert a few more per-CPU items to read-mostly ones | Jan Beulich | 2 | -3/+3 |
2014-10-28 | sched/x86: Add a comment clarifying LDT context switching | Andy Lutomirski | 1 | -1/+10 |
2014-10-28 | sched/x86_64: Don't save flags on context switch | Andy Lutomirski | 1 | -4/+8 |
2014-10-28 | sched: Kill task_preempt_count() | Oleg Nesterov | 1 | -3/+0 |
2014-10-28 | sched: stop the unbound recursion in preempt_schedule_context() | Oleg Nesterov | 1 | -0/+1 |
2014-10-24 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -1/+17 |
2014-10-24 | kvm: vmx: handle invvpid vm exit gracefully | Petr Matousek | 1 | -0/+2 |
2014-10-24 | KVM: x86: Prevent host from panicking on shared MSR writes. | Andy Honig | 1 | -1/+1 |
2014-10-24 | KVM: x86: Check non-canonical addresses upon WRMSR | Nadav Amit | 1 | -0/+14 |
2014-10-23 | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -21/+10 |
2014-10-20 | x86: io: implement dummy relaxed accessor macros for writes | Will Deacon | 1 | -0/+4 |
2014-10-19 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+0 |
2014-10-18 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2 | -12/+1 |
2014-10-17 | kprobes/x86: Remove stale ARCH_SUPPORTS_KPROBES_ON_FTRACE define | Anton Blanchard | 1 | -1/+0 |
2014-10-15 | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -9/+9 |
2014-10-14 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+3 |
2014-10-14 | Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -1/+10 |
2014-10-14 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -5/+2 |
2014-10-14 | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |