summary refs log tree commit diff
AgeCommit message (Expand)Author
2022-10-13Merge tag 'wireless-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Abeni
2022-10-13Merge branch 'cve-fixes-2022-10-13'Johannes Berg
2022-10-12RISC-V: Avoid dereferening NULL regs in die()Palmer Dabbelt
2022-10-12net: phy: micrel: Fixes FIELD_GET assertionDivya Koppera
2022-10-12openvswitch: add nf_ct_is_confirmed check before assigning the helperXin Long
2022-10-12Merge branch 'tcp-udp-fix-memory-leaks-and-data-races-around-ipv6_addrform'Jakub Kicinski
2022-10-12tcp: Fix data races around icsk->icsk_af_ops.Kuniyuki Iwashima
2022-10-12ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima
2022-10-12tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima
2022-10-12udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima
2022-10-12tcp/udp: Fix memory leak in ipv6_renew_options().Kuniyuki Iwashima
2022-10-12Merge patch series "Fix dt-validate issues on qemu dtbdumps due to dt-bindings"Palmer Dabbelt
2022-10-12dt-bindings: riscv: add new riscv,isa strings for emulatorsConor Dooley
2022-10-12dt-bindings: interrupt-controller: sifive,plic: add legacy riscv compatibleConor Dooley
2022-10-12dt-bindings: timer: sifive,clint: add legacy riscv compatibleConor Dooley
2022-10-12io_uring/rw: ensure kiocb_end_write() is always calledJens Axboe
2022-10-12io_uring: fix fdinfo sqe offsets calculationPavel Begunkov
2022-10-12io_uring: local variable rw shadows outer variable in io_writeStefan Roesch
2022-10-12io_uring/opdef: remove 'audit_skip' from SENDMSG_ZCJens Axboe
2022-10-12io_uring: optimise locking for local tw with submit_waitPavel Begunkov
2022-10-12io_uring: remove redundant memory barrier in io_req_local_work_addPavel Begunkov
2022-10-12io_uring/net: handle -EINPROGRESS correct for IORING_OP_CONNECTJens Axboe
2022-10-12io_uring: remove notif leftoversPavel Begunkov
2022-10-12io_uring: correct pinned_vm accountingPavel Begunkov
2022-10-12io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov
2022-10-12Merge tag 'linux-kselftest-kunit-6.1-rc1-2' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2022-10-12Merge tag 'dt-for-palmer-v6.1-mw1' of git://git.kernel.org/pub/scm/linux/kern...Palmer Dabbelt
2022-10-12Merge tag 'linux-kselftest-next-6.1-rc1-2' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2022-10-12Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2022-10-12Merge tag 'for-linus-6.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-10-12Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-10-12tracing: Fix reading strings from synthetic eventsSteven Rostedt (Google)
2022-10-12tracing: Add "(fault)" name injection to kernel probesSteven Rostedt (Google)
2022-10-12tracing: Move duplicate code of trace_kprobe/eprobe.c into headerSteven Rostedt (Google)
2022-10-12Merge tag 'loongarch-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
2022-10-12Merge tag 'irq-core-2022-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-10-12doc: RISC-V: Document that misaligned accesses are supportedPalmer Dabbelt
2022-10-12drm/amd/display: Add HUBP surface flip interrupt handlerAurabindo Pillai
2022-10-12dt-bindings: mfd: mt6370: fix the interrupt order of the charger in the exampleChiaEn Wu
2022-10-12dt-bindings: leds: mt6370: Fix MT6370 LED indicator DT warningChiaEn Wu
2022-10-13powerpc/32: fix syscall wrappers with 64-bit arguments of unaligned register-...Nicholas Piggin
2022-10-12Merge tag 'nvme-6.1-2022-10-12' of git://git.infradead.org/nvme into block-6.1Jens Axboe
2022-10-12ring-buffer: Fix kernel-docJiapeng Chong
2022-10-12mctp: prevent double key removal and unrefJeremy Kerr
2022-10-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netfil...David S. Miller
2022-10-12selftests: netfilter: Fix nft_fib.sh for all.rp_filter=1Phil Sutter
2022-10-12netfilter: rpfilter/fib: Populate flowic_l3mdev fieldPhil Sutter
2022-10-12selftests: netfilter: Test reverse path filteringPhil Sutter
2022-10-12ftrace: Fix char print issue in print_ip_ins()Zheng Yejian