summaryrefslogtreecommitdiff
path: root/arch/parisc/include/asm
AgeCommit message (Expand)AuthorFilesLines
2024-04-13parisc: Strip upper 32 bit of sum in csum_ipv6_magic for 64-bit buildsGuenter Roeck1-0/+1
2024-04-13parisc: Fix csum_ipv6_magic on 64-bit systemsGuenter Roeck1-2/+2
2024-04-13parisc: Fix csum_ipv6_magic on 32-bit systemsGuenter Roeck1-1/+2
2024-04-13parisc: Fix ip_fast_csumGuenter Roeck1-1/+1
2024-04-13parisc: Avoid clobbering the C/B bits in the PSW with tophys and tovirt macrosJohn David Anglin1-8/+10
2023-10-10parisc: Restore __ldcw_align for PA-RISC 2.0 processorsJohn David Anglin2-21/+20
2023-10-10parisc: sba: Fix compile warning wrt list of SBA devicesHelge Deller1-0/+3
2023-09-19parisc: Drop loops_per_jiffy from per_cpu structHelge Deller1-1/+0
2023-09-19parisc: led: Fix LAN receive and transmit LEDsHelge Deller1-2/+2
2023-08-08init: Remove check_bugs() leftoversThomas Gleixner1-20/+0
2023-07-27mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-2/+2
2023-05-30parisc: Fix flush_dcache_page() for usage from irq contextHelge Deller1-0/+5
2023-01-04parisc: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+3
2022-11-10parisc: Avoid printing the hardware path twiceHelge Deller1-6/+6
2022-09-23parisc: Flush kernel data mapping in set_pte_at() when installing pte for use...John David Anglin1-2/+8
2022-09-23parisc: Optimize per-pagetable spinlocksHelge Deller4-130/+44
2022-06-29parisc/stifb: Fix fb_is_primary_device() only available with CONFIG_FB_STIHelge Deller1-1/+1
2022-06-09parisc/stifb: Implement fb_is_primary_device()Helge Deller1-0/+4
2022-05-30parisc: define get_cycles macro for arch-overrideJason A. Donenfeld1-1/+2
2022-04-08parisc: Fix handling off probe non-access faultsJohn David Anglin1-0/+1
2022-01-27parisc: Fix lpa and lpa_user definesJohn David Anglin1-20/+24
2021-12-29parisc: Fix mask used to select futex spinlockJohn David Anglin1-2/+2
2021-09-30parisc: Use absolute_pointer() to define PAGE0Helge Deller1-1/+1
2021-09-03Revert "parisc: Add assembly implementations for memset, strlen, strcpy, strn...Helge Deller1-15/+0
2021-04-14parisc: avoid a warning on u8 cast for cmpxchg on u8 pointersGao Xiang1-1/+1
2021-01-12local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2020-10-26treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2-2/+2
2020-10-15parisc: Improve spinlock handlingJohn David Anglin1-10/+13
2020-10-15parisc: Switch to more fine grained lws locksJohn David Anglin1-2/+2
2020-10-15parisc: Mark pointers volatile in __xchg8(), __xchg32() and __xchg64()John David Anglin1-7/+7
2020-10-15parisc: Add alternative patching to synchronize_caches defineJohn David Anglin1-1/+5
2020-10-15parisc: Define O_NONBLOCK to become 000200000Helge Deller1-2/+2
2020-10-13Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2020-09-17compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>Christoph Hellwig1-2/+0
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro1-20/+0
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro1-8/+0
2020-08-16parisc: fix PMD pages allocation by restoring pmd_alloc_one()Mike Rapoport1-0/+6
2020-08-15iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-2/+2
2020-08-12Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+65
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-1/+1
2020-08-12parisc: Implement __smp_store_release and __smp_load_acquire barriersJohn David Anglin1-0/+61
2020-08-11parisc: Whitespace cleanups in atomic.hHelge Deller1-4/+4
2020-08-11Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport1-0/+1
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport1-9/+2
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-08-06locking, arch/ia64: Reduce <asm/smp.h> header dependencies by moving XTP bits...Peter Zijlstra1-0/+1
2020-08-05Merge branch 'parisc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-52/+24
2020-07-31Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar2-0/+4