summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2026-01-23PCI: Introduce pcie_is_cxl()Terry Bowman1-0/+6
2026-01-22units: add conversion macros for percentage related unitsJonathan Santos1-0/+19
2026-01-22iio: core: Add cleanup.h support for iio_device_claim_*()Kurt Borja1-0/+65
2026-01-22iio: core: Match iio_device_claim_*() semantics and implementationKurt Borja1-2/+33
2026-01-22iio: core: Refactor iio_device_claim_direct() implementationKurt Borja1-12/+28
2026-01-22iio: core: Add and export __iio_dev_mode_lock()Kurt Borja1-0/+3
2026-01-22Merge remote-tracking branch 'i3c/ib-i3c-iio-v6.20' into togregJonathan Cameron2-9/+19
2026-01-22driver-core: move devres_for_each_res() to base.hDanilo Krummrich1-4/+0
2026-01-22mfd: axp20x: AXP717: Add type-C CC registersChen-Yu Tsai1-0/+3
2026-01-22mfd: tps65219: Implement LOCK register handling for TPS65214Kory Maincent (TI.com)1-0/+2
2026-01-22mfd: bd71828: Add some missing charger related registersAndreas Kemnade1-0/+2
2026-01-22mfd: tps6105x: Fix kernel-doc warnings relating to the core struct and tps610...Randy Dunlap1-2/+3
2026-01-22Merge branches 'ib-mfd-clk-gpio-power-regulator-rtc-6.20', 'ib-mfd-regulator-...Lee Jones2-1/+118
2026-01-22sched: remove task_struct->faults_disabled_mappingChristoph Hellwig1-1/+0
2026-01-22rseq: Implement rseq_grant_slice_extension()Thomas Gleixner1-0/+108
2026-01-22rseq: Reset slice extension when scheduledThomas Gleixner1-2/+28
2026-01-22rseq: Implement time slice extension enforcement timerThomas Gleixner2-10/+30
2026-01-22rseq: Implement syscall entry work for time slice extensionsThomas Gleixner3-8/+12
2026-01-22rseq: Implement sys_rseq_slice_yield()Thomas Gleixner2-0/+3
2026-01-22rseq: Add prctl() to enable time slice extensionsThomas Gleixner1-0/+9
2026-01-22rseq: Add statistics for time slice extensionsThomas Gleixner1-0/+5
2026-01-22rseq: Provide static branch for time slice extensionsThomas Gleixner1-0/+11
2026-01-22rseq: Add fields and constants for time slice extensionThomas Gleixner1-1/+27
2026-01-22Merge tag 'nf-next-26-01-20' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-4/+0
2026-01-22net: phylink: introduce helpers for replaying link callbacksVladimir Oltean1-0/+5
2026-01-22net: pcs: pcs-mtk-lynxi: pass SGMIISYS OF node to PCSVladimir Oltean1-3/+2
2026-01-22net: always inline __skb_incr_checksum_unnecessary()Eric Dumazet1-1/+1
2026-01-22tcp: preserve const qualifier in tcp_rsk() and inet_rsk()Eric Dumazet1-4/+1
2026-01-22Merge branch 'add-devm_clk_bulk_get_optional_enable-helper-and-use-in-axi-eth...Jakub Kicinski1-0/+23
2026-01-22clk: Add devm_clk_bulk_get_optional_enable() helperSuraj Gupta1-0/+23
2026-01-21io_uring/eventfd: remove unused ctx->evfd_last_cq_tail memberJens Axboe1-4/+3
2026-01-21Merge tag 'qcom-drivers-for-6.20' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann4-19/+38
2026-01-21Merge tag 'imx-drivers-6.20' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann1-0/+2
2026-01-21Merge tag 'samsung-drivers-6.20' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-36/+0
2026-01-21Merge tag 'tee-sysfs-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann1-0/+9
2026-01-21Merge tag 'tee-bus-callback-for-6.20' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-0/+12
2026-01-21Merge tag 'renesas-drivers-for-v6.20-tag2' of git://git.kernel.org/pub/scm/li...Arnd Bergmann1-1/+40
2026-01-21Revert "mmc: rtsx_pci: add quirk to disable MMC_CAP_AGGRESSIVE_PM for RTS525A"Greg Kroah-Hartman1-1/+0
2026-01-21Revert "mmc: rtsx: reset power state on suspend"Greg Kroah-Hartman1-1/+0
2026-01-21block: add a bio_reuse helperChristoph Hellwig1-0/+1
2026-01-21mm/page_ext: Add page_ext_get_from_phys()Mostafa Saleh1-0/+6
2026-01-21platform/x86/amd/pmf: Introduce new interface to export NPU metricsShyam Sundar S K1-0/+21
2026-01-21crypto: ccp - Send PSP_CMD_TEE_RING_DESTROY when PSP_CMD_TEE_RING_INIT failsMario Limonciello (AMD)1-0/+1
2026-01-21phy: hdmi: Add HDMI 2.1 FRL configuration optionsCristian Ciocaltea1-2/+17
2026-01-21kallsyms/ftrace: set module buildid in ftrace_mod_address_lookup()Petr Mladek1-2/+4
2026-01-21kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup()Petr Mladek1-22/+4
2026-01-21module: add helper function for reading module_buildid()Petr Mladek1-0/+9
2026-01-21array_size.h: add ARRAY_END()Alejandro Colomar1-0/+6
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-1/+0
2026-01-21mm/vmstat: remove unused node and zone state helpersWei Yang1-6/+0