Age | Commit message (Expand) | Author | Files | Lines |
2017-11-14 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+2 |
2017-11-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 7 | -50/+72 |
2017-11-10 | locking/x86: Use LOCK ADD for smp_mb() instead of MFENCE | Michael S. Tsirkin | 1 | -4/+8 |
2017-11-09 | x86/mm: Fix ELF_ET_DYN_BASE for 5-level paging | Kirill A. Shutemov | 1 | -1/+1 |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 325 | -4/+326 |
2017-11-07 | Merge branch 'linus' into perf/core, to fix conflicts | Ingo Molnar | 325 | -4/+326 |
2017-11-05 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+2 |
2017-11-04 | Revert "x86/mm: Stop calling leave_mm() in idle code" | Andy Lutomirski | 1 | -0/+2 |
2017-11-02 | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 324 | -0/+324 |
2017-11-02 | License cleanup: add SPDX license identifier to uapi header files with a license | Greg Kroah-Hartman | 3 | -0/+3 |
2017-11-02 | License cleanup: add SPDX license identifier to uapi header files with no lic... | Greg Kroah-Hartman | 37 | -0/+37 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 284 | -0/+284 |
2017-10-27 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2 | -6/+19 |
2017-10-27 | Revert "x86/mm: Limit mmap() of /dev/mem to valid physical addresses" | Ingo Molnar | 1 | -4/+0 |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 1 | -1/+1 |
2017-10-24 | locking/barriers: Convert users of lockless_dereference() to READ_ONCE() | Will Deacon | 1 | -2/+2 |
2017-10-24 | Merge tag 'v4.14-rc6' into locking/core, to pick up fixes | Ingo Molnar | 7 | -12/+45 |
2017-10-20 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 11 | -31/+42 |
2017-10-20 | x86/mm: Limit mmap() of /dev/mem to valid physical addresses | Craig Bergstrom | 1 | -0/+4 |
2017-10-18 | x86/mm: Remove debug/x86/tlb_defer_switch_to_init_mm | Andy Lutomirski | 1 | -8/+12 |
2017-10-18 | x86/mm: Tidy up "x86/mm: Flush more aggressively in lazy TLB mode" | Andy Lutomirski | 1 | -1/+6 |
2017-10-14 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 5 | -11/+32 |
2017-10-14 | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+0 |
2017-10-14 | x86/mm: Flush more aggressively in lazy TLB mode | Andy Lutomirski | 2 | -7/+25 |
2017-10-10 | x86/hyperv: Clear vCPU banks between calls to avoid flushing unneeded vCPUs | Vitaly Kuznetsov | 1 | -0/+1 |
2017-10-10 | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementations | Will Deacon | 1 | -3/+0 |
2017-10-10 | locking/arch: Remove dummy arch_{read,spin,write}_relax() implementations | Will Deacon | 1 | -4/+0 |
2017-10-10 | locking/arch, x86: Add __down_read_killable() | Kirill Tkhai | 1 | -10/+25 |
2017-10-10 | locking/paravirt: Use new static key for controlling call of virt_spin_lock() | Juergen Gross | 1 | -1/+10 |
2017-10-10 | Merge branch 'locking/urgent' into locking/core, to pick up fixes | Ingo Molnar | 5 | -19/+10 |
2017-10-09 | x86/alternatives: Fix alt_max_short macro to really be a max() | Mathias Krause | 2 | -4/+6 |
2017-10-05 | x86/mce: Hide mca_cfg | Borislav Petkov | 1 | -1/+0 |
2017-10-04 | kvm/x86: Avoid async PF preempting the kernel incorrectly | Boqun Feng | 1 | -2/+2 |
2017-10-01 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -15/+6 |
2017-09-29 | Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+2 |
2017-09-29 | x86/asm: Use register variable to get stack pointer value | Andrey Ryabinin | 2 | -13/+2 |
2017-09-29 | x86/asm: Fix inline asm call constraints for GCC 4.4 | Josh Poimboeuf | 1 | -2/+4 |
2017-09-28 | locking/refcounts, x86/asm: Use unique .text section for refcount exceptions | Kees Cook | 1 | -1/+1 |
2017-09-28 | locking/x86: Use named operands in rwsem.h | Miguel Bernal Marin | 1 | -26/+27 |
2017-09-28 | kprobes/x86: Remove addressof() operators | Masami Hiramatsu | 1 | -2/+2 |
2017-09-26 | Merge branch 'WIP.x86/fpu' into x86/fpu, because it's ready | Ingo Molnar | 4 | -105/+40 |
2017-09-26 | x86/fpu: Introduce validate_xstate_header() | Eric Biggers | 1 | -0/+4 |
2017-09-26 | x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|writ... | Ingo Molnar | 1 | -2/+2 |
2017-09-26 | x86/fpu: Rename fpu__activate_curr() to fpu__initialize() | Ingo Molnar | 1 | -1/+1 |
2017-09-26 | x86/fpu: Rename fpu::fpstate_active to fpu::initialized | Ingo Molnar | 3 | -9/+9 |
2017-09-26 | x86/fpu: Remove fpu__current_fpstate_write_begin/end() | Ingo Molnar | 1 | -2/+0 |
2017-09-25 | x86: Don't cast away the __user in __get_user_asm_u64() | Ville Syrjälä | 1 | -1/+1 |
2017-09-25 | x86/fpu: Reinitialize FPU registers if restoring FPU state fails | Eric Biggers | 1 | -36/+15 |
2017-09-24 | x86/fpu: Turn WARN_ON() in context switch into WARN_ON_FPU() | Andi Kleen | 1 | -1/+1 |
2017-09-24 | x86/fpu: Add FPU state copying quirk to handle XRSTOR failure on Intel Skylak... | Rik van Riel | 1 | -0/+3 |