linux-2.6-microblaze.git
2021-09-03 Andrey Konovalovkasan: test: avoid writing invalid memory
2021-09-03 Andrey Konovalovkasan: test: rework kmalloc_oob_right
2021-09-03 Woody Linmm/kasan: move kasan.fault to mm/kasan/report.c
2021-09-03 Chen Wandunmm/vmalloc: fix wrong behavior in vread
2021-09-03 Uladzislau... lib/test_vmalloc.c: add a new 'nr_pages' parameter
2021-09-03 Uladzislau... mm/vmalloc: remove gfpflags_allow_blocking() check
2021-09-03 Uladzislau... mm/vmalloc: use batched page requests in bulk-allocator
2021-09-03 Miles Chenmm/sparse: clarify pgdat_to_phys
2021-09-03 Matthew Wilcoxinclude/linux/mmzone.h: avoid a warning in sparse memor...
2021-09-03 Naoya Horiguchimm/sparse: set SECTION_NID_SHIFT to 6
2021-09-03 Ohhoon Kwonmm: sparse: remove __section_nr() function
2021-09-03 Ohhoon Kwonmm: sparse: pass section_nr to find_memory_block
2021-09-03 Ohhoon Kwonmm: sparse: pass section_nr to section_mark_present
2021-09-03 Muchun Songmm/bootmem_info.c: mark __init on register_page_bootmem...
2021-09-03 Chen Wandunmm/mremap: fix memory account on do_munmap() failure
2021-09-03 Liam R. Howlettremap_file_pages: Use vma_lookup() instead of find_vma()
2021-09-03 Luigi Rizzomm/pagemap: add mmap_assert_locked() annotations to...
2021-09-03 Greg Kroah... mm: change fault_in_pages_* to have an unsigned size...
2021-09-03 Huang Yingmm,do_huge_pmd_numa_page: remove unnecessary TLB flushi...
2021-09-03 Christoph Hellwigmm: remove flush_kernel_dcache_page
2021-09-03 Christoph Hellwigscatterlist: replace flush_kernel_dcache_page with...
2021-09-03 Christoph Hellwigmmc: mmc_spi: replace flush_kernel_dcache_page with...
2021-09-03 Christoph Hellwigmmc: JZ4740: remove the flush_kernel_dcache_page call...
2021-09-03 Colin Ian Kingselftests: Fix spelling mistake "cann't" -> "cannot"
2021-09-03 Po-Hsu Linselftests/vm: use kselftest skip code for skipped tests
2021-09-03 Shakeel Buttmemcg: make memcg->event_list_lock irqsafe
2021-09-03 Michal Hockomemcg: fix up drain_local_stock comment
2021-09-03 Miaohe Linmm, memcg: save some atomic ops when flush is already...
2021-09-03 Miaohe Linmm, memcg: remove unused functions
2021-09-03 Baolin Wangmm: memcontrol: set the correct memcg swappiness restri...
2021-09-03 Vasily Averinmemcg: replace in_interrupt() by !in_task() in active_m...
2021-09-03 Shakeel Buttmemcg: cleanup racy sum avoidance code
2021-09-03 Vasily Averinmemcg: enable accounting for ldt_struct objects
2021-09-03 Vasily Averinmemcg: enable accounting for posix_timers_cache slab
2021-09-03 Vasily Averinmemcg: enable accounting for signals
2021-09-03 Vasily Averinmemcg: enable accounting of ipc resources
2021-09-03 Vasily Averinmemcg: enable accounting for new namesapces and struct...
2021-09-03 Vasily Averinmemcg: enable accounting for fasync_cache
2021-09-03 Vasily Averinmemcg: enable accounting for file lock caches
2021-09-03 Vasily Averinmemcg: enable accounting for pollfd and select bits...
2021-09-03 Vasily Averinmemcg: enable accounting for mnt_cache entries
2021-09-03 Yutian Yangmemcg: charge fs_context and legacy_fs_context
2021-09-03 Shakeel Buttmemcg: infrastructure to flush memcg stats
2021-09-03 Shakeel Buttmemcg: switch lruvec stats to rstat
2021-09-03 Vasily Averinmemcg: enable accounting for pids in nested pid namespaces
2021-09-03 Suren Baghdasaryanmm, memcg: inline swap-related functions to improve...
2021-09-03 Suren Baghdasaryanmm, memcg: inline mem_cgroup_{charge/uncharge} to impro...
2021-09-03 Suren Baghdasaryanmm, memcg: add mem_cgroup_disabled checks in vmpressure...
2021-09-03 Hugh Dickinsshmem: shmem_writepage() split unlikely i915 THP
2021-09-03 Hugh Dickinshuge tmpfs: decide stat.st_blksize by shmem_is_huge()
2021-09-03 Hugh Dickinshuge tmpfs: shmem_is_huge(vma, inode, index)
2021-09-03 Hugh Dickinshuge tmpfs: SGP_NOALLOC to stop collapse_file() on...
2021-09-03 Hugh Dickinshuge tmpfs: move shmem_huge_enabled() upwards
2021-09-03 Hugh Dickinshuge tmpfs: revert shmem's use of transhuge_vma_enabled()
2021-09-03 Hugh Dickinshuge tmpfs: remove shrinklist addition from shmem_setattr()
2021-09-03 Hugh Dickinshuge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZE
2021-09-03 Hugh Dickinshuge tmpfs: fix fallocate(vanilla) advance over huge...
2021-09-03 Miaohe Linshmem: include header file to declare swap_info
2021-09-03 Miaohe Linshmem: remove unneeded function forward declaration
2021-09-03 Miaohe Linshmem: remove unneeded header file
2021-09-03 Miaohe Linshmem: remove unneeded variable ret
2021-09-03 Sebastian Andrzej... shmem: use raw_spinlock_t for ->stat_lock
2021-09-03 John Hubbardmm: delete unused get_kernel_page()
2021-09-03 Hugh Dickinsfs, mm: fix race in unlinking swapfile
2021-09-03 John Hubbardmm/gup: remove try_get_page(), call try_get_compound_he...
2021-09-03 John Hubbardmm/gup: small refactoring: simplify try_grab_page()
2021-09-03 John Hubbardmm/gup: documentation corrections for gup/pup
2021-09-03 Miaohe Linmm: gup: use helper PAGE_ALIGNED in populate_vma_page_r...
2021-09-03 Miaohe Linmm: gup: fix potential pgmap refcnt leak in __gup_devic...
2021-09-03 Miaohe Linmm: gup: remove useless BUG_ON in __get_user_pages()
2021-09-03 Miaohe Linmm: gup: remove unneed local variable orig_refs
2021-09-03 Miaohe Linmm: gup: remove set but unused local variable major
2021-09-03 Jing Yangyanginclude/linux/buffer_head.h: fix boolreturn.cocci warnings
2021-09-03 Shakeel Buttwriteback: memcg: simplify cgroup_writeback_by_id
2021-09-03 Johannes Weinerfs: inode: count invalidated shadow pages in pginodesteal
2021-09-03 Johannes Weinerfs: drop_caches: fix skipping over shadow cache inodes
2021-09-03 Johannes Weinermm: remove irqsave/restore locking from contexts with...
2021-09-03 Jan Karawriteback: use READ_ONCE for unlocked reads of writebac...
2021-09-03 Jan Karawriteback: rename domain_update_bandwidth()
2021-09-03 Jan Karawriteback: fix bandwidth estimate for spiky workload
2021-09-03 Jan Karawriteback: reliably update bandwidth estimation
2021-09-03 Jan Karawriteback: track number of inodes under writeback
2021-09-03 liuhailongmm: add kernel_misc_reclaimable in show_free_areas
2021-09-03 Matthew Wilcox... mm: report a more useful address for reclaim acquisition
2021-09-03 Gavin Shanmm/debug_vm_pgtable: fix corrupted page flag
2021-09-03 Gavin Shanmm/debug_vm_pgtable: remove unused code
2021-09-03 Gavin Shanmm/debug_vm_pgtable: use struct pgtable_debug_args...
2021-09-03 Gavin Shanmm/debug_vm_pgtable: use struct pgtable_debug_args...
2021-09-03 Gavin Shanmm/debug_vm_pgtable: use struct pgtable_debug_args...
2021-09-03 Gavin Shanmm/debug_vm_pgtable: use struct pgtable_debug_args...
2021-09-03 Gavin Shanmm/debug_vm_pgtable: use struct pgtable_debug_args...
2021-09-03 Gavin Shanmm/debug_vm_pgtable: use struct pgtable_debug_args...
2021-09-03 Gavin Shanmm/debug_vm_pgtable: use struct pgtable_debug_args...
2021-09-03 Gavin Shanmm/debug_vm_pgtable: use struct pgtable_debug_args...
2021-09-03 Gavin Shanmm/debug_vm_pgtable: use struct pgtable_debug_args...
2021-09-03 Gavin Shanmm/debug_vm_pgtable: introduce struct pgtable_debug_args
2021-09-03 kernel test... arch/csky/kernel/probes/kprobes.c: fix bugon.cocci...
2021-09-03 Gang Heocfs2: ocfs2_downconvert_lock failure results in deadlock
2021-09-03 Tuo Liocfs2: quota_local: fix possible uninitialized-variable...
2021-09-03 Dan Carpenterocfs2: remove an unnecessary condition
next