summaryrefslogtreecommitdiff
path: root/include/uapi/linux
AgeCommit message (Expand)Author
2025-01-09fs: add STATX_DIO_READ_ALIGNChristoph Hellwig
2025-01-09fs: reformat the statx definitionChristoph Hellwig
2025-01-09netfilter: conntrack: add conntrack event timestampFlorian Westphal
2025-01-09netlink: add IPv6 anycast join/leave notificationsYuyang Huang
2025-01-08ntsync: Introduce alertable waits.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_EVENT_READ.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_MUTEX_READ.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_SEM_READ.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_EVENT_PULSE.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_EVENT_RESET.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_EVENT_SET.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_CREATE_EVENT.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_MUTEX_KILL.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_WAIT_ALL.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_WAIT_ANY.Elizabeth Figura
2025-01-08ntsync: Rename NTSYNC_IOC_SEM_POST to NTSYNC_IOC_SEM_RELEASE.Elizabeth Figura
2025-01-08ntsync: Return the fd from NTSYNC_IOC_CREATE_SEM.Elizabeth Figura
2025-01-08drivers pps: add PPS generators supportRodolfo Giometti
2025-01-08vduse: relicense under GPL-2.0 OR BSD-3-ClauseYongji Xie
2025-01-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-01-06netkit: Allow for configuring needed_{head,tail}roomDaniel Borkmann
2025-01-04Merge branch 'vfs-6.14.uncached_buffered_io'Christian Brauner
2025-01-04fs: add RWF_DONTCACHE iocb and FOP_DONTCACHE file_operations flagJens Axboe
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-03Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-12-27netlink: specs: mptcp: clearly mention attributesMatthieu Baerts (NGI0)
2024-12-27netlink: specs: mptcp: add missing 'server-side' attrMatthieu Baerts (NGI0)
2024-12-27Merge tag 'hardening-v6.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-12-23io_uring: introduce attributes for read/write and PI supportAnuj Gupta
2024-12-23fs, iov_iter: define meta io descriptorAnuj Gupta
2024-12-23Merge 6.14-rc4 into usb-nextGreg Kroah-Hartman
2024-12-22fiemap: use kernel-doc includes in fiemap docbookRandy Dunlap
2024-12-20stddef: make __struct_group() UAPI C++-friendlyAlexander Lobakin
2024-12-19ipv6: Add flow label to route get requestsIdo Schimmel
2024-12-19net: fib_rules: Add flow label selector attributesIdo Schimmel
2024-12-18ima: instantiate the bprm_creds_for_exec() hookMimi Zohar
2024-12-18security: Add EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebitsMickaël Salaün
2024-12-18exec: Add a new AT_EXECVE_CHECK flag to execveat(2)Mickaël Salaün
2024-12-19PCI: Update code comment on PCI_EXP_LNKCAP_SLS for PCIe r3.0Lukas Wunner
2024-12-18KVM: x86: Drop the now unused KVM_X86_DISABLE_VALID_EXITSSean Christopherson
2024-12-17KVM: Move KVM_REG_SIZE() definition to common uAPI headerSean Christopherson
2024-12-16thermal/thresholds: Fix uapi header macros leading to a compilation errorDaniel Lezcano
2024-12-16Merge 6.13-rc3 into usb-nextGreg Kroah-Hartman
2024-12-16net: ethtool: Add support for tsconfig command to get/set hwtstamp configKory Maincent
2024-12-16net: ethtool: tsinfo: Enhance tsinfo to support several hwtstamp by net topologyKory Maincent
2024-12-16net: Add the possibility to support a selected hwtstamp in netdeviceKory Maincent
2024-12-16tls: add counters for rekeySabrina Dubroca
2024-12-15netlink: add IGMP/MLD join/leave notificationsYuyang Huang