summaryrefslogtreecommitdiff
path: root/arch/parisc/include/asm
AgeCommit message (Expand)Author
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada
2021-05-07mm: remove xlate_dev_kmem_ptr()David Hildenbrand
2021-04-27parisc: syscalls: switch to generic syscalltbl.shMasahiro Yamada
2021-04-06parisc: avoid a warning on u8 cast for cmpxchg on u8 pointersGao Xiang
2021-04-06parisc: Remove duplicate struct task_struct declarationWan Jiabing
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-02-12parisc: Optimize per-pagetable spinlocksHelge Deller
2021-02-12parisc: Replace test_ti_thread_flag() with test_tsk_thread_flag()Tiezhu Yang
2021-02-12parisc: Use the generic devmem_is_allowed()Helge Deller
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar
2021-02-10softirq: Move __ARCH_HAS_DO_SOFTIRQ to KconfigThomas Gleixner
2021-01-26parisc: Remove leftover reference to the power_taskletDavidlohr Bueso
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-16Merge branch 'parisc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-12-16Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2020-12-15Merge branch 'signal-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-11-30signal/parisc: Remove parisc specific definition of __ARCH_UAPI_SA_FLAGSEric W. Biederman
2020-11-23signal: clear non-uapi flag bits when passing/returning sa_flagsPeter Collingbourne
2020-11-23parisc: Remove bogus __IRQ_STAT macroThomas Gleixner
2020-11-20parisc: Enable seccomp architecture trackingYiFei Zhu
2020-11-11parisc: Make user stack size configurableHelge Deller
2020-11-11parisc: Drop loops_per_jiffy from per_cpu structHelge Deller
2020-11-09parisc: add support for TIF_NOTIFY_SIGNALJens Axboe
2020-11-06highmem: Get rid of kmap_types.hThomas Gleixner
2020-10-27parisc: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-15parisc: Improve spinlock handlingJohn David Anglin
2020-10-15parisc: Switch to more fine grained lws locksJohn David Anglin
2020-10-15parisc: Mark pointers volatile in __xchg8(), __xchg32() and __xchg64()John David Anglin
2020-10-15parisc: Add alternative patching to synchronize_caches defineJohn David Anglin
2020-10-15parisc: Define O_NONBLOCK to become 000200000Helge Deller
2020-10-12Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-09-17compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>Christoph Hellwig
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro
2020-08-16parisc: fix PMD pages allocation by restoring pmd_alloc_one()Mike Rapoport
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski
2020-08-12Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-08-12uaccess: remove segment_eqChristoph Hellwig
2020-08-12parisc: Implement __smp_store_release and __smp_load_acquire barriersJohn David Anglin
2020-08-11parisc: Whitespace cleanups in atomic.hHelge Deller
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport