summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-112-2/+2
|\
| * kernel/module: improve documentation for try_module_get()Marco Pagani2023-12-211-1/+1
| * module: Remove redundant TASK_UNINTERRUPTIBLEKevin Hao2023-12-191-1/+1
* | Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2024-01-1132-102/+122
|\ \
| * | sysctl: remove struct ctl_pathThomas Weißschuh2023-12-281-5/+0
| * | sysctl: delete unused define SYSCTL_PERM_EMPTY_DIRThomas Weißschuh2023-12-281-2/+0
| * | coda: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2023-12-281-1/+0
| * | sysctl: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2023-12-281-2/+0
| * | fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2023-12-2826-27/+0
| * | cachefiles: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados2023-12-281-1/+0
| * | sysclt: Clarify the results of selftest runJoel Granados2023-12-281-61/+62
| * | sysctl: Add a selftest for handling empty dirsJoel Granados2023-12-282-0/+52
| * | sysctl: Fix out of bounds access for empty sysctl registersJoel Granados2023-12-281-2/+7
| * | MAINTAINERS: Add Joel Granados as co-maintainer for proc sysctlLuis Chamberlain2023-12-281-0/+1
| * | MAINTAINERS: remove Iurii Zaikin from proc sysctlLuis Chamberlain2023-12-281-1/+0
* | | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-11119-775/+1062
|\ \ \
| * | | Kill sched.h dependency on rcupdate.hKent Overstreet2023-12-2714-10/+28
| * | | kill unnecessary thread_info.h includeKent Overstreet2023-12-272-1/+2
| * | | Kill unnecessary kernel.h includeKent Overstreet2023-12-272-1/+2
| * | | preempt.h: Kill dependency on list.hKent Overstreet2023-12-271-2/+4
| * | | rseq: Split out rseq.h from sched.hKent Overstreet2023-12-2710-124/+140
| * | | LoongArch: signal.c: add header file to fix build errorRandy Dunlap2023-12-271-0/+1
| * | | restart_block: Trim includesKent Overstreet2023-12-212-1/+2
| * | | lockdep: move held_lock to lockdep_types.hKent Overstreet2023-12-212-57/+57
| * | | sem: Split out sem_types.hKent Overstreet2023-12-214-10/+18
| * | | uidgid: Split out uidgid_types.hKent Overstreet2023-12-213-10/+17
| * | | seccomp: Split out seccomp_types.hKent Overstreet2023-12-213-22/+37
| * | | refcount: Split out refcount_types.hKent Overstreet2023-12-214-13/+22
| * | | uapi/linux/resource.h: fix includeKent Overstreet2023-12-211-1/+1
| * | | x86/signal: kill dependency on time.hKent Overstreet2023-12-211-1/+0
| * | | syscall_user_dispatch.h: split out *_types.hKent Overstreet2023-12-213-9/+24
| * | | mm_types_task.h: Trim dependenciesKent Overstreet2023-12-211-3/+2
| * | | Split out irqflags_types.hKent Overstreet2023-12-213-14/+24
| * | | ipc: Kill bogus dependency on spinlock.hKent Overstreet2023-12-212-1/+3
| * | | shm: Slim down dependenciesKent Overstreet2023-12-215-2/+6
| * | | workqueue: Split out workqueue_types.hKent Overstreet2023-12-215-16/+29
| * | | timers: Split out timer_types.hKent Overstreet2023-12-212-15/+24
| * | | signal: Kill bogus dependency on list.hKent Overstreet2023-12-212-1/+2
| * | | timerqueue: Split out timerqueue_types.hKent Overstreet2023-12-214-14/+20
| * | | rslib: kill bogus dependency on list.hKent Overstreet2023-12-211-1/+0
| * | | wait: Remove uapi header file from main header fileMatthew Wilcox (Oracle)2023-12-213-2/+4
| * | | plist: Split out plist_types.hKent Overstreet2023-12-218-12/+24
| * | | sched.h: move pid helpers to pid.hKent Overstreet2023-12-219-124/+134
| * | | pid: Split out pid_types.hKent Overstreet2023-12-215-14/+22
| * | | locking/seqlock: Split out seqlock_types.hKent Overstreet2023-12-213-78/+96
| * | | posix-cpu-timers: Split out posix-timers_types.hKent Overstreet2023-12-213-67/+84
| * | | locking/mutex: split out mutex_types.hKent Overstreet2023-12-213-52/+73
| * | | hrtimers: Split out hrtimer_types.hKent Overstreet2023-12-213-43/+53
| * | | ktime.h: move ktime_t to types.hKent Overstreet2023-12-212-5/+6
| * | | sched.h: Move (spin|rwlock)_needbreak() to spinlock.hKent Overstreet2023-12-212-31/+31