summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-03-27block: handle BLK_OPEN_RESTRICT_WRITES correctlyChristian Brauner
2024-03-27driver core: Remove unused platform_notify, platform_notify_removeBjorn Helgaas
2024-03-27usb: misc: onboard_hub: rename to onboard_devJavier Carrasco
2024-03-26drm/xe: Add new PCI IDs to DG2 platformRavi Kumar Vodapalli
2024-03-26driver core: Introduce device_link_wait_removal()Herve Codina
2024-03-26spi: pxa2xx: Keep PXA*_SSP types togetherAndy Shevchenko
2024-03-26prctl: generalize PR_SET_MDWE support check to be per-archZev Weiss
2024-03-26mm: increase folio batch sizeMatthew Wilcox (Oracle)
2024-03-26ASoC: soc-jack: Get rid of legacy GPIO supportAndy Shevchenko
2024-03-26drm/dp: Clarify that wait_hpd_asserted() is not optional for panelsDouglas Anderson
2024-03-26ASoC: core: add SOC_DOUBLE_RANGE_TLV() helper macroLuca Ceresoli
2024-03-26net: remove skb_free_datagram_locked()Eric Dumazet
2024-03-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-03-26spi: xilinx: Massage xilinx_spi.hMark Brown
2024-03-26spi: pxa2xx: Clean up linux/spi/pxa2xx_spi.hMark Brown
2024-03-26gpiolib: Add stubs for GPIO lookup functionsMark Brown
2024-03-26firmware: arm_scmi: Simplify scmi_devm_notifier_unregisterCristian Marussi
2024-03-26include: trace: Widen the tag buffer in trace_scmi_dump_msgCristian Marussi
2024-03-26net: Use backlog-NAPI to clean up the defer_list.Sebastian Andrzej Siewior
2024-03-26drm/panthor: Fix wrong kernel-doc format in the uAPI headerBoris Brezillon
2024-03-26trace: use TP_STORE_ADDRS() macro in inet_sock_set_state()Jason Xing
2024-03-26trace: use TP_STORE_ADDRS() macro in inet_sk_error_report()Jason Xing
2024-03-26trace: move to TP_STORE_ADDRS related macro to net_probe_common.hJason Xing
2024-03-26KVM: arm64: Fix host-programmed guest events in nVHEOliver Upton
2024-03-26dt-bindings: clock: r9a07g043-cpg: Annotate RZ/G2UL-only core clocksGeert Uytterhoeven
2024-03-26ARM: dts: renesas: r8a73a4: Add TMU nodesGeert Uytterhoeven
2024-03-26fs_parser: move fsparam_string_empty() helper into headerLuis Henriques (SUSE)
2024-03-26statx: stx_subvolKent Overstreet
2024-03-25tcp: properly terminate timers for kernel socketsEric Dumazet
2024-03-25genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amdRafael J. Wysocki
2024-03-25Merge patch series "Re-use device management code fragments"Martin K. Petersen
2024-03-25scsi: ufs: Reuse compose_devman_upiuAvri Altman
2024-03-25spi: remove struct spi_message::is_dma_mappedDavid Lechner
2024-03-25iio: adc: ad_sigma_delta: Add optional irq selectionDumitru Ceclan
2024-03-25Merge patch series "Add LIBSAS_SHT_BASE for libsas"Martin K. Petersen
2024-03-25scsi: libsas: Add LIBSAS_SHT_BASEJohn Garry
2024-03-25Merge patch series "NCQ Priority sysfs sttributes for libsas"Martin K. Petersen
2024-03-25scsi: libsas: Define NCQ Priority sysfs attributes for SATA devicesIgor Pylypiv
2024-03-25scsi: ata: libata-sata: Factor out NCQ Priority configuration helpersIgor Pylypiv
2024-03-25scsi: mpi3mr: Avoid memcpy field-spanning write WARNINGShin'ichiro Kawasaki
2024-03-25device property: Introduce device_for_each_child_node_scoped()Jonathan Cameron
2024-03-25device property: Add cleanup.h based fwnode_handle_put() scope based cleanup.Jonathan Cameron
2024-03-25device property: Move fwnode_handle_put() into property.hJonathan Cameron
2024-03-25scsi: sd: Fix TCG OPAL unlock on system resumeDamien Le Moal
2024-03-25workqueue: Introduce enable_and_queue_work() convenience functionAllen Pais
2024-03-25workqueue: add function in event of workqueue_activate_workKassey Li
2024-03-25workqueue: Move attrs->cpumask out of worker_pool's properties when attrs->af...Lai Jiangshan
2024-03-25Merge branch '6.9/scsi-queue' into 6.9/scsi-fixesMartin K. Petersen
2024-03-25Merge tag 'v6.9-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2024-03-25workqueue: Remember whether a work item was on a BH workqueueTejun Heo