aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-03-08locking/mutex: Add context analysisPeter Zijlstra2-2/+2
2026-03-08compiler-context-analysys: Add __cond_releases()Peter Zijlstra1-0/+32
2026-03-08locking/mutex: Remove the list_head from struct mutexMatthew Wilcox (Oracle)2-2/+2
2026-03-08locking/semaphore: Remove the list_head from struct semaphoreMatthew Wilcox (Oracle)1-2/+2
2026-03-08locking/rwsem: Remove the list_head from struct rw_semaphoreMatthew Wilcox (Oracle)1-4/+4
2026-03-08futex: add missing function parameter commentsRandy Dunlap1-1/+3
2026-03-07eventpoll: Convert epoll_put_uevent() to scoped user accessEric Dumazet1-4/+7
2026-03-07memory: tegra: Prepare for supporting multiple intmask registersKetan Patil1-1/+7
2026-03-07memory: tegra: Group SoC specific fieldsKetan Patil1-0/+2
2026-03-07memory: tegra: Add support for multiple IRQsKetan Patil1-3/+5
2026-03-07memory: tegra: Group error handling related registersKetan Patil1-1/+21
2026-03-07Merge tag 'driver-core-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds1-0/+2
2026-03-07scsi: ufs: core: Add support to notify userspace of UniPro QoS eventsCan Guo2-0/+10
2026-03-07scsi: core: Drop using the host_lock to protect async_scan race conditionChaohai Chen1-3/+4
2026-03-07Merge tag 'for-linus-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+3
2026-03-07sched_ext: Add SCX_TASK_REENQ_REASON flagsTejun Heo1-0/+15
2026-03-07sched_ext: Simplify task state handlingTejun Heo1-12/+16
2026-03-07sched_ext: Implement scx_bpf_dsq_reenq() for user DSQsTejun Heo1-0/+6
2026-03-07sched_ext: Factor out nldsq_cursor_next_task() and nldsq_cursor_lost_task()Tejun Heo1-3/+3
2026-03-07sched_ext: Add per-CPU data to DSQsTejun Heo1-0/+5
2026-03-07crypto: ecc - correct kernel-doc formatRandy Dunlap1-10/+12
2026-03-07crypto: des - fix all kernel-doc warningsRandy Dunlap1-4/+4
2026-03-07crypto: acomp - repair kernel-doc warningsRandy Dunlap1-2/+3
2026-03-07rhashtable: consolidate hash computation in rht_key_get_hash()Mykyta Yatsenko1-10/+3
2026-03-06Merge tag 'kbuild-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linuxLinus Torvalds1-1/+3
2026-03-06net: phy: remove phy_attachHeiner Kallweit1-2/+0
2026-03-06inet_diag: report delayed ack timer informationEric Dumazet1-0/+9
2026-03-06qmi_wwan: allow max_mtu above hard_mtu to control rx_urb_sizeLaurent Vivier1-0/+1
2026-03-06net: stmmac: make pcs_mask and phy_mask u32Russell King (Oracle)1-2/+2
2026-03-06net: stmmac: mdio_bus_data->default_an_inband is booleanRussell King (Oracle)1-1/+1
2026-03-06drm/amdgpu: Move test for fbdev GEM object into generic helperThomas Zimmermann1-0/+8
2026-03-06Merge tag 'drm-fixes-2026-03-07' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds3-1/+12
2026-03-06Merge tag 'sound-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-0/+2
2026-03-06Merge tag 'hid-for-linus-2026030601' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds1-0/+6
2026-03-06sched_ext: Implement cgroup sub-sched enabling and disablingTejun Heo1-0/+1
2026-03-06sched_ext: Introduce scx_task_sched[_rcu]()Tejun Heo1-0/+7
2026-03-06sched_ext: Introduce cgroup sub-sched supportTejun Heo2-0/+7
2026-03-06Merge tag 'platform-drivers-x86-v7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds2-9/+10
2026-03-06Merge branch 'for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup into for-7.1Tejun Heo23-58/+259
2026-03-06Merge branch 'for-7.0-fixes' into for-7.1Tejun Heo30-124/+178
2026-03-06Merge tag 'io_uring-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds1-1/+2
2026-03-06ext4: fix signed format specifier in ext4_load_inode trace eventChristian Brauner1-1/+1
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-1/+1
2026-03-06nilfs2: widen trace event i_ino fields to u64Jeff Layton1-6/+6
2026-03-06f2fs: widen trace event i_ino fields to u64Jeff Layton1-121/+121
2026-03-06ext4: widen trace event i_ino fields to u64Jeff Layton1-272/+272
2026-03-06hugetlbfs: widen trace event i_ino fields to u64Jeff Layton1-21/+21
2026-03-06cachefiles: widen trace event i_ino fields to u64Jeff Layton1-9/+9
2026-03-06vfs: widen trace event i_ino fields to u64Jeff Layton8-154/+154
2026-03-06net: change sock.sk_ino and sock_i_ino() to u64Jeff Layton1-2/+2