aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-21ipv6: prevent possible UAF in ip6_xmit()Eric Dumazet1-0/+4
2024-08-21ipv6: fix possible UAF in ip6_finish_output2()Eric Dumazet1-0/+4
2024-08-21ipv6: prevent UAF in ip6_send_skb()Eric Dumazet1-0/+2
2024-08-21netpoll: do not export netpoll_poll_[disable|enable]()Eric Dumazet1-2/+0
2024-08-21ice: Fix a 32bit bugDan Carpenter1-3/+3
2024-08-21ipv6: remove redundant checkXi Huang1-6/+3
2024-08-21selftests: mlxsw: ethtool_lanes: Source ethtool lib from correct pathIdo Schimmel1-1/+2
2024-08-21net: dsa: sja1105: Simplify with scoped for each OF child loopJinjie Ruan1-8/+2
2024-08-21net: dsa: ocelot: Simplify with scoped for each OF child loopJinjie Ruan1-4/+1
2024-08-21nfc: pn533: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-1/+0
2024-08-21udp: fix receiving fraglist GSO packetsFelix Fietkau1-1/+2
2024-08-22Merge tag 'platform-drivers-x86-v6.11-4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds4-10/+70
2024-08-22HID: hid-playstation: DS4: Update rumble and lightbar togetherMax Staudt1-0/+20
2024-08-22rust: init: add `write_[pin_]init` functionsBenno Lossin2-25/+61
2024-08-22rust: kernel: add `drop_contents` to `BoxExt`Benno Lossin1-1/+30
2024-08-22Merge tag 'erofs-for-6.11-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-56/+30
2024-08-21PCI: qcom: Use OPP only if the platform supports itManivannan Sadhasivam1-2/+5
2024-08-21PCI: qcom-ep: Disable MHI RAM data parity error interrupt for SA8775P SoCManivannan Sadhasivam1-0/+13
2024-08-21nvdimm: Remove dead code for ENODEV checking in scan_labels()Li Zhijian1-9/+0
2024-08-21nvdimm: Fix devs leaks in scan_labels()Li Zhijian1-17/+17
2024-08-21nvdimm: Use of_property_present() and of_property_read_bool()Rob Herring (Arm)2-2/+2
2024-08-21Revert "pidfd: prevent creation of pidfds for kthreads"Christian Brauner1-22/+3
2024-08-21romfs: fix romfs_read_folio()Christian Brauner1-1/+1
2024-08-21netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->pr...David Howells2-0/+8
2024-08-21drivers:iio:Fix the NULL vs IS_ERR() bug for debugfs_create_dir()Yang Ruibin1-1/+1
2024-08-21drm/i915/display: allow creation of Xe2 ccs framebuffersJuha-Pekka Heikkila3-0/+25
2024-08-21drm/fourcc: define Intel Xe2 related tile4 ccs modifiersJuha-Pekka Heikkila1-0/+25
2024-08-21drm/i915/display: Don't enable decompression on Xe2 with Tile4Juha-Pekka Heikkila1-5/+0
2024-08-21x86/PCI: Check pcie_find_root_port() return for NULLSamasth Norway Ananda1-2/+2
2024-08-21iio: sgp40: retain documentation in driverAndreas Klinger1-3/+8
2024-08-21iio: ABI: remove duplicate in_resistance_calibbiasDavid Lechner1-14/+0
2024-08-21dt-bindings: iio: st,stm32-adc: add top-level constraintsKrzysztof Kozlowski1-1/+3
2024-08-21tracing: Fix memory leak in fgraph storage selftestMasami Hiramatsu (Google)1-5/+18
2024-08-21thermal/debugfs: Fix the NULL vs IS_ERR() confusion in debugfs_create_dir()Yang Ruibin1-3/+3
2024-08-21Merge branch '__jited-test-tag-to-check-disassembly-after-jit'Alexei Starovoitov13-113/+772
2024-08-21selftests/bpf: validate __xlated same way as __jitedEduard Zingerman2-4/+57
2024-08-21selftests/bpf: validate jit behaviour for tail callsEduard Zingerman2-0/+107
2024-08-21selftests/bpf: __jited test tag to check disassembly after jitEduard Zingerman2-23/+161
2024-08-21selftests/bpf: utility function to get program disassembly after jitEduard Zingerman4-2/+291
2024-08-21selftests/bpf: replace __regex macro with "{{...}}" patternsEduard Zingerman5-70/+115
2024-08-21selftests/bpf: fix to avoid __msg tag de-duplication by clangEduard Zingerman3-22/+48
2024-08-21selftests/bpf: correctly move 'log' upon successful matchEduard Zingerman1-1/+1
2024-08-21selftests/bpf: less spam in the log for message matchingEduard Zingerman1-1/+2
2024-08-21tracing: fgraph: Fix to add new fgraph_ops to array after ftrace_startup_subo...Masami Hiramatsu (Google)1-13/+18
2024-08-21Merge branch 'support-passing-bpf-iterator-to-kfuncs'Alexei Starovoitov5-29/+127
2024-08-21selftests/bpf: test passing iterator to a kfuncAndrii Nakryiko2-4/+62
2024-08-21bpf: allow passing struct bpf_iter_<type> as kfunc argumentsAndrii Nakryiko1-11/+24
2024-08-21bpf: extract iterator argument type and name validation logicAndrii Nakryiko2-14/+41
2024-08-21remoteproc: k3-r5: Delay notification of wakeup eventUdit Kumar1-2/+3
2024-08-21remoteproc: k3-m4: Add a remoteproc driver for M4F subsystemMartyn Welch3-0/+681