summaryrefslogtreecommitdiff
path: root/include/linux/spinlock_up.h
AgeCommit message (Expand)Author
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Will Deacon
2017-08-17locking: Remove spin_unlock_wait() generic definitionsPaul E. McKenney
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar
2013-04-09spinlocks and preemption points need to be at least compiler barriersLinus Torvalds
2011-05-20spinlock_up.h: include asm/processor.h in for cpu_relaxStephen Rothwell
2009-12-14locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner
2009-06-10spinlock: Add missing __raw_spin_lock_flags() stub for UPBenjamin Herrenschmidt
2008-01-30spinlock: lockbreak cleanupNick Piggin
2006-07-03[PATCH] lockdep: prove spinlock rwlock locking correctnessIngo Molnar
2005-09-10[PATCH] spinlock consolidationIngo Molnar
/td>Hannes Reinecke 2023-11-07nvme: common: make keyring and auth separate modulesArnd Bergmann 2023-11-06nvme-auth: use crypto_shash_tfm_digest()Eric Biggers 2023-10-17nvme-auth: allow mixing of secret and hash lengthsMark O'Donovan 2023-10-17nvme-auth: use transformed key size to create respMark O'Donovan 2023-10-17nvme-auth: alloc nvme_dhchap_key as single bufferMark O'Donovan 2023-10-12nvme: rework NVME_AUTH Kconfig selectionHannes Reinecke 2023-10-11nvme-keyring: implement nvme_tls_psk_default()Hannes Reinecke 2023-10-11nvme-keyring: define a 'psk' keytypeHannes Reinecke 2023-10-11nvme-keyring: register '.nvme' keyringHannes Reinecke 2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld 2022-08-02nvmet-auth: fix a couple of spelling mistakesColin Ian King 2022-08-02nvme-auth: uninitialized variable in nvme_auth_transform_key()Dan Carpenter 2022-08-02nvme-auth: fix off by one checksDan Carpenter 2022-08-02nvme-auth: Diffie-Hellman key exchange supportHannes Reinecke 2022-08-02nvme: implement In-Band authenticationHannes Reinecke