summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-12-21driver core: bus: make bus_sort_breadthfirst() take a const pointerGreg Kroah-Hartman1-1/+1
2023-12-21Merge branch 'vfs.file'Christian Brauner3-19/+16
2023-12-21fs/proc: show correct device and inode numbers in /proc/pid/mapsAndrei Vagin1-5/+13
2023-12-21iio: buffer-dma: Get rid of outgoing queuePaul Cercueil1-4/+3
2023-12-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-0/+4
2023-12-21Merge tag 'w1-drv-6.8' of https://git.kernel.org/pub/scm/linux/kernel/git/krz...Greg Kroah-Hartman1-22/+0
2023-12-21net/mlx5: Implement management PF Ethernet profileArmen Ratner2-3/+19
2023-12-21net/mlx5: Enable SD featureTariq Toukan1-0/+1
2023-12-21net/mlx5: Fix query of sd_group fieldTariq Toukan2-3/+8
2023-12-21net/mlx5e: Use the correct lag ports number when creating TISesSaeed Mahameed1-0/+1
2023-12-21restart_block: Trim includesKent Overstreet2-1/+2
2023-12-21lockdep: move held_lock to lockdep_types.hKent Overstreet2-57/+57
2023-12-21sem: Split out sem_types.hKent Overstreet4-10/+18
2023-12-21uidgid: Split out uidgid_types.hKent Overstreet3-10/+17
2023-12-21seccomp: Split out seccomp_types.hKent Overstreet3-22/+37
2023-12-21refcount: Split out refcount_types.hKent Overstreet4-13/+22
2023-12-21syscall_user_dispatch.h: split out *_types.hKent Overstreet3-9/+24
2023-12-21mm_types_task.h: Trim dependenciesKent Overstreet1-3/+2
2023-12-21Split out irqflags_types.hKent Overstreet3-14/+24
2023-12-21ipc: Kill bogus dependency on spinlock.hKent Overstreet2-1/+3
2023-12-21shm: Slim down dependenciesKent Overstreet1-2/+2
2023-12-21workqueue: Split out workqueue_types.hKent Overstreet5-16/+29
2023-12-21timers: Split out timer_types.hKent Overstreet2-15/+24
2023-12-21signal: Kill bogus dependency on list.hKent Overstreet2-1/+2
2023-12-21timerqueue: Split out timerqueue_types.hKent Overstreet4-14/+20
2023-12-21rslib: kill bogus dependency on list.hKent Overstreet1-1/+0
2023-12-21wait: Remove uapi header file from main header fileMatthew Wilcox (Oracle)1-1/+0
2023-12-21plist: Split out plist_types.hKent Overstreet3-12/+19
2023-12-21sched.h: move pid helpers to pid.hKent Overstreet3-122/+126
2023-12-21pid: Split out pid_types.hKent Overstreet4-14/+21
2023-12-21locking/seqlock: Split out seqlock_types.hKent Overstreet3-78/+96
2023-12-21posix-cpu-timers: Split out posix-timers_types.hKent Overstreet3-67/+84
2023-12-21locking/mutex: split out mutex_types.hKent Overstreet3-52/+73
2023-12-21hrtimers: Split out hrtimer_types.hKent Overstreet3-43/+53
2023-12-21ktime.h: move ktime_t to types.hKent Overstreet2-5/+6
2023-12-21sched.h: Move (spin|rwlock)_needbreak() to spinlock.hKent Overstreet2-31/+31
2023-12-21kernel/numa.c: Move logging out of numa.hKent Overstreet1-13/+6
2023-12-21timekeeping: Kill percpu.h dependencyKent Overstreet2-1/+3
2023-12-21prandom: Remove unused includeKent Overstreet1-1/+0
2023-12-21nodemask: Split out include/linux/nodemask_types.hKent Overstreet3-2/+12
2023-12-21torture: add missing dependency on hrtimer.hKent Overstreet1-0/+1
2023-12-21time_namespace.h: fix missing includeKent Overstreet1-0/+1
2023-12-21kmsan: add missing types.h dependencyKent Overstreet1-0/+2
2023-12-21nsproxy.h: add missing includeKent Overstreet1-0/+1
2023-12-21task_stack.h: add missing includeKent Overstreet1-0/+1
2023-12-21kexec_file: add kexec_file flag to control debug printingBaoquan He1-1/+8
2023-12-21gfp: gfp_types.h: fix typos & punctuationRandy Dunlap1-6/+6
2023-12-21mm/damon: update email of SeongJaeSeongJae Park1-1/+1
2023-12-21mm: thp: support allocation of anonymous multi-size THPRyan Roberts1-2/+4
2023-12-21mm: thp: introduce multi-size THP sysfs interfaceRyan Roberts1-26/+155