summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-0311-55/+133
|\
| * Merge branch 'ucount-rlimit-fixes-for-v5.17' of git://git.kernel.org/pub/scm/...Linus Torvalds2022-03-031-1/+13
| |\
| | * ucounts: Fix systemd LimitNPROC with private users regressionEric W. Biederman2022-02-251-1/+13
| * | Merge tag 'dma-mapping-5.17-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2022-02-271-1/+2
| |\ \
| | * | swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic2022-02-141-1/+2
| * | | Merge tag 'trace-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-02-269-53/+118
| |\ \ \
| | * | | tracing: Fix selftest config check for function graph start up testChristophe Leroy2022-02-261-4/+2
| | * | | tracing/osnoise: Make osnoise_main to sleep for microsecondsDaniel Bristot de Oliveira2022-02-251-21/+32
| | * | | ftrace: Remove unused ftrace_startup_enable() stubNathan Chancellor2022-02-251-1/+0
| | * | | tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle2022-02-251-4/+6
| | * | | tracing: Uninline trace_trigger_soft_disabled() partlyChristophe Leroy2022-02-251-0/+14
| | * | | eprobes: Remove redundant event type informationSteven Rostedt (Google)2022-02-254-16/+12
| | * | | tracing: Have traceon and traceoff trigger honor the instanceSteven Rostedt (Google)2022-02-251-6/+46
| | * | | tracing: Dump stacktrace trigger to the corresponding instanceDaniel Bristot de Oliveira2022-02-251-1/+6
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-259-46/+86
|\| | | |
| * | | | Merge tag 'net-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-02-243-2/+8
| |\ \ \ \
| * \ \ \ \ Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-02-233-7/+25
| |\ \ \ \ \
| | * | | | | cpuset: Fix kernel-docJiapeng Chong2022-02-221-5/+5
| | * | | | | cgroup-v1: Correct privileges check in release_agent writesMichal Koutný2022-02-221-2/+4
| | * | | | | cgroup: clarify cgroup_css_set_fork()Christian Brauner2022-02-221-0/+14
| | * | | | | cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplugZhang Qiao2022-02-141-0/+2
| * | | | | | Merge tag 'locking_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-02-201-2/+2
| |\ \ \ \ \ \
| | * | | | | | lockdep: Correct lock_classes index mappingCheng Jui Wang2022-02-111-2/+2
| * | | | | | | Merge tag 'sched_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-02-202-14/+33
| |\ \ \ \ \ \ \
| | * | | | | | | sched: Fix yet more sched_fork() racesPeter Zijlstra2022-02-192-14/+33
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge tag 'pidfd.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-02-201-4/+3
| |\ \ \ \ \ \ \
| | * | | | | | | copy_process(): Move fd_install() out of sighand->siglock critical sectionWaiman Long2022-02-111-4/+3
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'ucount-rlimit-fixes-for-v5.17' of git://git.kernel.org/pub/scm/...Linus Torvalds2022-02-204-19/+23
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | ucounts: Handle wrapping in is_ucounts_overlimitEric W. Biederman2022-02-171-1/+2
| | * | | | | | ucounts: Move RLIMIT_NPROC handling after set_userEric W. Biederman2022-02-171-5/+14
| | * | | | | | ucounts: Base set_cred_ucounts changes on the real userEric W. Biederman2022-02-171-7/+2
| | * | | | | | ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1Eric W. Biederman2022-02-171-5/+5
| | * | | | | | rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in se...Eric W. Biederman2022-02-171-2/+1
| | |/ / / / /
* | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-1813-329/+196
|\ \ \ \ \ \ \
| * | | | | | | bpf: bpf_prog_pack: Set proper size before freeing ro_headerSong Liu2022-02-171-0/+1
| * | | | | | | libbpf: Split bpf_core_apply_relo()Mauricio Vásquez2022-02-161-3/+10
| * | | | | | | bpf: Reject kfunc calls that overflow insn->immHou Tao2022-02-151-1/+10
| * | | | | | | bpf: Fix bpf_prog_pack build for ppc64_defconfigSong Liu2022-02-111-2/+2
| * | | | | | | bpf: Convert bpf_preload.ko to use light skeleton.Alexei Starovoitov2022-02-109-247/+70
| * | | | | | | bpf: Update iterators.lskel.h.Alexei Starovoitov2022-02-101-72/+69
| * | | | | | | bpf: Extend sys_bpf commands for bpf_syscall programs.Alexei Starovoitov2022-02-101-4/+34
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-173-2/+8
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-02-173-2/+8
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | bpf: Add schedule points in batch opsEric Dumazet2022-02-171-0/+3
| | * | | | | | bpf: Fix crash due to out of bounds access into reg2btf_ids.Kumar Kartikeya Dwivedi2022-02-161-2/+3
| | * | | | | | bpf: Emit bpf_timer in vmlinux BTFYonghong Song2022-02-111-0/+2
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-179-13/+32
|\| | | | | | |
| * | | | | | | module: fix building with sysfs disabledDmitry Torokhov2022-02-161-0/+2
| | |_|_|/ / / | |/| | | | |
| * | | | | | Merge tag 'sched_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-02-131-5/+6
| |\ \ \ \ \ \
| | * | | | | | sched/fair: Fix fault in reweight_entityTadeusz Struk2022-02-061-5/+6