summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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-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
2015-07-27arm64: Generalise msr_s/mrs_s operationsSuzuki K. Poulose1-5/+15
2015-07-27arm64: kernel: Add optional CONFIG_ parameter to ALTERNATIVE()James Morse1-3/+25
2015-07-27arm64: kernel: Add min_field_value and use '>=' for feature detectionJames Morse2-5/+13
2015-07-27arm64: kernel: Add cpufeature 'enable' callbackJames Morse2-0/+7
2015-07-27arm64: kernel: Move config_sctlr_el1James Morse3-13/+13
2015-07-27arm64: kvm: Adopt new alternative assembler macrosDaniel Thompson1-2/+10
2015-07-27arm64: kernel: Adopt new alternative assembler macrosDaniel Thompson1-16/+13
2015-07-27arm64: mm: Adopt new alternative assembler macrosDaniel Thompson1-1/+6
2015-07-27arm64: alternative: Provide if/else/endif assembler macrosDaniel Thompson1-0/+41
2015-07-27arm64: kernel: Add cpuid_feature_extract_field() for 4bit sign extensionJames Morse1-0/+7
2015-07-27arm64: perf: condense event number mapsMark Rutland1-102/+22
2015-07-27arm64: hugetlb: remove paragraph about writing to FSFJisheng Zhang2-8/+0
2015-07-27arm64: dma-mapping: implement dma_get_sgtable()Robin Murphy1-0/+14
2015-07-27arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon22-153/+8
2015-07-27arm64: perf: factor out callchain codeMark Rutland4-180/+198
2015-07-27arm64: lib: use pair accessors for copy_*_user routinesWill Deacon3-18/+33
2015-07-27arm64: Better native ptrace support for compat tasksCatalin Marinas1-1/+91