aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2026-08-11s390/irqflags: Add out-of-line definitions of arch_local_irq_*() for KMSANIlya Leoshkevich3-7/+42
2026-08-11s390/virtio: Enable CONTEXT_ANALYSISHeiko Carstens1-0/+2
2026-08-11s390/cio: Enable CONTEXT_ANALYSISHeiko Carstens1-0/+2
2026-08-11s390/vfio_ccw: Add __must_hold() attribute to vfio_ccw_sch_quiesce()Heiko Carstens2-1/+3
2026-08-11ASoC: xilinx: formatter_pcm: pass aud_drv_data to irq handlersRosen Penev1-6/+4
2026-08-11s390/pci: Enable CONTEXT_ANALYSISHeiko Carstens1-0/+2
2026-08-11s390/pci: Rework __zpci_event_availability() to remove conditional lockingHeiko Carstens1-70/+78
2026-08-11s390/pci: Rework __zpci_event_error() to remove conditional lockingHeiko Carstens1-18/+23
2026-08-11s390/char: Enable CONTEXT_ANALYSISHeiko Carstens1-0/+2
2026-08-11s390/con3215: Add __must_hold() attribute to raw3215_make_room()Heiko Carstens1-0/+1
2026-08-11tracing: Cleanup event_enable_trigger_parse() by using __free()Steven Rostedt1-8/+8
2026-08-11tracing: Report every TP_printk double dereferenceDavid Carlier1-0/+2
2026-08-11arm64: bti: Disable in-kernel BTI with recent versions of ClangJosh Poimboeuf1-0/+2
2026-08-11spi: dw: fix wrong RX_SAMPLE_DLY setting after resumeJisheng Zhang1-0/+1
2026-08-11gpio: gpio-by-pinctrl: Apply initial value in direction output wrapperAlex Tran1-6/+12
2026-08-11ASoC: qcom: q6apm: keep the graph start count in sync with the DSPJorijn van der Graaf1-3/+9
2026-08-11spi: meson-spifc: use devm_pm_runtime_set_active_enabledFelix Gu1-11/+5
2026-08-11Merge branch 'net-hns3-some-cleanups-for-hns3-driver'Paolo Abeni2-27/+24
2026-08-11spi: sprd-adi: Fix probe succeeding without registering the controllerBabanpreet Singh1-0/+6
2026-08-11net: hns3: use txqueue parameter directly in ndo_tx_timeoutJian Shen1-26/+22
2026-08-11net: hns3: add missing const qualifier to hclge_log_error() reg parameterJijie Shao1-1/+1
2026-08-11net: hns3: set msg->desc to NULL after kfree in hclge_query_reg_info()Jian Shen1-0/+1
2026-08-11ASoC: ti: omap-twl4030: Check for missing card name after parsingbui duc phuc1-1/+5
2026-08-11Merge tag 'probes-fixes-v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-2/+25
2026-08-11tipc: read le->link under the node lock in tipc_node_link_down()Jun Yang1-5/+10
2026-08-11ASoC: tac5xx2-sdw: select REGMAP_SOUNDWIRE_MBQNiranjan H Y1-0/+1
2026-08-11ASoC: Intel: KMB: Propagate -EPROBE_DEFER from IRQ lookupbui duc phuc1-0/+2
2026-08-11timers/itimer: Zero-init old itimerval before copy to userspaceJérémy Jean1-1/+1
2026-08-11ASoC: tas2781: Fix compiling warning for tasdevice_set_capture_profile_id()Shenghao Ding1-10/+17
2026-08-11Merge branch 'net-tls-fail-splice-after-a-failed-async-decrypt'Paolo Abeni2-10/+70
2026-08-11selftests: tls: cover splice after a failed decryptChuck Lever1-10/+65
2026-08-11net/tls: Fail tls_sw_splice_read() after a failed async decryptChuck Lever1-0/+5
2026-08-11nohz: Replace dead select with choice defaultJulian Braha2-1/+1
2026-08-11erofs: use dedicated meta inodes for file-backed mountsGao Xiang5-44/+65
2026-08-11erofs: accept source file descriptor via fsconfigGiuseppe Scrivano2-11/+79
2026-08-11arm64: entry: Avoid unnecessary local_irq_disable() on kernel exitVladimir Murzin1-5/+25
2026-08-11irqchip/gic-v3: make the unmasking of pseudo-NMIs explicit when handling IRQsAda Couprie Diaz4-12/+8
2026-08-11net: ngbe: fix NULL pointer dereference in non-MSI-X interrupt enablingJiawen Wu1-1/+3
2026-08-11Merge branch 'fix-wrong-transport_header-when-sending-vlan-tagged-frames'Paolo Abeni2-3/+4
2026-08-11net: tap: fix wrong transport_header when sending VLAN-tagged frameWei Fang1-1/+2
2026-08-11net: packet: fix wrong transport_header when sending VLAN-tagged frameWei Fang1-2/+2
2026-08-11phy: qcom: qmp-combo: Drop qmp_v4_calibrate_dp_phyEsteban Urrutia1-31/+0
2026-08-11phy: qcom: qmp-combo: Correct pre-emphasis table for QMP v4 DP PHYsEsteban Urrutia1-1/+1
2026-08-11phy: renesas: rcar-gen3-usb2: Ignore missing VBUS regulatorLad Prabhakar1-2/+11
2026-08-11pmdomain: Merge branch fixes into nextUlf Hansson1-0/+4
2026-08-11pmdomain: qcom: rpmhpd: Add missing MXC and MMCX power domains for ElizaAbel Vesa1-0/+4
2026-08-11vxlan: do not arm the ageing timer on a device that is downBaul Lee1-1/+1
2026-08-11rust: num: add Bounded::shr_exactEliot Courtney1-0/+31
2026-08-11rust: num: reject Bounded::shr overshifts at build timeEliot Courtney1-0/+1
2026-08-11rust: num: use const_assert! in BoundedEliot Courtney1-2/+2