summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-16selftest, ptrace: Add selftest for syscall user dispatch config apiGregory Price
2023-04-16ptrace: Provide set/get interface for syscall user dispatchGregory Price
2023-04-16syscall_user_dispatch: Untag selector address before access_ok()Gregory Price
2023-04-16syscall_user_dispatch: Split up set_syscall_user_dispatch()Gregory Price
2023-04-16PCI/MSI: Remove over-zealous hardware size check in pci_msix_validate_entries()Thomas Gleixner
2023-04-16RDMA/mlx5: Allow relaxed ordering read in VFs and VMsAvihai Horon
2023-04-16net/mlx5: Update relaxed ordering read HCA capabilitiesAvihai Horon
2023-04-16RDMA/mlx5: Check pcie_relaxed_ordering_enabled() in UMRAvihai Horon
2023-04-16RDMA/mlx5: Remove pcie_relaxed_ordering_enabled() check for RO writeAvihai Horon
2023-04-16kbuild: do not create intermediate *.tar for tar packagesMasahiro Yamada
2023-04-16kbuild: do not create intermediate *.tar for source tarballsMasahiro Yamada
2023-04-16kbuild: merge cmd_archive_linux and cmd_archive_perfMasahiro Yamada
2023-04-16init/initramfs: Fix argument forwarding to panic() in panic_show_mem()Benjamin Gray
2023-04-16initramfs: Check negative timestamp to prevent broken cpio archiveBenjamin Gray
2023-04-16RDMA: Add ib_virt_dma_to_page()Jason Gunthorpe
2023-04-16RDMA/rxe: Fix the error "trying to register non-static key in rxe_cleanup_task"Zhu Yanjun
2023-04-16selftests/timers/posix_timers: Test delivery of signals across threadsDmitry Vyukov
2023-04-16posix-timers: Prefer delivery of signals to the current threadDmitry Vyukov
2023-04-16media: nxp: imx8-isi: Remove 300ms sleep after enabling channelJacopo Mondi
2023-04-16media: nxp: imx8-isi: Replace udelay() with fsleep()Laurent Pinchart
2023-04-16media: nxp: imx8-isi: Drop partial support for i.MX8QM and i.MX8QXPLaurent Pinchart
2023-04-16media: nxp: Add i.MX8 ISI driverLaurent Pinchart
2023-04-16swiotlb: track and report io_tlb_used high water marks in debugfsMichael Kelley
2023-04-16swiotlb: fix debugfs reporting of reserved memory poolsMichael Kelley
2023-04-16swiotlb: relocate PageHighMem test away from rmem_swiotlb_setupDoug Berger
2023-04-15Merge tag '6.3-rc6-smb311-client-negcontext-fix' of git://git.samba.org/sfren...Linus Torvalds
2023-04-15Merge branch 'Shared ownership for local kptrs'Alexei Starovoitov
2023-04-15selftests/bpf: Add refcounted_kptr testsDave Marchevsky
2023-04-15bpf: Centralize btf_field-specific initialization logicDave Marchevsky
2023-04-15bpf: Migrate bpf_rbtree_remove to possibly failDave Marchevsky
2023-04-15selftests/bpf: Modify linked_list tests to work with macro-ified insertsDave Marchevsky
2023-04-15bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly failDave Marchevsky
2023-04-15bpf: Add bpf_refcount_acquire kfuncDave Marchevsky
2023-04-15bpf: Support refcounted local kptrs in existing semanticsDave Marchevsky
2023-04-15bpf: Introduce opaque bpf_refcount struct and add btf_record plumbingDave Marchevsky
2023-04-15bpf: Remove btf_field_offs, use btf_record's fields insteadDave Marchevsky
2023-04-15Merge tag 'ubifs-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-15cifs: fix negotiate context parsingDavid Disseldorp
2023-04-15debugobject: Prevent init race with static objectsThomas Gleixner
2023-04-15io_uring/rsrc: refactor io_queue_rsrc_removalPavel Begunkov
2023-04-15io_uring/rsrc: simplify single file node switchingPavel Begunkov
2023-04-15io_uring/rsrc: clean up __io_sqe_buffers_update()Pavel Begunkov
2023-04-15io_uring/rsrc: inline switch_start fast pathPavel Begunkov
2023-04-15io_uring/rsrc: remove rsrc_data refsPavel Begunkov
2023-04-15io_uring/rsrc: fix DEFER_TASKRUN rsrc quiescePavel Begunkov
2023-04-15io_uring/rsrc: use wq for quiescingPavel Begunkov
2023-04-15io_uring/rsrc: refactor io_rsrc_ref_quiescePavel Begunkov
2023-04-15io_uring/rsrc: remove io_rsrc_node::donePavel Begunkov
2023-04-15io_uring/rsrc: use nospec'ed indexesPavel Begunkov
2023-04-15io_uring/notif: add constant for ubuf_info flagsPavel Begunkov