aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-07-28xfs: get root inode correctly at bulkstatxfs-6.1Hironori Shiina1-2/+2
2023-07-28xfs: use the directory name hash function for dir scrubbingDarrick J. Wong1-1/+6
2023-07-28xfs: stabilize the dirent name transformation function used for ascii-ci dir ...Darrick J. Wong2-2/+34
2023-07-27xfs: estimate post-merge refcounts correctlyDarrick J. Wong1-4/+21
2023-07-27xfs: hoist refcount record merge predicatesDarrick J. Wong1-16/+113
2023-07-27Linux 6.1.42Greg Kroah-Hartman1-1/+1
2023-07-27Revert "drm/amd/display: edp do not add non-edid timings"Hersen Wu1-7/+1
2023-07-27drm/amd/display: Add polling method to handle MST reply packetWayne Lin4-86/+159
2023-07-27drm/amd/display: fix linux dp link lost handled only one timeHersen Wu3-4/+26
2023-07-27drm/amd/display: Clean up errors & warnings in amdgpu_dm.cSrinivasan Shanmugam1-68/+65
2023-07-27drm/amd/display: force connector state when bpc changes during complianceQingqing Zhuo5-121/+209
2023-07-27drm/dp_mst: Clear MSG_RDY flag before sending new messageWayne Lin5-31/+81
2023-07-27drm/amd/display: fix some coding style issuesSrinivasan Shanmugam1-45/+45
2023-07-27drm/amd/display: use max_dsc_bpp in amdgpu_dmHamza Mahfooz2-6/+11
2023-07-27selftests/bpf: Fix sk_assign on s390xIlya Leoshkevich3-6/+33
2023-07-27selftests/bpf: Workaround verification failure for fexit_bpf2bpf/func_replace...Yonghong Song1-1/+1
2023-07-27selftests/bpf: make test_align selftest more robustAndrii Nakryiko1-14/+24
2023-07-27bpf: aggressively forget precise markings during state checkpointingAndrii Nakryiko1-0/+37
2023-07-27bpf: stop setting precise in current stateAndrii Nakryiko1-12/+91
2023-07-27bpf: allow precision tracking for programs with subprogsAndrii Nakryiko1-1/+61
2023-07-27scripts/kallsyms: update the usage in the comment blockMasahiro Yamada1-1/+1
2023-07-27scripts/kallsyms.c Make the comment up-to-date with current implementationYuma Ueda1-1/+2
2023-07-27kallsyms: add kallsyms_seqs_of_names to list of special symbolsArnd Bergmann1-0/+1
2023-07-27spi: dw: Remove misleading comment for Mount Evans SoCAbe Kohandel1-8/+1
2023-07-27drm/ttm: fix bulk_move corruption when adding a entryYunxiang Li1-1/+4
2023-07-27tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella1-1/+2
2023-07-27jbd2: recheck chechpointing non-dirty bufferZhang Yi1-73/+29
2023-07-27net: phy: prevent stale pointer dereference in phy_init()Vladimir Oltean1-7/+14
2023-07-27tcp: annotate data-races around fastopenq.max_qlenEric Dumazet3-4/+6
2023-07-27tcp: annotate data-races around icsk->icsk_user_timeoutEric Dumazet1-3/+3
2023-07-27tcp: annotate data-races around tp->notsent_lowatEric Dumazet2-3/+7
2023-07-27tcp: annotate data-races around rskq_defer_acceptEric Dumazet1-5/+6
2023-07-27tcp: annotate data-races around tp->linger2Eric Dumazet1-4/+4
2023-07-27tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet2-4/+4
2023-07-27tcp: annotate data-races around tp->keepalive_probesEric Dumazet2-4/+10
2023-07-27tcp: annotate data-races around tp->keepalive_intvlEric Dumazet2-4/+9
2023-07-27tcp: annotate data-races around tp->keepalive_timeEric Dumazet2-3/+7
2023-07-27tcp: annotate data-races around tp->tsoffsetEric Dumazet2-4/+5
2023-07-27tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet1-2/+2
2023-07-27Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_remove_adv_monitor()Douglas Anderson1-1/+3
2023-07-27Bluetooth: ISO: fix iso_conn related locking and validity issuesPauli Virtanen1-22/+31
2023-07-27Bluetooth: hci_event: call disconnect callback before deleting connPauli Virtanen1-0/+3
2023-07-27Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen6-44/+164
2023-07-27netfilter: nf_tables: skip bound chain on rule flushPablo Neira Ayuso1-0/+2
2023-07-27netfilter: nf_tables: skip bound chain in netns release pathPablo Neira Ayuso1-0/+3
2023-07-27netfilter: nft_set_pipapo: fix improper element removalFlorian Westphal1-1/+5
2023-07-27netfilter: nf_tables: can't schedule in nft_chain_validateFlorian Westphal1-2/+2
2023-07-27netfilter: nf_tables: fix spurious set element insertion failureFlorian Westphal1-0/+3
2023-07-27ALSA: hda/realtek: Fix generic fixup definition for cs35l41 ampVitaly Rodionov1-10/+15
2023-07-27llc: Don't drop packet from non-root netns.Kuniyuki Iwashima1-3/+0
2023-07-27fbdev: au1200fb: Fix missing IRQ check in au1200fb_drv_probeZhang Shurong1-0/+3
2023-07-27Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima2-19/+6
2023-07-27net:ipv6: check return value of pskb_trim()Yuanjun Gong1-1/+2
2023-07-27net: ipv4: Use kfree_sensitive instead of kfreeWang Ming1-1/+1
2023-07-27tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet4-6/+9
2023-07-27tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet4-5/+6
2023-07-27net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECVAntoine Tenart3-7/+13
2023-07-27igc: Prevent garbled TX queue with XDP ZEROCOPYFlorian Kauer1-2/+2
2023-07-27igc: Avoid transmit queue timeout for XDPKurt Kanzenbach1-0/+8
2023-07-27bpf, arm64: Fix BTI type used for freplace attached functionsAlexander Duyck1-1/+7
2023-07-27bpf: Repeat check_max_stack_depth for async callbacksKumar Kartikeya Dwivedi1-2/+19
2023-07-27bpf: Fix subprog idx logic in check_max_stack_depthKumar Kartikeya Dwivedi1-5/+6
2023-07-27octeontx2-pf: Dont allocate BPIDs for LBK interfacesGeetha sowjanya1-2/+3
2023-07-27security: keys: Modify mismatched function nameJiapeng Chong1-1/+1
2023-07-27iavf: fix reset task race with iavf_remove()Ahmed Zaki4-29/+16
2023-07-27iavf: fix a deadlock caused by rtnl and driver's lock circular dependenciesAhmed Zaki3-32/+85
2023-07-27iavf: Wait for reset in callbacks which trigger itMarcin Szycik4-17/+68
2023-07-27iavf: make functions static where possiblePrzemek Kitszel4-43/+28
2023-07-27iavf: send VLAN offloading caps once after VFRAhmed Zaki1-5/+0
2023-07-27iavf: Move netdev_update_features() into watchdog taskMarcin Szycik2-18/+17
2023-07-27iavf: use internal state to free traffic IRQsAhmed Zaki1-3/+4
2023-07-27iavf: Fix out-of-bounds when setting channels on removeDing Hui1-1/+1
2023-07-27iavf: Fix use-after-free in free_netdevDing Hui1-4/+1
2023-07-27net: dsa: microchip: correct KSZ8795 static MAC table accessTristram Ha3-5/+18
2023-07-27net: dsa: microchip: ksz8_r_sta_mac_table(): Avoid using error code for empty...Oleksij Rempel1-37/+50
2023-07-27net: dsa: microchip: ksz8: Make ksz8_r_sta_mac_table() staticOleksij Rempel2-4/+2
2023-07-27net: dsa: microchip: ksz8: Separate static MAC table operations for code reuseOleksij Rempel1-11/+23
2023-07-27net: sched: cls_bpf: Undo tcf_bind_filter in case of an errorVictor Nogueira1-52/+47
2023-07-27net: sched: cls_u32: Undo refcount decrement in case update failedVictor Nogueira1-0/+7
2023-07-27net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knodeVictor Nogueira1-11/+30
2023-07-27net: sched: cls_matchall: Undo tcf_bind_filter in case of failure after mall_...Victor Nogueira1-23/+12
2023-07-27ASoC: SOF: ipc3-dtrace: uninitialized data in dfsentry_trace_filter_write()Dan Carpenter1-5/+4
2023-07-27cifs: fix mid leak during reconnection after timeout thresholdShyam Prasad N1-4/+15
2023-07-27net: ethernet: mtk_eth_soc: handle probe deferralDaniel Golle1-18/+11
2023-07-27bridge: Add extack warning when enabling STP in netns.Kuniyuki Iwashima1-0/+3
2023-07-27net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()/cpsw_ale_set_field()Tanmay Patil1-5/+19
2023-07-27dsa: mv88e6xxx: Do a final check before timing outLinus Walleij1-0/+7
2023-07-27kallsyms: strip LTO-only suffixes from promoted global functionsYonghong Song2-6/+5
2023-07-27kallsyms: Correctly sequence symbols when CONFIG_LTO_CLANG=yZhen Lei2-2/+38
2023-07-27kallsyms: Improve the performance of kallsyms_lookup_name()Zhen Lei3-11/+113
2023-07-27spi: s3c64xx: clear loopback bit after loopback testJaewon Kim1-0/+2
2023-07-27btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_blockChristoph Hellwig1-2/+4
2023-07-27perf build: Fix library not found error when using CSLIBSJames Clark1-2/+2
2023-07-27fbdev: imxfb: Removed unneeded release_mem_regionYangtao Li1-1/+0
2023-07-27fbdev: imxfb: warn about invalid left/right marginMartin Kaiser1-2/+2
2023-07-27spi: bcm63xx: fix max prepend lengthJonas Gorski1-1/+1
2023-07-27pinctrl: renesas: rzg2l: Handle non-unique subnode namesBiju Das1-8/+20
2023-07-27pinctrl: renesas: rzv2m: Handle non-unique subnode namesGeert Uytterhoeven1-8/+20
2023-07-27sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan4-11/+28
2023-07-27sched/psi: Allow unprivileged polling of N*2s periodDomenico Cerasuolo5-69/+121
2023-07-27sched/psi: Extract update_triggers side effectDomenico Cerasuolo1-9/+10
2023-07-27sched/psi: Rename existing poll members in preparationDomenico Cerasuolo2-99/+100
2023-07-27sched/psi: Rearrange polling code in preparationDomenico Cerasuolo1-98/+98
2023-07-27sched/psi: Fix avgs_work re-arm in psi_avgs_work()Chengming Zhou2-3/+30
2023-07-27sched/fair: Use recent_used_cpu to test p->cpus_ptrMiaohe Lin1-1/+1
2023-07-27ASoC: qcom: q6apm: do not close GPR port before closing graphSrinivas Kandagatla1-1/+6
2023-07-27ASoC: codecs: wcd938x: fix dB range for HPHL and HPHRSrinivas Kandagatla1-3/+3
2023-07-27ASoC: codecs: wcd938x: fix mbhc impedance loglevelJohan Hovold1-2/+2
2023-07-27ASoC: amd: acp: fix for invalid dai id handling in acp_get_byte_count()Vijendar Mukunda1-3/+4
2023-07-27net: hns3: fix strncpy() not using dest-buf length as length issueHao Chen2-12/+48
2023-07-27igb: Fix igb_down hung on surprise removalYing Hsu1-0/+5
2023-07-27wifi: iwlwifi: pcie: add device id 51F1 for killer 1675Yi Kuo1-0/+2
2023-07-27wifi: iwlwifi: mvm: avoid baid size integer overflowJohannes Berg1-1/+1
2023-07-27wifi: iwlwifi: Add support for new PCI IdMukesh Sisodiya1-0/+2
2023-07-27wifi: wext-core: Fix -Wstringop-overflow warning in ioctl_standard_iw_point()Gustavo A. R. Silva1-0/+6
2023-07-27devlink: report devlink_port_type_warn source devicePetr Oros1-1/+4
2023-07-27net: ethernet: litex: add support for 64 bit statsJisheng Zhang1-4/+15
2023-07-27wifi: ath11k: fix memory leak in WMI firmware statsP Praneesh2-0/+6
2023-07-27spi: dw: Add compatible for Intel Mount Evans SoCAbe Kohandel1-0/+29
2023-07-27wifi: mac80211_hwsim: Fix possible NULL dereferenceIlan Peer1-2/+2
2023-07-27wifi: ath11k: add support default regdb while searching board-2.bin for WCN6855Wen Gong1-13/+40
2023-07-27bpf: tcp: Avoid taking fast sock lock in iteratorAditi Ghag1-3/+2
2023-07-27bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau2-13/+15
2023-07-27bpf: Print a warning only if writing to unprivileged_bpf_disabled.Kui-Feng Lee1-1/+2
2023-07-27wifi: ath11k: fix registration of 6Ghz-only phy without the full channel rangeMaxime Bizon1-1/+1
2023-07-27sched/fair: Don't balance task to its current running CPUYicong Yang1-1/+1
2023-07-27rcu: Mark additional concurrent load from ->cpu_no_qs.b.expPaul E. McKenney2-2/+4
2023-07-27rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic()Shigeru Yoshida1-1/+4
2023-07-27ACPI: video: Add backlight=native DMI quirk for Dell Studio 1569Hans de Goede1-0/+8
2023-07-27FS: JFS: Check for read-only mounted filesystem in txBeginImmad Mir1-0/+5
2023-07-27FS: JFS: Fix null-ptr-deref Read in txBeginImmad Mir1-0/+5
2023-07-27MIPS: dec: prom: Address -Warray-bounds warningGustavo A. R. Silva1-1/+1
2023-07-27fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLevYogesh1-0/+3
2023-07-27udf: Fix uninitialized array access for some pathnamesJan Kara1-1/+1
2023-07-27ovl: check type and offset of struct vfsmount in ovl_entryChristian Brauner1-0/+9
2023-07-27HID: add quirk for 03f0:464a HP Elite Presenter MouseMarco Morandini2-0/+2
2023-07-27quota: fix warning in dqgrab()Ye Bin1-1/+1
2023-07-27quota: Properly disable quotas when add_dquot_ref() failsJan Kara1-1/+2
2023-07-27ALSA: emu10k1: roll up loops in DSP setup code for AudigyOswald Buddenhagen1-103/+9
2023-07-27drm/radeon: Fix integer overflow in radeon_cs_parser_inithackyzh0021-1/+2
2023-07-27ext4: correct inline offset when handling xattrs in inode bodyEric Whitney1-0/+14
2023-07-27ASoC: codecs: wcd938x: fix soundwire initialisation raceJohan Hovold1-0/+9
2023-07-27ASoC: codecs: wcd938x: fix codec initialisation raceJohan Hovold1-0/+6
2023-07-27ASoC: codecs: wcd934x: fix resource leaks on component removeJohan Hovold1-0/+12
2023-07-27ASoC: codecs: wcd938x: fix missing mbhc init error handlingJohan Hovold1-0/+2
2023-07-27ASoC: codecs: wcd938x: fix resource leaks on component removeJohan Hovold1-7/+48
2023-07-27ASoC: tegra: Fix AMX byte mapSheetal1-18/+22
2023-07-27ASoC: qdsp6: audioreach: fix topology probe deferralJohan Hovold1-2/+2
2023-07-27ASoC: codecs: wcd-mbhc-v2: fix resource leaks on component removeJohan Hovold1-16/+41
2023-07-27ASoC: codecs: wcd938x: fix missing clsh ctrl error handlingJohan Hovold1-0/+4
2023-07-27ASoC: cs42l51: fix driver to properly autoload with automatic module loadingThomas Petazzoni3-8/+6
2023-07-27ASoC: rt5640: Fix sleep in atomic contextSameer Pujar1-5/+7
2023-07-27ASoC: tegra: Fix ADX byte mapSheetal1-12/+22
2023-07-27ASoC: fsl_sai: Revert "ASoC: fsl_sai: Enable MCTL_MCLK_EN bit for master mode"Fabio Estevam1-6/+0
2023-07-27ASoC: fsl_sai: Disable bit clock with transmitterMatus Gajdos2-1/+2
2023-07-27drm/amd/display: Keep PHY active for DP displays on DCN31Nicholas Kazlauskas1-0/+5
2023-07-27drm/amd/display: check TG is non-null before checking if enabledTaimur Hassan1-1/+2
2023-07-27drm/amd/display: Disable MPC split by default on special asicZhikai Zhai1-1/+1
2023-07-27drm/amd/display: only accept async flips for fast updatesSimon Ser2-0/+20
2023-07-27drm/client: Fix memory leak in drm_client_modeset_probeJocelyn Falempe1-0/+1
2023-07-27drm/client: Fix memory leak in drm_client_target_clonedJocelyn Falempe1-0/+5
2023-07-27drm/amdgpu/pm: make mclk consistent for smu 13.0.7Alex Deucher1-1/+1
2023-07-27drm/amdgpu/pm: make gfxclock consistent for sienna cichlidAlex Deucher1-2/+6
2023-07-27drm/amdgpu/vkms: relax timer deactivation by hrtimer_try_to_cancelGuchun Chen1-2/+3
2023-07-27dma-buf/dma-resv: Stop leaking on krealloc() failureVille Syrjälä1-4/+9
2023-07-27selftests: tc: add ConnTrack procfs kconfigMatthieu Baerts1-0/+1
2023-07-27can: gs_usb: gs_can_open(): improve error handlingMarc Kleine-Budde1-9/+22
2023-07-27can: bcm: Fix UAF in bcm_proc_show()YueHaibing1-6/+6
2023-07-27can: mcp251xfd: __mcp251xfd_chip_set_mode(): increase poll timeoutFedor Ross2-2/+9
2023-07-27arm64/fpsimd: Ensure SME storage is allocated after SVE VL changesMark Brown1-8/+25
2023-07-27regmap: Account for register length in SMBus I/O limitsMark Brown1-4/+4
2023-07-27of: Preserve "of-display" device name for compatibilityRob Herring1-1/+1
2023-07-27regmap: Drop initial version of maximum transfer length fixesMark Brown2-5/+3
2023-07-27selftests: tc: add 'ct' action kconfig depMatthieu Baerts1-0/+1
2023-07-27selftests: tc: set timeout to 15 minutesMatthieu Baerts1-0/+1
2023-07-27btrfs: fix race between balance and cancel/pauseJosef Bacik1-10/+4
2023-07-27fuse: ioctl: translate ENOSYS in outargMiklos Szeredi1-8/+13
2023-07-27btrfs: zoned: fix memory leak after finding block group with super blocksFilipe Manana1-0/+1
2023-07-27btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expandJosef Bacik1-3/+11
2023-07-27fuse: Apply flags2 only when userspace set the FUSE_INIT_EXTBernd Schubert1-1/+4
2023-07-27fuse: revalidate: don't invalidate if interruptedMiklos Szeredi1-1/+1
2023-07-27btrfs: fix warning when putting transaction with qgroups enabled after abortFilipe Manana1-0/+1
2023-07-27perf probe: Add test for regression introduced by switch to die_get_decl_file()Georg Müller1-0/+77
2023-07-27keys: Fix linking a duplicate key to a keyring's assoc_arrayPetr Pavlu1-11/+24
2023-07-27maple_tree: fix node allocation testing on 32 bitLiam R. Howlett1-3/+3
2023-07-27maple_tree: set the node limit when creating a new root nodePeng Zhang1-1/+2
2023-07-27ALSA: hda/realtek: Enable Mute LED on HP Laptop 15s-eq2xxxLuka Guzenko1-0/+21
2023-07-27ALSA: hda/realtek: Add quirk for Clevo NS70AUChristoffer Sandberg1-0/+1
2023-07-27ALSA: hda/realtek - remove 3k pull low procedureKailang Yang1-2/+5
2023-07-27io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wqJens Axboe1-0/+8
2023-07-24Linux 6.1.41Greg Kroah-Hartman1-1/+1
2023-07-24x86/cpu/amd: Add a Zenbleed fixBorislav Petkov (AMD)5-0/+66
2023-07-24x86/cpu/amd: Move the errata checking functionality upBorislav Petkov (AMD)1-72/+67
2023-07-23Linux 6.1.40Greg Kroah-Hartman1-1/+1
2023-07-23net/ncsi: change from ndo_set_mac_address to dev_set_mac_addressIvan Mikhaylov1-2/+3
2023-07-23net/ncsi: make one oem_gma function for all mfr idIvan Mikhaylov1-69/+19
2023-07-23drm/atomic: Fix potential use-after-free in nonblocking commitsDaniel Vetter1-1/+10
2023-07-23net/sched: sch_qfq: reintroduce lmax bound check for MTUPedro Tammela1-2/+9
2023-07-23swiotlb: mark swiotlb_memblock_alloc() as __initRandy Dunlap1-1/+2
2023-07-23Revert "drm/amd: Disable PSR-SU on Parade 0803 TCON"Mario Limonciello1-2/+0