index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-27
virtio_pci: Add support for PCIe Function Level Reset
Israel Rukshin
3
-25
/
+118
2025-01-27
vhost/net: Set num_buffers for virtio 1.0
Akihiko Odaki
1
-1
/
+4
2025-01-27
vdpa/octeon_ep: read vendor-specific PCI capability
Shijith Thotton
3
-2
/
+58
2025-01-27
virtio-pci: define type and header for PCI vendor data
Shijith Thotton
1
-0
/
+14
2025-01-27
vdpa/octeon_ep: handle device config change events
Satha Rao
1
-0
/
+8
2025-01-27
vdpa/octeon_ep: enable support for multiple interrupts per device
Shijith Thotton
3
-39
/
+62
2025-01-27
vdpa: solidrun: Replace deprecated PCI functions
Philipp Stanner
1
-29
/
+28
2025-01-27
s390/kdump: virtio-mem kdump support (CONFIG_PROC_VMCORE_DEVICE_RAM)
David Hildenbrand
2
-8
/
+32
2025-01-27
virtio-mem: support CONFIG_PROC_VMCORE_DEVICE_RAM
David Hildenbrand
2
-0
/
+89
2025-01-27
virtio-mem: remember usable region size
David Hildenbrand
1
-3
/
+7
2025-01-27
virtio-mem: mark device ready before registering callbacks in kdump mode
David Hildenbrand
1
-2
/
+3
2025-01-27
fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges in 2nd kernel
David Hildenbrand
3
-0
/
+183
2025-01-27
fs/proc/vmcore: factor out freeing a list of vmcore ranges
David Hildenbrand
2
-8
/
+12
2025-01-27
fs/proc/vmcore: factor out allocating a vmcore range and adding it to a list
David Hildenbrand
2
-19
/
+16
2025-01-27
fs/proc/vmcore: move vmcore definitions out of kcore.h
David Hildenbrand
3
-23
/
+23
2025-01-27
fs/proc/vmcore: prefix all pr_* with "vmcore:"
David Hildenbrand
1
-1
/
+3
2025-01-27
fs/proc/vmcore: disallow vmcore modifications while the vmcore is open
David Hildenbrand
1
-23
/
+34
2025-01-27
fs/proc/vmcore: replace vmcoredd_mutex by vmcore_mutex
David Hildenbrand
1
-9
/
+8
2025-01-27
fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutex
David Hildenbrand
1
-7
/
+8
2025-01-26
module: sign with sha512 instead of sha1 by default
Thorsten Leemhuis
1
-0
/
+1
2025-01-26
module: Don't fail module loading when setting ro_after_init section RO failed
Christophe Leroy
1
-3
/
+4
2025-01-26
module: Split module_enable_rodata_ro()
Christophe Leroy
3
-7
/
+13
2025-01-26
module: sysfs: Use const 'struct bin_attribute'
Thomas Weißschuh
1
-10
/
+10
2025-01-26
module: sysfs: Add notes attributes through attribute_group
Thomas Weißschuh
1
-26
/
+28
2025-01-26
module: sysfs: Simplify section attribute allocation
Thomas Weißschuh
1
-8
/
+10
2025-01-26
module: sysfs: Drop 'struct module_sect_attr'
Thomas Weißschuh
1
-15
/
+11
2025-01-26
module: sysfs: Drop member 'module_sect_attr::address'
Thomas Weißschuh
1
-5
/
+2
2025-01-26
module: sysfs: Drop member 'module_sect_attrs::nsections'
Thomas Weißschuh
1
-6
/
+3
2025-01-26
module: Constify 'struct module_attribute'
Thomas Weißschuh
5
-34
/
+34
2025-01-26
module: Handle 'struct module_version_attribute' as const
Thomas Weißschuh
2
-3
/
+3
2025-01-26
params: Prepare for 'const struct module_attribute *'
Thomas Weißschuh
1
-3
/
+3
2025-01-26
module: Put known GPL offenders in an array
Uwe Kleine-König
1
-9
/
+14
2025-01-26
module: Extend the preempt disabled section in dereference_symbol_descriptor().
Sebastian Andrzej Siewior
1
-1
/
+1
2025-01-25
mm/compaction: fix UBSAN shift-out-of-bounds warning
Liu Shixin
1
-1
/
+2
2025-01-25
s390/mm: add missing ctor/dtor on page table upgrade
Alexander Gordeev
1
-0
/
+3
2025-01-25
kasan: sw_tags: use str_on_off() helper in kasan_init_sw_tags()
Thorsten Blum
1
-1
/
+2
2025-01-25
tools: add VM_WARN_ON_VMG definition
Suren Baghdasaryan
1
-0
/
+1
2025-01-25
mm/damon/core: use str_high_low() helper in damos_wmark_wait_us()
Thorsten Blum
1
-3
/
+3
2025-01-25
seqlock: add missing parameter documentation for raw_seqcount_try_begin()
Suren Baghdasaryan
1
-0
/
+1
2025-01-25
mm/page-writeback: consolidate wb_thresh bumping logic into __wb_calc_thresh
Jim Zhao
1
-37
/
+16
2025-01-25
mm/page_alloc: remove the incorrect and misleading comment
Yuntao Wang
1
-7
/
+0
2025-01-25
zram: remove zcomp_stream_put() from write_incompressible_page()
Sergey Senozhatsky
1
-1
/
+0
2025-01-25
mm: separate move/undo parts from migrate_pages_batch()
Byungchul Park
1
-51
/
+83
2025-01-25
mm/kfence: use str_write_read() helper in get_access_type()
Thorsten Blum
2
-2
/
+4
2025-01-25
selftests/mm/mkdirty: fix memory leak in test_uffdio_copy()
liuye
1
-0
/
+1
2025-01-25
kasan: hw_tags: Use str_on_off() helper in kasan_init_hw_tags()
Thorsten Blum
1
-2
/
+3
2025-01-25
selftests/mm: virtual_address_range: avoid reading from VM_IO mappings
Thomas Weißschuh
3
-0
/
+29
2025-01-25
selftests/mm: vm_util: split up /proc/self/smaps parsing
Thomas Weißschuh
1
-13
/
+29
2025-01-25
selftests/mm: virtual_address_range: unmap chunks after validation
Thomas Weißschuh
2
-2
/
+32
2025-01-25
selftests/mm: virtual_address_range: mmap() without PROT_WRITE
Thomas Weißschuh
1
-2
/
+2
[next]