summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-01-22fs: move fs/exec.c sysctls into its own fileLuis Chamberlain2-66/+90
2022-01-22fs: move namei sysctls to its own fileLuis Chamberlain3-41/+54
2022-01-22fs: move locking sysctls where they are usedLuis Chamberlain3-26/+32
2022-01-22fs: move shared sysctls to fs/sysctls.cLuis Chamberlain3-18/+39
2022-01-22sysctl: move maxolduid as a sysctl specific constLuis Chamberlain3-9/+8
2022-01-22fs: move dcache sysctls to its own fileLuis Chamberlain4-25/+31
2022-01-22fs: move fs stat sysctls to file_table.cLuis Chamberlain3-36/+39
2022-01-22fs: move inode sysctls to its own fileLuis Chamberlain3-24/+32
2022-01-22sysctl: share unsigned long const valuesLuis Chamberlain3-6/+12
2022-01-22stackleak: move stack_erasing sysctl to stackleak.cXiaoming Ni3-21/+24
2022-01-22scsi/sg: move sg-big-buff sysctl to scsi/sg.cXiaoming Ni3-17/+34
2022-01-22printk: move printk sysctl to printk/sysctl.cXiaoming Ni5-69/+96
2022-01-22fs: move binfmt_misc sysctl to its own fileLuis Chamberlain2-8/+5
2022-01-22sysctl: add helper to register a sysctl mount pointLuis Chamberlain2-0/+21
2022-01-22random: move the random sysctl declarations to its own fileXiaoming Ni3-8/+12
2022-01-22firmware_loader: move firmware sysctl to its own filesXiaoming Ni5-11/+40
2022-01-22eventpoll: simplify sysctl declaration with register_sysctl()Xiaoming Ni4-11/+9
2022-01-22cdrom: simplify subdirectory registration with register_sysctl()Luis Chamberlain1-22/+1
2022-01-22inotify: simplify subdirectory registration with register_sysctl()Xiaoming Ni5-28/+19
2022-01-22test_sysctl: simplify subdirectory registration with register_sysctl()Luis Chamberlain1-21/+1
2022-01-22ocfs2: simplify subdirectory registration with register_sysctl()Luis Chamberlain1-24/+1
2022-01-22macintosh/mac_hid.c: simplify subdirectory registration with register_sysctl()Luis Chamberlain1-23/+1
2022-01-22i915: simplify subdirectory registration with register_sysctl()Luis Chamberlain1-21/+1
2022-01-22hpet: simplify subdirectory registration with register_sysctl()Luis Chamberlain1-21/+1
2022-01-22dnotify: move dnotify sysctl to dnotify.cXiaoming Ni3-12/+20
2022-01-22aio: move aio sysctl to aio.cXiaoming Ni3-23/+29
2022-01-22sysctl: use SYSCTL_ZERO to replace some static int zero usesXiaoming Ni1-7/+7
2022-01-22sysctl: use const for typically used max/min proc sysctlsXiaoming Ni1-27/+26
2022-01-22sysctl: make ngroups_max constStephen Kitt1-2/+2
2022-01-22watchdog: move watchdog sysctl interface to watchdog.cXiaoming Ni2-96/+101
2022-01-22hung_task: move hung_task sysctl interface to hung_task.cXiaoming Ni3-77/+79
2022-01-22sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni3-30/+30
2022-01-22sysctl: add a new register_sysctl_init() interfaceXiaoming Ni2-0/+36
2022-01-22mm/migrate.c: rework migration_entry_wait() to not take a pagerefAlistair Popple3-34/+97
2022-01-21parisc: pdc_stable: Fix memory leak in pdcs_register_pathentriesMiaoqian Lin1-1/+3
2022-01-21netfs: Make ops->init_rreq() optionalJeffle Xu2-6/+2
2022-01-21fscache: Add a comment explaining how page-release optimisation worksDavid Howells1-0/+5
2022-01-21cachefiles: Check that the backing filesystem supports tmpfilesDavid Howells1-0/+2
2022-01-21cachefiles: Explain checks in a commentDavid Howells1-1/+7
2022-01-21cachefiles: Trace active-mark failureDavid Howells2-1/+24
2022-01-21cachefiles: Make some tracepoint adjustmentsDavid Howells2-34/+56
2022-01-21cachefiles: set default tag name if it's unspecifiedJeffle Xu1-0/+11
2022-01-21cachefiles: Calculate the blockshift in terms of bytes, not pagesDavid Howells3-7/+4
2022-01-21fscache: Fix the volume collision wait conditionDavid Howells1-2/+2
2022-01-21Merge branches 'acpi-cppc' and 'acpi-dptf'Rafael J. Wysocki5-5/+16
2022-01-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds5-27/+105
2022-01-21Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-blockLinus Torvalds10-59/+106
2022-01-21HID: wacom: Avoid using stale array indicies to read contact countJason Gerecke1-0/+4
2022-01-21HID: wacom: Ignore the confidence flag when a touch is removedJason Gerecke1-3/+26
2022-01-21HID: wacom: Reset expected and received contact counts at the same timeJason Gerecke1-1/+5