homepage
path: root/include/uapi/linux
AgeCommit message (Expand)AuthorFilesLines
2025-07-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+4
2025-07-08uapi: bitops: use UAPI-safe variant of BITS_PER_LONG again (2)Thomas Weißschuh1-2/+2
2025-06-27Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linuxLinus Torvalds1-6/+26
2025-06-26Merge tag 'net-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-3/+7
2025-06-25netlink: specs: mptcp: replace underscores with dashes in namesJakub Kicinski1-3/+3
2025-06-24ublk: update UBLK_F_SUPPORT_ZERO_COPY comment in UAPI headerCaleb Sander Mateos1-2/+22
2025-06-24ublk: fix narrowing warnings in UAPI headerCaleb Sander Mateos1-4/+4
2025-06-24vsock/uapi: fix linux/vm_sockets.h userspace compilation errorsStefano Garzarella1-0/+4
2025-06-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+22
2025-06-21Merge tag 'perf-tools-fixes-for-v6.16-1-2025-06-20' of git://git.kernel.org/p...Linus Torvalds1-2/+2
2025-06-20KVM: TDX: Exit to userspace for SetupEventNotifyInterruptPaolo Bonzini1-0/+4
2025-06-20KVM: TDX: Exit to userspace for GetTdVmCallInfoBinbin Wu1-0/+5
2025-06-20KVM: TDX: Handle TDG.VP.VMCALL<GetQuote>Binbin Wu1-0/+17
2025-06-19Merge tag 'net-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-6/+2
2025-06-18net: ethtool: remove duplicate defines for family infoJakub Kicinski2-6/+2
2025-06-17tools headers: Synchronize linux/bits.h with the kernel sourcesArnaldo Carvalho de Melo1-2/+2
2025-06-12Merge tag 'bitmap-for-6.16-rc2' of https://github.com/norov/linuxLinus Torvalds1-2/+2
2025-06-06Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds1-0/+9
2025-06-06Merge tag 'usb-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+2
2025-06-06Merge tag 'tty-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-0/+12
2025-06-06uapi: bitops: use UAPI-safe variant of BITS_PER_LONG againThomas Weißschuh1-2/+2
2025-06-05Merge tag 'net-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+2
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+11
2025-06-03Merge tag 'for-6.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+7
2025-06-02Merge tag 'fuse-update-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+5
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+7
2025-05-31ublk: have a per-io daemon instead of a per-queue daemonUday Shankar1-0/+9
2025-05-30bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETEPaul Chaignon1-0/+2
2025-05-29Merge tag 'platform-drivers-x86-v6.16-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+26
2025-05-29Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+237
2025-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+4
2025-05-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-7/+12
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds35-129/+386
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-1/+7
2025-05-28Merge tag 'media/v6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds3-22/+600
2025-05-27virtio_rtc: Add RTC class driverPeter Hilber1-1/+87
2025-05-27virtio_rtc: Add module and driver corePeter Hilber1-0/+151
2025-05-27wireguard: allowedips: add WGALLOWEDIP_F_REMOVE_ME flagJordan Rife1-0/+9
2025-05-26Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-323/+334
2025-05-26Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+15
2025-05-26Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-2/+4
2025-05-26Merge tag 'kvm-riscv-6.16-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-0/+1
2025-05-26Merge tag 'kvmarm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-0/+2
2025-05-26Merge tag 'loongarch-kvm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini6-38/+66
2025-05-26Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+6
2025-05-26Merge tag 'for-6.16/io_uring-20250523' of git://git.kernel.dk/linuxLinus Torvalds1-1/+7
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds3-1/+133
2025-05-26Merge tag 'vfs-6.16-rc1.coredump' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+16
2025-05-26Merge tag 'vfs-6.16-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-05-26Merge tag 'nf-next-25-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni2-0/+20
2025-05-25Merge branch 'locking/futex' into locking/core, to pick up pending futex changesIngo Molnar2-1/+15
2025-05-23ublk: add feature UBLK_F_QUIESCEMing Lei1-0/+19
2025-05-23netfilter: nf_tables: Add notifications for hook changesPhil Sutter2-0/+12
2025-05-23netfilter: nf_tables: add packets conntrack state to debug trace infoFlorian Westphal1-0/+8
2025-05-23Merge branch kvm-arm64/nv-nv into kvmarm-master/nextMarc Zyngier1-0/+2
2025-05-22ublk: run auto buf unregisgering in same io_ring_ctx with registeringMing Lei1-1/+5
2025-05-22net: Add support for providing the PTP hardware source in tsinfoKory Maincent1-0/+14
2025-05-22perf/uapi: Clean up <uapi/linux/perf_event.h> a bitIngo Molnar1-321/+331
2025-05-22perf/uapi: Fix PERF_RECORD_SAMPLE comments in <uapi/linux/perf_event.h>Ian Rogers1-2/+3
2025-05-21tools: ynl-gen: add makefile deps for neighJakub Kicinski1-2/+2
2025-05-21pidfs, coredump: add PIDFD_INFO_COREDUMPChristian Brauner1-0/+16
2025-05-21vt: add VT_GETCONSIZECSRPOS to retrieve console size and cursor positionNicolas Pitre1-0/+11
2025-05-21vt: bracketed paste supportNicolas Pitre1-0/+1
2025-05-20taskstats: fix struct taskstats breaks backward compatibility since version 15Wang Yaxin1-18/+29
2025-05-21RISC-V: KVM: add KVM_CAP_RISCV_MP_STATE_RESETRadim Krčmář1-0/+1
2025-05-20ublk: support UBLK_AUTO_BUF_REG_FALLBACKMing Lei1-3/+36
2025-05-20ublk: register buffer to local io_uring with provided buf index via UBLK_F_AU...Ming Lei1-0/+64
2025-05-19KVM: arm64: Allow userspace to request KVM_ARM_VCPU_EL2*Marc Zyngier1-0/+2
2025-05-15net: sched: uapi: add more sanely named duplicate definesJakub Kicinski2-0/+2
2025-05-13net: devmem: TCP tx netlink apiStanislav Fomichev1-0/+1
2025-05-13Merge 6.15-rc6 into usb-nextGreg Kroah-Hartman2-5/+3
2025-05-11fs/proc: extend the PAGEMAP_SCAN ioctl to report guard regionsAndrei Vagin1-0/+1
2025-05-11ptrace: introduce PTRACE_SET_SYSCALL_INFO requestDmitry V. Levin1-1/+6
2025-05-12Merge tag 'amd-drm-next-6.16-2025-05-09' of https://gitlab.freedesktop.org/ag...Dave Airlie1-0/+5
2025-05-09ethtool: Block setting of symmetric RSS when non-symmetric rx-flow-hash is re...Gal Pressman1-65/+69
2025-05-09bpf: Add support to retrieve ref_ctr_offset for uprobe perf linkJiri Olsa1-0/+1
2025-05-09media: uapi: Add stats info and parameters buffer for C3 ISPKeke Li1-0/+564
2025-05-09media: Add C3ISP_PARAMS and C3ISP_STATS meta formatsKeke Li1-0/+4
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2025-05-08platform/x86: ISST: Support SST-PP revision 2Srinivas Pandruvada1-0/+26
2025-05-07bpf: Clarify handling of mark and tstamp by redirect_peerPaul Chaignon1-0/+3
2025-05-07fs: add atomic write unit max opt to statxJohn Garry1-2/+6
2025-05-06Merge tag 'wireless-next-2025-05-06' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski1-0/+6
2025-05-06devlink: define enum for attr types of dynamic attributesJiri Pirko1-0/+15
2025-05-06io_uring/zcrx: dmabuf backed zerocopy receivePavel Begunkov1-1/+5
2025-05-06io_uring: enable per-io write streamsKeith Busch1-0/+4
2025-05-06BackMerge tag 'v6.15-rc5' into drm-nextDave Airlie5-38/+63
2025-05-05block: remove bounce buffering supportChristoph Hellwig1-1/+1
2025-05-04dm mpath: Interface for explicit probing of active pathsKevin Wolf1-2/+7
2025-05-03futex: Implement FUTEX2_MPOLPeter Zijlstra1-1/+1
2025-05-03futex: Implement FUTEX2_NUMAPeter Zijlstra1-0/+7
2025-05-03futex: Allow to make the private hash immutableSebastian Andrzej Siewior1-0/+2
2025-05-03futex: Add basic infrastructure for local task local hashSebastian Andrzej Siewior1-0/+5
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-35/+57
2025-05-01Merge tag 'net-6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-5/+0
2025-04-30media: uapi: cec-funcs.h: use CEC_LOG_ADDR_BROADCASTHans Verkuil1-20/+20
2025-04-29Merge tag 'nf-next-25-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-0/+4
2025-04-28netlink: specs: ethtool: Remove UAPI duplication of phy-upstream enumKory Maincent1-5/+0
2025-04-29netfilter: nf_tables: export set count and backend name to userspaceFlorian Westphal1-0/+4
2025-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4Alexei Starovoitov3-32/+60
2025-04-28Merge 6.15-rc4 into usb-nextGreg Kroah-Hartman4-33/+63
2025-04-26pidfs: get rid of __pidfd_prepare()Christian Brauner1-1/+1
2025-04-24tcp: fastopen: pass TFO child indication through getsockoptJeremy Harris1-0/+1
2025-04-24Merge tag 'landlock-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-30/+57
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+6
2025-04-23wifi: nl80211: add link id of transmitted profile for MLO MBSSIDRameshkumar Sundaram1-0/+6
2025-04-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-2/+3
2025-04-21ublk: Add UBLK_U_CMD_UPDATE_SIZEOmri Mann1-0/+8
2025-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov1-1/+3
2025-04-21io_uring: add support for IORING_OP_PIPEJens Axboe1-0/+2
2025-04-19PCI: Add lane equalization register offsetsKrishna Chaitanya Chundru1-1/+11
2025-04-17net: add UAPI to the header guard in various network headersJakub Kicinski19-46/+46
2025-04-17ovpn: introduce the ovpn_socket objectAntonio Quartulli1-0/+1
2025-04-17ovpn: add basic interface creation/destruction/management routinesAntonio Quartulli1-0/+15
2025-04-17ovpn: add basic netlink supportAntonio Quartulli1-0/+109
2025-04-17landlock: Update log documentationMickaël Salaün1-26/+38
2025-04-17landlock: Fix documentation for landlock_restrict_self(2)Mickaël Salaün1-25/+36
2025-04-17landlock: Fix documentation for landlock_create_ruleset(2)Mickaël Salaün1-5/+9
2025-04-15io_uring/zcrx: return ifq id to the userPavel Begunkov1-1/+3
2025-04-15fuse: add more control over cache invalidation behaviourLuis Henriques1-1/+5
2025-04-14rxrpc: Add the security index for yfs-rxgkDavid Howells1-0/+31
2025-04-14rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSEDavid Howells1-12/+34
2025-04-14net: bridge: Add offload_fail_notification boptJoseph Huang1-0/+1
2025-04-14net: bridge: mcast: Add offload failed mdb flagJoseph Huang1-4/+5
2025-04-14vhost: fix VHOST_*_OWNER documentationStefano Garzarella1-2/+2
2025-04-14virtio_pci: Use self group type for cap commandsDaniel Jurgens1-0/+1
2025-04-11drm/amdkfd: add smi events for process start and endEric Huang1-0/+5
2025-04-11ALSA: Add USB audio device jack typeWesley Cheng1-1/+2
2025-04-10tcp: add LINUX_MIB_PAWS_TW_REJECTED counterJiayuan Chen1-0/+1
2025-04-09bpf: Clarify the meaning of BPF_F_PSEUDO_HDRPaul Chaignon1-1/+1
2025-04-09bpf: Clarify role of BPF_F_RECOMPUTE_CSUMPaul Chaignon1-5/+9
2025-04-08fscrypt: add support for hardware-wrapped keysEric Biggers1-2/+4
2025-04-08media: v4l2: Add NV15 and NV20 pixel formatsJonas Karlman1-0/+2
2025-04-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann58-129/+1210
2025-04-07Merge branch 'kvm-tdx-initial' into HEADPaolo Bonzini1-0/+1
2025-04-07media: uapi: v4l: Fix V4L2_TYPE_IS_OUTPUT conditionNas Chung1-1/+0
2025-04-07media: uapi: v4l: Change V4L2_TYPE_IS_CAPTURE conditionNas Chung1-1/+10
2025-04-04bpf: Fix a comment describing bpf_attrAnton Protopopov1-1/+1
2025-04-03Merge tag 'io_uring-6.15-20250403' of git://git.kernel.dk/linuxLinus Torvalds1-0/+25
2025-04-02Merge tag 'usb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+15
2025-04-02Merge tag 'fuse-update-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+9
2025-04-01Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-11/+147
2025-04-01Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+44
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2025-03-31Merge tag 'nfsd-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-0/+29
2025-03-31fuse: add kernel-enforced timeout option for requestsJoanne Koong1-3/+9
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds3-2/+15
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-0/+1
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-7/+14
2025-03-28Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+16
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-2/+11
2025-03-28ublk: add segment parameterMing Lei1-0/+25
2025-03-28Merge tag 'for-6.15/io_uring-reg-vec-20250327' of git://git.kernel.dk/linuxLinus Torvalds1-0/+2
2025-03-28Merge tag 'for-6.15/io_uring-epoll-wait-20250325' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2025-03-28Merge tag 'for-6.15/io_uring-rx-zc-20250325' of git://git.kernel.dk/linuxLinus Torvalds1-1/+53
2025-03-28Merge tag 'landlock-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+38
2025-03-28iommufd: Fix iommu_vevent_header tables markupBagas Sanjaya1-9/+16
2025-03-28iommufd: Extend IOMMU_GET_HW_INFO to report PASID capabilityYi Liu1-1/+13
2025-03-28drm/virtio: Add capset definitions to UAPIAaron Ruby1-1/+2
2025-03-27Merge tag 'f2fs-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+7
2025-03-27Merge tag 'for-6.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-3/+13
2025-03-27Merge branch 'pci/endpoint-test'Bjorn Helgaas1-0/+6
2025-03-27Merge branch 'pci/resource'Bjorn Helgaas1-1/+1
2025-03-27Merge branch 'pci/doe'Bjorn Helgaas1-1/+4
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds17-73/+178
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds3-4/+53
2025-03-26Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linuxLinus Torvalds2-0/+6
2025-03-26landlock: Add LANDLOCK_RESTRICT_SELF_LOG_SUBDOMAINS_OFFMickaël Salaün1-0/+12
2025-03-26landlock: Add LANDLOCK_RESTRICT_SELF_LOG_*_EXEC_* flagsMickaël Salaün1-0/+21
2025-03-26landlock: Add AUDIT_LANDLOCK_DOMAIN and log domain statusMickaël Salaün1-0/+1
2025-03-26landlock: Add AUDIT_LANDLOCK_ACCESS and log ptrace denialsMickaël Salaün1-1/+2
2025-03-26misc: pci_endpoint_test: Add support for PCITEST_IRQ_TYPE_AUTONiklas Cassel1-0/+1
2025-03-25Merge tag 'media/v6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds5-1/+27
2025-03-25Merge tag 'hyperv-next-signed-20250324' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+291
2025-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2025-03-25Merge tag 'for-net-next-2025-03-25' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2-2/+5
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+38
2025-03-25Merge tag 'timers-core-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+11
2025-03-25net-timestamp: COMPLETION timestamp on packet tx completionPauli Virtanen2-2/+5
2025-03-25virtio_net: Split struct virtio_net_rss_configAkihiko Odaki1-0/+13
2025-03-25Merge tag 'wireless-next-2025-03-20' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski1-27/+41
2025-03-25net: reorganize IP MIB values (II)Eric Dumazet1-6/+6
2025-03-25vfio: VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT support pasidYi Liu1-10/+19
2025-03-25iommufd: Allow allocating PASID-compatible domainYi Liu1-0/+3
2025-03-25tcp: support TCP_DELACK_MAX_US for set/getsockopt useJason Xing1-0/+1
2025-03-25tcp: support TCP_RTO_MIN_US for set/getsockopt useJason Xing1-0/+1
2025-03-24Merge tag 'perf-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2025-03-24Merge tag 'bitmap-for-6.15' of https://github.com/norov/linuxLinus Torvalds2-7/+3
2025-03-24Merge tag 'docs-6.15' of git://git.lwn.net/linuxLinus Torvalds1-1/+2
2025-03-24Merge tag 'hardening-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-1/+8
2025-03-24Merge tag 'execve-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+94
2025-03-24Merge tag 'vfs-6.15-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+30
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+19
2025-03-21Drivers: hv: Introduce mshv_root module to expose /dev/mshv to VMMsNuno Das Neves1-0/+291
2025-03-21net: remove sb1000 cable modem driverArnd Bergmann1-23/+0
2025-03-21landlock: Add the errata interfaceMickaël Salaün1-0/+2
2025-03-20io_uring: enable toggle of iowait usage when waiting on CQEsJens Axboe1-0/+2
2025-03-19Merge branch 'kvm-arm64/writable-midr' into kvmarm/nextOliver Upton1-0/+1
2025-03-19pidfs: ensure that PIDFS_INFO_EXIT is availableChristian Brauner1-0/+4
2025-03-18btrfs: defrag: extend ioctl to accept compression levelsDaniel Vacek1-3/+13