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