summaryrefslogtreecommitdiffstats
path: root/arch/parisc
AgeCommit message (Expand)Author
2020-08-19parisc: Implement __smp_store_release and __smp_load_acquire barriersJohn David Anglin
2020-08-19parisc: Do not use an ordered store in pa_tlb_lock()John David Anglin
2020-08-19Revert "parisc: Revert "Release spinlocks using ordered store""Helge Deller
2020-08-19Revert "parisc: Use ldcw instruction for SMP spinlock release barrier"Helge Deller
2020-08-19Revert "parisc: Drop LDCW barrier in CAS code when running UP"Helge Deller
2020-08-19Revert "parisc: Improve interrupt handling in arch_spin_lock_flags()"Helge Deller
2020-07-21parisc: Add atomic64_set_release() define to avoid CPU soft lockupsJohn David Anglin
2020-07-21parisc: add support for cmpxchg on u8 pointersLiam Beguin
2020-06-18maccess: make get_kernel_nofault() check for minimal type compatibilityLinus Torvalds
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-11kbuild: fix broken builds because of GZIP,BZIP2,LZOP variablesDenis Efremov
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig
2020-06-09maccess: unify the probe kernel arch hooksChristoph Hellwig
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
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-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-06-09parisc: add show_stack_loglvl()Dmitry Safonov
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-06-06kbuild: add variables for compression toolsDenis Efremov
2020-06-04parisc/kmap: remove duplicate kmap codeIra Weiny
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
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-03parisc: simplify detection of memory zone boundariesMike Rapoport
2020-06-03Merge branch 'parisc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-02arch/parisc/include/asm/pgtable.h: remove unused `old_pte'Andrew Morton
2020-06-01Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-01parisc: module: Update references to parisc websiteHelge Deller
2020-06-01parisc: hardware: Update references to parisc websiteHelge Deller
2020-06-01parisc: firmware: Update references to parisc websiteHelge Deller
2020-06-01parisc: Kconfig: Update references to parisc websiteHelge Deller
2020-06-01Merge tag 'perf-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-05-29take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro
2020-05-29parisc: turn csum_partial_copy_from_user() into csum_and_copy_from_user()Al Viro
2020-05-29parisc: Fix kernel panic in mem_init()Helge Deller
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi
2020-05-12floppy: use symbolic register names in the parisc portWilly Tarreau
2020-05-12floppy: split the base port from the register in I/O accessesWilly Tarreau
2020-05-10parisc: use -fno-strict-aliasing for decompressorArnd Bergmann