summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gpiolib: Add stubs for GPIO lookup functionsMark Brown1-2/+15
2024-03-26firmware: arm_scmi: Simplify scmi_devm_notifier_unregisterCristian Marussi1-2/+0
2024-03-26net: Use backlog-NAPI to clean up the defer_list.Sebastian Andrzej Siewior1-0/+1
2024-03-26fs_parser: move fsparam_string_empty() helper into headerLuis Henriques (SUSE)1-0/+4
2024-03-26statx: stx_subvolKent Overstreet1-0/+1
2024-03-26genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amdRafael J. Wysocki1-0/+3
2024-03-25spi: remove struct spi_message::is_dma_mappedDavid Lechner1-8/+3
2024-03-25iio: adc: ad_sigma_delta: Add optional irq selectionDumitru Ceclan1-0/+3
2024-03-25scsi: ata: libata-sata: Factor out NCQ Priority configuration helpersIgor Pylypiv1-0/+6
2024-03-25device property: Introduce device_for_each_child_node_scoped()Jonathan Cameron1-0/+5
2024-03-25device property: Add cleanup.h based fwnode_handle_put() scope based cleanup.Jonathan Cameron1-0/+3
2024-03-25device property: Move fwnode_handle_put() into property.hJonathan Cameron1-1/+13
2024-03-25scsi: sd: Fix TCG OPAL unlock on system resumeDamien Le Moal1-0/+1
2024-03-25workqueue: Introduce enable_and_queue_work() convenience functionAllen Pais1-0/+26
2024-03-25workqueue: Move attrs->cpumask out of worker_pool's properties when attrs->af...Lai Jiangshan1-0/+3
2024-03-25Merge tag 'v6.9-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-0/+4
2024-03-25workqueue: Remember whether a work item was on a BH workqueueTejun Heo1-1/+3
2024-03-25workqueue: Remove WORK_OFFQ_CANCELINGTejun Heo1-3/+1
2024-03-25workqueue: Implement disable/enable for (delayed) work itemsTejun Heo1-3/+15
2024-03-25workqueue: Preserve OFFQ bits in cancel[_sync] pathsTejun Heo1-0/+1
2024-03-25spi: rspi: Get rid of unused struct rspi_plat_dataAndy Shevchenko1-18/+0
2024-03-25irqchip: Add RISC-V advanced PLIC driver for direct-modeAnup Patel1-0/+145
2024-03-25irqchip: Add RISC-V incoming MSI controller early driverAnup Patel2-0/+88
2024-03-25bpf: implement insn_is_cast_user() helper for JITsPuranjay Mohan1-0/+10
2024-03-25wifi: mac80211: handle indoor AFC/LPI AP on assoc successAnjaneyulu1-3/+5
2024-03-25wifi: ieee80211: fix ieee80211_mle_basic_sta_prof_size_ok()Johannes Berg1-1/+1
2024-03-25wifi: ieee80211: check for NULL in ieee80211_mle_size_ok()Johannes Berg1-1/+1
2024-03-25sched/fair: Check if a task has a fitting CPU when updating misfitQais Yousef1-0/+1
2024-03-25Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar282-2397/+5611
2024-03-25spi: pxa2xx: Make num_chipselect 8-bit in the struct pxa2xx_spi_controllerAndy Shevchenko1-1/+1
2024-03-25spi: pxa2xx: Kill pxa2xx_set_spi_info()Andy Shevchenko1-8/+0
2024-03-25spi: xilinx: Make num_chipselect 8-bit in the struct xspi_platform_dataAndy Shevchenko1-4/+4
2024-03-25spi: xilinx: Add necessary inclusion and forward declarationAndy Shevchenko1-0/+4
2024-03-25spi: xilinx: Fix kernel documentation in the xilinx_spi.hAndy Shevchenko1-1/+1
2024-03-25regulator: pca9450: add pca9451a supportJoy Zou1-0/+1
2024-03-23Merge tag 'powerpc-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-6/+6
2024-03-23Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+21
2024-03-23overflow: Change DEFINE_FLEX to take __counted_by memberKees Cook1-4/+21
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+16
2024-03-22Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds1-0/+9
2024-03-22Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-7/+14
2024-03-22Revert "crypto: pkcs7 - remove sha1 support"Eric Biggers1-0/+4
2024-03-22jump_label,module: Don't alloc static_key_mod for __ro_after_init keysPeter Zijlstra1-0/+3
2024-03-22Merge tag 'rtc-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds1-1/+1
2024-03-22Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2024-03-22Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds5-32/+68
2024-03-22Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-5/+5
2024-03-21Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-31/+155
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14-225/+254
2024-03-21Merge tag 'staging-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+2