summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | bpf: convert cgroup_bpf.progs to hlistStanislav Fomichev2022-06-291-32/+44
| | * | | | | | | | | bpf: add bpf_func_t and trampoline helpersStanislav Fomichev2022-06-291-30/+33
| | * | | | | | | | | bpf: Merge "types_are_compat" logic into relo_core.cDaniel Müller2022-06-241-83/+1
| | * | | | | | | | | bpf: Fix for use-after-free bug in inline_bpf_loopEduard Zingerman2022-06-241-1/+1
| | * | | | | | | | | bpf: Replace hard-coded 0 with BPF_K in check_alu_opSimon Wang2022-06-241-1/+1
| | * | | | | | | | | bpf: Require only one of cong_avoid() and cong_control() from a TCP CCJörn-Thorben Hinz2022-06-231-4/+3
| | * | | | | | | | | bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar2022-06-212-1/+8
| | * | | | | | | | | bpf: Inline calls to bpf_loop when callback is knownEduard Zingerman2022-06-202-9/+180
| | * | | | | | | | | uprobe: gate bpf call behind BPF_EVENTSDelyan Kratunov2022-06-201-0/+2
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-072-70/+51
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-3017-624/+85
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | sysctl: add proc_dointvec_ms_jiffies_minmaxYuwei Wang2022-06-301-0/+41
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-2314-24/+159
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-06-1710-65/+277
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | bpf: Fix non-static bpf_func_proto struct definitionsJoanne Koong2022-06-172-7/+7
| | * | | | | | | | | | | | bpf: Allow helpers to accept pointers with a fixed sizeMaxim Mikityanskiy2022-06-161-11/+32
| | * | | | | | | | | | | | bpf: allow sleepable uprobe programs to attachDelyan Kratunov2022-06-162-8/+12
| | * | | | | | | | | | | | bpf: implement sleepable uprobes by chaining gpsDelyan Kratunov2022-06-163-5/+19
| | * | | | | | | | | | | | bpf: avoid grabbing spin_locks of all cpus when no free elemsFeng Zhou2022-06-111-6/+14
| | * | | | | | | | | | | | bpf: Add btf enum64 supportYonghong Song2022-06-072-15/+129
| | * | | | | | | | | | | | bpf: Fix KASAN use-after-free Read in compute_effective_progsTadeusz Struk2022-06-021-10/+60
| | * | | | | | | | | | | | bpf: Correct the comment about insn_to_jit_offPu Lehui2022-06-021-1/+1
| | * | | | | | | | | | | | bpf: Unify data extension operation of jited_ksyms and jited_linfoPu Lehui2022-06-021-2/+3
* | | | | | | | | | | | | | Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-031-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | fs: remove no_llseekJason A. Donenfeld2022-07-161-2/+1
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge tag 'cgroup-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-034-58/+115
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | cgroup: Skip subtree root in cgroup_update_dfl_csses()Waiman Long2022-07-281-0/+9
| * | | | | | | | | | | | | | cgroup: remove "no" prefixed mount optionsTejun Heo2022-07-271-20/+4
| * | | | | | | | | | | | | | cgroup: Make !percpu threadgroup_rwsem operations optionalTejun Heo2022-07-233-8/+53
| * | | | | | | | | | | | | | cgroup: Add "no" prefixed mount optionsTejun Heo2022-07-221-5/+15
| * | | | | | | | | | | | | | cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty...Tejun Heo2022-07-221-3/+13
| * | | | | | | | | | | | | | cgroup.c: remove redundant check for mixable cgroup in cgroup_migrate_vet_dstLin Feng2022-06-271-4/+0
| * | | | | | | | | | | | | | cgroup.c: add helper __cset_cgroup_from_root to cleanup duplicated codesLin Feng2022-06-161-31/+27
| * | | | | | | | | | | | | | psi: dont alloc memory for psi by defaultChen Wandun2022-06-072-10/+17
* | | | | | | | | | | | | | | Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-08-023-0/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | kcsan: test: Add a .kunitconfig to run KCSAN testsDavid Gow2022-07-221-0/+24
| * | | | | | | | | | | | | | | kunit: unify module and builtin suite definitionsJeremy Kerr2022-07-111-0/+6
| * | | | | | | | | | | | | | | module: panic: Taint the kernel when selftest modules loadDavid Gow2022-07-111-0/+7
| * | | | | | | | | | | | | | | panic: Taint kernel if tests are runDavid Gow2022-07-011-0/+1
* | | | | | | | | | | | | | | | Merge tag 'docs-6.0' of git://git.lwn.net/linuxLinus Torvalds2022-08-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Documentation: update watch_queue.rst referencesMauro Carvalho Chehab2022-07-071-1/+1
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-0230-1093/+1757
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'ctxt.2022.07.05a' into HEADPaul E. McKenney2022-07-2121-627/+675
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | MAINTAINERS: Add Paul as context tracking maintainerFrederic Weisbecker2022-07-051-5/+7
| | * | | | | | | | | | | | | | | | context_tracking: Convert state to atomic_tFrederic Weisbecker2022-07-053-58/+102
| | * | | | | | | | | | | | | | | | rcu/context-tracking: Remove unused and/or unecessary middle functionsFrederic Weisbecker2022-07-051-71/+27
| | * | | | | | | | | | | | | | | | rcu/context-tracking: Move RCU-dynticks internal functions to context_trackingFrederic Weisbecker2022-07-054-362/+341
| | * | | | | | | | | | | | | | | | rcu/context-tracking: Move deferred nocb resched to context trackingFrederic Weisbecker2022-07-052-13/+10
| | * | | | | | | | | | | | | | | | rcu/context_tracking: Move dynticks_nmi_nesting to context trackingFrederic Weisbecker2022-07-055-33/+23
| | * | | | | | | | | | | | | | | | rcu/context_tracking: Move dynticks_nesting to context trackingFrederic Weisbecker2022-07-054-17/+18