summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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 He2-1/+9
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
2023-12-21mm: memcg: restore subtree stats flushingYosry Ahmed1-4/+4
2023-12-21sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton4-28/+39
2023-12-20mm: Introduce pudp/p4dp/pgdp_get() functionsAlexandre Ghiti1-0/+21
2023-12-20Merge tag 'iio-for-6.8a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman4-0/+19
2023-12-20pwm: Drop two unused API functionsUwe Kleine-König1-12/+0
2023-12-20tracing/timers: Add tracepoint for tracking timer base is_idle flagAnna-Maria Behnsen1-0/+20
2023-12-20tracing/timers: Enhance timer_start tracepointAnna-Maria Behnsen1-10/+10
2023-12-20cpu/hotplug: Increase the number of dynamic statesxiaoming Wang1-1/+1
2023-12-20pwm: Make it possible to apply PWM changes in atomic contextSean Young1-0/+25
2023-12-20pwm: Replace ENOTSUPP with EOPNOTSUPPSean Young1-2/+2
2023-12-20pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young1-14/+14
2023-12-20pwm: Update kernel doc for struct pwm_chipUwe Kleine-König1-2/+1
2023-12-20pwm: Replace PWM chip unique base by unique IDUwe Kleine-König1-2/+1
2023-12-20pwm: Drop unused member "pwm" from struct pwm_deviceUwe Kleine-König1-1/+0
2023-12-20ring-buffer: Read and write to ring buffers with custom sub buffer sizeTzvetomir Stoyanov (VMware)1-3/+8
2023-12-20ring-buffer: Add interface for configuring trace sub buffer sizeTzvetomir Stoyanov (VMware)1-0/+4
2023-12-20ring-buffer: Page size per ring bufferTzvetomir Stoyanov (VMware)1-1/+1
2023-12-20evm: add support to disable EVM on unsupported filesystemsMimi Zohar1-0/+1