summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-10-16NFSD: Add nfsd4_encode_fattr4_change()Chuck Lever1-1/+1
2023-10-16nfs: fix the typo of rfc number about xattr in NFSv4Kinglong Mee1-1/+1
2023-10-16NFSD: add rpc_status netlink supportLorenzo Bianconi1-0/+1
2023-10-16SUNRPC: change the back-channel queue to lwqNeilBrown2-3/+3
2023-10-16SUNRPC: discard sp_lockNeilBrown1-1/+0
2023-10-16SUNRPC: change sp_nrthreads to atomic_tNeilBrown1-1/+1
2023-10-16SUNRPC: use lwq for sp_sockets - renamed to sp_xprtsNeilBrown2-2/+3
2023-10-16SUNRPC: only have one thread waking up at a timeNeilBrown1-11/+0
2023-10-16lib: add light-weight queuing mechanism.NeilBrown1-0/+124
2023-10-16llist: add llist_del_first_this()NeilBrown1-0/+4
2023-10-16SUNRPC: change service idle list to be an llistNeilBrown1-16/+5
2023-10-16llist: add interface to check if a node is on a list.NeilBrown1-0/+42
2023-10-16SUNRPC: discard SP_CONGESTEDNeilBrown1-1/+0
2023-10-16SUNRPC: add list of idle threadsNeilBrown1-1/+24
2023-10-16SUNRPC: change how svc threads are asked to exit.NeilBrown2-2/+26
2023-10-16SUNRPC: integrate back-channel processing with svc_recv()NeilBrown1-2/+0
2023-10-16SUNRPC: Clean up bc_svc_process()Chuck Lever1-2/+1
2023-10-16lockd: introduce safe async lock opAlexander Aring1-0/+14
2023-10-16Merge 6.6-rc6 into usb-nextGreg Kroah-Hartman11-7/+41
2023-10-16spi: Export acpi_spi_find_controller_by_adev()Hans de Goede1-0/+1
2023-10-16firmware: qcom: qseecom: add missing include guardsBartosz Golaszewski1-0/+6
2023-10-16arm64/arm: xen: enlighten: Fix KPTI checksMark Rutland1-0/+1
2023-10-16clocksource/drivers/arm_arch_timer: Initialize evtstrm after finalizing cpucapsMark Rutland1-0/+1
2023-10-16drm: renesas: shmobile: Use media bus formats in platform dataGeert Uytterhoeven1-12/+1
2023-10-16drm: renesas: shmobile: Use struct videomode in platform dataLaurent Pinchart1-9/+2
2023-10-16drm: renesas: shmobile: Remove support for SYS panelsLaurent Pinchart1-25/+0
2023-10-16drm: renesas: shmobile: Remove backlight supportLaurent Pinchart1-8/+0
2023-10-16mtd: spinand: add support for FORESEE F35SQA002GMartin Kurbanov1-0/+1
2023-10-16mtd: rawnand: Ensure the nand chip supports cached readsRouven Czerwinski3-0/+6
2023-10-16Merge 6.6-rc6 into tty-nextGreg Kroah-Hartman11-7/+41
2023-10-16iommu: change iommu_map_sgtable to return signed valuesDan Carpenter1-1/+1
2023-10-15posix-clock: introduce posix_clock_context conceptXabier Marquiegui1-8/+27
2023-10-15net: more strict VIRTIO_NET_HDR_GSO_UDP_L4 validationWillem de Bruijn1-3/+16
2023-10-15Merge tag 'char-misc-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2023-10-15Merge tag 'ovl-fixes-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2023-10-15Merge tag 'smp-urgent-2023-10-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2023-10-15dpll: netlink/core: add support for pin-dpll signal phase offset/adjustArkadiusz Kubalewski1-0/+18
2023-10-15vsock: read from socket's error queueArseniy Krasnov1-0/+1
2023-10-15lib/bitmap: split-out string-related operations to a separate filesYury Norov2-17/+17
2023-10-15bitmap: Remove dead code, i.e. bitmap_copy_le()Andy Shevchenko1-5/+0
2023-10-15cpumask: kernel-doc cleanups and additionsRandy Dunlap1-44/+69
2023-10-14net/mlx5: Remove unused declarationYue Haibing1-14/+0
2023-10-14net/mlx5: Refactor LAG peer device lookout bus logic to mlx5 devcomShay Drory1-0/+1
2023-10-14net/mlx5: Parallelize vhca event handlingWei Zhang1-0/+1
2023-10-14locking/seqlock: Propagate 'const' pointers within read-only methods, remove ...Ingo Molnar1-7/+19
2023-10-14crypto: hisilicon/qm - alloc buffer to set and get xqcWeili Qian1-0/+13
2023-10-14Input: Annotate struct ff_device with __counted_byKees Cook1-1/+1
2023-10-14clk: linux/clk-provider.h: fix kernel-doc warnings and typosRandy Dunlap1-7/+8
2023-10-13bpf: Avoid unnecessary audit log for CPU security mitigationsYafang Shao1-2/+2
2023-10-13Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski3-5/+70