summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2022-01-21Merge tag 'io_uring-5.17-2022-01-21' of git://git.kernel.dk/linux-blockLinus Torvalds2-54/+116
2022-01-21Merge tag 'sound-fix-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-87/+116
2022-01-21Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds25-191/+1390
2022-01-21Merge tag 'drm-next-2022-01-21' of git://anongit.freedesktop.org/drm/drmLinus Torvalds18-146/+108
2022-01-21Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-6/+5
2022-01-21Merge tag 'pci-v5.17-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+9
2022-01-21Merge tag 's390-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds7-56/+105
2022-01-21Merge tag 'xfs-5.17-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-8/+13
2022-01-21Merge tag 'xfs-5.17-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-128/+10
2022-01-21Merge tag 'xfs-5.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-25/+4
2022-01-21Merge tag 'amd-drm-fixes-5.17-2022-01-19' of https://gitlab.freedesktop.org/a...Dave Airlie15-139/+75
2022-01-21Merge tag 'drm-intel-next-fixes-2022-01-20' of git://anongit.freedesktop.org/...Dave Airlie3-7/+33
2022-01-20block: fix async_depth sysfs interface for mq-deadlineJens Axboe1-2/+2
2022-01-20Merge tag 'gpio-fixes-for-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-6/+6
2022-01-20ALSA: hda/cs8409: Add new Warlock SKUs to patch_cs8409Stefan Binding1-0/+2
2022-01-20block: Fix wrong offset in bio_truncate()OGAWA Hirofumi1-1/+2
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds13-57/+255
2022-01-20Merge tag '5.17-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds19-334/+429
2022-01-20Merge tag 'vfio-v5.17-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2-7/+10
2022-01-20Merge tag 'pwm/for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-82/+213
2022-01-20Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds91-414/+1041
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds77-873/+826
2022-01-20gpio: mpc8xxx: Fix an ignored error return from platform_get_irq()Yang Li1-1/+1
2022-01-20gpio: idt3243x: Fix an ignored error return from platform_get_irq()Yang Li1-1/+1
2022-01-20lib: remove redundant assignment to variable retColin Ian King1-2/+0
2022-01-20ubsan: remove CONFIG_UBSAN_OBJECT_SIZEKees Cook3-36/+0
2022-01-20kcov: fix generic Kconfig dependencies if ARCH_WANTS_NO_INSTRMarco Elver2-1/+3
2022-01-20lib/Kconfig.debug: make TEST_KMOD depend on PAGE_SIZE_LESS_THAN_256KBNathan Chancellor1-0/+1
2022-01-20btrfs: use generic Kconfig option for 256kB page size limitNathan Chancellor1-2/+1