aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-01-22locking/rwlocks: introduce write_lock_nestedMinchan Kim4-0/+25
2022-01-22kprobe: move sysctl_kprobes_optimization to kprobes.cXiaoming Ni1-6/+0
2022-01-22fs/coredump: move coredump sysctls into its own fileXiaoming Ni1-4/+6
2022-01-22printk: fix build warning when CONFIG_PRINTK=nXiaoming Ni1-4/+0
2022-01-22kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain1-1/+1
2022-01-22fs: move namespace sysctls and declare fs base directoryLuis Chamberlain1-3/+0
2022-01-22sysctl: add and use base directory declarer and registration helperLuis Chamberlain1-0/+24
2022-01-22fs: move pipe sysctls to is own fileLuis Chamberlain2-4/+6
2022-01-22fs: move namei sysctls to its own fileLuis Chamberlain1-1/+0
2022-01-22fs: move locking sysctls where they are usedLuis Chamberlain1-4/+0
2022-01-22sysctl: move maxolduid as a sysctl specific constLuis Chamberlain1-0/+3
2022-01-22fs: move dcache sysctls to its own fileLuis Chamberlain2-12/+0
2022-01-22fs: move fs stat sysctls to file_table.cLuis Chamberlain1-3/+0
2022-01-22fs: move inode sysctls to its own fileLuis Chamberlain1-3/+0
2022-01-22sysctl: share unsigned long const valuesLuis Chamberlain1-0/+6
2022-01-22stackleak: move stack_erasing sysctl to stackleak.cXiaoming Ni1-5/+0
2022-01-22scsi/sg: move sg-big-buff sysctl to scsi/sg.cXiaoming Ni1-4/+0
2022-01-22sysctl: add helper to register a sysctl mount pointLuis Chamberlain1-0/+7
2022-01-22random: move the random sysctl declarations to its own fileXiaoming Ni1-1/+0
2022-01-22firmware_loader: move firmware sysctl to its own filesXiaoming Ni1-1/+0
2022-01-22eventpoll: simplify sysctl declaration with register_sysctl()Xiaoming Ni2-3/+0
2022-01-22inotify: simplify subdirectory registration with register_sysctl()Xiaoming Ni2-5/+0
2022-01-22dnotify: move dnotify sysctl to dnotify.cXiaoming Ni1-1/+0
2022-01-22aio: move aio sysctl to aio.cXiaoming Ni1-4/+0
2022-01-22hung_task: move hung_task sysctl interface to hung_task.cXiaoming Ni1-13/+1
2022-01-22sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni1-3/+10
2022-01-22sysctl: add a new register_sysctl_init() interfaceXiaoming Ni1-0/+3
2022-01-22mm/migrate.c: rework migration_entry_wait() to not take a pagerefAlistair Popple1-0/+2
2022-01-21net: xdp: introduce bpf_xdp_pointer utility routineLorenzo Bianconi1-0/+18
2022-01-21bpf: generalise tail call map compatibility checkToke Hoiland-Jorgensen1-11/+19
2022-01-21bpf: add frags support to the bpf_xdp_adjust_tail() APIEelco Chaudron1-2/+14
2022-01-21bpf: introduce bpf_xdp_get_buff_len helperLorenzo Bianconi2-0/+21
2022-01-21bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf programLorenzo Bianconi2-0/+6
2022-01-21xdp: add frags support to xdp_return_{buff/frame}Lorenzo Bianconi1-2/+16
2022-01-21net: xdp: add xdp_update_skb_shared_info utility routineLorenzo Bianconi1-1/+32
2022-01-21xdp: introduce flags field in xdp_buff/xdp_frameLorenzo Bianconi1-0/+29
2022-01-21net: skbuff: add size metadata to skb_shared_info for xdpLorenzo Bianconi1-0/+1
2022-01-21fscache: Add a comment explaining how page-release optimisation worksDavid Howells1-0/+5
2022-01-21cachefiles: Trace active-mark failureDavid Howells1-0/+21
2022-01-21cachefiles: Make some tracepoint adjustmentsDavid Howells1-31/+51
2022-01-21Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+11
2022-01-21Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds1-1/+5
2022-01-20bpf: support BPF_PROG_QUERY for progs attached to sockmapDi Zhu1-0/+9
2022-01-20ipv6: annotate accesses to fn->fn_sernumEric Dumazet1-1/+1
2022-01-20tcp: Add a stub for sk_defer_free_flush()Gal Pressman1-0/+4
2022-01-20unicode: clean up the Kconfig symbol confusionChristoph Hellwig1-1/+1
2022-01-20Bluetooth: mgmt: Add MGMT Adv Monitor Device Found/Lost eventsManish Mandlik2-0/+19
2022-01-20Bluetooth: msft: Handle MSFT Monitor Device EventManish Mandlik1-0/+11
2022-01-20of: property: define of_property_read_u{8,16,32,64}_array() unconditionallyMichael Walle1-150/+124
2022-01-20of: base: make small of_parse_phandle() variants static inlineMichael Walle1-28/+120