aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/include
AgeCommit message (Expand)Author
2021-03-17sparc64: Use arch_validate_flags() to validate ADI flagKhalid Aziz
2021-01-12local64.h: make <asm/local64.h> mandatoryRandy Dunlap
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-12Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-10-05sparc32: Move ioremap/iounmap declaration before asm-generic/io.h includeLorenzo Pieralisi
2020-10-05sparc32: Remove useless io_32.h __KERNEL__ preprocessor guardLorenzo Pieralisi
2020-09-17compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>Christoph Hellwig
2020-08-20sparc64: propagate the calling convention changes down to __csum_partial_copy...Al Viro
2020-08-20sparc32: propagate the calling conventions change down to __csum_partial_copy...Al Viro
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro
2020-08-12uaccess: remove segment_eqChristoph Hellwig
2020-08-12sparc: drop unused MAX_PHYSADDR_BITSArvind Sankar
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds
2020-07-29Merge branch 'locking/header'Peter Zijlstra
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu
2020-07-10sparc64: Fix asm/percpu.h build errorPeter Zijlstra
2020-06-23sparc64: enable HAVE_COPY_THREAD_TLSChristian Brauner
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-08arm,sparc,unicore32: remove flush_icache_user_rangeChristoph Hellwig
2020-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny
2020-06-04arch/kmap: remove BUG_ON()Ira Weiny
2020-06-03mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual
2020-06-03mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-05-29sparc: switch to providing csum_and_copy_from_user()Al Viro
2020-05-13sparc32: mm: Reduce allocation size for PMD and PTE tablesWill Deacon
2020-05-13sparc32: mm: Change pgtable_t type to pte_t * instead of struct page *Will Deacon
2020-05-13sparc32: mm: Restructure sparc32 MMU page-table layoutWill Deacon
2020-05-12floppy: use symbolic register names in the sparc64 portWilly Tarreau
2020-05-12floppy: use symbolic register names in the sparc32 portWilly Tarreau
2020-05-12floppy: split the base port from the register in I/O accessesWilly Tarreau
2020-04-22get rid of csum_partial_copy_to_user()Al Viro
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual
2020-04-10mm: bring sparc pte_index() semantics inline with other platformsArjun Roy
2020-04-02sparc32: use per-device dma_opsChristoph Hellwig