index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-22
scsi/sg: move sg-big-buff sysctl to scsi/sg.c
Xiaoming Ni
1
-12
/
+0
2022-01-22
printk: move printk sysctl to printk/sysctl.c
Xiaoming Ni
5
-69
/
+96
2022-01-22
fs: move binfmt_misc sysctl to its own file
Luis Chamberlain
1
-7
/
+0
2022-01-22
random: move the random sysctl declarations to its own file
Xiaoming Ni
1
-5
/
+0
2022-01-22
firmware_loader: move firmware sysctl to its own files
Xiaoming Ni
1
-7
/
+0
2022-01-22
eventpoll: simplify sysctl declaration with register_sysctl()
Xiaoming Ni
1
-7
/
+0
2022-01-22
inotify: simplify subdirectory registration with register_sysctl()
Xiaoming Ni
1
-21
/
+0
2022-01-22
dnotify: move dnotify sysctl to dnotify.c
Xiaoming Ni
1
-10
/
+0
2022-01-22
aio: move aio sysctl to aio.c
Xiaoming Ni
1
-17
/
+0
2022-01-22
sysctl: use SYSCTL_ZERO to replace some static int zero uses
Xiaoming Ni
1
-7
/
+7
2022-01-22
sysctl: use const for typically used max/min proc sysctls
Xiaoming Ni
1
-27
/
+26
2022-01-22
sysctl: make ngroups_max const
Stephen Kitt
1
-2
/
+2
2022-01-22
watchdog: move watchdog sysctl interface to watchdog.c
Xiaoming Ni
2
-96
/
+101
2022-01-22
hung_task: move hung_task sysctl interface to hung_task.c
Xiaoming Ni
2
-64
/
+78
2022-01-22
sysctl: move some boundary constants from sysctl.c to sysctl_vals
Xiaoming Ni
1
-26
/
+19
2022-01-21
bpf: generalise tail call map compatibility check
Toke Hoiland-Jorgensen
5
-29
/
+29
2022-01-21
bpf: add frags support to xdp copy helpers
Eelco Chaudron
1
-0
/
+3
2022-01-21
bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf program
Lorenzo Bianconi
1
-1
/
+3
2022-01-20
bpf: support BPF_PROG_QUERY for progs attached to sockmap
Di Zhu
1
-0
/
+5
2022-01-20
Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-28
/
+69
2022-01-20
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
5
-43
/
+180
2022-01-20
configs: introduce debug.config for CI-like setup
Qian Cai
1
-0
/
+105
2022-01-20
delayacct: track delays from memory compact
wangyong
1
-0
/
+16
2022-01-20
delayacct: support swapin delay accounting for swapping without blkio
Yang Yang
1
-15
/
+18
2022-01-20
panic: remove oops_id
Sebastian Andrzej Siewior
1
-18
/
+1
2022-01-20
panic: use error_report_end tracepoint on warnings
Marco Elver
1
-0
/
+2
2022-01-20
kernel/sys.c: only take tasklist_lock for get/setpriority(PRIO_PGRP)
Davidlohr Bueso
1
-8
/
+8
2022-01-20
kthread: dynamically allocate memory to store kthread's full name
Yafang Shao
1
-2
/
+30
2022-01-19
bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return value
YiFei Zhu
1
-1
/
+37
2022-01-19
bpf: Move getsockopt retval to struct bpf_cg_run_ctx
YiFei Zhu
1
-34
/
+48
2022-01-19
bpf: Make BPF_PROG_RUN_ARRAY return -err instead of allow boolean
YiFei Zhu
1
-26
/
+15
2022-01-19
Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-1
/
+0
2022-01-19
bpf: Fix ringbuf memory type confusion when passing to helpers
Daniel Borkmann
1
-1
/
+5
2022-01-19
bpf: Fix out of bounds access for ringbuf helpers
Daniel Borkmann
1
-0
/
+6
2022-01-19
bpf: Generally fix helper register offset check
Daniel Borkmann
1
-11
/
+28
2022-01-19
bpf: Mark PTR_TO_FUNC register initially with zero offset
Daniel Borkmann
1
-3
/
+6
2022-01-19
bpf: Generalize check_ctx_reg for reuse with other types
Daniel Borkmann
2
-11
/
+12
2022-01-18
bpf: Add reference tracking support to kfunc
Kumar Kartikeya Dwivedi
2
-12
/
+72
2022-01-18
bpf: Introduce mem, size argument pair support for kfunc
Kumar Kartikeya Dwivedi
2
-48
/
+124
2022-01-18
bpf: Remove check_kfunc_call callback and old kfunc BTF ID API
Kumar Kartikeya Dwivedi
2
-58
/
+8
2022-01-18
bpf: Populate kfunc BTF ID sets in struct btf
Kumar Kartikeya Dwivedi
1
-1
/
+243
2022-01-18
bpf: Fix UAF due to race between btf_try_get_module and load_module
Kumar Kartikeya Dwivedi
1
-2
/
+24
2022-01-18
sched: Avoid double preemption in __cond_resched_*lock*()
Peter Zijlstra
1
-9
/
+3
2022-01-18
sched/fair: Fix all kernel-doc warnings
Randy Dunlap
1
-3
/
+5
2022-01-18
sched/core: Accounting forceidle time for all tasks except idle task
Cruz Zhao
2
-3
/
+2
2022-01-18
sched/pelt: Relax the sync of load_sum with load_avg
Vincent Guittot
1
-14
/
+22
2022-01-18
sched/pelt: Relax the sync of runnable_sum with runnable_avg
Vincent Guittot
1
-14
/
+19
2022-01-18
sched/pelt: Continue to relax the sync of util_sum with util_avg
Vincent Guittot
1
-7
/
+18
2022-01-18
sched/pelt: Relax the sync of util_sum with util_avg
Vincent Guittot
2
-4
/
+16
2022-01-18
psi: Fix uaf issue when psi trigger is destroyed while being polled
Suren Baghdasaryan
2
-40
/
+37
[prev]
[next]