summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arm: simplify two-level sysctl registration for ctl_isa_varsLuis Chamberlain2023-04-131-17/+1
* ia64: simplify one-level sysctl registration for kdump_ctl_tableLuis Chamberlain2023-04-131-10/+1
* utsname: simplify one-level sysctl registration for uts_kern_tableLuis Chamberlain2023-04-131-10/+1
* ntfs: simplfy one-level sysctl registration for ntfs_sysctlsLuis Chamberlain2023-04-131-11/+1
* coda: simplify one-level sysctl registration for coda_tableLuis Chamberlain2023-04-131-10/+1
* fs/cachefiles: simplify one-level sysctl registration for cachefiles_sysctlsLuis Chamberlain2023-04-131-10/+1
* xfs: simplify two-level sysctl registration for xfs_tableLuis Chamberlain2023-04-131-19/+1
* nfs: simplify two-level sysctl registration for nfs_cb_sysctlsLuis Chamberlain2023-04-131-19/+1
* nfs: simplify two-level sysctl registration for nfs4_cb_sysctlsLuis Chamberlain2023-04-131-19/+2
* lockd: simplify two-level sysctl registration for nlm_sysctlsLuis Chamberlain2023-04-131-19/+1
* proc_sysctl: enhance documentationLuis Chamberlain2023-04-131-5/+20
* xen: simplify sysctl registration for balloonLuis Chamberlain2023-04-131-19/+1
* md: simplify sysctl registrationLuis Chamberlain2023-04-131-21/+1
* hv: simplify sysctl registrationLuis Chamberlain2023-04-131-10/+1
* scsi: simplify sysctl registration with register_sysctl()Luis Chamberlain2023-04-131-15/+1
* csky: simplify alignment sysctl registrationLuis Chamberlain2023-04-131-14/+1
* seccomp: simplify sysctls with register_sysctl_init()Luis Chamberlain2023-04-131-14/+1
* yama: simplfy sysctls with register_sysctl()Luis Chamberlain2023-04-131-7/+1
* loadpin: simplify sysctls use with register_sysctl()Luis Chamberlain2023-04-131-7/+1
* apparmor: simplify sysctls with register_sysctl_init()Luis Chamberlain2023-04-131-7/+1
* sysctl: clarify register_sysctl_init() base directory orderLuis Chamberlain2023-04-131-4/+1
* proc_sysctl: move helper which creates required subdirectoriesLuis Chamberlain2023-04-131-24/+32
* proc_sysctl: update docs for __register_sysctl_table()Luis Chamberlain2023-04-131-3/+11
* mm: hugetlb: move hugeltb sysctls to its own fileKefeng Wang2023-03-203-43/+48
* userfaultfd: move unprivileged_userfaultfd sysctl to its own fileZhangPeng2023-03-203-14/+19
* Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds2023-03-202-18/+19
|\
| * fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITYEric Biggers2023-03-151-12/+13
| * fsverity: Remove WQ_UNBOUND from fsverity read workqueueNathan Huckleberry2023-03-141-6/+6
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds2023-03-202-13/+25
|\ \
| * | fscrypt: check for NULL keyring in fscrypt_put_master_key_activeref()Eric Biggers2023-03-181-0/+2
| * | fscrypt: improve fscrypt_destroy_keyring() documentationEric Biggers2023-03-181-10/+11
| * | fscrypt: destroy keyring after security_sb_delete()Eric Biggers2023-03-141-3/+12
* | | gpu: host1x: fix uninitialized variable useArnd Bergmann2023-03-201-3/+2
* | | Merge tag 'nfs-for-6.3-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-03-205-10/+18
|\ \ \
| * | | NFS: Correct timing for assigning access cache timestampChengen Du2023-03-141-1/+1
| * | | lockd: set file_lock start and end when decoding nlm4 testargsJeff Layton2023-03-143-9/+14
| * | | NFS: Fix /proc/PID/io read_bytes for buffered readsDave Wysochanski2023-03-141-0/+3
| | |/ | |/|
* | | Linux 6.3-rc3v6.3-rc3Linus Torvalds2023-03-191-1/+1
* | | Merge tag 'trace-v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-03-196-17/+16
|\ \ \
| * | | tracing/hwlat: Replace sched_setaffinity with set_cpus_allowed_ptrCosta Shulyupin2023-03-191-2/+2
| * | | ring-buffer: remove obsolete comment for free_buffer_page()Vlastimil Babka2023-03-191-4/+0
| * | | tracing: Make splice_read available againSung-hun Kim2023-03-191-0/+2
| * | | ftrace: Set direct_ops storage-class-specifier to staticTom Rix2023-03-191-1/+1
| * | | trace/hwlat: Do not start per-cpu thread if it is already runningTero Kristo2023-03-191-0/+4
| * | | trace/hwlat: Do not wipe the contents of per-cpu thread dataTero Kristo2023-03-191-3/+0
| * | | tracing/osnoise: set several trace_osnoise.c variables storage-class-specifie...Tom Rix2023-03-191-5/+5
| * | | tracing: Fix wrong return in kprobe_event_gen_test.cAnton Gusev2023-03-191-2/+2
* | | | Merge tag 'tty-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-03-198-23/+30
|\ \ \ \
| * | | | tty: vt: protect KD_FONT_OP_GET_TALL from unbound accessSamuel Thibault2023-03-091-0/+3
| * | | | serial: qcom-geni: drop bogus uart_write_wakeup()Johan Hovold2023-03-091-4/+0