aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/bitops.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-11MIPS: Move headfiles to new location below arch/mips/includeRalf Baechle1-672/+0
2008-07-20[MIPS] Tinker with constraints in <asm/atomic.h> to fix build error.Ralf Baechle1-3/+3
2008-07-15[MIPS] Fix asm constraints for 'ins' instructions.David Daney1-3/+3
2008-05-12[MIPS] Get rid of __ilog2Ralf Baechle1-7/+2
2008-05-12[MIPS] Fix __fls for non-MIPS32/MIPS64 cpusThomas Bogendoerfer1-2/+3
2008-04-26generic: implement __fls on all 64-bit archsAlexander van Heukelum1-0/+5
2007-10-19forbid asm/bitops.h direct inclusionJiri Slaby1-0/+4
2007-10-18mips: lock bitopsNick Piggin1-1/+96
2007-10-18mips: fix bitopsNick Piggin1-0/+6
2007-10-18bitops: introduce lock opsNick Piggin1-0/+1
2007-10-11[MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle1-6/+6
2007-07-20[MIPS] Make support for weakly ordered LL/SC a config option.Ralf Baechle1-5/+5
2007-06-26[MIPS] Remove a duplicated local variable in test_and_clear_bit()Atsushi Nemoto1-1/+1
2007-06-11[MIPS] Fix smp barriers in test_and_{change,clear,set}_bitRalf Baechle1-32/+19
2007-03-17[MIPS] Lockdep: Fix recursion bug.Ralf Baechle1-12/+12
2007-03-07[MIPS] R2 bitops compile fix for gcc < 4.0.Ralf Baechle1-23/+33
2007-02-18[MIPS] Use MIPS R2 instructions for bitops.Ralf Baechle1-1/+51
2007-02-13[MIPS] Improve branch prediction in ll/sc atomic operations.Ralf Baechle1-6/+27
2006-12-04[MIPS] Cleanup memory barriers for weakly ordered systems.Ralf Baechle1-19/+8
2006-11-30[MIPS] Remove unused definition of cpu_to_lelongp()Ralf Baechle1-2/+0
2006-11-30[MIPS] Remove userspace proofing from <asm/bitops.h>.Ralf Baechle1-42/+21
2006-07-13[MIPS] TRACE_IRQFLAGS_SUPPORT support.Ralf Baechle1-1/+1
2006-04-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-32/+24
2006-04-27[MIPS] Fix bitops for MIPS32/MIPS64 CPUs.Atsushi Nemoto1-32/+24
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-03-26[PATCH] bitops: mips: use generic bitopsAkinobu Mita1-449/+16
2006-03-26[PATCH] bitops: use non atomic operations for minix_*_bit() and ext2_*_bit()Akinobu Mita1-3/+3
2006-02-07[MIPS] Cleanup fls implementation.Ralf Baechle1-26/+32
2006-01-03[FLS64]: generic versionStephen Hemminger1-1/+1
2005-10-29Fixup a few lose ends in explicit support for MIPS R1/R2.Ralf Baechle1-27/+27
2005-10-29Use clz / dclz on MIPS32 / MIPS64 processors.Ralf Baechle1-22/+115
2005-10-29Always use ".set mips3" rather than select between "mips2" or "mips3"Maciej W. Rozycki1-14/+12
2005-10-29Enable a suitable ISA for the assembler around ll/sc so that codeMaciej W. Rozycki1-24/+50
2005-09-05[PATCH] mips: nuke trailing whitespaceRalf Baechle1-2/+2
2005-09-05[PATCH] mips: clean up 32/64-bit configurationRalf Baechle1-4/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+850