summaryrefslogtreecommitdiff
path: root/arch/parisc/include
AgeCommit message (Expand)AuthorFilesLines
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-23parisc: Drop loops_per_jiffy from per_cpu structHelge Deller1-1/+0
2023-09-23parisc: led: Fix LAN receive and transmit LEDsHelge Deller1-2/+2
2023-08-08init: Remove check_bugs() leftoversThomas Gleixner1-20/+0
2023-05-30parisc: Fix flush_dcache_page() for usage from irq contextHelge Deller1-0/+5
2023-01-18parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller1-9/+8
2022-11-10parisc: Avoid printing the hardware path twiceHelge Deller1-6/+6
2022-06-25parisc: define get_cycles macro for arch-overrideJason A. Donenfeld1-1/+2
2021-10-06parisc: Use absolute_pointer() to define PAGE0Helge Deller1-1/+1
2021-04-14parisc: avoid a warning on u8 cast for cmpxchg on u8 pointersGao Xiang1-1/+1
2020-08-19parisc: Implement __smp_store_release and __smp_load_acquire barriersJohn David Anglin1-0/+61
2020-08-05parisc: add support for cmpxchg on u8 pointersLiam Beguin1-0/+2
2020-07-29parisc: Add atomic64_set_release() define to avoid CPU soft lockupsJohn David Anglin1-0/+2
2020-01-12parisc: Fix compiler warnings in debug_core.cHelge Deller1-2/+8
2019-05-25parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD codeHelge Deller1-3/+3
2019-04-17parisc: also set iaoq_b in instruction_pointer_set()Sven Schnelle1-1/+2
2019-04-17parisc: regs_return_value() should return gpr28Sven Schnelle1-1/+1
2018-12-29mm: make the __PAGETABLE_PxD_FOLDED defines non-emptyMartin Schwidefsky1-1/+1
2018-08-23Merge branch 'parisc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-20/+14
2018-08-21parisc: Fix boot failure of 64-bit kernelHelge Deller1-9/+0
2018-08-17parisc: Consolidate unwind initialization callsHelge Deller1-2/+4
2018-08-17parisc: Restore possibility to execute 64-bit applicationsHelge Deller3-9/+10
2018-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+3
2018-08-14Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-18/+29
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-107/+0
2018-08-13parisc: Fix and improve kernel stack unwindingHelge Deller3-6/+16
2018-08-13parisc: Remove unnecessary barriers from spinlock.hJohn David Anglin1-6/+2
2018-08-13parisc: Add HAVE_REGS_AND_STACK_ACCESS_API featureHelge Deller1-0/+11
2018-08-13parisc: Drop architecture-specific ENOTSUP defineHelge Deller1-1/+0
2018-08-13parisc: use generic dma_noncoherent_opsChristoph Hellwig1-4/+0
2018-08-13parisc: merge pcx_dma_ops and pcxl_dma_opsChristoph Hellwig1-2/+1
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+32
2018-08-08parisc: Define mb() and add memory barriers to assembler unlock sequencesJohn David Anglin1-0/+32
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2-9/+2
2018-07-04net: Add a new socket option for a future transmit time.Richard Cochran1-0/+3
2018-06-28parisc: Wire up io_pgetevents syscallHelge Deller1-1/+2
2018-06-28parisc: Drop struct sigaction from not exported header fileHelge Deller1-8/+0
2018-06-21atomics/treewide: Make conditional inc/dec ops optionalMark Rutland1-23/+0
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland1-12/+0
2018-06-21atomics/treewide: Make test ops optionalMark Rutland1-22/+0
2018-06-21atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland1-24/+0
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland1-24/+0
2018-06-21atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland1-2/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland1-2/+2
2018-06-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-52/+48
2018-06-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-11/+0
2018-06-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+0
2018-05-14softirq/parisc: Switch to generic local_softirq_pending() implementationFrederic Weisbecker1-8/+0
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig1-23/+0