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-08-04
Merge branch 'crashkernel-cma' into kexec-next
Mike Rapoport (Microsoft)
2
-1
/
+12
2026-08-04
memblock: add memblock_reserved_hugetlb_size()
Pratyush Yadav (Google)
1
-0
/
+1
2026-08-04
memblock: make HugeTLB bootmem allocation work with KHO
Pratyush Yadav (Google)
1
-0
/
+3
2026-08-04
mm/mm_init: don't rely on memblock to get KHO scratch migratetype
Pratyush Yadav (Google)
2
-19
/
+15
2026-08-04
kho: initialize kho_scratch pointer earlier in boot
Pratyush Yadav (Google)
1
-0
/
+3
2026-08-04
kho: expose kho_scratch_overlap() to kexec_handover.h
Pratyush Yadav (Google)
1
-0
/
+7
2026-08-04
kho: add kho_radix_init_tree()
Pratyush Yadav (Google)
1
-0
/
+7
2026-08-04
kho: allow destroying KHO radix tree
Pratyush Yadav (Google)
1
-0
/
+3
2026-08-04
kho: add data argument to radix walk callback
Pratyush Yadav (Google)
1
-4
/
+4
2026-08-04
kho: add callback for table pages
Pratyush Yadav (Google)
1
-0
/
+3
2026-08-04
kho: add a struct for radix callbacks
Pratyush Yadav (Google)
1
-3
/
+12
2026-08-03
taskstats: remove dead taskstats_exit_mutex declaration
Yiyang Chen
1
-1
/
+0
2026-08-03
pps: don't allow PPS_KC_BIND on removed devices
Calvin Owens
1
-0
/
+1
2026-08-03
watchdog/softlockup: fix softlockup typos
Matthew Chen
1
-2
/
+2
2026-08-03
ublk: add UBLK_F_IO_DESC_SIZE
Caleb Sander Mateos
1
-1
/
+4
2026-08-03
net: mana: force full-page RX buffers via ethtool private flag
Dipayaan Roy
1
-0
/
+8
2026-08-04
f2fs: don't drop the top folio order in the f2fs_iostat tracepoint
Zhan Xusheng
1
-4
/
+16
2026-08-03
xsk: validate metadata when processing requests
Stanislav Fomichev
2
-25
/
+28
2026-08-03
xsk: move xsk_tx_metadata_request() to xdp_sock_drv.h
Stanislav Fomichev
2
-43
/
+43
2026-08-03
xsk: validate launch-time metadata size
Stanislav Fomichev
1
-4
/
+13
2026-08-03
xsk: clear metadata pointer when no timestamp is requested
Stanislav Fomichev
1
-4
/
+10
2026-08-03
xsk: pass TX metadata pointer by reference
Stanislav Fomichev
2
-4
/
+6
2026-08-03
binfmt_misc: correctly account pre-opened interpreters
Christian Brauner
2
-0
/
+6
2026-08-03
sched_ext: Eject the top rescue consumer on overload
Tejun Heo
1
-0
/
+3
2026-08-03
sched_ext: Add bandwidth-limited rescue execution for stranded tasks
Tejun Heo
1
-0
/
+1
2026-08-03
sched_ext: Add SCX_TASK_PROTECTED
Tejun Heo
1
-0
/
+1
2026-08-03
sched_ext: Synchronize slice and dsq_vtime writes
Tejun Heo
1
-0
/
+2
2026-08-03
kho: make radix max key width more obvious
Pratyush Yadav (Google)
1
-6
/
+3
2026-08-03
kho: generalize radix tree APIs
Pratyush Yadav (Google)
1
-18
/
+16
2026-08-03
HID: input: read battery capacity from its actual report offset
Jose VillaseƱor Montfort
1
-0
/
+2
2026-08-03
binfmt_misc: let a 'B' entry bind its interpreters
Christian Brauner
2
-4
/
+38
2026-08-03
Merge tag 'sched_ext-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
1
-5
/
+5
2026-08-03
Merge tag 'cgroup-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
1
-1
/
+3
2026-08-03
usb: core: Add quirk for 255-bytes initial config read
Nikhil Solanke
1
-0
/
+3
2026-08-03
serial: 8250: allow UART drivers to override rx_trig_bytes handling
Crescent Hsieh
1
-0
/
+2
2026-08-03
serial: 8250: allow low-level drivers to override break control
Crescent Hsieh
2
-0
/
+2
2026-08-03
serial: 8250: add Moxa MUEx50 UART port type
Crescent Hsieh
1
-0
/
+3
2026-08-03
Merge branch 'for-linus' into for-next
Takashi Iwai
21
-69
/
+146
2026-08-03
svcrdma: Validate Read chunk positions at decode time
Chuck Lever
1
-0
/
+2
2026-08-03
svcrdma: Fix pcl_for_each_segment for empty chunks
Chris Mason
1
-1
/
+1
2026-08-03
bpf: Remove unused BTF_FMODEL_STRUCT_ARG
Yonghong Song
1
-3
/
+0
2026-08-03
Merge remote-tracking branch 'asoc/for-7.3' into asoc-next
Mark Brown
15
-121
/
+842
2026-08-03
uprobes: Switch uretprobes_srcu to SRCU-fast-updown
Puranjay Mohan
1
-2
/
+3
2026-08-03
srcu: Add lock guard for srcu_fast_updown flavor
Puranjay Mohan
1
-0
/
+7
2026-08-03
binfmt_misc: let a bpf handler request loader substitution
Christian Brauner
1
-0
/
+4
2026-08-03
exec: carry a PT_INTERP substitute in struct linux_binprm
Christian Brauner
1
-0
/
+3
2026-08-03
binfmt_misc: let a bpf handler run the interpreter transparently
Christian Brauner
1
-0
/
+4
2026-08-03
exec: add AT_FLAGS_TRANSPARENT_INTERP
Christian Brauner
2
-0
/
+29
2026-08-03
binfmt_misc: add binfmt_misc_ops bpf struct_ops
Christian Brauner
1
-0
/
+71
2026-08-03
exec: stash bpf-selected interpreter state in struct linux_binprm
Christian Brauner
1
-0
/
+8
[prev]
[next]