aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-06-14Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Gravatar Linus Torvalds 3-0/+20
2020-06-14security: Add LSM hooks to set*gid syscallsGravatar Thomas Cedeno 3-0/+20
2020-06-14Merge tag 'for-5.8-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+2
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 7-32/+58
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-0/+13
2020-06-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-4/+5
2020-06-13Merge branch 'i2c/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Gravatar Linus Torvalds 3-53/+11
2020-06-13Merge tag 'media/v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 1-1/+1
2020-06-13Merge tag 'ras-core-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 5-15/+5
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 12-39/+93
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 9-16/+331
2020-06-12Merge tag 'thermal-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-91/+9
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-4/+4
2020-06-11Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 15-574/+1277
2020-06-11Merge tag 'locking-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-175/+2473
2020-06-11Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+3
2020-06-11Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-7/+19
2020-06-11Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2020-06-11Merge tag 'mailbox-v5.8' of git://git.linaro.org/landing-teams/working/fujits...Gravatar Linus Torvalds 1-0/+33
2020-06-11Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 7-64/+370
2020-06-11compiler_types.h, kasan: Use __SANITIZE_ADDRESS__ instead of CONFIG_KASAN to ...Gravatar Marco Elver 1-5/+8
2020-06-11compiler.h: Move function attributes to compiler_types.hGravatar Marco Elver 2-29/+29
2020-06-11compiler.h: Avoid nested statement expression in data_race()Gravatar Marco Elver 1-5/+5
2020-06-11compiler.h: Remove data_race() and unnecessary checks from {READ,WRITE}_ONCE()Gravatar Marco Elver 1-11/+2
2020-06-11kcsan: Remove 'noinline' from __no_kcsan_or_inlineGravatar Marco Elver 1-4/+2
2020-06-11Rebase locking/kcsan to locking/urgentGravatar Thomas Gleixner 14-563/+1274
2020-06-11SUNRPC: rpc_xprt lifetime events should record xprt->stateGravatar Chuck Lever 1-1/+29
2020-06-11nfs: set invalid blocks after NFSv4 writesGravatar Zheng Bin 1-0/+1
2020-06-11SUNRPC: trace RPC client lifetime eventsGravatar Chuck Lever 1-0/+111
2020-06-11SUNRPC: Trace transport lifetime eventsGravatar Chuck Lever 2-4/+35
2020-06-11SUNRPC: Split the xdr_buf event classGravatar Chuck Lever 1-47/+66
2020-06-11SUNRPC: Add tracepoint to rpc_call_rpcerror()Gravatar Chuck Lever 1-0/+28
2020-06-11SUNRPC: Update the RPC_SHOW_SOCKET() macroGravatar Chuck Lever 1-3/+3
2020-06-11SUNRPC: Update the rpc_show_task_flags() macroGravatar Chuck Lever 1-1/+7
2020-06-11SUNRPC: Trace GSS context lifetimesGravatar Chuck Lever 1-4/+51
2020-06-11SUNRPC: receive buffer size estimation values almost never changeGravatar Chuck Lever 2-2/+37
2020-06-11Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 10-58/+529
2020-06-11media: videobuf2-dma-contig: fix bad kfree in vb2_dma_contig_clear_max_seg_sizeGravatar Tomi Valkeinen 1-1/+1
2020-06-11KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ...Gravatar Vitaly Kuznetsov 1-0/+1
2020-06-11x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisonedGravatar Tony Luck 2-2/+4
2020-06-11Merge branch 'x86/entry' into ras/coreGravatar Thomas Gleixner 763-5189/+20887
2020-06-11x86/entry: Unbreak __irqentry_text_start/end magicGravatar Thomas Gleixner 1-3/+5
2020-06-11lockdep: __always_inline more for noinstrGravatar Peter Zijlstra 1-1/+1
2020-06-11x86/entry: Rename trace_hardirqs_off_prepare()Gravatar Peter Zijlstra 1-2/+2
2020-06-11xen: Move xen_setup_callback_vector() definition to include/xen/hvm.hGravatar Vitaly Kuznetsov 2-0/+4
2020-06-11x86/entry: Convert XEN hypercall vector to IDTENTRY_SYSVECGravatar Thomas Gleixner 1-7/+0
2020-06-11x86/entry: Switch XEN/PV hypercall entry to IDTENTRYGravatar Thomas Gleixner 1-12/+7
2020-06-11genirq: Provide __irq_enter/exit_raw()Gravatar Thomas Gleixner 1-0/+20
2020-06-11genirq: Provide irq_enter/exit_rcu()Gravatar Thomas Gleixner 1-2/+11
2020-06-11nmi, tracing: Make hardware latency tracing noinstr safeGravatar Thomas Gleixner 1-2/+6