summaryrefslogtreecommitdiff
path: root/arch/parisc/include/asm
Commit message (Expand)AuthorAgeFilesLines
* parisc: define get_cycles macro for arch-overrideJason A. Donenfeld2022-06-251-1/+2
* parisc: Use absolute_pointer() to define PAGE0Helge Deller2021-10-061-1/+1
* parisc: avoid a warning on u8 cast for cmpxchg on u8 pointersGao Xiang2021-04-161-1/+1
* parisc: Implement __smp_store_release and __smp_load_acquire barriersJohn David Anglin2020-08-211-0/+61
* parisc: add support for cmpxchg on u8 pointersLiam Beguin2020-08-051-0/+2
* parisc: Add atomic64_set_release() define to avoid CPU soft lockupsJohn David Anglin2020-07-291-0/+2
* parisc: Fix compiler warnings in debug_core.cHelge Deller2020-01-121-2/+8
* parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD codeHelge Deller2019-05-251-3/+3
* parisc: regs_return_value() should return gpr28Sven Schnelle2019-04-171-1/+1
* parisc: Remove unnecessary barriers from spinlock.hJohn David Anglin2018-08-241-6/+2
* parisc: Define mb() and add memory barriers to assembler unlock sequencesJohn David Anglin2018-08-151-0/+32
* parisc: Fix ordering of cache and TLB flushesJohn David Anglin2018-03-081-0/+1
* parisc: Use cr16 interval timers unconditionally on qemuHelge Deller2018-03-081-0/+2
* parisc: Reduce thread stack to 16 kbJohn David Anglin2018-03-031-0/+5
* parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernelHelge Deller2018-01-101-0/+2
* fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton2017-12-171-1/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0276-0/+76
* parisc: Move init_per_cpu() into init sectionHelge Deller2017-09-221-0/+1
* parisc: Add wrapper for pdc_instr() firmware functionHelge Deller2017-09-221-0/+1
* Merge branch 'parisc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-054-0/+23
|\
| * parisc: Make existing core files reuseable for bootloaderHelge Deller2017-08-222-0/+6
| * parisc: Optimize switch_mmJohn David Anglin2017-08-221-0/+3
| * parisc: PDT/firmware: Add support to read PDT on older PAT-machinesHelge Deller2017-08-221-0/+14
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-042-22/+6
|\ \
| * | futex: Remove duplicated code and fix undefined behaviourJiri Slaby2017-08-251-22/+4
| * | locking/atomic: Fix atomic_set_release() for 'funny' architecturesPeter Zijlstra2017-08-101-0/+2
| |/
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-08-211-7/+0
|\ \ | |/ |/|
| * arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney2017-08-171-7/+0
* | parisc: Increase thread and stack size to 32kbHelge Deller2017-07-311-1/+1
* | parisc: Add function to return DIMM slot of physical addressHelge Deller2017-07-251-1/+15
|/
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-211-3/+3
|\
| * debug: Fix WARN_ON_ONCE() for modulesJosh Poimboeuf2017-07-201-3/+3
* | Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-151-1/+0
|\ \
| * | kill {__,}{get,put}_user_unaligned()Al Viro2017-07-031-1/+0
* | | parisc: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-111-6/+1
* | | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-061-1/+0
|\ \ \
| * | | kill strlen_user()Al Viro2017-05-151-1/+0
| |/ /
* | | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-07-061-1/+0
|\ \ \
| * | | trim __ARCH_WANT_SYS_OLD_GETRLIMITAl Viro2017-05-271-1/+0
| |/ /
* | | parisc: ->mapping_errorChristoph Hellwig2017-07-051-2/+0
| |/ |/|
* | Merge branch 'parisc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-038-34/+77
|\ \
| * | parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devsThomas Bogendoerfer2017-07-031-4/+7
| * | parisc: Don't hardcode PSW values in gsc_*() functionsHelge Deller2017-06-091-8/+8
| * | parisc/mm: Ensure IRQs are off in switch_mm()Helge Deller2017-06-091-2/+13
| * | parisc: Add Page Deallocation Table (PDT) supportHelge Deller2017-05-123-9/+47
| * | parisc: Enhance detection of synchronous cr16 clocksourcesHelge Deller2017-05-101-0/+2
| * | parisc: Drop per_cpu uaccess related exception_data structHelge Deller2017-05-101-11/+0
| |/
* | arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-281-5/+0
|/
* Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-081-3/+1
|\
| * parisc: Use generic pci_mmap_resource_range()David Woodhouse2017-04-201-0/+1