aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include/uapi (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-12-01objtool: Fix segfault on unknown alternativesIngo Molnar1-0/+3
2025-12-01locking/local_lock: Fix all kernel-doc warningsRandy Dunlap1-1/+3
2025-12-01locking/local_lock: s/l/__l/ and s/tl/__tl/ to reduce the risk of shadowingVincent Mailhol1-31/+31
2025-12-01locking/local_lock: Add the <linux/local_lock*.h> headers to MAINTAINERSSebastian Andrzej Siewior1-0/+1
2025-12-01locking/mutex: Redo __mutex_init() to reduce generated code sizeSebastian Andrzej Siewior5-32/+75
2025-11-30Linux 6.18Linus Torvalds1-1/+1
2025-11-29MIPS: mm: kmalloc tlb_vpn array to avoid stack overflowThomas Bogendoerfer1-2/+16
2025-11-28afs: Fix uninit var in afs_alloc_anon_key()David Howells1-1/+2
2025-11-28x86/boot: Clean up whitespace in a20.cHarry Fellowes1-5/+5
2025-11-28mailbox: th1520: fix clock imbalance on probe failureJohan Hovold1-3/+1
2025-11-28arm64/mm: Document why linear map split failure upon vm_reset_perms is not problematicDev Jain1-0/+9
2025-11-28arm64/pageattr: Propagate return value from __change_memory_commonDev Jain1-1/+4
2025-11-28mailbox: pcc: don't zero error registerJamie Iles1-4/+4
2025-11-28mailbox: mtk-gpueb: Add missing 'static' to mailbox ops structNicolas Frattaroli1-1/+1
2025-11-28mailbox: mtk-cmdq: Refine DMA address handling for the command bufferJason-JH Lin2-14/+41
2025-11-28mailbox: mailbox-test: Fix debugfs_create_dir error checkingHaotian Zhang1-1/+1
2025-11-28mailbox: omap-mailbox: Check for pending msgs only when mbox is exclusiveBeleswar Padhi1-15/+20
2025-11-28io_uring: convert io_create_mock_file() to FD_PREPARE()Christian Brauner1-28/+15
2025-11-28file: convert replace_fd() to FD_PREPARE()Christian Brauner1-11/+8
2025-11-28vfio: convert vfio_group_ioctl_get_device_fd() to FD_ADD()Christian Brauner1-23/+5
2025-11-28tty: convert ptm_open_peer() to FD_ADD()Christian Brauner1-33/+18
2025-11-28ntsync: convert ntsync_obj_get_fd() to FD_PREPARE()Christian Brauner1-15/+6
2025-11-28media: convert media_request_alloc() to FD_PREPARE()Christian Brauner1-22/+12
2025-11-28hv: convert mshv_ioctl_create_partition() to FD_ADD()Christian Brauner1-24/+6
2025-11-28gpio: convert linehandle_create() to FD_PREPARE()Christian Brauner1-45/+21
2025-11-28pseries: port papr_rtas_setup_file_interface() to FD_ADD()Christian Brauner1-22/+5
2025-11-28pseries: convert papr_platform_dump_create_handle() to FD_ADD()Christian Brauner1-22/+8
2025-11-28spufs: convert spufs_gang_open() to FD_PREPARE()Christian Brauner1-16/+5
2025-11-28papr-hvpipe: convert papr_hvpipe_dev_create_handle() to FD_PREPARE()Christian Brauner1-30/+9
2025-11-28spufs: convert spufs_context_open() to FD_PREPARE()Christian Brauner1-16/+5
2025-11-28net/socket: convert __sys_accept4_file() to FD_ADD()Christian Brauner1-14/+1
2025-11-28net/socket: convert sock_map_fd() to FD_ADD()Christian Brauner1-14/+5
2025-11-28net/kcm: convert kcm_ioctl() to FD_PREPARE()Christian Brauner1-15/+7
2025-11-28net/handshake: convert handshake_nl_accept_doit() to FD_PREPARE()Christian Brauner1-20/+18
2025-11-28secretmem: convert memfd_secret() to FD_ADD()Christian Brauner1-19/+1
2025-11-28memfd: convert memfd_create() to FD_ADD()Christian Brauner1-24/+5
2025-11-28bpf: convert bpf_token_create() to FD_PREPARE()Christian Brauner1-32/+15
2025-11-28bpf: convert bpf_iter_new_fd() to FD_PREPARE()Christian Brauner1-21/+8
2025-11-28ipc: convert do_mq_open() to FD_ADD()Christian Brauner1-29/+25
2025-11-28exec: convert begin_new_exec() to FD_ADD()Christian Brauner1-2/+1
2025-11-28af_unix: convert unix_file_open() to FD_ADD()Christian Brauner1-15/+1
2025-11-28dma: convert dma_buf_fd() to FD_ADD()Christian Brauner1-9/+1
2025-11-28xfs: convert xfs_open_by_handle() to FD_PREPARE()Christian Brauner1-39/+17
2025-11-28userfaultfd: convert new_userfaultfd() to FD_PREPARE()Christian Brauner1-20/+10
2025-11-28timerfd: convert timerfd_create() to FD_ADD()Christian Brauner1-20/+9
2025-11-28signalfd: convert do_signalfd4() to FD_ADD()Christian Brauner1-18/+11
2025-11-28open: convert do_sys_openat2() to FD_ADD()Christian Brauner1-14/+3
2025-11-28eventpoll: convert do_epoll_create() to FD_PREPARE()Christian Brauner1-22/+10
2025-11-28autofs: convert autofs_dev_ioctl_open_mountpoint() to FD_ADD()Christian Brauner1-24/+6
2025-11-28nsfs: convert ns_ioctl() to FD_PREPARE()Christian Brauner1-23/+12