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
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-18
i2c: support per-channel ATR alias pools
Romain Gantois
1
-9
/
+25
2025-04-18
i2c: use client addresses directly in ATR interface
Romain Gantois
1
-10
/
+10
2025-04-18
Merge tag 'irq-urgent-2025-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+2
2025-04-18
net: ethtool: mm: extract stmmac verification logic into common library
Vladimir Oltean
1
-0
/
+73
2025-04-18
virtgpu: don't reset on shutdown
Michael S. Tsirkin
1
-0
/
+3
2025-04-18
spi: Introduce and use spi_bpw_to_bytes()
Mark Brown
11
-33
/
+35
2025-04-17
mm: vmscan: restore high-cpu watermark safety in kswapd
Johannes Weiner
1
-2
/
+0
2025-04-17
writeback: fix false warning in inode_to_wb()
Andreas Gruenbacher
1
-0
/
+1
2025-04-17
fs/dax: fix folio splitting issue by resetting old folio order + _nr_pages
David Hildenbrand
1
-0
/
+17
2025-04-17
mm/page_alloc: fix deadlock on cpu_hotplug_lock in __accept_page()
Kirill A. Shutemov
1
-0
/
+3
2025-04-17
netdev: fix the locking for netdev notifications
Jakub Kicinski
1
-1
/
+1
2025-04-17
net: ethtool: Adjust exactly ETH_GSTRING_LEN-long stats to use memcpy
Kees Cook
1
-0
/
+11
2025-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-258
/
+155
2025-04-17
bpf: Prepare to reuse get_ctx_arg_idx
Amery Hung
1
-0
/
+1
2025-04-17
Merge tag 'sound-6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
1
-1
/
+0
2025-04-17
Merge tag 'platform-drivers-x86-v6.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
Linus Torvalds
1
-0
/
+4
2025-04-17
spi: Add spi_bpw_to_bytes() helper and use it
Andy Shevchenko
1
-0
/
+26
2025-04-17
iommu: Fix two issues in iommu_copy_struct_from_user()
Nicolin Chen
1
-4
/
+4
2025-04-17
iommu/pages: Allow sub page sizes to be passed into the allocator
Jason Gunthorpe
1
-3
/
+3
2025-04-17
iommu: Change iommu_iotlb_gather to use iommu_page_list
Jason Gunthorpe
1
-2
/
+2
2025-04-17
iommu/pages: Formalize the freelist API
Jason Gunthorpe
1
-0
/
+12
2025-04-17
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
9
-32
/
+9
2025-04-17
skb: implement skb_send_sock_locked_with_flags()
Antonio Quartulli
1
-0
/
+2
2025-04-17
block: introduce zone capacity helper
Naohiro Aota
1
-22
/
+45
2025-04-17
thunderbolt: Add Thunderbolt/USB4 <-> USB3 match function
Alan Borzeszkowski
1
-0
/
+18
2025-04-17
EISA: Increase length of device names
Kees Cook
1
-1
/
+4
2025-04-17
fs: move the bdex_statx call to vfs_getattr_nosec
Christoph Hellwig
1
-3
/
+3
2025-04-17
dma-mapping: avoid potential unused data compilation warning
Marek Szyprowski
1
-4
/
+8
2025-04-16
Merge tag 'mm-hotfixes-stable-2025-04-16-19-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
3
-173
/
+101
2025-04-16
sched/topology: Introduce sched_update_asym_prefer_cpu()
K Prateek Nayak
1
-0
/
+6
2025-04-16
i2c: core: Deprecate of_node in struct i2c_board_info
Andy Shevchenko
1
-1
/
+1
2025-04-16
kernel: globalize lookup_or_create_module_kobject()
Shyam Saini
1
-0
/
+2
2025-04-16
xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}
Cosmin Ratiu
1
-3
/
+7
2025-04-16
crypto: api - Add support for duplicating algorithms before registration
Herbert Xu
1
-0
/
+9
2025-04-16
Merge branch 'x86/cpu' into x86/fpu, to pick up dependent commits
Ingo Molnar
1
-55
/
+49
2025-04-16
crypto: api - Add reqsize to crypto_alg
Herbert Xu
1
-0
/
+7
2025-04-16
crypto: api - Mark cra_init/cra_exit as deprecated
Herbert Xu
1
-11
/
+2
2025-04-16
crypto: api - Add helpers to manage request flags
Herbert Xu
1
-0
/
+24
2025-04-16
crypto: ahash - Remove request chaining
Herbert Xu
1
-15
/
+0
2025-04-15
net: ptp: introduce .supported_perout_flags to ptp_clock_info
Jacob Keller
1
-0
/
+6
2025-04-15
net: ptp: introduce .supported_extts_flags to ptp_clock_info
Jacob Keller
1
-0
/
+12
2025-04-15
PCI: pciehp: Ignore Link Down/Up caused by Secondary Bus Reset
Lukas Wunner
1
-0
/
+8
2025-04-15
sysfs: constify attribute_group::bin_attrs
Thomas Weißschuh
1
-1
/
+1
2025-04-15
sysfs: constify bin_attribute argument of bin_attribute::read/write()
Thomas Weißschuh
1
-21
/
+4
2025-04-15
device property: Add a note to the fwnode.h
Andy Shevchenko
1
-0
/
+5
2025-04-15
net: phy: remove device_phy_find_device
Heiner Kallweit
1
-6
/
+0
2025-04-15
platform/mellanox: Rename field to improve code readability
Vadim Pasternak
1
-2
/
+2
2025-04-15
driver core: auxiliary bus: add device creation helpers
Jerome Brunet
1
-0
/
+17
2025-04-15
mm: skip folio reclaim in legacy memcg contexts for deadlockable mappings
Joanne Koong
1
-0
/
+11
2025-04-15
interconnect: core: Add dynamic id allocation support
Raviteja Laggyshetty
2
-0
/
+15
[prev]
[next]