summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2023-12-20shm: Slim down dependenciesKent Overstreet
2023-12-20workqueue: Split out workqueue_types.hKent Overstreet
2023-12-20timers: Split out timer_types.hKent Overstreet
2023-12-20signal: Kill bogus dependency on list.hKent Overstreet
2023-12-20timerqueue: Split out timerqueue_types.hKent Overstreet
2023-12-20rslib: kill bogus dependency on list.hKent Overstreet
2023-12-20wait: Remove uapi header file from main header fileMatthew Wilcox (Oracle)
2023-12-20plist: Split out plist_types.hKent Overstreet
2023-12-20sched.h: move pid helpers to pid.hKent Overstreet
2023-12-20pid: Split out pid_types.hKent Overstreet
2023-12-20locking/seqlock: Split out seqlock_types.hKent Overstreet
2023-12-20posix-cpu-timers: Split out posix-timers_types.hKent Overstreet
2023-12-20locking/mutex: split out mutex_types.hKent Overstreet
2023-12-20hrtimers: Split out hrtimer_types.hKent Overstreet
2023-12-20ktime.h: move ktime_t to types.hKent Overstreet
2023-12-20sched.h: Move (spin|rwlock)_needbreak() to spinlock.hKent Overstreet
2023-12-20kernel/numa.c: Move logging out of numa.hKent Overstreet
2023-12-20timekeeping: Kill percpu.h dependencyKent Overstreet
2023-12-20prandom: Remove unused includeKent Overstreet
2023-12-20nodemask: Split out include/linux/nodemask_types.hKent Overstreet
2023-12-20torture: add missing dependency on hrtimer.hKent Overstreet
2023-12-20time_namespace.h: fix missing includeKent Overstreet
2023-12-20kmsan: add missing types.h dependencyKent Overstreet
2023-12-20nsproxy.h: add missing includeKent Overstreet
2023-12-20task_stack.h: add missing includeKent Overstreet
2023-12-20kexec_file: add kexec_file flag to control debug printingBaoquan He
2023-12-20gfp: gfp_types.h: fix typos & punctuationRandy Dunlap
2023-12-20mm/damon: update email of SeongJaeSeongJae Park
2023-12-20mm: thp: support allocation of anonymous multi-size THPRyan Roberts
2023-12-20mm: thp: introduce multi-size THP sysfs interfaceRyan Roberts
2023-12-20mm: memcg: restore subtree stats flushingYosry Ahmed
2023-12-20sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton
2023-12-20mm: Introduce pudp/p4dp/pgdp_get() functionsAlexandre Ghiti
2023-12-20Merge tag 'iio-for-6.8a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman
2023-12-20pwm: Drop two unused API functionsUwe Kleine-König
2023-12-20cpu/hotplug: Increase the number of dynamic statesxiaoming Wang
2023-12-20pwm: Make it possible to apply PWM changes in atomic contextSean Young
2023-12-20pwm: Replace ENOTSUPP with EOPNOTSUPPSean Young
2023-12-20pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young
2023-12-20pwm: Update kernel doc for struct pwm_chipUwe Kleine-König
2023-12-20pwm: Replace PWM chip unique base by unique IDUwe Kleine-König
2023-12-20pwm: Drop unused member "pwm" from struct pwm_deviceUwe Kleine-König
2023-12-20ring-buffer: Read and write to ring buffers with custom sub buffer sizeTzvetomir Stoyanov (VMware)
2023-12-20ring-buffer: Add interface for configuring trace sub buffer sizeTzvetomir Stoyanov (VMware)
2023-12-20ring-buffer: Page size per ring bufferTzvetomir Stoyanov (VMware)
2023-12-20evm: add support to disable EVM on unsupported filesystemsMimi Zohar
2023-12-20evm: don't copy up 'security.evm' xattrMimi Zohar
2023-12-20net: Add MDB bulk deletion device operationIdo Schimmel
2023-12-20thunderbolt: make tb_bus_type constGreg Kroah-Hartman
2023-12-19block: simplify disk_set_zonedChristoph Hellwig