summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2014-07-12ARM: pxa: Move UNCACHED_PHYS_0 mapping from generic.c to pxa2[57]x.cLaurent Pinchart
2014-07-12ARM: pxa: Don't hardcode addresses and size in map_desc tablesLaurent Pinchart
2014-07-12Merge tag 'pxa-for-v3.17-2' of https://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson
2014-07-12Merge tag 'mmp-for-v3.17' of https://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson
2014-07-12Merge tag 'renesas-soc-cleanup2-for-v3.17' of git://git.kernel.org/pub/scm/li...Olof Johansson
2014-07-11ARM: pxa: fix typo 'CONFIG_SPI_PXA2XX_MASTER'Paul Bolle
2014-07-07Merge tag 'versatile-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Olof Johansson
2014-07-06ARM: spear: Staticize local symbols in spear1340.cSachin Kamat
2014-07-06ARM: spear: Staticize spear1310_io_desc in spear1310.cSachin Kamat
2014-07-06ARM: spear: Staticize spear13xx_io_descSachin Kamat
2014-07-06ARM: vt8500: Staticize local symbolsSachin Kamat
2014-07-06ARM: sti: Staticize local variablesSachin Kamat
2014-07-06Merge tag 'renesas-soc-cleanup-for-v3.17' of git://git.kernel.org/pub/scm/lin...Olof Johansson
2014-07-06Merge tag 'renesas-header-cleanup-for-v3.17' of git://git.kernel.org/pub/scm/...Olof Johansson
2014-07-06ARM: clps711x: edb7211: Remove excess layer to calling clps711x_devices_init()Alexander Shiyan
2014-07-06ARM: clps711x: clep7312: Add common devices initializationAlexander Shiyan
2014-07-06ARM: clps711x: Switch CLPS711X subarch to use cpuidle driverAlexander Shiyan
2014-07-06ARM: clps711x: Move debug include into arch/arm/include/debug/Alexander Shiyan
2014-07-06ARM: clps711x: Remove IO_ADDRESS() macroAlexander Shiyan
2014-07-04ARM: mmp: remove duplicate SM_SCLK_SM_SCLK defineDan Carpenter
2014-07-04ARM: pxa: call debug_ll_io_init for earlyprintkAndrew Ruder
2014-07-04ARM: pxa: correct errata number for PXA270Andrew Ruder
2014-06-29Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2014-06-29ARM: 8087/1: ptrace: reload syscall number after secure_computing() checkWill Deacon
2014-06-29ARM: 8086/1: Set memblock limit for nommuLaura Abbott
2014-06-29ARM: 8085/1: sa1100: collie: add top boot mtd partitionAndrea Adami
2014-06-29ARM: 8084/1: sa1100: collie: revert back to cfi_probeAndrea Adami
2014-06-29ARM: 8080/1: mcpm.h: remove unused variable declarationNicolas Pitre
2014-06-29ARM: 8076/1: mm: add support for HW coherent systems in PL310 cacheThomas Petazzoni
2014-06-27Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2014-06-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2014-06-27Merge tag 'arc-fixes-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-06-27video: move Versatile CLCD helpersLinus Walleij
2014-06-27ARM: integrator: get rid of <mach/memory.h>Linus Walleij
2014-06-26MIPS: Lasat: Fix build error if CRC32 is not enabled.Ralf Baechle
2014-06-26MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd regionMarkos Chandras
2014-06-26MIPS: bpf: Fix stack space allocation for BPF memwords on MIPS64Markos Chandras
2014-06-26MIPS: BPF: Use 32 or 64-bit load instruction to load an address to registerMarkos Chandras
2014-06-26MIPS: bpf: Fix PKT_TYPE case for big-endian coresMarkos Chandras
2014-06-26MIPS: BPF: Prevent kernel fall over for >=32bit shiftsMarkos Chandras
2014-06-26MIPS: bpf: Drop update_on_xread and always initialize the X registerMarkos Chandras
2014-06-26MIPS: bpf: Fix is_range() semanticsMarkos Chandras
2014-06-26MIPS: bpf: Use pr_debug instead of pr_warn for unhandled opcodesMarkos Chandras
2014-06-26MIPS: bpf: Fix return values for VLAN_TAG_PRESENT caseMarkos Chandras
2014-06-26MIPS: bpf: Use correct mask for VLAN_TAG caseMarkos Chandras
2014-06-26MIPS: bpf: Fix branch conditional for BPF_J{GT/GE} casesMarkos Chandras
2014-06-26MIPS: bpf: Add SEEN_SKB to flags when looking for the PKT_TYPEMarkos Chandras
2014-06-26MIPS: bpf: Use 'andi' instead of 'and' for the VLAN casesMarkos Chandras
2014-06-26MIPS: bpf: Return error code if the offset is a negative numberMarkos Chandras
2014-06-26MIPS: bpf: Use the LO register to get division's quotientMarkos Chandras