aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/lib/bitops.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09parisc: add u16 support to cmpxchg()Al Viro1-0/+1
2024-04-09parisc: unify implementations of __cmpxchg_u{8,32,64}Al Viro1-35/+16
2024-04-09parisc: __cmpxchg_u32(): lift conversion into the callersAl Viro1-3/+3
2021-11-01parisc: mark xchg functions notraceSven Schnelle1-6/+6
2020-10-15parisc: Mark pointers volatile in __xchg8(), __xchg32() and __xchg64()John David Anglin1-3/+3
2020-07-21parisc: add support for cmpxchg on u8 pointersLiam Beguin1-0/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-05-22parisc: Add native high-resolution sched_clock() implementationHelge Deller1-4/+2
2012-03-28Disintegrate asm/system.h for PA-RISCDavid Howells1-1/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner1-1/+1
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner1-1/+1
2007-02-17[PARISC] use CONFIG_64BIT instead of __LP64__Helge Deller1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-09-10[PATCH] spinlock consolidationIngo Molnar1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+84