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