aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
16 hoursMerge tag 'mmc-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...HEADmasterLinus Torvalds3-13/+22
18 hoursMerge tag 'sound-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds7-52/+148
18 hoursMerge tag 'iommu-fixes-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-14/+37
18 hoursMerge tag 'nfsd-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds3-18/+35
20 hoursMerge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds86-337/+865
29 hoursinet: inet_defrag: prevent sk release while still in useFlorian Westphal4-21/+60
29 hoursOcteontx2-af: fix pause frame configuration in GMP modeHariprasad Kelam1-0/+5
29 hoursnet: lan743x: Add set RFE read fifo threshold for PCI1x1x chipsRaju Lakkaraju2-0/+22
30 hoursMerge branch 'net-bcmasp-phy-managements-fixes'Paolo Abeni1-23/+20
30 hoursnet: bcmasp: Remove phy_{suspend/resume}Justin Chen1-14/+1
30 hoursnet: bcmasp: Bring up unimac after PHY link upJustin Chen1-9/+19
30 hoursnet: phy: qcom: at803x: fix kernel panic with at8031_probeChristian Marangi1-1/+3
30 hoursMerge tag 'nf-24-03-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2-8/+43
31 hoursMerge tag 'for-net' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfPaolo Abeni5-3/+26
34 hoursiommu: Validate the PASID in iommu_attach_device_pasid()Jason Gunthorpe1-1/+10
34 hoursMerge tag 'arm-smmu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Joerg Roedel2-13/+27
36 hoursMerge tag 'erofs-for-6.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+1
37 hoursnetfilter: arptables: Select NETFILTER_FAMILY_ARP when building arp_tables.cKuniyuki Iwashima1-0/+1
37 hoursnetfilter: nf_tables: skip netdev hook unregistration if table is dormantPablo Neira Ayuso1-6/+10
37 hoursnetfilter: nf_tables: reject table flag and netdev basechain updatesPablo Neira Ayuso1-1/+30
37 hoursnetfilter: nf_tables: reject destroy command to remove basechain hooksPablo Neira Ayuso1-1/+2
41 hoursMerge tag 'wireless-2024-03-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski21-65/+138
42 hoursMerge tag '9p-fixes-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-11/+11
43 hoursMerge tag 'for-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-22/+63
43 hoursMerge tag 'mm-hotfixes-stable-2024-03-27-11-25' of git://git.kernel.org/pub/s...Linus Torvalds25-40/+177
46 hoursbpf: update BPF LSM designated reviewer listMatt Bobrowski1-2/+1
46 hoursNFSD: CREATE_SESSION must never cache NFS4ERR_DELAY repliesChuck Lever1-11/+25
47 hoursMerge tag 'probes-fixes-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
47 hoursMerge tag 'execve-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-55/+61
47 hoursMerge branch 'check-bloom-filter-map-value-size'Alexei Starovoitov3-0/+24
47 hoursbpf: Protect against int overflow for stack access sizeAndrei Matei1-0/+5
47 hoursbpf: Check bloom filter map value sizeAndrei Matei2-0/+19
47 hoursFix build errors due to new UIO_MEM_DMA_COHERENT messLinus Torvalds3-4/+4
48 hoursFix memory leak in posix_clock_open()Linus Torvalds1-7/+9
48 hoursbpf: fix warning for crash_kexecHari Bathini1-1/+1
2 daysselftests: netdevsim: set test timeout to 10 minutesJakub Kicinski1-0/+1
2 daysnet: wan: framer: Add missing static inline qualifiersHerve Codina1-2/+2
2 daysALSA: hda/tas2781: remove useless dev_dbg from playback_hookGergo Koteles1-2/+0
2 daysALSA: hda/tas2781: add debug statements to kcontrolsGergo Koteles1-4/+31
2 daysALSA: hda/tas2781: add locks to kcontrolsGergo Koteles1-2/+48
2 daysALSA: hda/tas2781: remove digital gain kcontrolGergo Koteles1-36/+1
2 daysALSA: aoa: avoid false-positive format truncation warningArnd Bergmann1-1/+1
2 daysMerge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski7-36/+37
2 daysmlxbf_gige: call request_irq() after NAPI initializedDavid Thompson1-7/+11
2 daysMerge branch 'tls-recvmsg-fixes'Jakub Kicinski2-2/+39
2 daystls: get psock ref after taking rxlock to avoid leakSabrina Dubroca1-1/+1
2 daysselftests: tls: add test with a partially invalid iovSabrina Dubroca1-0/+34
2 daystls: adjust recv return with async crypto and failed copy to userspaceSabrina Dubroca1-0/+3
2 daystls: recv: process_rx_list shouldn't use an offset with kvecSabrina Dubroca1-1/+1
3 dayscrash: use macro to add crashk_res into iomem early for specific archBaoquan He2-0/+9
3 daysmm: zswap: fix data loss on SWP_SYNCHRONOUS_IO devicesJohannes Weiner1-4/+19
3 daysselftests/mm: fix ARM related issue with fork after pthread_createEdward Liaw3-0/+15
3 dayshexagon: vmlinux.lds.S: handle attributes sectionNathan Chancellor1-0/+1
3 daysuserfaultfd: fix deadlock warning when locking src and dst VMAsLokesh Gidra1-1/+2
3 daystmpfs: fix race on handling dquot rbtreeCarlos Maiolino1-3/+7
3 daysselftests/mm: sigbus-wp test requires UFFD_FEATURE_WP_HUGETLBFS_SHMEMEdward Liaw1-1/+2
3 daysmm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursionJohannes Weiner1-0/+8
3 daysARM: prctl: reject PR_SET_MDWE on pre-ARMv6Zev Weiss1-0/+14
3 daysprctl: generalize PR_SET_MDWE support check to be per-archZev Weiss3-2/+27
3 daysMAINTAINERS: remove incorrect M: tag for dm-devel@lists.linux.devKuan-Wei Chiu1-1/+0
3 daysmm: zswap: fix kernel BUG in sg_init_oneBarry Song1-2/+12
3 daysselftests: mm: restore settings from only parent processMuhammad Usama Anjum1-1/+5
3 daystools/Makefile: remove cgroup targetCong Liu1-7/+6
3 daysmm: cachestat: fix two shmem bugsJohannes Weiner1-0/+16
3 daysmm: increase folio batch sizeMatthew Wilcox (Oracle)1-2/+2
3 daysmm,page_owner: fix recursionOscar Salvador1-10/+23
3 daysmailmap: update entry for Leonard CrestezLeonard Crestez1-1/+2
3 daysinit: open /initrd.image with O_LARGEFILEJohn Sperbeck1-1/+1
3 daysselftests/mm: Fix build with _FORTIFY_SOURCEVitaly Chikunov3-3/+3
3 daysmm/memory: fix missing pte marker for !page on pte zapsPeter Xu1-1/+3
3 daysMerge tag 'printk-for-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+6
3 daysMerge tag 'pwm/for-6.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
3 daysbtrfs: fix race in read_extent_buffer_pages()Tavian Barnes1-0/+13
3 daysbtrfs: return accurate error code on open failure in open_fs_devices()Anand Jain1-5/+12
3 daysbtrfs: zoned: don't skip block groups with 100% zone unusableJohannes Thumshirn1-1/+2
3 daysbtrfs: use btrfs_warn() to log message at btrfs_add_extent_mapping()Filipe Manana1-5/+5
3 daysbtrfs: fix message not properly printing interval when adding extent mapFilipe Manana1-2/+2
3 daysbtrfs: fix warning messages not printing interval at unpin_extent_range()Filipe Manana1-2/+2
3 daysbtrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()Filipe Manana1-1/+1
3 daysbtrfs: validate device maj:min during openAnand Jain1-0/+10
3 daysbtrfs: zoned: fix use-after-free in do_zone_finish()Johannes Thumshirn1-7/+7
3 daysMerge branch 'there-are-some-bugfix-for-the-hns3-ethernet-driver'Paolo Abeni3-3/+22
3 daysnet: hns3: mark unexcuted loopback test result as UNEXECUTEDJian Shen1-2/+17
3 daysnet: hns3: fix kernel crash when devlink reload during pf initializationYonglong Liu1-0/+4
3 daysnet: hns3: fix index limit to support all queue statsJie Wang1-1/+1
3 daysMAINTAINERS: wifi: mwifiex: add Francesco as reviewerFrancesco Dolcini1-0/+1
3 daysMerge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni19-61/+184
3 daysselftests: vxlan_mdb: Fix failures with old libnetIdo Schimmel1-77/+128
3 daysALSA: sh: aica: reorder cleanup operations to avoid UAF bugsDuoming Zhou1-3/+14
3 daysiommu/arm-smmu-v3: Fix access for STE.SHCFGMostafa Saleh2-12/+25
3 daysMAINTAINERS: split Renesas Ethernet drivers entrySergey Shtylyov1-4/+25
3 daysiommu/arm-smmu-v3: Add cpu_to_le64() around STRTAB_STE_0_VJason Gunthorpe1-1/+2
3 daysnet: dsa: mt7530: fix improper frames on all 25MHz and 40MHz XTAL MT7530Arınç ÜNAL1-2/+3
4 daysnet: wwan: t7xx: Split 64bit accesses to fix alignment issuesBjørn Mork3-10/+11
4 daystcp: properly terminate timers for kernel socketsEric Dumazet4-0/+24
4 daysnet: hsr: hsr_slave: Fix the promiscuous mode in offload modeRavi Gunasekaran1-1/+2
4 daysnet: ll_temac: platform_get_resource replaced by wrong functionClaus Hansen Ries1-1/+1
4 dayss390/qeth: handle deferred cc1Alexandra Winter1-2/+36
4 daysdpll: indent DPLL option type by a tabPrasad Pandit1-1/+1
4 daysriscv, bpf: Fix kfunc parameters incompatibility between bpf and riscv abiPu Lehui1-0/+16
4 daysMerge tag 'gfs2-v6.8-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds1-2/+3
4 daysMerge tag 'v6.9-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds9-5/+114
4 daysigc: Remove stale comment about Tx timestampingKurt Kanzenbach1-4/+0
4 daysixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa()Przemek Kitszel1-8/+8
4 daysice: fix memory corruption bug with suspend and rebuildJesse Brandeburg1-9/+9
4 daysice: Refactor FW data type and fix bitmap casting issueSteven Zou4-15/+20
4 dayskunit: fix wireless test dependenciesJohannes Berg1-0/+2
4 daysALSA: hda: cs35l56: Set the init_done flag before component_add()Simon Trimmer1-2/+2
4 daysALSA: hda: cs35l56: Raise device name message log levelSimon Trimmer1-2/+2
4 daysnet: mark racy access on sk->sk_rcvbuflinke li1-2/+2
4 dayswifi: iwlwifi: mvm: include link ID when releasing framesBenjamin Berg1-12/+8
4 dayswifi: iwlwifi: mvm: handle debugfs names more carefullyJohannes Berg1-4/+7
4 dayswifi: iwlwifi: mvm: guard against invalid STA ID on removalBenjamin Berg1-1/+6
4 dayswifi: iwlwifi: read txq->read_ptr under lockJohannes Berg1-1/+1
4 dayswifi: iwlwifi: fw: don't always use FW dump trigJohannes Berg1-7/+8
4 dayswifi: iwlwifi: mvm: rfi: fix potential response leaksJohannes Berg1-2/+6
4 dayswifi: mac80211: correctly set active links upon TTLMAyala Beker1-1/+9
4 dayswifi: iwlwifi: mvm: Configure the link mapping for non-MLD FWIlan Peer3-14/+56
4 dayswifi: iwlwifi: mvm: consider having one active linkShaul Triebitz1-7/+9
4 dayswifi: iwlwifi: mvm: pick the version of SESSION_PROTECTION_NOTIFEmmanuel Grumbach1-3/+2
4 dayswifi: mac80211: fix prep_connection error pathJohannes Berg1-2/+3
4 dayswifi: cfg80211: fix rdev_dump_mpp() arguments orderIgor Artemiev1-1/+1
4 dayswifi: iwlwifi: mvm: disable MLO for the time beingJohannes Berg1-1/+1
4 dayswifi: cfg80211: add a flag to disable wireless extensionsJohannes Berg2-2/+7
4 dayswifi: mac80211: fix ieee80211_bss_*_flags kernel-docJeff Johnson1-2/+2
4 dayswifi: mac80211: check/clear fast rx for non-4addr sta VLAN changesFelix Fietkau1-3/+2
4 dayswifi: mac80211: fix mlme_link_id_dbg()Johan Hovold1-1/+1
4 daysfs/9p: fix uninitialized values during inode evictEric Van Hensbergen1-6/+10
4 dayssdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove()Liming Sun1-11/+17
4 daysmmc: sdhci-omap: re-tuning is needed after a pm transition to support emmc HS...Romain Naour1-0/+3
4 daysmmc: core: Avoid negative index with array accessMikko Rapeli1-1/+1
4 daysmmc: core: Initialize mmc_blk_ioc_dataMikko Rapeli1-1/+1
4 daysmlxbf_gige: stop PHY during open() error pathsDavid Thompson1-1/+4
4 daystracing: probes: Fix to zero initialize a local variableMasami Hiramatsu (Google)1-1/+1
4 dayspwm: img: fix pwm clock lookupZoltan HERPAI1-2/+2
5 daysMAINTAINERS: erofs: add myself as reviewerSandeep Dhavale1-0/+1
5 dayserofs: drop experimental warning for FSDAXGao Xiang1-1/+0
5 daysfs/9p: remove redundant pointer v9sesColin Ian King1-4/+0
5 daysfs/9p: fix uaf in in v9fs_stat2inode_dotlLizhi Xu1-1/+1
5 daysLinux 6.9-rc1v6.9-rc1Linus Torvalds1-2/+2
5 daysMerge tag 'efi-fixes-for-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-2/+14
5 daysMerge tag 'x86-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds15-89/+80
5 daysMerge tag 'sched-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
5 daysMerge tag 'dma-mapping-6.9-2024-03-24' of git://git.infradead.org/users/hch/d...Linus Torvalds2-12/+42
5 daysefi: fix panic in kdump kernelOleksandr Tymoshenko1-0/+2
5 daysx86/efistub: Don't clear BSS twice in mixed modeArd Biesheuvel1-1/+2
5 daysx86/efistub: Call mixed mode boot services on the firmware's stackArd Biesheuvel1-0/+9
5 daysx86/boot/64: Move 5-level paging global variable assignments backTom Lendacky1-9/+7
5 daysx86/boot/64: Apply encryption mask to 5-level pagetable updateTom Lendacky1-1/+1
6 daysx86/cpu: Add model number for another Intel Arrow Lake mobile processorTony Luck1-0/+1
6 daysx86/fpu: Keep xfd_state in sync with MSR_IA32_XFDAdamos Ttofari2-6/+13
6 daysDocumentation/x86: Document that resctrl bandwidth control units are MiBTony Luck1-4/+4
6 daysMerge tag 'timers-urgent-2024-03-23' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+20
6 daysMerge tag 'timers-core-2024-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds12-59/+191
6 daysMerge tag 'irq-urgent-2024-03-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-18/+54
6 daysMerge tag 'core-entry-2024-03-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+7
6 daysMerge tag 'powerpc-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds16-231/+274
6 daysMerge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds11-184/+33
6 daysMerge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds13-39/+62
6 daysx86/mpparse: Register APIC address only onceThomas Gleixner1-5/+5
6 daysx86/topology: Handle the !APIC case gracefullyThomas Gleixner1-0/+11
6 daysx86/topology: Don't evaluate logical IDs during early bootThomas Gleixner1-5/+7
6 daysx86/cpu: Ensure that CPU info updates are propagated on UPThomas Gleixner3-37/+14
7 daysbpf: verifier: reject addr_space_cast insn without arenaPuranjay Mohan1-0/+4
7 daysselftests/bpf: verifier_arena: fix mmap address for arm64Puranjay Mohan1-1/+5
7 daysbpf: verifier: fix addr_space_cast from as(1) to as(0)Puranjay Mohan1-2/+6
7 daysipv6: Fix address dump when IPv6 is disabled on an interfaceIdo Schimmel1-2/+3
7 daysnexthop: fix uninitialized variable in nla_put_nh_group_stats()Dan Carpenter1-1/+3
7 daystools: ynl: fix setting presence bits in simple nestsJakub Kicinski1-2/+5
7 dayslkdtm/bugs: Improve warning message for compilers without counted_by supportNathan Chancellor1-1/+1
7 daysoverflow: Change DEFINE_FLEX to take __counted_by memberKees Cook8-22/+58
7 daysMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-71/+490
7 daysMerge tag 'block-6.9-20240322' of git://git.kernel.dk/linuxLinus Torvalds12-34/+233
7 daysMerge tag 'io_uring-6.9-20240322' of git://git.kernel.dk/linuxLinus Torvalds9-49/+65
7 daysMerge tag 'for-6.9/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-6/+16
7 daysMerge tag 'ceph-for-6.9-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2-13/+26
7 daysMerge tag 'xfs-6.9-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-9/+22
7 daysMerge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds105-747/+5183
7 daysMerge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds63-266/+2040
7 daysMerge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds18-70/+110
7 daysMerge tag 'spi-fix-v6.9-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds8-32/+38
7 daysMerge tag 'regulator-fix-v6.9-merge-window' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-0/+11
7 daysMerge tag 'sound-fix2-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-391/+138
7 daysMerge tag 'i2c-for-6.9-rc1-part2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-323/+514
7 daysSUNRPC: Revert 561141dd494382217bace4d1a51d08168420eaceChuck Lever1-6/+8
7 daysnfsd: Fix error cleanup path in nfsd_rename()Jan Kara1-1/+2
7 daysefi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or higher...KONDO KAZUMA(近藤 和真)1-1/+1
7 dayscrypto: iaa - Fix nr_cpus < nr_iaa caseTom Zanussi1-3/+7
7 daysRevert "crypto: pkcs7 - remove sha1 support"Eric Biggers8-2/+107
7 daysASoC: SOF: ipc4-topology: support NHLT device typeBrent Lu1-3/+16
7 daysALSA: hda: intel-nhlt: add intel_nhlt_ssp_device_type() functionBrent Lu2-0/+36
7 dayskprobes/x86: Use copy_from_kernel_nofault() to read from unsafe addressMasami Hiramatsu (Google)1-1/+10
7 daysx86/pm: Work around false positive kmemleak report in msr_build_context()Anton Altaparmakov1-5/+5
7 daysnfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packetRyosuke Yasuoka1-0/+5
7 daysx86/kexec: Do not update E820 kexec table for setup_dataDave Young1-16/+1
8 daysbinfmt: replace deprecated strncpyJustin Stitt1-1/+1
8 daysMerge tag '6.9-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds11-39/+54
8 daysMerge tag 'drm-next-2024-03-22' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds86-283/+561
8 daysMerge tag 'amd-drm-fixes-6.9-2024-03-21' of https://gitlab.freedesktop.org/ag...Dave Airlie64-215/+456
8 daysMerge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-2/+4