summaryrefslogtreecommitdiffstats
path: root/mm/vmpressure.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-27selftests/bpf: Cover verifier checks for mutating sockmap/sockhashJakub Sitnicki2-0/+189
2024-05-27Revert "bpf, sockmap: Prevent lock inversion deadlock in map delete elem"Jakub Sitnicki1-6/+0
2024-05-27bpf: Allow delete from sockmap/sockhash only if update is allowedJakub Sitnicki1-3/+7
2024-05-27net: usb: smsc95xx: fix changing LED_SEL bit value updated from EEPROMParthiban Veerasooran1-4/+7
2024-05-27Octeontx2-pf: Free send queue buffers incase of leaf to innerHariprasad Kelam1-0/+4
2024-05-27af_unix: Read sk->sk_hash under bindlock during bind().Kuniyuki Iwashima1-3/+6
2024-05-27af_unix: Annotate data-race around unix_sk(sk)->addr.Kuniyuki Iwashima1-4/+6
2024-05-27selftests: hsr: Fix "File exists" errors for hsr_pingGeliang Tang1-0/+2
2024-05-27enic: Validate length of nl attributes in enic_set_vf_portRoded Zats1-0/+12
2024-05-25selftests/bpf: Add netkit test for pkt_typeDaniel Borkmann2-1/+118
2024-05-25selftests/bpf: Add netkit tests for mac addressDaniel Borkmann1-0/+10
2024-05-25netkit: Fix pkt_type override upon netkit pass verdictDaniel Borkmann3-4/+12
2024-05-25netkit: Fix setting mac address in l2 modeDaniel Borkmann1-5/+21
2024-05-25ARC, bpf: Fix issues reported by the static analyzersShahab Vahedi3-16/+18
2024-05-25selftests/bpf: extend multi-uprobe tests with USDTsAndrii Nakryiko2-2/+56
2024-05-25selftests/bpf: extend multi-uprobe tests with child thread caseAndrii Nakryiko2-9/+115
2024-05-25libbpf: detect broken PID filtering logic for multi-uprobeAndrii Nakryiko1-1/+30
2024-05-25bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe attach logicAndrii Nakryiko1-2/+0
2024-05-25bpf: fix multi-uprobe PID filtering logicAndrii Nakryiko2-5/+5
2024-05-24bpf: Fix potential integer overflow in resolve_btfidsFriedrich Vock1-1/+1
2024-05-24net/mlx5e: Fix UDP GSO for encapsulated packetsGal Pressman2-2/+12
2024-05-24net/mlx5e: Use rx_missed_errors instead of rx_dropped for reporting buffer ex...Carolina Jubran1-1/+1
2024-05-24net/mlx5e: Do not use ptp structure for tx ts stats when not initializedRahul Rameshbabu1-0/+4
2024-05-24net/mlx5e: Fix IPsec tunnel mode offload feature checkRahul Rameshbabu1-12/+5
2024-05-24net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete status rulesRahul Rameshbabu1-2/+1
2024-05-24net/mlx5: Fix MTMP register capability offset in MCAM registerGal Pressman1-2/+2
2024-05-24net/mlx5: Do not query MPIR on embedded CPU functionTariq Toukan1-4/+8
2024-05-24net/mlx5: Lag, do bond only if slaves agree on roce stateMaher Sanalla1-2/+10
2024-05-24net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8061Mathieu Othacehe1-0/+1
2024-05-24connector: Fix invalid conversion in cn_proc.hMatt Jan1-2/+1
2024-05-23tools/latency-collector: Fix -Wformat-security compile warnsShuah Khan1-4/+4
2024-05-23r8169: Fix possible ring buffer corruption on fragmented Tx packets.Ken Milmore1-1/+2
2024-05-23idpf: Interpret .set_channels() input differentlyLarysa Zaremba1-15/+6
2024-05-23ice: Interpret .set_channels() input differentlyLarysa Zaremba1-17/+2
2024-05-23nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()Ryosuke Yasuoka1-2/+1
2024-05-23net: relax socket state check at accept time.Paolo Abeni1-1/+3
2024-05-23tcp: remove 64 KByte limit for initial tp->rcv_wnd valueJason Xing1-1/+1
2024-05-23net: ti: icssg_prueth: Fix NULL pointer dereference in prueth_probe()Romain Gantois1-2/+12
2024-05-23tls: fix missing memory barrier in tls_initDae R. Jeong1-1/+9
2024-05-23net: fec: avoid lock evasion when reading pps_enableWei Fang1-6/+8
2024-05-23Revert "ixgbe: Manual AN-37 for troublesome link partners for X550 SFI"Jacob Keller2-56/+3
2024-05-23testing: net-drv: use stats64 for testingJoe Damato1-1/+1
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)147-808/+794
2024-05-22mm: simplify and improve print_vma_addr() outputLinus Torvalds1-13/+6
2024-05-22x86: improve bitop code generation with clangLinus Torvalds1-5/+5
2024-05-22x86: improve array_index_mask_nospec() code generationLinus Torvalds1-14/+10
2024-05-22clang: work around asm input constraint problemsLinus Torvalds2-0/+19
2024-05-22vfs: Delete the associated dentry when deleting a fileYafang Shao1-8/+7
2024-05-22virtio-pci: Check if is_avq is NULLLi Zhang1-1/+1
2024-05-22virtio: delete vq in vp_find_vqs_msix() when request_irq() failsJiri Pirko1-1/+3