platform/kernel/linux-starfive.git
2020-04-07 Konstantin... lib/test_lockup: test module to generate lockups
2020-04-07 Josh Poimboeufbitops: always inline sign extension helpers
2020-04-07 Joe PerchesMAINTAINERS: list the section entries in the preferred...
2020-04-07 Vegard Nossumcompiler.h: fix error in BUILD_BUG_ON() reporting
2020-04-07 Masahiro Yamadacompiler: remove CONFIG_OPTIMIZE_INLINING entirely
2020-04-07 Masahiro Yamadasparc,x86: vdso: remove meaningless undefining CONFIG_O...
2020-04-07 Nathan Chancellorkernel/extable.c: use address-of operator on section...
2020-04-07 Michal Simekasm-generic: fix unistd_32.h generation format
2020-04-07 Matthew Wilcox... proc: inline m_next_vma into m_next
2020-04-07 Matthew Wilcox... seq_file: remove m->version
2020-04-07 Matthew Wilcox... proc: use ppos instead of m->version
2020-04-07 Matthew Wilcox... proc: remove m_cache_vma
2020-04-07 Matthew Wilcox... proc: inline vma_stop into m_stop
2020-04-07 Alexey Dobriyanproc: speed up /proc/*/statm
2020-04-07 Alexey Dobriyanproc: faster open/read/close with "permanent" files
2020-04-07 Jules Irengefs/proc/inode.c: annotate close_pdeo() for sparse
2020-04-07 Waiman Longmm: remove dummy struct bootmem_data/bootmem_data_t
2020-04-07 Mateusz Nosekmm/dmapool.c: micro-optimisation remove unnecessary...
2020-04-07 Ira Weinyinclude/linux/memremap.h: remove stale comments
2020-04-07 Steven Priceinclude/linux/swapops.h: correct guards for non_swap_en...
2020-04-07 Joe Perchesmm: use fallthrough;
2020-04-07 Mateusz Nosekmm/mm_init.c: clean code. Use BUILD_BUG_ON when compari...
2020-04-07 chenqiwumm: fix ambiguous comments for better code readability
2020-04-07 Jules Irengemm/zsmalloc: add missing annotation for unpin_tag()
2020-04-07 Jules Irengemm/zsmalloc: add missing annotation for pin_tag()
2020-04-07 Jules Irengemm/zsmalloc: add missing annotation for migrate_read_un...
2020-04-07 Jules Irengemm/zsmalloc: add missing annotation for migrate_read_lock()
2020-04-07 Jules Irengemm/slub: add missing annotation for put_map()
2020-04-07 Jules Irengemm/slub: add missing annotation for get_map()
2020-04-07 Jules Irengemm/mempolicy: add missing annotation for queue_pages_pmd()
2020-04-07 Jules Irengemm/hugetlb: add missing annotation for gather_surplus_p...
2020-04-07 Jules Irengemm/compaction: add missing annotation for compact_lock_...
2020-04-07 Maciej S. Szmigieromm/zswap: allow setting default status, compressor...
2020-04-07 Palmer Dabbeltmm: prevent a warning when casting void* -> enum
2020-04-07 Hugh Dickinsmm: huge tmpfs: try to split_huge_page() when punching...
2020-04-07 Mateusz Nosekmm/shmem.c: clean code by removing unnecessary assignment
2020-04-07 Kees Cookmm/shmem.c: distribute switch variables for initialization
2020-04-07 chenqiwumm/memory_hotplug.c: use __pfn_to_section() instead...
2020-04-07 David Hildenbrandmm/memory_hotplug: allow to specify a default online_type
2020-04-07 David Hildenbrandmm/memory_hotplug: convert memhp_auto_online to store...
2020-04-07 David Hildenbrandmm/memory_hotplug: unexport memhp_auto_online
2020-04-07 David Hildenbrandhv_balloon: don't check for memhp_auto_online manually
2020-04-07 David Hildenbrandpowernv/memtrace: always online added memory blocks
2020-04-07 David Hildenbranddrivers/base/memory: store mapping between MMOP_* and...
2020-04-07 David Hildenbranddrivers/base/memory: map MMOP_OFFLINE to 0
2020-04-07 David Hildenbranddrivers/base/memory: rename MMOP_ONLINE_KEEP to MMOP_ONLINE
2020-04-07 Baoquan Hemm/sparse.c: move subsection_map related functions...
2020-04-07 Baoquan Hemm/sparse.c: add note about only VMEMMAP supporting...
2020-04-07 Baoquan Hemm/sparse.c: only use subsection map in VMEMMAP case
2020-04-07 Baoquan Hemm/sparse.c: introduce a new function clear_subsection_...
2020-04-07 Baoquan Hemm/sparse.c: introduce new function fill_subsection_map()
2020-04-07 David Hildenbrandmm/memory_hotplug.c: cleanup __add_pages()
2020-04-07 David Hildenbrandmm/memory_hotplug.c: simplify calculation of number...
2020-04-07 Baoquan Hemm/memory_hotplug.c: only respect mem= parameter during...
2020-04-07 David Hildenbrandmm/page_ext.c: drop pfn_present() check when onlining
2020-04-07 David Hildenbranddrivers/base/memory.c: drop pages_correctly_probed()
2020-04-07 David Hildenbranddrivers/base/memory.c: drop section_count
2020-04-07 Peter Xuuserfaultfd: selftests: add write-protect test
2020-04-07 Peter Xuuserfaultfd: selftests: refactor statistics
2020-04-07 Peter Xuuserfaultfd: wp: declare _UFFDIO_WRITEPROTECT conditionally
2020-04-07 Martin Cracaueruserfaultfd: wp: UFFDIO_REGISTER_MODE_WP documentation...
2020-04-07 Peter Xuuserfaultfd: wp: don't wake up when doing write protect
2020-04-07 Shaohua Liuserfaultfd: wp: enabled write protection in userfaultf...
2020-04-07 Andrea Arcangeliuserfaultfd: wp: add the writeprotect API to userfaultf...
2020-04-07 Shaohua Liuserfaultfd: wp: support write protection for userfault...
2020-04-07 Peter Xukhugepaged: skip collapse if uffd-wp detected
2020-04-07 Peter Xuuserfaultfd: wp: support swap and page migration
2020-04-07 Peter Xuuserfaultfd: wp: add pmd_swp_*uffd_wp() helpers
2020-04-07 Peter Xuuserfaultfd: wp: drop _PAGE_UFFD_WP properly when fork
2020-04-07 Peter Xuuserfaultfd: wp: apply _PAGE_UFFD_WP bit
2020-04-07 Peter Xumm: merge parameters for change_protection()
2020-04-07 Andrea Arcangeliuserfaultfd: wp: add UFFDIO_COPY_MODE_WP
2020-04-07 Andrea Arcangeliuserfaultfd: wp: userfaultfd_pte/huge_pmd_wp() helpers
2020-04-07 Andrea Arcangeliuserfaultfd: wp: add WP pagetable tracking to x86
2020-04-07 Andrea Arcangeliuserfaultfd: wp: hook userfault handler to write protec...
2020-04-07 Shaohua Liuserfaultfd: wp: add helper for writeprotect check
2020-04-07 David Hildenbrandvirtio-balloon: switch back to OOM handler for VIRTIO_B...
2020-04-07 Alexander Duyckmm/page_reporting: add free page reporting documentation
2020-04-07 Alexander Duyckmm/page_reporting: add budget limit on how many pages...
2020-04-07 Alexander Duyckmm/page_reporting: rotate reported pages to the tail...
2020-04-07 Alexander Duyckvirtio-balloon: add support for providing free page...
2020-04-07 Alexander Duyckvirtio-balloon: pull page poisoning config out of free...
2020-04-07 Alexander Duyckmm: introduce Reported pages
2020-04-07 Alexander Duyckmm: add function __putback_isolated_page
2020-04-07 Alexander Duyckmm: use zone and order instead of free area in free_lis...
2020-04-07 Alexander Duyckmm: adjust shuffle code to allow for future coalescing
2020-04-07 Huang Yingmm: code cleanup for MADV_FREE
2020-04-07 Li Chenmm/ksm.c: update get_user_pages() argument in comment
2020-04-07 Matthew Wilcox... mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHE
2020-04-07 Matthew Wilcox... include/linux/pagemap.h: optimise find_subpage for...
2020-04-07 David Rientjesmm, thp: track fallbacks due to failed memcg charges...
2020-04-07 David Rientjesmm, shmem: add vmstat for hugepage fallback
2020-04-07 Yang Shimm/migrate.c: migrate PG_readahead flag
2020-04-07 Wei Yangmm/migrate.c: unify "not queued for migration" handling...
2020-04-07 Wei Yangmm/migrate.c: check pagelist in move_pages_and_store_st...
2020-04-07 Wei Yangmm/migrate.c: wrap do_move_pages_to_node() and store_st...
2020-04-07 Wei Yangmm/migrate.c: no need to check for i > start in do_page...
2020-04-07 Michal Hockomm: make it clear that gfp reclaim modifiers are valid...
2020-04-07 Qiujun Huangmm/vmalloc: fix a typo in comment
2020-04-07 Anshuman Khandualmm/vma: append unlikely() while testing VMA access...
next