| Commit message (Expand) | Author | Files | Lines |
39 hours | module: sign with sha512 instead of sha1 by default | Thorsten Leemhuis | 1 | -0/+1 |
39 hours | module: Don't fail module loading when setting ro_after_init section RO failed | Christophe Leroy | 1 | -3/+4 |
39 hours | module: Split module_enable_rodata_ro() | Christophe Leroy | 3 | -7/+13 |
39 hours | module: sysfs: Use const 'struct bin_attribute' | Thomas Weißschuh | 1 | -10/+10 |
39 hours | module: sysfs: Add notes attributes through attribute_group | Thomas Weißschuh | 1 | -26/+28 |
39 hours | module: sysfs: Simplify section attribute allocation | Thomas Weißschuh | 1 | -8/+10 |
39 hours | module: sysfs: Drop 'struct module_sect_attr' | Thomas Weißschuh | 1 | -15/+11 |
39 hours | module: sysfs: Drop member 'module_sect_attr::address' | Thomas Weißschuh | 1 | -5/+2 |
39 hours | module: sysfs: Drop member 'module_sect_attrs::nsections' | Thomas Weißschuh | 1 | -6/+3 |
39 hours | module: Constify 'struct module_attribute' | Thomas Weißschuh | 5 | -34/+34 |
39 hours | module: Handle 'struct module_version_attribute' as const | Thomas Weißschuh | 2 | -3/+3 |
39 hours | params: Prepare for 'const struct module_attribute *' | Thomas Weißschuh | 1 | -3/+3 |
39 hours | module: Put known GPL offenders in an array | Uwe Kleine-König | 1 | -9/+14 |
39 hours | module: Extend the preempt disabled section in dereference_symbol_descriptor(). | Sebastian Andrzej Siewior | 1 | -1/+1 |
46 hours | mm/compaction: fix UBSAN shift-out-of-bounds warning | Liu Shixin | 1 | -1/+2 |
46 hours | s390/mm: add missing ctor/dtor on page table upgrade | Alexander Gordeev | 1 | -0/+3 |
47 hours | kasan: sw_tags: use str_on_off() helper in kasan_init_sw_tags() | Thorsten Blum | 1 | -1/+2 |
47 hours | tools: add VM_WARN_ON_VMG definition | Suren Baghdasaryan | 1 | -0/+1 |
47 hours | mm/damon/core: use str_high_low() helper in damos_wmark_wait_us() | Thorsten Blum | 1 | -3/+3 |
47 hours | seqlock: add missing parameter documentation for raw_seqcount_try_begin() | Suren Baghdasaryan | 1 | -0/+1 |
47 hours | mm/page-writeback: consolidate wb_thresh bumping logic into __wb_calc_thresh | Jim Zhao | 1 | -37/+16 |
47 hours | mm/page_alloc: remove the incorrect and misleading comment | Yuntao Wang | 1 | -7/+0 |
47 hours | zram: remove zcomp_stream_put() from write_incompressible_page() | Sergey Senozhatsky | 1 | -1/+0 |
47 hours | mm: separate move/undo parts from migrate_pages_batch() | Byungchul Park | 1 | -51/+83 |
47 hours | mm/kfence: use str_write_read() helper in get_access_type() | Thorsten Blum | 2 | -2/+4 |
47 hours | selftests/mm/mkdirty: fix memory leak in test_uffdio_copy() | liuye | 1 | -0/+1 |
47 hours | kasan: hw_tags: Use str_on_off() helper in kasan_init_hw_tags() | Thorsten Blum | 1 | -2/+3 |
47 hours | selftests/mm: virtual_address_range: avoid reading from VM_IO mappings | Thomas Weißschuh | 3 | -0/+29 |
47 hours | selftests/mm: vm_util: split up /proc/self/smaps parsing | Thomas Weißschuh | 1 | -13/+29 |
47 hours | selftests/mm: virtual_address_range: unmap chunks after validation | Thomas Weißschuh | 2 | -2/+32 |
47 hours | selftests/mm: virtual_address_range: mmap() without PROT_WRITE | Thomas Weißschuh | 1 | -2/+2 |
47 hours | selftests/memfd/memfd_test: fix possible NULL pointer dereference | liuye | 1 | -1/+1 |
47 hours | mm: add FGP_DONTCACHE folio creation flag | Jens Axboe | 2 | -0/+7 |
47 hours | mm: call filemap_fdatawrite_range_kick() after IOCB_DONTCACHE issue | Jens Axboe | 1 | -0/+5 |
47 hours | mm/filemap: add filemap_fdatawrite_range_kick() helper | Jens Axboe | 2 | -0/+20 |
47 hours | mm/filemap: drop streaming/uncached pages when writeback completes | Jens Axboe | 1 | -0/+28 |
47 hours | mm/filemap: add read support for RWF_DONTCACHE | Jens Axboe | 2 | -2/+28 |
47 hours | fs: add RWF_DONTCACHE iocb and FOP_DONTCACHE file_operations flag | Jens Axboe | 2 | -2/+18 |
47 hours | mm/truncate: add folio_unmap_invalidate() helper | Jens Axboe | 2 | -25/+30 |
47 hours | mm/readahead: add readahead_control->dropbehind member | Jens Axboe | 2 | -1/+8 |
47 hours | mm: add PG_dropbehind folio flag | Jens Axboe | 2 | -1/+7 |
47 hours | mm/readahead: add folio allocation helper | Jens Axboe | 1 | -5/+11 |
47 hours | mm/filemap: use page_cache_sync_ra() to kick off read-ahead | Jens Axboe | 1 | -3/+3 |
47 hours | mm/filemap: change filemap_create_folio() to take a struct kiocb | Jens Axboe | 1 | -8/+9 |
47 hours | mm/hugetlb: use folio->lru int demote_free_hugetlb_folios() | David Hildenbrand | 1 | -3/+5 |
47 hours | mm/hugetlb-cgroup: convert hugetlb_cgroup_css_offline() to work on folios | David Hildenbrand | 1 | -9/+8 |
47 hours | mm/hugetlb: rename folio_putback_active_hugetlb() to folio_putback_hugetlb() | David Hildenbrand | 3 | -7/+18 |
47 hours | mm/migrate: don't call folio_putback_active_hugetlb() on dst hugetlb folio | David Hildenbrand | 2 | -4/+14 |
47 hours | mm/hugetlb: rename isolate_hugetlb() to folio_isolate_hugetlb() | David Hildenbrand | 5 | -10/+27 |
47 hours | mm/huge_memory: convert has_hwpoisoned into a pure folio flag | David Hildenbrand | 2 | -5/+3 |