| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/slub.c: drop lockdep_assert_held() from put_map() | Sebastian Andrzej Siewior | 2020-08-07 | 1 | -2/+0 |
* | mm, slab/slub: improve error reporting and overhead of cache_from_obj() | Vlastimil Babka | 2020-08-07 | 3 | -45/+46 |
* | mm, slab/slub: move and improve cache_from_obj() | Vlastimil Babka | 2020-08-07 | 3 | -23/+29 |
* | mm, slub: extend checks guarded by slub_debug static key | Vlastimil Babka | 2020-08-07 | 1 | -3/+3 |
* | mm, slub: introduce kmem_cache_debug_flags() | Vlastimil Babka | 2020-08-07 | 1 | -5/+16 |
* | mm, slub: introduce static key for slub_debug() | Vlastimil Babka | 2020-08-07 | 1 | -3/+13 |
* | mm, slub: make reclaim_account attribute read-only | Vlastimil Babka | 2020-08-07 | 1 | -10/+1 |
* | mm, slub: make remaining slub_debug related attributes read-only | Vlastimil Babka | 2020-08-07 | 1 | -59/+3 |
* | mm, slub: remove runtime allocation order changes | Vlastimil Babka | 2020-08-07 | 1 | -18/+1 |
* | mm, slub: make some slub_debug related attributes read-only | Vlastimil Babka | 2020-08-07 | 1 | -43/+3 |
* | mm, slub: extend slub_debug syntax for multiple blocks | Vlastimil Babka | 2020-08-07 | 1 | -51/+126 |
* | mm/slab.c: update outdated kmem_list3 in a comment | Xiao Yang | 2020-08-07 | 1 | -1/+1 |
* | mm, slab: check GFP_SLAB_BUG_MASK before alloc_pages in kmalloc_order | Long Li | 2020-08-07 | 4 | -14/+23 |
* | mm/slab: add naive detection of double free | Kees Cook | 2020-08-07 | 1 | -2/+12 |
* | mm: ksize() should silently accept a NULL pointer | William Kucharski | 2020-08-07 | 1 | -9/+5 |
* | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 2020-08-07 | 1 | -4/+4 |
* | mm/shuffle: don't move pages between zones and don't read garbage memmaps | David Hildenbrand | 2020-08-07 | 1 | -9/+9 |
* | mm/migrate: fix migrate_pgmap_owner w/o CONFIG_MMU_NOTIFIER | Ralph Campbell | 2020-08-07 | 1 | -3/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2020-08-06 | 2 | -3/+7 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-07-26 | 8 | -21/+88 |
| |\ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-07-11 | 19 | -120/+128 |
| |\ \ |
|
| * | | | debugfs: make sure we can remove u32_array files cleanly | Jakub Kicinski | 2020-07-10 | 2 | -3/+7 |
* | | | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | 2020-08-05 | 2 | -6/+24 |
|\ \ \ \ |
|
| * | | | | mm/notifier: add migration invalidation type | Ralph Campbell | 2020-07-28 | 1 | -1/+7 |
| * | | | | mm/migrate: add a flags parameter to migrate_vma | Ralph Campbell | 2020-07-28 | 1 | -2/+4 |
| * | | | | mm/hmm: provide the page mapping order in hmm_range_fault() | Ralph Campbell | 2020-07-10 | 1 | -3/+13 |
* | | | | | Merge tag 'docs-5.9' of git://git.lwn.net/linux | Linus Torvalds | 2020-08-05 | 2 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | docs: move nommu-mmap.txt to admin-guide and rename to ReST | Mauro Carvalho Chehab | 2020-06-26 | 2 | -2/+2 |
* | | | | | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-08-04 | 10 | -13/+13 |
|\ \ \ \ \ \ |
|
| * | | | | | | treewide: Remove uninitialized_var() usage | Kees Cook | 2020-07-16 | 9 | -12/+12 |
| * | | | | | | mm/debug_vm_pgtable: Remove uninitialized_var() usage | Kees Cook | 2020-07-16 | 1 | -1/+1 |
* | | | | | | | Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-08-03 | 2 | -3/+4 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2020-07-31 | 2 | -3/+4 |
| |\ \ \ \ \ \ \
| | |_|_|_|_|_|/
| |/| | | | | | |
|
| | | | | | | | | |
| | | \ \ \ \ \ | |
| | *-. \ \ \ \ \ | Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a... | Paul E. McKenney | 2020-06-29 | 2 | -3/+4 |
| | |\ \ \ \ \ \ \
| | | |_|/ / / / /
| | |/| | | | | | |
|
| | | | * | | | | | mm/list_lru.c: Rename kvfree_rcu() to local variant | Uladzislau Rezki (Sony) | 2020-06-29 | 1 | -3/+3 |
| | | |/ / / / /
| | |/| | | | | |
|
| | | * | | | | | mm/mmap.c: Add cond_resched() for exit_mmap() CPU stalls | Paul E. McKenney | 2020-06-29 | 1 | -0/+1 |
| | |/ / / / / |
|
* | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2020-08-03 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | alpha: Replace smp_read_barrier_depends() usage with smp_[r]mb() | Will Deacon | 2020-07-21 | 1 | -1/+1 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 2020-08-03 | 1 | -28/+29 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | mm/memblock: expose only miminal interface to add/walk physmem | David Hildenbrand | 2020-07-10 | 1 | -28/+29 |
| |/ / / / / / |
|
* | | | | | | | Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-08-03 | 1 | -27/+64 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | mm: support async buffered reads in generic_file_buffered_read() | Jens Axboe | 2020-06-22 | 1 | -11/+27 |
| * | | | | | | | mm: add support for async page locking | Jens Axboe | 2020-06-22 | 1 | -1/+44 |
| * | | | | | | | mm: abstract out wake_page_match() from wake_page_function() | Jens Axboe | 2020-06-22 | 1 | -31/+4 |
| * | | | | | | | mm: allow read-ahead with IOCB_NOWAIT set | Jens Axboe | 2020-06-22 | 1 | -2/+0 |
| | |_|_|_|/ /
| |/| | | | | |
|
* | | | | | | | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-08-03 | 3 | -145/+31 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | writeback: remove struct bdi_writeback_congested | Christoph Hellwig | 2020-07-09 | 1 | -140/+9 |
| * | | | | | | | writeback: remove {set,clear}_wb_congested | Christoph Hellwig | 2020-07-09 | 1 | -6/+6 |
| * | | | | | | | block: remove the bd_queue field from struct block_device | Christoph Hellwig | 2020-07-01 | 1 | -1/+1 |
| * | | | | | | | block: move bio_associate_blkg_from_page to mm/page_io.c | Christoph Hellwig | 2020-06-29 | 1 | -0/+17 |
| |/ / / / / / |
|