summaryrefslogtreecommitdiffstats
path: root/arch/parisc
AgeCommit message (Expand)AuthorLines
2020-08-16parisc: fix PMD pages allocation by restoring pmd_alloc_one()Mike Rapoport-0/+6
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski-38/+38
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni-1/+1
2020-08-12Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+67
2020-08-12mm/parisc: use general page fault accountingPeter Xu-5/+3
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu-1/+1
2020-08-12uaccess: remove segment_eqChristoph Hellwig-1/+1
2020-08-12parisc: Implement __smp_store_release and __smp_load_acquire barriersJohn David Anglin-0/+61
2020-08-11parisc: Whitespace cleanups in atomic.hHelge Deller-4/+4
2020-08-11parisc/kernel/ftrace: Remove function callback castsOscar Carter-1/+2
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-22/+0
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-22/+4
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport-5/+0
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport-0/+1
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport-9/+2
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport-8/+1
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-68/+16
2020-08-06locking, arch/ia64: Reduce <asm/smp.h> header dependencies by moving XTP bits...Peter Zijlstra-0/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-2/+2
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2020-08-04Merge branch 'parisc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-105/+66
2020-08-04Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-0/+1
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+1
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds-2/+1
2020-08-04parisc: make the log level string for register dumps constRolf Eike Beer-3/+3
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+16
2020-07-31Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar-0/+16
2020-07-29Merge branch 'locking/header'Peter Zijlstra-2/+0
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu-2/+0
2020-07-28parisc: Do not use an ordered store in pa_tlb_lock()John David Anglin-2/+7
2020-07-28Revert "parisc: Revert "Release spinlocks using ordered store""Helge Deller-10/+6
2020-07-28Revert "parisc: Use ldcw instruction for SMP spinlock release barrier"Helge Deller-39/+24
2020-07-28Revert "parisc: Drop LDCW barrier in CAS code when running UP"Helge Deller-8/+4
2020-07-28Revert "parisc: Improve interrupt handling in arch_spin_lock_flags()"Helge Deller-17/+8
2020-07-28parisc: Replace HTTP links with HTTPS onesAlexander A. Klimov-1/+1
2020-07-28parisc: elf.h: delete a duplicated wordRandy Dunlap-1/+1
2020-07-28parisc: Report bad pages as HardwareCorruptedHelge Deller-0/+3
2020-07-27kill unused dump_fpu() instancesAl Viro-22/+0
2020-07-27parisc: switch to ->regset_get()Al Viro-68/+16
2020-07-21parisc: Add atomic64_set_release() define to avoid CPU soft lockupsJohn David Anglin-0/+2
2020-07-21parisc: add support for cmpxchg on u8 pointersLiam Beguin-0/+14
2020-07-21parisc: Convert to BIT_MASK() and BIT_WORD()Helge Deller-34/+19
2020-07-19net: remove compat_sys_{get,set}sockoptChristoph Hellwig-2/+2
2020-07-19dma-mapping: make support for dma ops optionalChristoph Hellwig-0/+1
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner-1/+1
2020-07-04arch: remove HAVE_COPY_THREAD_TLSChristian Brauner-1/+0
2020-06-26docs: fix references for DMA*.txt filesMauro Carvalho Chehab-1/+1
2020-06-18maccess: make get_kernel_nofault() check for minimal type compatibilityLinus Torvalds-1/+1
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig-1/+1