- c453db6 nds32: fix up stack guard gap by Greg Kroah-Hartman · 3 years, 7 months ago
- 1f9d03c mm: move mem_init_print_info() into mm_init() by Kefeng Wang · 3 years, 9 months ago
- a3a8833 nds32: flush_dcache_page: use page_mapping_file to avoid races with swapoff by Mike Rapoport · 3 years, 10 months ago
- ac73e3d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 1 month ago
- f0c0c11 mm: memcontrol: account pagetables per node by Shakeel Butt · 4 years, 1 month ago
- 5f037ea nds32/mm/highmem: Switch to generic kmap atomic by Thomas Gleixner · 4 years, 3 months ago
- daf7bf5 mm/nds32: use general page fault accounting by Peter Xu · 4 years, 5 months ago
- bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 5 months ago
- 3d13f31 uaccess: add force_uaccess_{begin,end} helpers by Christoph Hellwig · 4 years, 5 months ago
- f9cb654 asm-generic: pgalloc: provide generic pgd_free() by Mike Rapoport · 4 years, 6 months ago
- c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 8 months ago
- 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 8 months ago
- d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 8 months ago
- e05c7b1 mm: pgtable: add shortcuts for accessing kernel PMD and PTE by Mike Rapoport · 4 years, 8 months ago
- e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 8 months ago
- 885f7f8 mm: rename flush_icache_user_range to flush_icache_user_page by Christoph Hellwig · 4 years, 8 months ago
- e7c1fa1 nds32: unexport flush_icache_page by Christoph Hellwig · 4 years, 8 months ago
- 20b271d arch/kmap: define kmap_atomic_prot() for all arch's by Ira Weiny · 4 years, 8 months ago
- d8c2583 arch/kmap: don't hard code kmap_prot values by Ira Weiny · 4 years, 8 months ago
- abca250 arch/kunmap_atomic: consolidate duplicate code by Ira Weiny · 4 years, 8 months ago
- 78b6d91 arch/kmap_atomic: consolidate duplicate code by Ira Weiny · 4 years, 8 months ago
- e23c459 arch/kunmap: remove duplicate kunmap implementations by Ira Weiny · 4 years, 8 months ago
- 525aaf9 arch/kmap: remove redundant arch specific kmaps by Ira Weiny · 4 years, 8 months ago
- 01c4b78 arch/kmap: remove BUG_ON() by Ira Weiny · 4 years, 8 months ago
- fa3354e mm: free_area_init: use maximal zone PFNs rather than zone sizes by Mike Rapoport · 4 years, 8 months ago
- 6cb4d9a mm/vma: introduce VM_ACCESS_FLAGS by Anshuman Khandual · 4 years, 10 months ago
- 4064b98 mm: allow VM_FAULT_RETRY for multiple times by Peter Xu · 4 years, 10 months ago
- dde1607 mm: introduce FAULT_FLAG_DEFAULT by Peter Xu · 4 years, 10 months ago
- 4ef8732 mm: introduce fault_signal_pending() by Peter Xu · 4 years, 10 months ago
- 7c2763c nds32: use pgtable-nopmd instead of 4level-fixup by Mike Rapoport · 5 years ago
- eafee59 nds32: use generic ioremap by Christoph Hellwig · 5 years ago
- 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
- 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
- 351b682 signal: Explicitly call force_sig_fault on current by Eric W. Biederman · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- 4489da7 Merge tag 'nds32-for-linus-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linux by Linus Torvalds · 6 years ago
- 997aef6 init: provide a generic free_initmem implementation by Mike Rapoport · 6 years ago
- 4afd58e initramfs: provide a generic free_initrd_mem implementation by Christoph Hellwig · 6 years ago
- 0fcef55 nds32: fix semicolon code style issue by Yang Wei · 6 years ago
- 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
- b63a07d arch: simplify several early memory allocations by Mike Rapoport · 6 years ago
- 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
- 889bb74 Merge tag 'nds32-for-linus-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linux by Linus Torvalds · 6 years ago
- cd5e0fa nds32: Remove phys_initrd_start and phys_initrd_size by Florian Fainelli · 6 years ago
- ebd0975 nds32: Perf porting by Nickhu · 6 years ago
- 4c3d617 nds32: Fix gcc 8.0 compiler option incompatible. by Nickhu · 6 years ago
- 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
- c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
- 9a8dd70 memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc* by Mike Rapoport · 6 years ago
- 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
- bc9cb86 nds32: To simplify the implementation of update_mmu_cache() by Greentime Hu · 7 years ago
- f706abf nds32: To implement these icache invalidation APIs since nds32 cores don't snoop by Greentime Hu · 7 years ago
- 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
- aaaaba5 nds32: Disable local irq before calling cpu_dcache_wb_page in copy_user_highpage by Vincent Chen · 7 years ago
- 5b9f956 nds32: Flush the cache of the page at vmaddr instead of kaddr in flush_anon_page by Vincent Chen · 7 years ago
- efcc4ea nds32: Correct flush_dcache_page function by Vincent Chen · 7 years ago
- 1613de8 nds32: Fix the unaligned access handler by Nickhu · 7 years ago
- b3a7584 nds32: Renaming the file for unaligned access by Nickhu · 7 years ago
- e3f4624 nds32: Fix the symbols undefined issue by exporting them. by Greentime Hu · 7 years ago
- 03969d0 nds32: Fix xfs_buf built failed by export invalidate_kernel_vmap_range and flush_kernel_vmap_range by Greentime Hu · 7 years ago
- d808e91 signal/nds32: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
- 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
- e71ea3b nds32: Build infrastructure by Greentime Hu · 7 years ago
- 4a64f68 nds32: Device specific operations by Greentime Hu · 7 years ago
- 7de9cf4 nds32: Cache and TLB routines by Greentime Hu · 7 years ago
- 664eec4 nds32: MMU fault handling and page table management by Greentime Hu · 7 years ago
- 59fd53c nds32: MMU initialization by Greentime Hu · 7 years ago
- 2923f5e nds32: Exception handling by Greentime Hu · 7 years ago