aboutsummaryrefslogtreecommitdiffstats
path: root/net (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-27arm64: atomics: patch in lse instructions when supported by the CPUWill Deacon6-124/+342
2015-07-27arm64: introduce CONFIG_ARM64_LSE_ATOMICS as fallback to ll/sc atomicsWill Deacon6-2/+224
2015-07-27arm64: alternatives: add cpu feature for lse atomicsWill Deacon2-1/+3
2015-07-27arm64: elf: advertise 8.1 atomic instructions as new hwcapWill Deacon2-0/+15
2015-07-27arm64: atomics: move ll/sc atomics into separate header fileWill Deacon2-174/+221
2015-07-27arm64: cpufeature.h: add missing #include of kernel.hWill Deacon1-0/+2
2015-07-27arm64: rwlocks: don't fail trylock purely due to contentionWill Deacon1-6/+8
2015-07-27atomic: Add simple atomic_t testsPeter Zijlstra1-21/+47
2015-07-27atomic: Replace atomic_{set,clear}_mask() usagePeter Zijlstra14-97/+97
2015-07-27atomic: Collapse all atomic_{set,clear}_mask definitionsPeter Zijlstra16-174/+25
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra29-68/+19
2015-07-27tile: Provide atomic_{or,xor,and}Chris Metcalf4-0/+99
2015-07-27h8300: Provide atomic_{or,xor,and}Peter Zijlstra1-95/+40
2015-07-27frv: Rewrite atomic implementationPeter Zijlstra9-355/+259
2015-07-27x86: Provide atomic_{or,xor,and}Peter Zijlstra3-8/+54
2015-07-27s390: Provide atomic_{or,xor,and}Peter Zijlstra1-14/+33
2015-07-27xtensa: Provide atomic_{or,xor,and}Peter Zijlstra1-69/+16
2015-07-27sparc: Provide atomic_{or,xor,and}Peter Zijlstra5-3/+38
2015-07-27sh: Provide atomic_{or,xor,and}Peter Zijlstra4-85/+22
2015-07-27powerpc: Provide atomic_{or,xor,and}Peter Zijlstra1-0/+9
2015-07-27parisc: Provide atomic_{or,xor,and}Peter Zijlstra1-0/+9
2015-07-27mn10300: Provide atomic_{or,xor,and}Peter Zijlstra1-47/+10
2015-07-27mips: Provide atomic_{or,xor,and}Peter Zijlstra1-0/+9
2015-07-27metag: Provide atomic_{or,xor,and}Peter Zijlstra2-42/+17
2015-07-27m68k: Provide atomic_{or,xor,and}Peter Zijlstra1-4/+10
2015-07-27m32r: Provide atomic_{or,xor,and}Peter Zijlstra1-34/+10
2015-07-27ia64: Provide atomic_{or,xor,and}Peter Zijlstra1-4/+22
2015-07-27hexagon: Provide atomic_{or,xor,and}Peter Zijlstra1-0/+6
2015-07-27blackfin: Provide atomic_{or,xor,and}Peter Zijlstra3-25/+40
2015-07-27avr32: Provide atomic_{or,xor,and}Peter Zijlstra1-0/+14
2015-07-27arm64: Provide atomic_{or,xor,and}Peter Zijlstra1-0/+15
2015-07-27arm: Provide atomic_{or,xor,and}Peter Zijlstra1-0/+15
2015-07-27arc: Provide atomic_{or,xor,and}Peter Zijlstra1-2/+17
2015-07-27alpha: Provide atomic_{or,xor,and}Peter Zijlstra1-15/+28
2015-07-27atomic: Prepare generic atomic implementation for logic opsPeter Zijlstra1-2/+10
2015-07-27arm64: include linux/types.h in asm/spinlock_types.hWill Deacon1-0/+2
2015-07-27arm64/BUG: Show explicit backtrace for WARNsDave P Martin1-0/+2
2015-07-27arm64/BUG: Use BRK instruction for generic BUG trapsDave P Martin5-3/+142
2015-07-27arm64/debug: Add missing #includesDave P Martin2-0/+5
2015-07-27arm64/debug: Simplify BRK insn opcode declarationsDave P Martin2-25/+10
2015-07-27arm64/debug: Move BRK ESR template macro into <asm/esr.h>Dave P Martin2-7/+7
2015-07-27arm64/debug: More consistent naming for the BRK ESR template macroDave P Martin2-4/+5
2015-07-27arm64/debug: Eliminate magic number from ESR template definitionDave P Martin1-1/+3
2015-07-27arm64/debug: Mask off all reserved bits from generated ESR valuesDave P Martin1-1/+1
2015-07-27arm64/debug: Eliminate magic number for size of BRK instructionDave P Martin1-1/+3
2015-07-27arm64: insn: use set_fixmap_offset to make it more clearyalin wang1-3/+2
2015-07-27arm64: efi: prefer AllocatePages() over efi_low_alloc() for vmlinuxArd Biesheuvel1-9/+32
2015-07-27arm64: kernel: remove non-legit DT warnings when booting using ACPISudeep Holla2-3/+8
2015-07-27arm64: alternatives: add enable parameter to conditional asm macrosWill Deacon1-3/+9
2015-07-27arm64: kernel: Add support for Privileged Access NeverJames Morse14-2/+121