index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-29
mtd: spinand: add support for HeYangTek HYF1GQ4UDACAE
Aleksei Sviridkin
1
-0
/
+1
2026-06-29
vdso: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
Thomas Huth
5
-11
/
+11
2026-06-29
firmware: stratix10-rsu: Add flash device info retrieval via SMC
Tze Yee Ng
2
-2
/
+35
2026-06-29
ALSA: hda: Force resume if acomp notified during system suspend
NĂcolas F. R. A. Prado
1
-0
/
+1
2026-06-29
ARM: s3c: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
Thomas Huth
1
-2
/
+2
2026-06-29
dt-bindings: clock: Add Amlogic A9 AO clock controller
Jian Hu
1
-0
/
+76
2026-06-29
fs: add umh argument to struct kernel_clone_args
Christian Brauner
1
-0
/
+1
2026-06-29
fs: make userspace_init_fs a dynamically-initialized pointer
Christian Brauner
2
-7
/
+9
2026-06-29
fs: add real_fs to track task's actual fs_struct
Christian Brauner
1
-0
/
+1
2026-06-29
fs: add scoped_with_init_fs()
Christian Brauner
1
-0
/
+31
2026-06-29
fs: add switch_fs_struct()
Christian Brauner
1
-0
/
+2
2026-06-29
super: make fs_holder_ops private
Christian Brauner
1
-7
/
+0
2026-06-29
fs: look up superblocks via the device table in fs_holder_ops
Christian Brauner
1
-0
/
+1
2026-06-29
fs: add dedicated block device open helpers for filesystems
Christian Brauner
1
-0
/
+7
2026-06-29
fs: maintain a global device-to-superblock table
Christian Brauner
1
-0
/
+2
2026-06-29
fs, block: move blk_mode_t and fop_flags_t into <linux/types.h>
Christian Brauner
3
-4
/
+2
2026-06-29
super: convert s_count to refcount_t s_passive
Christian Brauner
1
-1
/
+1
2026-06-29
block: split bdev_yield_claim() out of bdev_fput()
Christian Brauner
1
-0
/
+1
2026-06-29
block: allow making a block device unfreezable
Christian Brauner
2
-1
/
+3
2026-06-29
fs: Add bpf_sock_read_xattr() kfunc to read socket xattrs
Christian Brauner
1
-0
/
+1
2026-06-29
efs: Remove EFS
Matthew Wilcox (Oracle)
2
-117
/
+0
2026-06-29
driver core: add missing kernel-doc for union members
Randy Dunlap
1
-0
/
+2
2026-06-28
media: mc-entity: Add missing kerneldoc
Ricardo Ribalda
1
-0
/
+1
2026-06-28
Merge tag 'ntb-7.2' of https://github.com/jonmason/ntb
Linus Torvalds
1
-2
/
+2
2026-06-27
Merge tag 'sound-fix-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
3
-10
/
+36
2026-06-27
Merge tag 'rtc-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
Linus Torvalds
1
-0
/
+2
2026-06-26
NTB: fix kernel-doc warnings in ntb.h
Randy Dunlap
1
-2
/
+2
2026-06-26
Merge tag 'drm-fixes-2026-06-27' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-3
/
+3
2026-06-26
Merge tag 'ceph-for-7.2-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-0
/
+67
2026-06-26
Merge tag 'asoc-fix-v7.2-merge-window' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
Takashi Iwai
3
-10
/
+36
2026-06-25
bpf: Preserve scalar zero spills for stack reads
Woojin Ji
1
-0
/
+5
2026-06-25
bpf: Support BPF_F_EGRESS with bpf_redirect_peer
Jordan Rife
1
-8
/
+11
2026-06-26
Merge tag 'drm-misc-fixes-2026-06-25' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
Dave Airlie
1
-3
/
+3
2026-06-25
cgroup: Use data_race() for task->flags in task_css_set_check()
Guopeng Zhang
1
-1
/
+1
2026-06-25
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Linus Torvalds
15
-2
/
+603
2026-06-25
Merge tag 'spmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sboyd/spmi
Linus Torvalds
1
-1
/
+4
2026-06-25
Merge tag 'net-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
13
-26
/
+85
2026-06-25
net: add the driver-facing netdev_work scheduling API
Jakub Kicinski
1
-0
/
+11
2026-06-25
net: turn the rx_mode work into a generic netdev_work facility
Jakub Kicinski
1
-4
/
+6
2026-06-25
net: ethtool: keep rtnl_lock for ops using ethtool_op_get_link()
Jakub Kicinski
1
-0
/
+2
2026-06-25
Merge tag 'block-7.2-20260625' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
2
-11
/
+7
2026-06-25
Merge tag 'io_uring-7.2-20260625' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
1
-2
/
+0
2026-06-25
Merge branches 'clk-microchip' and 'clk-qcom' into clk-next
Stephen Boyd
10
-0
/
+735
2026-06-25
Merge branches 'clk-ti', 'clk-samsung', 'clk-rockchip' and 'clk-spacemit' into clk-next
Stephen Boyd
4
-2
/
+13
2026-06-25
Merge branches 'clk-renesas', 'clk-socfpga', 'clk-amlogic' and 'clk-canaan' into clk-next
Stephen Boyd
4
-0
/
+244
2026-06-25
ASoC: tas2781: Update default register address to TAS2563
Baojun Xu
1
-2
/
+2
2026-06-24
Merge tag 'nf-26-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
3
-8
/
+26
2026-06-24
sched_ext, rcu: Upgrade RCU stall paths to report cpumask of stalled CPUs
Cheng-Yang Chou
1
-2
/
+2
2026-06-24
cgroup: Fix a typo of the function name in comment
Zenghui Yu (Huawei)
1
-1
/
+1
2026-06-24
Merge tag 'pci-v7.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
Linus Torvalds
6
-16
/
+139
[prev]
[next]