summaryrefslogtreecommitdiffstats
path: root/arch/sh/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2019-07-191-2/+0Star
* mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual2019-07-171-16/+2Star
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-124-47/+13Star
|\
| * sh: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-034-47/+13Star
* | sh: use the generic get_user_pages_fast codeChristoph Hellwig2019-07-122-278/+1Star
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-091-7/+4Star
|\ \ | |/ |/|
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1
| * signal/sh: Remove tsk parameter from force_sig_info_faultEric W. Biederman2019-05-291-7/+4Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 211Thomas Gleixner2019-05-309-18/+9Star
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-153-3/+3
* mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2019-05-141-8/+3Star
* mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko2019-05-141-3/+3
* init: provide a generic free_initmem implementationMike Rapoport2019-05-141-5/+0Star
* initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-141-7/+0Star
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-5/+6
* memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2019-03-121-1/+1
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-122-0/+10
* sh: prefer memblock APIs returning virtual addressMike Rapoport2019-03-082-16/+7Star
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-2/+1Star
* mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2018-12-281-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-312-3/+2Star
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport2018-10-311-2/+2
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-181-2/+2
* Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-151-2/+0Star
|\
| * kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-2/+0Star
* | sh: split arch/sh/mm/consistent.cChristoph Hellwig2018-08-021-80/+0Star
* | sh: introduce a sh_cacheop_vaddr helperChristoph Hellwig2018-08-021-5/+1Star
* | sh: simplify get_arch_dma_opsChristoph Hellwig2018-08-022-13/+0Star
|/
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-051-8/+1Star
|\
| * signal/sh: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-9/+1Star
| * signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
* | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-9/+0Star
|\ \
| * | dma-debug: move initialization to common codeChristoph Hellwig2018-05-081-9/+0Star
| |/
* | sh: switch to NO_BOOTMEMRob Herring2018-05-112-81/+6Star
* | sh: mm: Fix unprotected access to struct deviceJacopo Mondi2018-05-051-3/+8
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-141-0/+2
|\
| * mm/gup.c: document return valueMichael S. Tsirkin2018-04-141-0/+2
* | Merge tag 'sh-for-4.17' of git://git.libc.org/linux-shLinus Torvalds2018-04-131-2/+2
|\ \ | |/ |/|
| * arch/sh: make the DMA mapping operations observe dev->dma_pfn_offsetThomas Petazzoni2018-04-131-2/+2
* | mm: fix races between swapoff and flush dcacheHuang Ying2018-04-062-2/+2
|/
* mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig2018-01-081-2/+2
* mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig2018-01-081-2/+3
* mm: don't export arch_add_memoryChristoph Hellwig2018-01-081-1/+0Star
* Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-151-3/+3
|\
| * sh: make dma_cache_sync a no-opChristoph Hellwig2017-10-191-3/+3
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-029-0/+9
|/
* sh: move inline before return typeJoe Perches2017-07-131-1/+1
* lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer2017-07-111-16/+18