summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARM: l2c: split out cache unlock codeRussell King2014-05-301-7/+16
* ARM: l2c: provide generic function for calling set_debug methodRussell King2014-05-301-1/+11
* ARM: l2c: rename OF specific things, making l2x0_of_data available to allRussell King2014-05-301-32/+32
* ARM: l2c: tidy up l2x0_of_data declarationsRussell King2014-05-301-16/+14
* ARM: l2c: add helper for L2 cache controller DT IDsRussell King2014-05-301-13/+10
* ARM: outer cache: add WARN_ON() to outer_disable()Russell King2014-05-303-5/+22
* ARM: outer cache: add documentation of outer cache functionsRussell King2014-05-221-1/+47
* ARM: l2c: remove unnecessary UL-suffix to mask valuesRussell King2014-05-227-7/+7
* ARM: l2c: omap2: remove ES1.0 supportRussell King2014-05-221-17/+8
* ARM: l2c: avoid calling outer_flush_all() unnecessarily (Spear)Russell King2014-05-221-5/+14
* ARM: l2c: remove unnecessary call to outer_flush_all()Russell King2014-05-221-1/+0
* ARM: l2c: remove outer_inv_all() methodRussell King2014-05-223-14/+0
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2014-05-212-4/+2
|\
| * powerpc: irq work racing with timer interrupt can result in timer interrupt hangAnton Blanchard2014-05-121-3/+0
| * powerpc/powernv: Reset root port in firmwareGavin Shan2014-05-121-1/+2
* | Merge branch 'renameat2' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2014-05-218-3/+9
|\ \
| * | ia64: add renameat2 syscallMiklos Szeredi2014-05-203-1/+3
| * | parisc: add renameat2 syscallMiklos Szeredi2014-05-202-1/+3
| * | m68k: add renameat2 syscallMiklos Szeredi2014-05-203-1/+3
* | | Merge tag 'staging-3.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-05-211-1/+1
|\ \ \
| * \ \ Merge branch 'imx-drm-fixes-urgent' of git://ftp.arm.linux.org.uk/~rmk/linux-...Greg Kroah-Hartman2014-05-061-1/+1
| |\ \ \
| | * | | imx-drm: imx-tve: correct DDC property name to 'ddc-i2c-bus'Shawn Guo2014-04-261-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-05-212-0/+6
|\ \ \ \ \
| * | | | | crypto: s390 - fix aes,des ctr mode concurrency finding.Harald Freudenberger2014-05-082-0/+6
* | | | | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-05-216-0/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | mips: dts: Fix missing device_type="memory" property in memory nodesLeif Lindholm2014-05-165-0/+5
| * | | | | arm: dts: Fix missing device_type="memory" for ste-ccu8540Leif Lindholm2014-05-161-0/+1
* | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-05-2023-421/+310
|\ \ \ \ \ \
| * | | | | | MIPS: mm: Fix broken microMIPS kernel regression.Steven J. Hill2014-05-142-4/+7
| * | | | | | MIPS: Add new AUDIT_ARCH token for the N32 ABI on MIPS64Markos Chandras2014-05-141-0/+2
| * | | | | | MIPS: Wire up renameat2 syscall.Ralf Baechle2014-05-135-3/+10
| * | | | | | MIPS: inst.h: Rename BITFIELD_FIELD to __BITFIELD_FIELD.Ralf Baechle2014-05-131-199/+199
| * | | | | | MIPS: Remove file missed when removing rm9k support a while ago.Ralf Baechle2014-05-131-56/+0
| * | | | | | MIPS/loongson2_cpufreq: Fix CPU clock rate settingAaro Koskinen2014-05-131-2/+3
| * | | | | | MIPS: Loongson: No need to select GENERIC_HARDIRQS_NO__DO_IRQPaul Bolle2014-05-131-1/+0
| * | | | | | MIPS: csum_partial.S CPU_DADDI_WORKAROUNDS bug fixMaciej W. Rozycki2014-05-131-0/+9
| * | | | | | MIPS: __strncpy_from_user_asm CPU_DADDI_WORKAROUNDS bug fixMaciej W. Rozycki2014-05-131-7/+6
| * | | | | | MIPS: __delay CPU_DADDI_WORKAROUNDS bug fixMaciej W. Rozycki2014-05-131-4/+10
| * | | | | | MIPS: DEC/SNI: O32 wrapper stack switching fixesMaciej W. Rozycki2014-05-135-137/+61
| * | | | | | MIPS: DEC: Bus error handler <asm/cpu-type.h> fixesMaciej W. Rozycki2014-05-132-0/+2
| * | | | | | Revert "MIPS: MT: proc: Add support for printing VPE and TC ids"Ralf Baechle2014-05-131-8/+1
* | | | | | | Merge branch 'parisc-3.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-05-204-46/+65
|\ \ \ \ \ \ \
| * | | | | | | parisc: Improve LWS-CAS performanceJohn David Anglin2014-05-151-3/+9
| * | | | | | | parisc: ratelimit userspace segfault printingHelge Deller2014-05-153-43/+56
* | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2014-05-202-3/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | arm64: fix pud_huge() for 2-level pagetablesMark Salter2014-05-161-0/+4
| * | | | | | | | arm64: use cpu_online_mask when using forced irq_set_affinitySudeep Holla2014-05-121-3/+7
* | | | | | | | | Merge tag 'metag-for-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-05-206-11/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | metag: Remove _STK_LIM_MAX overrideJames Hogan2014-05-152-8/+1
| * | | | | | | | | parisc,metag: Do not hardcode maximum userspace stack sizeHelge Deller2014-05-153-5/+8