summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-2110-59/+106
|\ \
| * | block: fix async_depth sysfs interface for mq-deadlineJens Axboe2022-01-201-2/+2
| * | block: Fix wrong offset in bio_truncate()OGAWA Hirofumi2022-01-201-1/+2
| * | block: assign bi_bdev for cloned bios in blk_rq_prep_cloneChristoph Hellwig2022-01-181-0/+1
| * | block: cleanup q->srcuMing Lei2022-01-171-0/+3
| * | block: Remove unnecessary variable assignmentGuoYong Zheng2022-01-171-1/+0
| * | brd: remove brd_devices_mutex mutexTetsuo Handa2022-01-171-43/+30
| * | aoe: remove redundant assignment on variable nColin Ian King2022-01-131-1/+1
| * | loop: remove redundant initialization of pointer nodeColin Ian King2022-01-131-1/+1
| * | blk-mq: fix tag_get wait task can't be awakenedLaibin Qiu2022-01-133-10/+66
* | | Merge tag 'io_uring-5.17-2022-01-21' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-212-54/+116
|\ \ \
| * | | io-wq: delete dead lock shuffling codeJens Axboe2022-01-191-6/+1
| * | | io_uring: perform poll removal even if async work removal is successfulJens Axboe2022-01-191-5/+10
| * | | io-wq: add intermediate work step between pending list and active workJens Axboe2022-01-191-5/+29