aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/bitops.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-1/+0
2022-01-15include: move find.h from asm_generic to linuxYury Norov1-1/+0
2022-01-05MIPS: retire "asm/llsc.h"Huang Pei1-13/+11
2021-01-15MIPS: bitops: fix -Wshadow in asm/bitops.hAlexander Lobakin1-5/+5
2021-01-09MIPS: bitops: Fix reference to ffz locationGeert Uytterhoeven1-1/+1
2019-10-07MIPS: bitops: Use smp_mb__before_atomic in test_* opsPaul Burton1-3/+3
2019-10-07MIPS: bitops: Emit Loongson3 sync workarounds within asmPaul Burton1-9/+2
2019-10-07MIPS: bitops: Use BIT_WORD() & BITS_PER_LONGPaul Burton1-12/+12
2019-10-07MIPS: bitops: Abstract LL/SC loopsPaul Burton1-204/+63
2019-10-07MIPS: bitops: Avoid redundant zero-comparison for non-LLSCPaul Burton1-6/+12
2019-10-07MIPS: bitops: Use the BIT() macroPaul Burton1-15/+16
2019-10-07MIPS: bitops: Allow immediates in test_and_{set,clear,change}_bitPaul Burton1-6/+6
2019-10-07MIPS: bitops: Implement test_and_set_bit() in terms of _lock variantPaul Burton1-53/+13
2019-10-07MIPS: bitops: ins start position is always an immediatePaul Burton1-3/+3
2019-10-07MIPS: bitops: Use MIPS_ISA_REV, not #ifdefsPaul Burton1-9/+4
2019-10-07MIPS: bitops: Only use ins for bit 16 or higherPaul Burton1-1/+1
2019-10-07MIPS: bitops: Handle !kernel_uses_llsc firstPaul Burton1-108/+105
2019-08-31mips/atomic: Fix smp_mb__{before,after}_atomic()Peter Zijlstra1-17/+25
2019-08-31mips/atomic: Fix loongson_llsc_mb() wreckagePeter Zijlstra1-0/+5
2019-05-14MIPS: mark __fls() and __ffs() as __always_inlineMasahiro Yamada1-2/+2
2019-02-04MIPS: Loongson: Introduce and use loongson_llsc_mb()Huacai Chen1-0/+5
2019-01-04fls: change parameter to unsigned intMatthew Wilcox1-1/+1
2018-11-09MIPS: Avoid using .set mips0 to restore ISAPaul Burton1-14/+28
2017-10-09MIPS: Add nudges to writes for bit unlocks.Chad Reese1-0/+1
2016-05-09MIPS: Move definitions for 32/64-bit agonstic inline assembler to new file.Ralf Baechle1-16/+1
2015-06-21MIPS: Replace smp_mb with release barrier function in unlocks.Leonid Yegoshin1-1/+1
2015-04-08MIPS: bitops.h: Avoid inline asm for constant FLSMaciej W. Rozycki1-3/+4
2015-02-17MIPS: asm: bitops: Update ISA constraints for MIPS R6 supportMarkos Chandras1-15/+15
2015-02-17MIPS: asm: Rename GCC_OFF12_ASM to GCC_OFF_SMALL_ASMMarkos Chandras1-17/+17
2014-11-24MIPS: Fix microMIPS LL/SC immediate offsetsMaciej W. Rozycki1-17/+18
2014-07-30MIPS: asm/bitops.h: Guard CLZ with `.set mips32'Maciej W. Rozycki1-1/+7
2014-04-18arch,mips: Convert smp_mb__*()Peter Zijlstra1-9/+2
2014-03-31MIPS: Fix gigaton of warning building with microMIPS.Ralf Baechle1-14/+14
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-11/+11
2012-11-09MIPS: Remove irqflags.h dependency from bitops.hJim Quinlan1-82/+32
2012-11-09MIPS: bitops.h: Change use of 'unsigned short' to 'int'Jim Quinlan1-7/+7
2012-07-18mips: fix bug.h build regressionYoichi Yuasa1-1/+0
2011-03-23bitops: remove minix bitops from asm/bitops.hAkinobu Mita1-1/+0
2011-03-23bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita1-1/+0
2011-03-23bitops: introduce little-endian bitops for most architecturesAkinobu Mita1-0/+1
2010-10-29MIPS: Get rid of branches to .subsections.Ralf Baechle1-149/+121
2010-08-05MIPS: Create and use asm/arch_hweight.hDavid Daney1-1/+4
2010-02-27MIPS: New macro smp_mb__before_llsc.David Daney1-4/+4
2009-09-17MIPS: Allow kernel use of LL/SC to be separate from the presence of LL/SC.David Daney1-17/+17
2009-05-14MIPS: Enable CLO / CLZ instructions via separate CPU propertyRalf Baechle1-2/+2
2008-10-30MIPS: Clean up MIPSxx-optimized bitop functionsRalf Baechle1-38/+76
2008-10-11MIPS: Move headfiles to new location below arch/mips/includeRalf Baechle1-0/+672