summaryrefslogtreecommitdiff
path: root/arch/hexagon/mm
AgeCommit message (Expand)Author
2023-12-10hexagon: vm_tlb: include asm/tlbflush.h for prototypesNathan Chancellor
2023-12-10hexagon: vm_fault: include asm/vm_fault.h for prototypesNathan Chancellor
2023-12-10hexagon: vm_fault: mark do_page_fault() as staticNathan Chancellor
2023-12-10hexagon: mm: include asm/setup.h for setup_arch_memory()'s prototypeNathan Chancellor
2023-12-10hexagon: mm: mark paging_init() as staticNathan Chancellor
2023-12-10hexagon: uaccess: remove clear_user_hexagon()Nathan Chancellor
2023-08-18hexagon: mm: convert to GENERIC_IOREMAPBaoquan He
2023-06-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds
2023-03-02hexagon: fix livelock in uaccessAl Viro
2022-07-17hexagon/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu
2022-03-22mm: remove mmu_gathers storage from remaining architecturesStafford Horne
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng
2021-07-23hexagon: use generic strncpy/strnlen from_userArnd Bergmann
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang
2020-08-12mm/hexagon: use general page fault accountingPeter Xu
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu
2020-04-02mm: introduce fault_signal_pending()Peter Xu
2019-11-11hexagon: remove __iounmapChristoph Hellwig
2019-11-11hexagon: clean up ioremapChristoph Hellwig
2019-09-25hexagon: drop empty and unused free_initrd_memMike Rapoport
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-14hexagon: switch over to generic free_initmem()Mike Rapoport
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport
2018-10-26hexagon: switch to NO_BOOTMEMMike Rapoport
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder
2018-06-15hexagon: drop the unused variable zero_page_maskAnshuman Khandual
2018-04-25signal/hexagon: Use force_sig_fault as appropriateEric W. Biederman
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2017-07-06mm: memcontrol: per-lruvec stats infrastructureJohannes Weiner
2017-06-10hexagon: Use raw_copy_to_userGuenter Roeck
2017-04-24hexagon: switch to RAW_COPY_USERAl Viro
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-01-26hexagon: migrate exception table users off module.h and onto extable.hPaul Gortmaker
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov
2014-12-16hexagon: Fix build failures in linux-nextGuenter Roeck