summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-6/+6
* arch/sparc/mm/srmmu.c: fix buildAndrew Morton2020-06-101-10/+0
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-092-2/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-093-17/+17
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-093-54/+11
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-094-30/+6
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-0915-15/+15
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-0919-20/+17
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-0921-21/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-093-17/+4
* sparc: add show_stack_loglvl()Dmitry Safonov2020-06-092-9/+23
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-082-3/+0
|\
| * arm,sparc,unicore32: remove flush_icache_user_rangeChristoph Hellwig2020-06-082-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2020-06-0717-289/+212
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller2020-06-075-12/+12
| |\
| | * sparc: use scnprintf() in show_pciobppath_attr() in vio.cChen Zhou2020-05-131-1/+1
| | * sparc: use scnprintf() in show_pciobppath_attr() in pci.cChen Zhou2020-05-131-1/+1
| | * sparc64: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-072-5/+5
| | * sparc: mm: return true,false in kern_addr_valid()Jason Yan2020-05-061-5/+5
| * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2020-06-071-2/+7
| |\ \
| | * | fix a braino in "sparc32: fix register window handling in genregs32_[gs]et()"Al Viro2020-06-071-2/+7
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2020-06-022-144/+101
| |\| |
| | * | sparc32: fix register window handling in genregs32_[gs]et()Al Viro2020-05-201-130/+98
| | * | sparc64: fix misuses of access_process_vm() in genregs32_[sg]et()Al Viro2020-05-171-14/+3
| | |/
| * | sparc32: mm: Only call ctor()/dtor() functions for first and last userWill Deacon2020-06-021-3/+11
| * | sparc32: mm: Don't try to free page-table pages if ctor() failsWill Deacon2020-06-021-1/+0
| * | sparc32: register memory occupied by kernel as memblock.memoryMike Rapoport2020-06-021-0/+1
| * | sparc: remove unused header file nfs_fs.hAnupam Aggarwal2020-06-021-1/+0
| * | sparc32: mm: Reduce allocation size for PMD and PTE tablesWill Deacon2020-05-131-2/+2
| * | sparc32: mm: Change pgtable_t type to pte_t * instead of struct page *Will Deacon2020-05-134-24/+24
| * | sparc32: mm: Restructure sparc32 MMU page-table layoutWill Deacon2020-05-139-103/+58
| * | sparc32: mm: Fix argument checking in __srmmu_get_nocache()Will Deacon2020-05-131-6/+6
| |/
* | Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-06-071-2/+2
|\ \
| * \ Merge 5.7-rc7 into tty-nextGreg Kroah-Hartman2020-05-251-3/+3
| |\ \
| * | | sparc64: constify sysrq_key_opEmil Velikov2020-05-151-2/+2
| | |/ | |/|
* | | kmap: consolidate kmap_prot definitionsIra Weiny2020-06-042-5/+2
* | | sparc: remove unnecessary includesIra Weiny2020-06-042-2/+0
* | | arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny2020-06-041-3/+3
* | | arch/kmap: ensure kmap_prot visibilityIra Weiny2020-06-041-0/+1
* | | arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-042-10/+3
* | | arch/kmap_atomic: consolidate duplicate codeIra Weiny2020-06-042-8/+2
* | | arch/kunmap: remove duplicate kunmap implementationsIra Weiny2020-06-041-10/+0
* | | arch/kmap: remove redundant arch specific kmapsIra Weiny2020-06-041-9/+0
* | | arch/kmap: remove BUG_ON()Ira Weiny2020-06-041-2/+2
* | | sparc32: register memory occupied by kernel as memblock.memoryMike Rapoport2020-06-031-0/+1
* | | mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual2020-06-031-4/+0
* | | mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual2020-06-031-6/+0
* | | hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz2020-06-031-15/+4
* | | hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz2020-06-031-22/+0