Age | Commit message (Expand) | Author |
2019-07-18 | Merge tag 'modules-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2019-07-18 | x86/uaccess: Remove redundant CLACs in getuser/putuser error paths | Josh Poimboeuf |
2019-07-18 | x86/uaccess: Don't leak AC flag into fentry from mcsafe_handle_tail() | Josh Poimboeuf |
2019-07-18 | x86/uaccess: Remove ELF function annotation from copy_user_handle_tail() | Josh Poimboeuf |
2019-07-18 | x86/head/64: Annotate start_cpu0() as non-callable | Josh Poimboeuf |
2019-07-18 | x86/entry: Fix thunk function ELF sizes | Josh Poimboeuf |
2019-07-18 | x86/kvm: Don't call kvm_spurious_fault() from .fixup | Josh Poimboeuf |
2019-07-18 | x86/kvm: Replace vmx_vmenter()'s call to kvm_spurious_fault() with UD2 | Josh Poimboeuf |
2019-07-18 | x86/kvm: Fix fastop function ELF metadata | Josh Poimboeuf |
2019-07-18 | x86/paravirt: Fix callee-saved function ELF sizes | Josh Poimboeuf |
2019-07-18 | Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds |
2019-07-18 | riscv: fix build break after macro-to-function conversion in generic cacheflu... | Paul Walmsley |
2019-07-17 | x86/mm, tracing: Fix CR2 corruption | Peter Zijlstra |
2019-07-17 | x86/entry/64: Update comments and sanity tests for create_gap | Peter Zijlstra |
2019-07-17 | x86/entry/64: Simplify idtentry a little | Peter Zijlstra |
2019-07-17 | x86/entry/32: Simplify common_exception | Peter Zijlstra |
2019-07-17 | x86/paravirt: Make read_cr2() CALLEE_SAVE | Peter Zijlstra |
2019-07-17 | parisc: Wire up clone3 syscall | Helge Deller |
2019-07-17 | parisc: Avoid kernel panic triggered by invalid kprobe | Helge Deller |
2019-07-17 | parisc: Ensure userspace privilege for ptraced processes in regset functions | Helge Deller |
2019-07-17 | parisc: Fix kernel panic due invalid values in IAOQ0 or IAOQ1 | Helge Deller |
2019-07-17 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds |
2019-07-17 | Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux | Linus Torvalds |
2019-07-17 | Merge tag 'h8300-for-linus-20190617' of git://git.sourceforge.jp/gitroot/ucli... | Linus Torvalds |
2019-07-17 | Merge tag 'for-linus-20190617' of git://git.sourceforge.jp/gitroot/uclinux-h8... | Linus Torvalds |
2019-07-17 | KVM: LAPIC: Make lapic timer unpinned | Wanpeng Li |
2019-07-17 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2019-07-17 | kbuild: add --hash-style= and --build-id unconditionally | Masahiro Yamada |
2019-07-17 | KVM: x86/vPMU: reset pmc->counter to 0 for pmu fixed_counters | Like Xu |
2019-07-17 | xen/pv: Fix a boot up hang revealed by int3 self test | Zhenzhong Duan |
2019-07-17 | x86/xen: Add "nopv" support for HVM guest | Zhenzhong Duan |
2019-07-17 | x86/paravirt: Remove const mark from x86_hyper_xen_hvm variable | Zhenzhong Duan |
2019-07-17 | xen: Map "xen_nopv" parameter to "nopv" and mark it obsolete | Zhenzhong Duan |
2019-07-17 | x86: Add "nopv" parameter to disable PV extensions | Zhenzhong Duan |
2019-07-17 | x86/xen: Mark xen_hvm_need_lapic() and xen_x2apic_para_available() as __init | Zhenzhong Duan |
2019-07-17 | Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get ini... | Zhenzhong Duan |
2019-07-16 | mm: add account_locked_vm utility function | Daniel Jordan |
2019-07-16 | arm64: mm: implement pte_devmap support | Robin Murphy |
2019-07-16 | mm: introduce ARCH_HAS_PTE_DEVMAP | Robin Murphy |
2019-07-16 | mm/mmap: move common defines to mman-common.h | Aneesh Kumar K.V |
2019-07-16 | powerpc: define syscall_get_error() | Dmitry V. Levin |
2019-07-16 | parisc: define syscall_get_error() | Dmitry V. Levin |
2019-07-16 | mips: define syscall_get_error() | Dmitry V. Levin |
2019-07-16 | hexagon: define syscall_get_error() and syscall_get_return_value() | Dmitry V. Levin |
2019-07-16 | nds32: fix asm/syscall.h | Dmitry V. Levin |
2019-07-16 | mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault() | Anshuman Khandual |
2019-07-16 | mm/ioremap: probe platform for p4d huge map support | Anshuman Khandual |
2019-07-16 | arch/*: remove unused isa_page_to_bus() | Stephen Kitt |
2019-07-16 | arch: replace _BITUL() in kernel-space headers with BIT() | Masahiro Yamada |
2019-07-16 | mm: fix the MAP_UNINITIALIZED flag | Christoph Hellwig |