summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-03-11Merge tag 'for-linus-2020-03-10' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-03-11Merge tag 'trace-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-03-11ftrace: Return the first found result in lookup_rec()Artem Savkov
2020-03-10cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt
2020-03-10Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-03-10Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-03-10workqueue: don't use wq_select_unbound_cpu() for bound worksHillf Danton
2020-03-09pid: make ENOMEM return value more obviousChristian Brauner
2020-03-08pid: Fix error return value in some casesCorey Minyard
2020-03-07Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-07Merge tag 'for-linus-2020-03-07' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds
2020-03-05blktrace: fix dereference after null checkCengiz Can
2020-03-04cgroup1: don't call release_agent when it is ""Tycho Andersen
2020-03-04cgroup: fix psi_show() crash on 32bit ino archsQian Cai
2020-03-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-02-28Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-02-28Merge tag 'pm-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-02-28exit: Fix Sparse errors and warningsMadhuparna Bhowmik
2020-02-28fork: Use RCU_INIT_POINTER() instead of rcu_access_pointer()Madhuparna Bhowmik
2020-02-28Merge branches 'pm-sleep' and 'pm-devfreq'Rafael J. Wysocki
2020-02-27bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-02-28bpf: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-27Merge tag 'audit-pr-20200226' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-02-27sched/fair: Fix statistics for find_idlest_group()Vincent Guittot
2020-02-26Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-02-26signal: avoid double atomic counter increments for user accountingLinus Torvalds
2020-02-25bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issueMasami Hiramatsu
2020-02-25blktrace: Protect q->blk_trace with RCUJan Kara
2020-02-24bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabledDavid Miller
2020-02-24bpf, lpm: Make locking RT friendlyThomas Gleixner
2020-02-24bpf: Prepare hashtab locking for PREEMPT_RTThomas Gleixner
2020-02-24bpf: Factor out hashtab bucket lock operationsThomas Gleixner
2020-02-24bpf: Replace open coded recursion prevention in sys_bpf()Thomas Gleixner
2020-02-24bpf: Use recursion prevention helpers in hashtab codeThomas Gleixner
2020-02-24bpf: Use migrate_disable/enabe() in trampoline code.David Miller
2020-02-24bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller
2020-02-24bpf: Dont iterate over possible CPUs with interrupts disabledThomas Gleixner
2020-02-24bpf: Remove recursion prevention from rcu free callbackThomas Gleixner
2020-02-24perf/bpf: Remove preempt disable around BPF invocationThomas Gleixner
2020-02-24bpf/trace: Remove redundant preempt_disable from trace_call_bpf()Thomas Gleixner
2020-02-24bpf: disable preemption for bpf progs attached to uprobeAlexei Starovoitov
2020-02-24bpf/trace: Remove EXPORT from trace_call_bpf()Thomas Gleixner
2020-02-24bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run()Thomas Gleixner
2020-02-24bpf: Update locking comment in hashtab codeThomas Gleixner
2020-02-24bpf: Enforce preallocation for instrumentation programs on RTThomas Gleixner
2020-02-24bpf: Tighten the requirements for preallocated hash mapsThomas Gleixner