summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* zsmalloc: replace get_cpu_var with local_lockMike Galbraith2022-01-221-3/+8
* zsmalloc: replace per zpage lock with pool->migrate_lockMinchan Kim2022-01-221-109/+96
* locking/rwlocks: introduce write_lock_nestedMinchan Kim2022-01-226-0/+47
* zsmalloc: remove zspage isolation for migrationMinchan Kim2022-01-221-149/+8
* zsmalloc: move huge compressed obj from page to zspageMinchan Kim2022-01-221-24/+26
* zsmalloc: introduce obj_allocatedMinchan Kim2022-01-221-17/+16
* zsmalloc: decouple class actions from zspage worksMinchan Kim2022-01-221-10/+13
* zsmalloc: rename zs_stat_type to class_stat_typeMinchan Kim2022-01-221-12/+12
* zsmalloc: introduce some helper functionsMinchan Kim2022-01-221-31/+23
* sysctl: returns -EINVAL when a negative value is passed to proc_doulongvec_mi...Baokun Li2022-01-221-3/+4
* kernel/sysctl.c: remove unused variable ten_thousandColin Ian King2022-01-221-3/+0
* 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