summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | MIPS: Remove CONFIG_ARCH_HAS_ILOG2_U{32,64}Paul Burton2017-04-121-8/+0
| * | | | | | | | | | MIPS: generic: Enable Root FS on NFS in generic_defconfigMatt Redfearn2017-04-121-0/+3
| * | | | | | | | | | MIPS: mach-rm: Remove recursive include of cpu-feature-overrides.hMarcin Nowakowski2017-04-121-2/+0
| * | | | | | | | | | MIPS: Opt into HAVE_COPY_THREAD_TLSJames Cowgill2017-04-122-3/+4
| * | | | | | | | | | MIPS: uasm: Remove needless ISA abstractionPaul Burton2017-04-122-137/+106
| * | | | | | | | | | MIPS: Remove dead define of ST_OFFMatt Redfearn2017-04-121-6/+0
| * | | | | | | | | | MIPS: Use common outgoing-CPU-notification codeMarcin Nowakowski2017-04-121-4/+3
| * | | | | | | | | | MIPS: math-emu: Fix BC1EQZ and BC1NEZ condition handlingDouglas Leung2017-04-101-4/+6
| * | | | | | | | | | MIPS: r2-on-r6-emu: Clear BLTZALL and BGEZALL debugfs countersAleksandar Markovic2017-04-101-0/+2
| * | | | | | | | | | MIPS: r2-on-r6-emu: Fix BLEZL and BGTZL identificationLeonid Yegoshin2017-04-101-2/+12
| * | | | | | | | | | MIPS: Loongson-3: Select MIPS_L1_CACHE_SHIFT_6Huacai Chen2017-04-101-0/+1
| * | | | | | | | | | MIPS: Delete redundant definition of SMP_CACHE_BYTES.Ralf Baechle2017-04-102-4/+1
| * | | | | | | | | | MIPS: Delete unused definition of SMP_CACHE_SHIFT.Ralf Baechle2017-04-101-1/+0
| * | | | | | | | | | MIPS: Don't unnecessarily include kmalloc.h into <asm/cache.h>.Ralf Baechle2017-04-101-2/+0
| * | | | | | | | | | MIPS: Disable Werror when W= is setFlorian Fainelli2017-04-101-0/+2
| * | | | | | | | | | MIPS: Octeon: Clean up platform code.Steven J. Hill2017-04-101-4/+12
| * | | | | | | | | | MIPS: Octeon: Remove unused PCIERCX types and macros.Steven J. Hill2017-04-101-3016/+209
| * | | | | | | | | | MIPS: Octeon: Fix compile error when USB is not enabled.Steven J. Hill2017-04-101-48/+49
| * | | | | | | | | | MIPS: Octeon: Remove unused SLI types and macros.Steven J. Hill2017-04-102-3469/+76
| * | | | | | | | | | MIPS: Octeon: Remove unused L2C types and macros.Steven J. Hill2017-04-107-3922/+305
| * | | | | | | | | | MIPS: Add 48-bit VA space (and 4-level page tables) for 4K pages.Alex Belits2017-04-106-13/+172
| * | | | | | | | | | MIPS: Octeon: Remove vestiges of CONFIG_CAVIUM_OCTEON_2ND_KERNELDavid Daney2017-04-103-24/+1
| * | | | | | | | | | MIPS: BPF: Fix multiple problems in JIT skb access helpers.David Daney2017-04-101-11/+12
| * | | | | | | | | | MIPS: BPF: Quit clobbering callee saved registers in JIT code.David Daney2017-04-101-4/+12
| * | | | | | | | | | MIPS: BPF: Use unsigned access for unsigned SKB fields.David Daney2017-04-101-2/+2
| * | | | | | | | | | MIPS: BPF: Add JIT support for SKF_AD_HATYPE.David Daney2017-04-101-4/+17
| * | | | | | | | | | MIPS: uasm: Add support for LHU.David Daney2017-04-103-1/+4
| * | | | | | | | | | MIPS: Enable GENERIC_CPU_AUTOPROBEMarcin Nowakowski2017-04-103-0/+34
* | | | | | | | | | | Merge tag 'nios2-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-1221-252/+69
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | nios2: remove custom early console implementationTobias Klauser2017-05-116-199/+0
| * | | | | | | | | | | nios2: use generic strncpy_from_user() and strnlen_user()Ley Foon Tan2017-05-083-35/+7
| * | | | | | | | | | | nios2: Add CDX supportMarek Vasut2017-05-084-2/+19
| * | | | | | | | | | | nios2: Add BMX supportMarek Vasut2017-05-084-2/+19
| * | | | | | | | | | | nios2: Add NIOS2_ARCH_REVISION to select between R1 and R2Marek Vasut2017-05-083-0/+13
| * | | | | | | | | | | nios2: implement flush_dcache_mmap_lock/unlockJulien Beraud2017-05-081-2/+4
| * | | | | | | | | | | nios2: enable earlycon supportTobias Klauser2017-05-084-4/+9
| * | | | | | | | | | | nios2: constify irq_domain_opsTobias Klauser2017-05-081-1/+1
| * | | | | | | | | | | nios2: remove wrapper header for cmpxchg.hTobias Klauser2017-05-082-14/+1
| * | | | | | | | | | | nios2: add .gitignore entries for auto-generated filesTobias Klauser2017-05-082-0/+3
* | | | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-05-1111-22/+59
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | arm64: Silence first allocation with CONFIG_ARM64_MODULE_PLTS=yFlorian Fainelli2017-05-111-1/+6
| * | | | | | | | | | | | ARM: Silence first allocation with CONFIG_ARM_MODULE_PLTS=yFlorian Fainelli2017-05-111-2/+9
| * | | | | | | | | | | | arm64: uaccess: suppress spurious clang warningMark Rutland2017-05-091-2/+2
| * | | | | | | | | | | | arm64: atomic_lse: match asm register sizesMark Rutland2017-05-091-2/+2
| * | | | | | | | | | | | arm64: armv8_deprecated: ensure extension of addrMark Rutland2017-05-091-1/+2
| * | | | | | | | | | | | arm64: uaccess: ensure extension of access_ok() addrMark Rutland2017-05-091-1/+2
| * | | | | | | | | | | | arm64: ensure extension of smp_store_release valueMark Rutland2017-05-091-5/+15
| * | | | | | | | | | | | arm64: xchg: hazard against entire exchange variableMark Rutland2017-05-091-1/+1
| * | | | | | | | | | | | arm64: entry: improve data abort handling of tagged pointersKristina Martsenko2017-05-092-2/+12
| * | | | | | | | | | | | arm64: hw_breakpoint: fix watchpoint matching for tagged pointersKristina Martsenko2017-05-092-3/+6