aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-1210-55/+144
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-03-121-0/+4
| |\
| | * cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt2020-03-101-0/+4
| * | Merge tag 'for-linus-2020-03-10' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-03-111-0/+10
| |\ \
| | * | pid: make ENOMEM return value more obviousChristian Brauner2020-03-091-0/+8
| | * | pid: Fix error return value in some casesCorey Minyard2020-03-081-0/+2
| * | | Merge tag 'trace-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-03-111-0/+2
| |\ \ \
| | * | | ftrace: Return the first found result in lookup_rec()Artem Savkov2020-03-111-0/+2
| * | | | Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-03-102-14/+28
| |\ \ \ \
| | * | | | cgroup1: don't call release_agent when it is ""Tycho Andersen2020-03-041-1/+1
| | * | | | cgroup: fix psi_show() crash on 32bit ino archsQian Cai2020-03-041-3/+3
| | * | | | cgroup: Iterate tasks that did not finish do_exit()Michal Koutný2020-02-121-7/+16
| | * | | | cgroup: cgroup_procs_next should increase position indexVasily Averin2020-02-121-3/+7
| | * | | | cgroup-v1: cgroup_pidlist_next should update position indexVasily Averin2020-02-121-0/+1
| * | | | | Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-03-101-6/+8
| |\ \ \ \ \
| | * | | | | workqueue: don't use wq_select_unbound_cpu() for bound worksHillf Danton2020-03-101-6/+8
| | |/ / / /
| * | | | | Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-071-1/+4
| |\ \ \ \ \
| | * | | | | blktrace: fix dereference after null checkCengiz Can2020-03-051-1/+4
| * | | | | | Merge tag 'for-linus-2020-03-07' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds2020-03-072-3/+3
| |\ \ \ \ \ \
| | * | | | | | exit: Fix Sparse errors and warningsMadhuparna Bhowmik2020-02-281-2/+2
| | * | | | | | fork: Use RCU_INIT_POINTER() instead of rcu_access_pointer()Madhuparna Bhowmik2020-02-281-1/+1
| * | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-021-0/+2
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | sched/fair: Fix statistics for find_idlest_group()Vincent Guittot2020-02-271-0/+2
| * | | | | | | Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-blockLinus Torvalds2020-02-281-31/+83
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | blktrace: Protect q->blk_trace with RCUJan Kara2020-02-251-31/+83
| | |/ / / / /
| * | | | | | Merge tag 'pm-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-02-281-1/+1
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Merge branches 'pm-sleep' and 'pm-devfreq'Rafael J. Wysocki2020-02-281-1/+1
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | PM / hibernate: fix typo "reserverd_size" -> "reserved_size"Alexandre Belloni2020-02-201-1/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-02-2912-115/+228
|\ \ \ \ \ \ \
| * | | | | | | bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau2020-02-271-0/+15
| * | | | | | | bpf: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-283-3/+3
| * | | | | | | bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabledDavid Miller2020-02-241-3/+15
| * | | | | | | bpf, lpm: Make locking RT friendlyThomas Gleixner2020-02-241-6/+6
| * | | | | | | bpf: Prepare hashtab locking for PREEMPT_RTThomas Gleixner2020-02-241-9/+56
| * | | | | | | bpf: Factor out hashtab bucket lock operationsThomas Gleixner2020-02-241-23/+46
| * | | | | | | bpf: Replace open coded recursion prevention in sys_bpf()Thomas Gleixner2020-02-241-19/+8
| * | | | | | | bpf: Use recursion prevention helpers in hashtab codeThomas Gleixner2020-02-241-8/+4
| * | | | | | | bpf: Use migrate_disable/enabe() in trampoline code.David Miller2020-02-241-4/+5
| * | | | | | | bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller2020-02-241-3/+1
| * | | | | | | bpf: Dont iterate over possible CPUs with interrupts disabledThomas Gleixner2020-02-241-10/+10
| * | | | | | | bpf: Remove recursion prevention from rcu free callbackThomas Gleixner2020-02-241-8/+0
| * | | | | | | perf/bpf: Remove preempt disable around BPF invocationThomas Gleixner2020-02-241-2/+0
| * | | | | | | bpf/trace: Remove redundant preempt_disable from trace_call_bpf()Thomas Gleixner2020-02-241-2/+1
| * | | | | | | bpf: disable preemption for bpf progs attached to uprobeAlexei Starovoitov2020-02-241-2/+9
| * | | | | | | bpf/trace: Remove EXPORT from trace_call_bpf()Thomas Gleixner2020-02-241-1/+0
| * | | | | | | bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run()Thomas Gleixner2020-02-241-2/+1
| * | | | | | | bpf: Update locking comment in hashtab codeThomas Gleixner2020-02-241-4/+20
| * | | | | | | bpf: Enforce preallocation for instrumentation programs on RTThomas Gleixner2020-02-241-4/+9
| * | | | | | | bpf: Tighten the requirements for preallocated hash mapsThomas Gleixner2020-02-241-11/+28
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-2711-122/+225
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /