aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'irq-msi-2026-06-24' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+1
7 daysMerge tag 'sparc-for-7.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-60/+16
7 daysMerge tag 'apparmor-pr-2026-06-22' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds18-150/+365
7 daysMerge tag 'input-for-v7.2-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds110-1496/+1668
7 daysMerge tag 'ntfs3_for_7.2' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds13-302/+590
7 daysspi: imx: reconfigure for PIO when DMA cannot be startedJavier Fernandez Pastrana1-1/+2
7 dayssmb/client: preserve errors from smb2_set_sparse()Huiwen He1-15/+15
7 dayssmb: client: Fix next buffer leak in receive_encrypted_standard()Haoxiang Li1-4/+6
7 dayssmb/client: use %pe to print error pointerFredric Cover1-2/+2
7 dayssmb/client: name the default fallocate modeHuiwen He1-1/+1
7 dayssmb common: add missing AAPL definesSteve French1-0/+24
7 dayssmb/client: fix chown/chgrp with SMB3 POSIX ExtensionsRalph Boehme1-1/+2
7 dayssmb/client: fix security flag calculation when setting security descriptorsRalph Boehme1-6/+16
7 daysarm64: mm: Defer read-only remap of data/bss linear aliasArd Biesheuvel1-5/+6
7 daysdt-bindings: mfd: khadas,mcu: Drop type reference from "fan-supply"Rob Herring (Arm)1-1/+0
7 daysACPI: processor_idle: Mark LPI enter functions as __cpuidleLi RongQing2-3/+3
7 daysdt-bindings: clock: renesas: div6: Use ZT/ZTR trace clock in R-Mobile APE6 ex...Marek Vasut1-1/+1
7 daysregulator: dt-bindings: Add Unisoc SC2730 PMICOtto Pflüger1-0/+44
7 daysACPICA: Unbreak tools build after switching over to strscpy_pad()Rafael J. Wysocki1-0/+9
7 daysthermal: testing: zone: Flush work items during cleanupRafael J. Wysocki3-8/+43
7 daysdt-bindings: thermal: amlogic: Correct 'reg' in the exampleKrzysztof Kozlowski1-1/+1
7 daysdt-bindings: thermal: amlogic: Fix missing header in the exampleKrzysztof Kozlowski1-0/+3
7 daysof: Fix RST inline emphasis warnings in of_map_id() kernel-docVijayanand Jitta1-2/+2
7 daysof: property: Fix of_fwnode_get_reference_args() with negative indexAlban Bedel1-0/+8
7 daysblock: handle REQ_OP_ZONE_APPEND in __bio_integrity_actionChristoph Hellwig1-0/+1
7 daysblock: fix GFP_ flags confusion in bio_integrity_alloc_bufChristoph Hellwig4-9/+7
7 daysblock, bfq: don't grab queue_lock to initialize bfqYu Kuai1-5/+0
7 daysmm/page_io: don't nest queue_lock under rcu in bio_associate_blkg_from_page()Yu Kuai1-1/+6
7 daysblk-cgroup: don't nest queue_lock under blkcg->lock in blkcg_destroy_blkgs()Yu Kuai1-19/+26
7 daysblk-cgroup: don't nest queue_lock under rcu in bio_associate_blkg()Yu Kuai1-7/+11
7 daysblk-cgroup: don't nest queue_lock under rcu in blkg_lookup_create()Yu Kuai1-21/+36
7 daysblk-cgroup: don't nest queue_lock under rcu in blkcg_print_blkgs()Yu Kuai5-25/+34
7 daysblk-cgroup: delay freeing policy data after rcu grace periodYu Kuai5-6/+42
7 daysblk-cgroup: protect iterating blkgs with blkcg->lock in blkcg_print_stat()Yu Kuai1-6/+3
7 daysMerge branch 'md-7.2' of https://git.kernel.org/pub/scm/linux/kernel/git/mdra...Jens Axboe8-107/+178
7 daysASoC: soc-core: Don't fail if device_link could not be createdRichard Fitzgerald2-20/+19
7 daysASoC: rockchip: rockchip_sai: #include <linux/platform_device.h> explicitlyUwe Kleine-König (The Capable Hub)1-0/+1
7 daysregulator: da9121: Use subvariant ids in the I2C tablePengpeng Hou1-9/+9
7 daysx86/apic: KVM: Use cpu_physical_id() to get APIC ID of running vCPU for AVICSean Christopherson3-14/+3
7 daysKVM: x86/mmu: Expose number of shadow MMU shadow pages as a statSean Christopherson4-9/+10
7 daysMerge tag 'kvm-s390-next-7.2-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini165-751/+1614
7 daysdrm/i915/cdclk: Fix up CDCLK_FREQ_DECIMAL without a full PLL re-enableVille Syrjälä1-7/+34
7 daysKVM: x86: Unconditionally recompute CR8 intercept on PPR updateCarlos López2-4/+3
7 daysKVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest modeSean Christopherson1-2/+1
7 daysKVM: x86: WARN (once) if RTC pending EOI tracking goes off the railsSean Christopherson1-2/+2
7 daysKVM: x86: WARN and fail kvm_set_irq() if a PIC or I/O APIC vector is invalidSean Christopherson2-2/+4
7 daysKVM: x86: Bug the VM, not the kernel, if the ISR count {under,over}flowsSean Christopherson1-2/+2
7 daysKVM: x86/mmu: Bug the VM, not the host kernel, if KVM write-protects upper SPTEsSean Christopherson1-3/+5
7 daysKVM: x86: Replace BUG_ON() with WARN_ON_ONCE() on "bad" nested GPA translationSean Christopherson2-2/+4
7 daysKVM: Replace guest-triggerable BUG_ON() in ioeventfd datamatch with get_unali...Sean Christopherson1-7/+5
7 daysALSA: seq: Fix uninitialised heap leak in snd_seq_event_dup()HyeongJun An1-1/+1
7 daysKVM: s390: Return failure in case of failure in kvm_s390_set_cmma_bits()Claudio Imbrenda1-11/+7
7 daysKVM: s390: selftests: Fix cmma selftestClaudio Imbrenda1-0/+6
7 daysKVM: s390: Fix cmma dirty trackingClaudio Imbrenda5-16/+78
7 daysKVM: s390: Fix locking in kvm_s390_set_mem_control()Claudio Imbrenda1-1/+3
7 daysKVM: s390: Fix handle_{sske,pfmf} under memory pressureClaudio Imbrenda1-2/+6
7 daysKVM: s390: Fix code typo in gmap_protect_asce_top_level()Claudio Imbrenda1-1/+1
7 daysKVM: s390: Do not set special large pages dirtyClaudio Imbrenda1-1/+1
7 daysKVM: s390: Fix dat_peek_cmma() overflowClaudio Imbrenda1-1/+1
7 dayss390/mm: Fix handling of _PAGE_UNUSED pte bitClaudio Imbrenda2-3/+4
7 daysKVM: s390: Fix typo in UCONTROL documentationEric Farman1-1/+1
7 daysKVM: s390: selftests: Extended user_operexec testsEric Farman2-0/+116
7 daysKVM: s390: Fix S390_USER_OPEREXEC enablement without STFLE 74Eric Farman1-1/+2
7 daysapparmor: advertise the tcp fast open fix is appliedJohn Johansen1-0/+2
8 dayseth: fbnic: fix ordering of heartbeat vs ownershipJakub Kicinski1-5/+4
8 daysMerge branch 'ipv6-fix-error-handling-in-disable_ipv6-sysctl'Jakub Kicinski1-14/+28
8 daysipv6: fix missing notification for ignore_routes_with_linkdownFernando Fernandez Mancera1-6/+12
8 daysipv6: fix state corruption during proxy_ndp sysctl restartFernando Fernandez Mancera1-7/+7
8 daysipv6: fix error handling in disable_policy sysctlFernando Fernandez Mancera1-0/+2
8 daysipv6: fix error handling in forwarding sysctlFernando Fernandez Mancera1-1/+3
8 daysipv6: fix error handling in ignore_routes_with_linkdown sysctlFernando Fernandez Mancera1-0/+2
8 daysipv6: fix error handling in disable_ipv6 sysctlFernando Fernandez Mancera1-0/+2
8 daysMAINTAINERS: Orphan SUNPLUS ETHERNET DRIVERWells Lu1-2/+1
8 daysnet: au1000: move free_irq out of the close-time spinlocked sectionRunyu Xiao1-1/+2
8 dayssctp: fix err_chunk memory leaks in INIT handlingXin Long1-0/+5
8 daysnet/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handleJamal Hadi Salim1-0/+3
8 daysMerge branch 'drop-skb-metadata-before-lwt-encapsulation'Jakub Kicinski4-52/+255
8 daysselftests/bpf: Add LWT encap tests for skb metadataJakub Sitnicki3-52/+249
8 daysnet: lwtunnel: Drop skb metadata before LWT encapsulationJakub Sitnicki1-0/+6
8 daysMerge tag 'nfs-for-7.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds35-326/+703
8 daysMerge tag 'f2fs-for-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds24-183/+502
8 daysMerge tag 'x86-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
8 daysMerge tag 'timers-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-6/+7
8 daysMerge tag 'smp-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-12/+8
8 daysMerge tag 'perf-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+1
8 daysMerge tag 'ipsec-2026-06-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski9-78/+75
8 daysMerge tag 'locking-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+24
8 daysMerge tag 'core-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+30
8 daysMerge tag 'irq-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+15
8 daysksmbd: fix kernel-doc warnings in smb2_lease_break_noti()Namjae Jeon1-0/+2
8 daysksmbd: fix inconsistent indenting warningsNamjae Jeon1-6/+6
8 daysksmbd: validate NTLMv2 response before updating session keyHaofeng Li1-4/+16
8 daysMerge tag 'dmaengine-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds36-929/+1399
8 daysMerge tag 'phy-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds69-1797/+5514
8 daysMerge branch 'pci/misc'Bjorn Helgaas21-103/+53
8 daysMerge branch 'pci/controller/misc'Bjorn Helgaas4-4/+1
8 daysMerge branch 'pci/controller/tlp_macros'Bjorn Helgaas9-40/+34
8 daysMerge branch 'pci/controller/rescan_lock'Bjorn Helgaas8-0/+16
8 daysMerge branch 'pci/controller/link_train_delay'Bjorn Helgaas10-9/+47
8 daysMerge branch 'pci/controller/rcar-host'Bjorn Helgaas1-1/+0
8 daysMerge branch 'pci/controller/mvebu'Bjorn Helgaas1-3/+3
8 daysMerge branch 'pci/controller/mediatek-gen3'Bjorn Helgaas1-5/+34
8 daysMerge branch 'pci/controller/mediatek'Bjorn Helgaas2-27/+81
8 daysMerge branch 'pci/controller/loongson'Bjorn Helgaas1-15/+52
8 daysMerge branch 'pci/controller/iproc-bcma'Bjorn Helgaas4-5/+2
8 daysMerge branch 'pci/controller/dwc-ultrarisc'Bjorn Helgaas6-0/+314
8 daysMerge branch 'pci/controller/dwc-tegra194'Bjorn Helgaas1-0/+13
8 daysMerge branch 'pci/controller/dwc-qcom'Bjorn Helgaas8-93/+390
8 daysMerge branch 'pci/controller/dwc-meson'Bjorn Helgaas1-1/+12
8 daysMerge branch 'pci/controller/dwc-intel-gw'Bjorn Helgaas2-25/+58
8 daysMerge branch 'pci/controller/dwc-imx6'Bjorn Helgaas7-40/+415
8 daysMerge branch 'pci/controller/dwc-amd-mdb'Bjorn Helgaas1-0/+8
8 daysMerge branch 'pci/controller/dwc'Bjorn Helgaas7-41/+34
8 daysMerge branch 'pci/controller/altera'Bjorn Helgaas1-3/+33
8 daysMerge branch 'pci/controller/host-common'Bjorn Helgaas1-0/+4
8 daysMerge branch 'pci/endpoint'Bjorn Helgaas12-110/+883
8 daysMerge branch 'pci/dt-binding'Bjorn Helgaas3-8/+68
8 daysMerge branch 'pci/switchtec'Bjorn Helgaas2-0/+17
8 daysMerge branch 'pci/virtualization'Bjorn Helgaas1-0/+5
8 daysMerge branch 'pci/sysfs'Bjorn Helgaas9-464/+585
8 daysMerge branch 'pci/rom'Bjorn Helgaas1-23/+126
8 daysMerge branch 'pci/resource'Bjorn Helgaas13-56/+71
8 daysMerge branch 'pci/reset'Bjorn Helgaas1-27/+37
8 daysMerge branch 'pci/pwrctrl'Bjorn Helgaas1-53/+63
8 daysMerge branch 'pci/procfs'Bjorn Helgaas1-23/+56
8 daysMerge branch 'pci/pm'Bjorn Helgaas7-9/+73
8 daysMerge branch 'pci/p2pdma'Bjorn Helgaas5-10/+24
8 daysMerge branch 'pci/enumeration'Bjorn Helgaas3-101/+21
8 daysMerge branch 'pci/aspm'Bjorn Helgaas1-3/+0
8 daysnet: usb: lan78xx: restore VLAN and hash filters after link upNicolai Buchwitz1-6/+31
8 daysveth: fix NAPI leak in XDP enable error pathEric Dumazet1-0/+2
8 daysnet: ti: icssg: Fix XSK zero copy TX during application wakeupMeghana Malladi1-12/+11
8 daysnet: dsa: sja1105: round up PTP perout pin durationAleksandrova Alyona1-1/+1
8 daysnet: do not acquire dev->tx_global_lock in netdev_watchdog_up()Eric Dumazet1-5/+2
8 daysMerge tag 'soundwire-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-64/+110
8 daysdocs: tools: Fix typo 'ackward' to 'awkward' in unittest.rstDeclan Wale1-1/+1
8 daysnet, bpf: check master for NULL in xdp_master_redirect()Xiang Mei1-1/+1
8 dayskdoc: xforms: ignore special static/inline macrosRandy Dunlap1-0/+2
8 daysMerge branch 'selftests-xsk-stabilize-timeout-test-behavior'Jakub Kicinski2-42/+56
8 daysselftests/xsk: restore shared_umem after POLL_TXQ_FULLTushar Vyavahare1-2/+17
8 daysselftests/xsk: fix timeout thread harness sequencingTushar Vyavahare2-16/+18
8 daysselftests/xsk: make poll timeout mode explicitTushar Vyavahare2-24/+21
8 dayskdoc: xforms_lists: handle DECLARE_PER_CPU() in kernel-docRandy Dunlap1-0/+1
8 daysMAINTAINERS: Fix regex for kdocMatthew Wilcox (Oracle)1-1/+1
8 daysMerge tag 'sched_ext-for-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds15-163/+209
8 daysdocs: kgdb: Fix path of driver optionsZenghui Yu1-1/+1
8 daysDocumentation: tracing: fix typo in events documentationYudistira Putra1-1/+1
8 daysDocs/driver-api/uio-howto: document mmap_prepare callbackDoehyun Baek1-2/+2
8 daysdocs/mm: clarify that we are not looking for LLM generated contentDavid Hildenbrand (Arm)1-0/+13
8 dayskernel-doc: xforms: support __SYSFS_FUNCTION_ALTERNATIVE()Randy Dunlap1-0/+1
8 daysPCI/sysfs: Use kstrtobool() to parse the ROM attribute inputKrzysztof Wilczyński1-5/+6
8 daysPCI/sysfs: Limit BAR resize attribute scope to platforms with PCI mmapKrzysztof Wilczyński1-1/+3
8 daysPCI/sysfs: Remove pci_create_legacy_files() and pci_sysfs_init()Krzysztof Wilczyński5-39/+0
8 daysPCI/sysfs: Convert legacy I/O and memory attributes to static definitionsKrzysztof Wilczyński4-125/+132
8 daysPCI/sysfs: Add __weak pci_legacy_has_sparse() helperKrzysztof Wilczyński4-0/+19
8 daysalpha/PCI: Compute legacy size in pci_mmap_legacy_page_range()Krzysztof Wilczyński1-2/+5
8 daysPCI: Add macros for legacy I/O and memory address space sizesKrzysztof Wilczyński2-2/+7
8 daysPCI/sysfs: Remove pci_{create,remove}_sysfs_dev_files()Krzysztof Wilczyński5-65/+2
8 daysalpha/PCI: Convert resource files to static attributesKrzysztof Wilczyński2-128/+172
8 daysalpha/PCI: Add static PCI resource attribute macrosKrzysztof Wilczyński1-0/+20
8 daysalpha/PCI: Remove WARN from __pci_mmap_fits() and __legacy_mmap_fits()Krzysztof Wilczyński1-18/+5
8 daysalpha/PCI: Fix __pci_mmap_fits() overflow for zero-length BARsKrzysztof Wilczyński1-1/+5
8 daysalpha/PCI: Use PCI resource accessor macrosKrzysztof Wilczyński1-6/+6
8 daysalpha/PCI: Use BAR index in sysfs attr->private instead of resource pointerKrzysztof Wilczyński1-10/+5
8 daysalpha/PCI: Add security_locked_down() check to pci_mmap_resource()Krzysztof Wilczyński1-1/+6
8 daysPCI/sysfs: Limit pci_sysfs_init() late_initcall compile scopeKrzysztof Wilczyński1-0/+9
8 daysPCI/sysfs: Add stubs for pci_{create,remove}_sysfs_dev_files()Krzysztof Wilczyński2-3/+16
8 daysPCI/sysfs: Warn about BAR resize failure in __resource_resize_store()Krzysztof Wilczyński1-4/+7
8 daysPCI/sysfs: Convert PCI resource files to static attributesKrzysztof Wilczyński2-126/+143
8 daysPCI/proc: Fix race between pci_proc_init() and pci_bus_add_device()Krzysztof Wilczyński1-23/+56
8 daysPCI: rzg3s-host: Use common pci_host_common_link_train_delay() helperHans Zhang1-1/+2
8 daysPCI: mediatek-gen3: Add 100 ms delay after link upHans Zhang1-0/+3
8 daysPCI: aardvark: Add 100 ms delay after link trainingHans Zhang1-1/+4
8 daysPCI: dwc: Use common pci_host_common_link_train_delay() helperHans Zhang1-7/+2
8 daysPCI: cadence-hpa: Add post-link delayHans Zhang1-0/+8
8 daysMerge tag 'mm-stable-2026-06-23-08-55' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds77-2304/+2830
8 daysMerge tag 'perf-tools-for-v7.2-1-2026-06-22' of git://git.kernel.org/pub/scm/...Linus Torvalds392-9590/+36508
8 daysdt-bindings: PCI: qcom,pcie-sm8550: Add Eliza compatibleKrishna Chaitanya Chundru1-0/+50
8 daysdt-bindings: PCI: renesas,r9a08g045-pcie: Add RZ/V2N supportLad Prabhakar1-8/+15
8 daysdt-bindings: PCI: sophgo: Add dma-coherent property for SG2042Han Gao1-0/+3
8 daysPCI: Move pci_resource_alignment() to setup-res.c fileIlpo Järvinen2-11/+14
8 daysPCI: Convert pci_resource_alignment() input parameters to constIlpo Järvinen2-5/+5
8 daysPCI: Make pci_sriov_resource_alignment() pci_dev constIlpo Järvinen8-14/+19
8 dayspowerpc/pseries: Make pseries_get_iov_fw_value() & pnv_iov_get() pci_dev constIlpo Järvinen2-2/+3
8 daysresource: Make resource_alignment() input const resourceIlpo Järvinen2-2/+2
8 daysPCI: Remove const removal castIlpo Järvinen1-3/+2
8 daysPCI: Consolidate add_list (aka realloc_head) empty sanity checksIlpo Järvinen1-12/+17
8 daysPCI: Rename 'added' to 'add_list'Ilpo Järvinen2-14/+14
8 daysNTB: epf: Implement .db_vector_count()/mask() for doorbellsKoichiro Den1-0/+32
8 daysNTB: epf: Fix doorbell bitmask and IRQ vector handlingKoichiro Den1-22/+39
8 daysNTB: epf: Report 0-based doorbell vector via ntb_db_event()Koichiro Den1-3/+13
8 daysNTB: epf: Make db_valid_mask cover only real doorbell bitsKoichiro Den1-1/+5
8 daysNTB: epf: Document legacy doorbell slot offset in ntb_epf_peer_db_set()Koichiro Den1-0/+20
8 daysPCI: endpoint: pci-epf-vntb: Implement .db_vector_count()/mask() for doorbellsKoichiro Den1-2/+40
8 daysi2c: i801: fix hardware state machine corruption in error pathMingyu Wang1-1/+1
8 daysPCI: endpoint: pci-epf-vntb: Exclude reserved slots from db_valid_maskKoichiro Den1-1/+4
8 daysMerge tag 'platform-drivers-x86-v7.2-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds96-1049/+5826
8 daysi2c: mpc: Fix timeout calculationsAndy Shevchenko1-1/+1
8 daysMerge tag 'nvme-7.2-2026-06-23' of git://git.infradead.org/nvme into block-7.2Jens Axboe12-57/+100
8 daysMerge tag 'mailbox-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jas...Linus Torvalds11-58/+224