summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-10-22lsm: get rid of the lsm_names list and do some cleanupPaul Moore
2025-10-22lsm: rework lsm_active_cnt and lsm_idlist[]Paul Moore
2025-10-22lsm: replace the name field with a pointer to the lsm_id structPaul Moore
2025-10-22lsm: split the init code out into lsm_init.cPaul Moore
2025-10-22soc: qcom: llcc-qcom: Add support for KaanapaliJingyi Wang
2025-10-22PM: EM: Assign a unique ID when creating a performance domainChangwoo Min
2025-10-22blktrace: pass blk_user_trace2 to setup functionsJohannes Thumshirn
2025-10-22ACPI: property: Make acpi_get_next_subnode() staticSakari Ailus
2025-10-22block: rename min_segment_sizeKeith Busch
2025-10-22module: Fix device table module aliasesJosh Poimboeuf
2025-10-22PM: runtime: Fix conditional guard definitionsRafael J. Wysocki
2025-10-22usb: typec: ps883x: Add USB4 mode and TBT3 altmode supportKonrad Dybcio
2025-10-22tcpm: Parse and log AVS APDOBadhri Jagan Sridharan
2025-10-22gpio: regmap: add the .fixed_direction_output configuration parameterIoana Ciornei
2025-10-22arch_topology: move parse_acpi_topology() to common codeYunhui Cui
2025-10-22platform: Use IOMEM_ERR_PTR for ioremap error returnsPei Xiao
2025-10-22drivers: rapidio: make rio_bus_type constAdrian Barnaś
2025-10-22drivers: eisa: make eisa_bus_type constAdrian Barnaś
2025-10-22cdx: make cdx_bus_type constantGreg Kroah-Hartman
2025-10-22ipack: fix ipack.h kernel-doc warningsRandy Dunlap
2025-10-22firmware: exynos-acpm: add empty method to allow compile testTudor Ambarus
2025-10-21net: add a common function to compute features for upper devicesHangbin Liu
2025-10-21bpf: make bpf_insn_successors to return a pointerAnton Protopopov
2025-10-21bpf: generalize and export map_get_next_key for arraysAnton Protopopov
2025-10-21bpf: save the start of functions in bpf_prog_auxAnton Protopopov
2025-10-21mfd: pf1550: Add core driver for the PF1550 PMICSamuel Kayode
2025-10-21seqlock: Introduce scoped_seqlock_read()Peter Zijlstra
2025-10-21atomic: Skip alignment check for try_cmpxchg() old argArnd Bergmann
2025-10-21gpio: export gpiod_hwgpio()Bartosz Golaszewski
2025-10-21Merge branch 'memory-hotplug'Heiko Carstens
2025-10-20Merge tag 'linux-can-next-for-6.19-20251017' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2025-10-20net: stmmac: remove broken PCS codeRussell King (Oracle)
2025-10-20Merge tag 'cgroup-for-6.18-rc2-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-10-20Merge tag 'fsnotify_for_v6.18-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-10-20ACPI: PM: s2idle: Drop acpi_get_lps0_constraint()Rafael J. Wysocki
2025-10-20writeback: Add logging for slow writeback (exceeds sysctl_hung_task_timeout_s...Julian Sun
2025-10-20writeback: Wake up waiting tasks when finishing the writeback of a chunk.Julian Sun
2025-10-20fs: make plain ->i_state access fail to compileMateusz Guzik
2025-10-20Manual conversion to use ->i_state accessors of all places not covered by coc...Mateusz Guzik
2025-10-20fs: provide accessors for ->i_stateMateusz Guzik
2025-10-20fs: spell out fenced ->i_state accesses with explicit smp_wmb/smp_rmbMateusz Guzik
2025-10-20fs: move wait_on_inode() from writeback.h to fs.hMateusz Guzik
2025-10-20fs: add missing fences to I_NEW handlingMateusz Guzik
2025-10-20fs: assert ->i_lock held in __iget()Mateusz Guzik
2025-10-20iomap: simplify iomap_iter_advance()Joanne Koong
2025-10-20iio: adc: qcom-vadc-common: fix vadc_scale_fn_type kernel-docRandy Dunlap
2025-10-20io_uring: unify task_work cancelation checksJens Axboe
2025-10-20mm/filemap: Extend __filemap_get_folio() to support NUMA memory policiesMatthew Wilcox
2025-10-20mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()Matthew Wilcox
2025-10-20firmware: exynos-acpm: add DVFS protocolTudor Ambarus