Age | Commit message (Expand) | Author | Files | Lines |
2020-06-13 | Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 12 | -39/+93 |
2020-06-13 | Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 9 | -16/+331 |
2020-06-13 | Merge tag 'thermal-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -91/+9 |
2020-06-12 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -4/+4 |
2020-06-12 | Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 15 | -574/+1277 |
2020-06-12 | Merge tag 'locking-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -175/+2473 |
2020-06-12 | Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -3/+3 |
2020-06-11 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 4 | -7/+19 |
2020-06-11 | Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2020-06-11 | Merge tag 'mailbox-v5.8' of git://git.linaro.org/landing-teams/working/fujits... | Linus Torvalds | 1 | -0/+33 |
2020-06-11 | Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 7 | -64/+370 |
2020-06-11 | compiler_types.h, kasan: Use __SANITIZE_ADDRESS__ instead of CONFIG_KASAN to ... | Marco Elver | 1 | -5/+8 |
2020-06-11 | compiler.h: Move function attributes to compiler_types.h | Marco Elver | 2 | -29/+29 |
2020-06-11 | compiler.h: Avoid nested statement expression in data_race() | Marco Elver | 1 | -5/+5 |
2020-06-11 | compiler.h: Remove data_race() and unnecessary checks from {READ,WRITE}_ONCE() | Marco Elver | 1 | -11/+2 |
2020-06-11 | kcsan: Remove 'noinline' from __no_kcsan_or_inline | Marco Elver | 1 | -4/+2 |
2020-06-11 | Rebase locking/kcsan to locking/urgent | Thomas Gleixner | 14 | -563/+1274 |
2020-06-11 | SUNRPC: rpc_xprt lifetime events should record xprt->state | Chuck Lever | 1 | -1/+29 |
2020-06-11 | nfs: set invalid blocks after NFSv4 writes | Zheng Bin | 1 | -0/+1 |
2020-06-11 | SUNRPC: trace RPC client lifetime events | Chuck Lever | 1 | -0/+111 |
2020-06-11 | SUNRPC: Trace transport lifetime events | Chuck Lever | 2 | -4/+35 |
2020-06-11 | SUNRPC: Split the xdr_buf event class | Chuck Lever | 1 | -47/+66 |
2020-06-11 | SUNRPC: Add tracepoint to rpc_call_rpcerror() | Chuck Lever | 1 | -0/+28 |
2020-06-11 | SUNRPC: Update the RPC_SHOW_SOCKET() macro | Chuck Lever | 1 | -3/+3 |
2020-06-11 | SUNRPC: Update the rpc_show_task_flags() macro | Chuck Lever | 1 | -1/+7 |
2020-06-11 | SUNRPC: Trace GSS context lifetimes | Chuck Lever | 1 | -4/+51 |
2020-06-11 | SUNRPC: receive buffer size estimation values almost never change | Chuck Lever | 2 | -2/+37 |
2020-06-11 | Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 10 | -58/+529 |
2020-06-11 | KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ... | Vitaly Kuznetsov | 1 | -0/+1 |
2020-06-11 | x86/entry: Unbreak __irqentry_text_start/end magic | Thomas Gleixner | 1 | -3/+5 |
2020-06-11 | lockdep: __always_inline more for noinstr | Peter Zijlstra | 1 | -1/+1 |
2020-06-11 | x86/entry: Rename trace_hardirqs_off_prepare() | Peter Zijlstra | 1 | -2/+2 |
2020-06-11 | xen: Move xen_setup_callback_vector() definition to include/xen/hvm.h | Vitaly Kuznetsov | 2 | -0/+4 |
2020-06-11 | x86/entry: Convert XEN hypercall vector to IDTENTRY_SYSVEC | Thomas Gleixner | 1 | -7/+0 |
2020-06-11 | x86/entry: Switch XEN/PV hypercall entry to IDTENTRY | Thomas Gleixner | 1 | -12/+7 |
2020-06-11 | genirq: Provide __irq_enter/exit_raw() | Thomas Gleixner | 1 | -0/+20 |
2020-06-11 | genirq: Provide irq_enter/exit_rcu() | Thomas Gleixner | 1 | -2/+11 |
2020-06-11 | nmi, tracing: Make hardware latency tracing noinstr safe | Thomas Gleixner | 1 | -2/+6 |
2020-06-11 | lib/bsearch: Provide __always_inline variant | Peter Zijlstra | 1 | -2/+24 |
2020-06-11 | bug: Annotate WARN/BUG/stackfail as noinstr safe | Thomas Gleixner | 1 | -2/+7 |
2020-06-11 | context_tracking: Ensure that the critical path cannot be instrumented | Thomas Gleixner | 2 | -6/+6 |
2020-06-11 | locking/atomics: Flip fallbacks and instrumentation | Peter Zijlstra | 3 | -7/+2303 |
2020-06-11 | asm-generic/atomic: Use __always_inline for fallback wrappers | Marco Elver | 1 | -169/+171 |
2020-06-11 | kernel: better document the use_mm/unuse_mm API contract | Christoph Hellwig | 1 | -2/+2 |
2020-06-11 | kernel: move use_mm/unuse_mm to kthread.c | Christoph Hellwig | 2 | -5/+5 |
2020-06-11 | stacktrace: cleanup inconsistent variable type | Walter Wu | 1 | -1/+1 |
2020-06-11 | mm: add comments on pglist_data zones | Ben Widawsky | 1 | -1/+13 |
2020-06-11 | Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2 | -7/+5 |
2020-06-11 | Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2020-06-11 | Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -90/+126 |