Age | Commit message (Expand) | Author | Files | Lines |
2018-11-01 | Merge tag 'xtensa-20181101' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 1 | -1/+1 |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 4 | -5/+4 |
2018-10-31 | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport | 1 | -1/+1 |
2018-10-31 | memblock: replace alloc_bootmem_low_pages with memblock_alloc_low | Mike Rapoport | 1 | -1/+1 |
2018-10-31 | memblock: remove _virt from APIs returning virtual address | Mike Rapoport | 1 | -1/+1 |
2018-10-15 | xtensa: remove ZONE_DMA | Christoph Hellwig | 1 | -1/+1 |
2018-08-17 | mm: convert return type of handle_mm_fault() caller to vm_fault_t | Souptick Joarder | 1 | -1/+1 |
2018-04-25 | signal/xtensa: Use force_sig_fault where appropriate | Eric W. Biederman | 1 | -14/+5 |
2018-04-25 | signal: Ensure every siginfo we send has all bits initialized | Eric W. Biederman | 1 | -0/+1 |
2018-04-05 | mm: fix races between swapoff and flush dcache | Huang Ying | 1 | -1/+1 |
2018-02-15 | xtensa: fix high memory/reserved memory collision | Max Filippov | 1 | -7/+63 |
2017-12-17 | xtensa: print kernel sections info in mem_init | Max Filippov | 1 | -2/+17 |
2017-12-16 | xtensa: add support for KASAN | Max Filippov | 3 | -0/+107 |
2017-12-16 | xtensa: move fixmap and kmap just above the KSEG | Max Filippov | 1 | -6/+6 |
2017-12-16 | xtensa: don't clear swapper_pg_dir in paging_init | Max Filippov | 1 | -1/+0 |
2017-12-16 | xtensa: extract init_kio | Max Filippov | 1 | -13/+17 |
2017-12-16 | xtensa: clean up custom-controlled debug output | Max Filippov | 3 | -20/+11 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-08-01 | xtensa: mm/cache: add missing EXPORT_SYMBOLs | Max Filippov | 1 | -1/+5 |
2017-07-28 | xtensa: fix cache aliasing handling code for WT cache | Max Filippov | 1 | -7/+3 |
2017-01-24 | xtensa: migrate exception table users off module.h and onto extable.h | Paul Gortmaker | 1 | -1/+1 |
2016-12-15 | xtensa: enable HAVE_DMA_CONTIGUOUS | Max Filippov | 1 | -0/+2 |
2016-10-05 | Merge tag 'xtensa-20161005' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 1 | -260/+19 |
2016-07-26 | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov | 1 | -1/+1 |
2016-07-24 | xtensa: support reserved-memory DT node | Max Filippov | 1 | -0/+2 |
2016-07-24 | xtensa: drop sysmem and switch to memblock | Max Filippov | 1 | -257/+15 |
2016-07-24 | xtensa: add alternative kernel memory layouts | Max Filippov | 1 | -2/+1 |
2016-07-24 | xtensa: move kernel mapping addresses into kmem_layout.h | Max Filippov | 1 | -1/+1 |
2016-03-20 | Merge tag 'xtensa-next-20160320' of git://github.com/czankel/xtensa-linux | Linus Torvalds | 3 | -5/+73 |
2016-03-17 | mm: remove VM_FAULT_MINOR | Jan Kara | 1 | -1/+1 |
2016-03-11 | xtensa: fix preemption in {clear,copy}_user_highpage | Max Filippov | 1 | -4/+4 |
2016-01-15 | mm: differentiate page_mapped() from page_mapcount() for compound pages | Kirill A. Shutemov | 1 | -1/+1 |
2016-01-11 | xtensa: support ioremap for memory outside KIO region | Max Filippov | 2 | -1/+69 |
2015-08-17 | xtensa: count software page fault perf events | Max Filippov | 1 | -0/+7 |
2015-05-19 | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t... | David Hildenbrand | 1 | -2/+2 |
2015-05-19 | sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_* | David Hildenbrand | 1 | -0/+2 |
2015-01-29 | vm: add VM_FAULT_SIGSEGV handling support | Linus Torvalds | 1 | -0/+2 |
2014-10-21 | xtensa: nommu: clean up memory map dump | Max Filippov | 1 | -1/+7 |
2014-10-21 | xtensa: nommu: reserve memory below PLATFORM_DEFAULT_MEM_START | Max Filippov | 1 | -0/+11 |
2014-10-21 | xtensa: nommu: don't build most of the cache flushing code | Max Filippov | 1 | -2/+2 |
2014-08-14 | xtensa: support highmem in aliasing cache flushing code | Max Filippov | 1 | -10/+6 |
2014-08-14 | xtensa: support aliasing cache in kmap | Max Filippov | 1 | -0/+18 |
2014-08-14 | xtensa: support aliasing cache in k[un]map_atomic | Max Filippov | 1 | -7/+10 |
2014-08-14 | xtensa: implement clear_user_highpage and copy_user_highpage | Max Filippov | 2 | -64/+115 |
2014-08-14 | xtensa: allow fixmap and kmap span more than one page table | Max Filippov | 1 | -16/+22 |
2014-08-14 | xtensa: make fixmap region addressing grow with index | Max Filippov | 1 | -3/+3 |
2014-06-09 | xtensa: fix sysmem reservation at the end of existing block | Max Filippov | 1 | -1/+1 |
2014-04-06 | xtensa: add HIGHMEM support | Max Filippov | 5 | -15/+146 |
2014-04-06 | xtensa: optimize local_flush_tlb_kernel_range | Max Filippov | 1 | -0/+15 |
2014-04-02 | xtensa: dump sysmem from the bootmem_init | Max Filippov | 1 | -0/+12 |