summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* sysctl: add helper to register a sysctl mount pointLuis Chamberlain2022-01-221-0/+7
* random: move the random sysctl declarations to its own fileXiaoming Ni2022-01-221-1/+0
* firmware_loader: move firmware sysctl to its own filesXiaoming Ni2022-01-221-1/+0
* eventpoll: simplify sysctl declaration with register_sysctl()Xiaoming Ni2022-01-222-3/+0
* inotify: simplify subdirectory registration with register_sysctl()Xiaoming Ni2022-01-222-5/+0
* dnotify: move dnotify sysctl to dnotify.cXiaoming Ni2022-01-221-1/+0
* aio: move aio sysctl to aio.cXiaoming Ni2022-01-221-4/+0
* hung_task: move hung_task sysctl interface to hung_task.cXiaoming Ni2022-01-221-13/+1
* sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni2022-01-221-3/+10
* sysctl: add a new register_sysctl_init() interfaceXiaoming Ni2022-01-221-0/+3
* mm/migrate.c: rework migration_entry_wait() to not take a pagerefAlistair Popple2022-01-221-0/+2
* Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-211-0/+11
|\
| * blk-mq: fix tag_get wait task can't be awakenedLaibin Qiu2022-01-131-0/+11
* | Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2022-01-211-1/+5
|\ \
| * | rtc: mc146818-lib: fix signedness bug in mc146818_get_time()Dan Carpenter2022-01-161-1/+1
| * | rtc: mc146818-lib: extract mc146818_avoid_UIPMateusz Jończyk2021-12-161-0/+3
| * | rtc: mc146818-lib: fix RTC presence checkMateusz Jończyk2021-12-161-0/+1
* | | Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2022-01-203-2/+4
|\ \ \
| * | | ceph: move CEPH_SUPER_MAGIC definition to magic.hJeff Layton2022-01-131-0/+1
| * | | libceph: rename parse_fsid() to ceph_parse_fsid() and exportVenky Shankar2022-01-131-0/+1
| * | | libceph: generalize addr/ip parsing based on delimiterVenky Shankar2022-01-132-2/+2
* | | | Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-206-8/+28
|\ \ \ \
| * \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-01-182-4/+9
| |\ \ \ \
| | * | | | bpf: Fix ringbuf memory type confusion when passing to helpersDaniel Borkmann2022-01-191-2/+7
| | * | | | bpf: Generalize check_ctx_reg for reuse with other typesDaniel Borkmann2022-01-191-2/+2
| * | | | | net_sched: restore "mpu xxx" handlingKevin Bracey2022-01-131-0/+5
| * | | | | inet: frags: annotate races around fqdir->dead and fqdir->high_threshEric Dumazet2022-01-132-3/+11
| * | | | | net: sched: do not allocate a tracker in tcf_exts_init()Eric Dumazet2022-01-111-1/+3
| |/ / / /
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-2015-85/+145
|\ \ \ \ \
| * | | | | delayacct: track delays from memory compactwangyong2022-01-202-1/+33
| * | | | | delayacct: cleanup flags in struct task_delay_info and functions use itYang Yang2022-01-201-17/+0
| * | | | | delayacct: fix incomplete disable operation when switch enable to disableYang Yang2022-01-201-0/+18
| * | | | | delayacct: support swapin delay accounting for swapping without blkioYang Yang2022-01-201-22/+22
| * | | | | panic: use error_report_end tracepoint on warningsMarco Elver2022-01-201-3/+5
| * | | | | uuid: remove licence boilerplate text from the headerAndy Shevchenko2022-01-201-9/+0
| * | | | | uuid: discourage people from using UAPI header in new codeAndy Shevchenko2022-01-201-0/+1
| * | | | | kunit: replace kernel.h with the necessary inclusionsAndy Shevchenko2022-01-201-1/+1
| * | | | | hash.h: remove unused define directiveIsabella Basso2022-01-201-4/+1
| * | | | | list: introduce list_is_head() helper and re-use it in list.hAndy Shevchenko2022-01-201-14/+22
| * | | | | kthread: dynamically allocate memory to store kthread's full nameYafang Shao2022-01-201-0/+1
| * | | | | tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LENYafang Shao2022-01-201-2/+7
| * | | | | fs/binfmt_elf: replace open-coded string copy with get_task_commYafang Shao2022-01-202-0/+10
| * | | | | kernel.h: include a note to discourage people from including it in headersAndy Shevchenko2022-01-201-0/+9
| * | | | | include/linux/unaligned: replace kernel.h with the necessary inclusionsAndy Shevchenko2022-01-201-1/+1
| * | | | | proc: make the proc_create[_data]() stubs static inlinesHans de Goede2022-01-201-2/+10
| * | | | | mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang2022-01-201-3/+2
| * | | | | mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang2022-01-201-8/+1
| * | | | | mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang2022-01-201-2/+5
| | |/ / / | |/| | |
* | | | | Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-191-12/+15
|\ \ \ \ \
| * | | | | f2fs: show more DIO information in tracepointJaegeuk Kim2021-12-101-6/+9