summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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-20tracing/timers: Add tracepoint for tracking timer base is_idle flagAnna-Maria Behnsen
2023-12-20tracing/timers: Enhance timer_start tracepointAnna-Maria Behnsen
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: sched: Add initial TC error skb drop reasonsVictor Nogueira
2023-12-20net: sched: Make tc-related drop reason more flexible for remaining qdiscsVictor Nogueira
2023-12-20net: sched: Move drop_reason to struct tc_skb_cbVictor Nogueira
2023-12-20net: Add MDB bulk deletion device operationIdo Schimmel
2023-12-20bridge: add MDB state mask uAPI attributeIdo Schimmel
2023-12-20netfilter: nf_tables: set transport offset from mac header for netdev/egressPablo Neira Ayuso
2023-12-20RDMA/mana_ib: query device capabilitiesLong Li
2023-12-20RDMA/mana_ib: register RDMA device with GDMALong Li
2023-12-20thunderbolt: make tb_bus_type constGreg Kroah-Hartman
2023-12-19block: simplify disk_set_zonedChristoph Hellwig