summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-29profiling: remove prof_cpu_maskTetsuo Handa
2024-07-29Input: MT - limit max slotsTetsuo Handa
2024-07-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds
2024-07-29btrfs: fix corruption after buffer fault in during direct IO append writeFilipe Manana
2024-07-29btrfs: zoned: fix zone_unusable accounting on making block group read-write a...Naohiro Aota
2024-07-29btrfs: do not subtract delalloc from avail bytesNaohiro Aota
2024-07-29btrfs: make cow_file_range_inline() honor locked_page on errorBoris Burkov
2024-07-29ice: xsk: fix txq interrupt mappingMaciej Fijalkowski
2024-07-29ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_progMaciej Fijalkowski
2024-07-29ice: improve updating ice_{t,r}x_ring::xsk_poolMaciej Fijalkowski
2024-07-29ice: toggle netif_carrier when setting up XSK poolMaciej Fijalkowski
2024-07-29ice: modify error handling when setting XSK pool in ndo_bpfMaciej Fijalkowski
2024-07-29ice: replace synchronize_rcu with synchronize_netMaciej Fijalkowski
2024-07-29ice: don't busy wait for Rx queue disable in ice_qp_dis()Maciej Fijalkowski
2024-07-29ice: respect netif readiness in AF_XDP ZC related ndo'sMichal Kubiak
2024-07-29parisc: fix a possible DMA corruptionMikulas Patocka
2024-07-29parisc: fix unaligned accesses in BPFMikulas Patocka
2024-07-29irqchip/meson-gpio: Convert meson_gpio_irq_controller::lock to 'raw_spinlock_t'Arseniy Krasnov
2024-07-29Merge branch 'mptcp-endpoint-readd-fixes' into mainDavid S. Miller
2024-07-29selftests: mptcp: always close input's FD if openedLiu Jing
2024-07-29selftests: mptcp: fix error pathPaolo Abeni
2024-07-29selftests: mptcp: add explicit test case for remove/readdPaolo Abeni
2024-07-29mptcp: fix NL PM announced address accountingPaolo Abeni
2024-07-29mptcp: fix user-space PM announced address accountingPaolo Abeni
2024-07-29i915/perf: Remove code to update PWR_CLK_STATE for gen12Umesh Nerlige Ramappa
2024-07-29ALSA: hda/realtek: Add quirk for Acer Aspire E5-574GMavroudis Chatzilazaridis
2024-07-29rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_...Kuniyuki Iwashima
2024-07-29net: axienet: start napi before enabling Rx/TxAndy Chiu
2024-07-29tcp: Adjust clamping window for applications specifying SO_RCVBUFSubash Abhinov Kasiviswanathan
2024-07-29perf/x86/intel/cstate: Add pkg C2 residency counter for Sierra ForestZhenyu Wang
2024-07-29locking/pvqspinlock: Correct the type of "old" variable in pv_kick_node()Uros Bizjak
2024-07-29Merge branch 'ethtool-rss-fixes' into mainDavid S. Miller
2024-07-29selftests: drv-net: rss_ctx: check for all-zero keysJakub Kicinski
2024-07-29ethtool: fix the state of additional contexts with old APIJakub Kicinski
2024-07-29ethtool: fix setting key and resetting indir at onceJakub Kicinski
2024-07-29eth: bnxt: populate defaults in the RSS context structJakub Kicinski
2024-07-29eth: bnxt: reject unsupported hash functionsJakub Kicinski
2024-07-29tun: Add missing bpf_net_ctx_clear() in do_xdp_generic()Jeongjun Park
2024-07-29irqchip/irq-pic32-evic: Add missing 'static' to internal functionLuca Ceresoli
2024-07-29kselftests: dmabuf-heaps: Ensure the driver name is null-terminatedZenghui Yu
2024-07-29drm/client: Fix error code in drm_client_buffer_vmap_local()Dan Carpenter
2024-07-29KVM: riscv: selftests: Fix compile errorYong-Xuan Wang
2024-07-29xfs: convert comma to semicolonChen Ni
2024-07-29xfs: convert comma to semicolonChen Ni
2024-07-29xfs: remove unused parameter in macro XFS_DQUOT_LOGRESJulian Sun
2024-07-29xfs: fix file_path handling in tracepointsDarrick J. Wong
2024-07-29xfs: allow SECURE namespace xattrs to use reserved block poolEric Sandeen
2024-07-29xfs: fix a memory leakDarrick J. Wong
2024-07-28minmax: simplify min()/max()/clamp() implementationLinus Torvalds
2024-07-28minmax: don't use max() in situations that want a C constant expressionLinus Torvalds