summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kprobe: move sysctl_kprobes_optimization to kprobes.cXiaoming Ni2022-01-223-22/+26
* fs/coredump: move coredump sysctls into its own fileXiaoming Ni2022-01-224-66/+67
* printk: fix build warning when CONFIG_PRINTK=nXiaoming Ni2022-01-223-5/+4
* kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain2022-01-225-6/+6
* fs: move namespace sysctls and declare fs base directoryLuis Chamberlain2022-01-225-23/+30
* sysctl: add and use base directory declarer and registration helperLuis Chamberlain2022-01-223-31/+43
* fs: move pipe sysctls to is own fileLuis Chamberlain2022-01-224-62/+73
* fs: move fs/exec.c sysctls into its own fileLuis Chamberlain2022-01-222-66/+90
* fs: move namei sysctls to its own fileLuis Chamberlain2022-01-223-41/+54
* fs: move locking sysctls where they are usedLuis Chamberlain2022-01-223-26/+32
* fs: move shared sysctls to fs/sysctls.cLuis Chamberlain2022-01-223-18/+39
* sysctl: move maxolduid as a sysctl specific constLuis Chamberlain2022-01-223-9/+8
* fs: move dcache sysctls to its own fileLuis Chamberlain2022-01-224-25/+31
* fs: move fs stat sysctls to file_table.cLuis Chamberlain2022-01-223-36/+39
* fs: move inode sysctls to its own fileLuis Chamberlain2022-01-223-24/+32
* sysctl: share unsigned long const valuesLuis Chamberlain2022-01-223-6/+12
* stackleak: move stack_erasing sysctl to stackleak.cXiaoming Ni2022-01-223-21/+24
* scsi/sg: move sg-big-buff sysctl to scsi/sg.cXiaoming Ni2022-01-223-17/+34
* printk: move printk sysctl to printk/sysctl.cXiaoming Ni2022-01-225-69/+96
* fs: move binfmt_misc sysctl to its own fileLuis Chamberlain2022-01-222-8/+5
* sysctl: add helper to register a sysctl mount pointLuis Chamberlain2022-01-222-0/+21
* random: move the random sysctl declarations to its own fileXiaoming Ni2022-01-223-8/+12
* firmware_loader: move firmware sysctl to its own filesXiaoming Ni2022-01-225-11/+40
* eventpoll: simplify sysctl declaration with register_sysctl()Xiaoming Ni2022-01-224-11/+9
* cdrom: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-22/+1
* inotify: simplify subdirectory registration with register_sysctl()Xiaoming Ni2022-01-225-28/+19
* test_sysctl: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-21/+1
* ocfs2: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-24/+1
* macintosh/mac_hid.c: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-23/+1
* i915: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-21/+1
* hpet: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-21/+1
* dnotify: move dnotify sysctl to dnotify.cXiaoming Ni2022-01-223-12/+20
* aio: move aio sysctl to aio.cXiaoming Ni2022-01-223-23/+29
* sysctl: use SYSCTL_ZERO to replace some static int zero usesXiaoming Ni2022-01-221-7/+7
* sysctl: use const for typically used max/min proc sysctlsXiaoming Ni2022-01-221-27/+26
* sysctl: make ngroups_max constStephen Kitt2022-01-221-2/+2
* watchdog: move watchdog sysctl interface to watchdog.cXiaoming Ni2022-01-222-96/+101
* hung_task: move hung_task sysctl interface to hung_task.cXiaoming Ni2022-01-223-77/+79
* sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni2022-01-223-30/+30
* sysctl: add a new register_sysctl_init() interfaceXiaoming Ni2022-01-222-0/+36
* mm/migrate.c: rework migration_entry_wait() to not take a pagerefAlistair Popple2022-01-223-34/+97
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2022-01-215-27/+105
|\
| * HID: wacom: Avoid using stale array indicies to read contact countJason Gerecke2022-01-211-0/+4
| * HID: wacom: Ignore the confidence flag when a touch is removedJason Gerecke2022-01-211-3/+26
| * HID: wacom: Reset expected and received contact counts at the same timeJason Gerecke2022-01-211-1/+5
| * HID: uhid: Use READ_ONCE()/WRITE_ONCE() for ->runningJann Horn2022-01-191-10/+10
| * HID: uhid: Fix worker destroying device without any protectionJann Horn2022-01-191-4/+25
| * HID: vivaldi: Minor cleanupsStephen Boyd2022-01-141-3/+4
| * HID: vivaldi: fix handling devices not using numbered reportsDmitry Torokhov2022-01-141-6/+28
| * HID: Ignore battery for Elan touchscreen on HP Envy X360 15t-dr100Karl Kurbjun2022-01-122-0/+3