| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'devel-stable' into for-next | Russell King | 2014-08-05 | 10 | -1107/+362 |
|\ |
|
| * | Merge tag 'nommu-for-rmk' of git://git.pengutronix.de/git/ukl/linux into deve... | Russell King | 2014-08-01 | 2 | -4/+2 |
| |\ |
|
| | * | ARM: make user_addr_max more robust | Uwe Kleine-König | 2014-07-01 | 1 | -1/+1 |
| | * | ARM: nommu: don't limit TASK_SIZE | Uwe Kleine-König | 2014-07-01 | 1 | -3/+1 |
| * | | ARM: perf: disable the pagefault handler when reading from user space | Jean Pihet | 2014-07-09 | 1 | -2/+7 |
| * | | ARM: perf: Check that current->mm is alive before getting user callchain | Jean Pihet | 2014-07-09 | 1 | -0/+4 |
| * | | arm: perf: krait: stop using singleton PMU | Mark Rutland | 2014-07-02 | 1 | -0/+2 |
| * | | arm: perf: add more specific platform device IDs | Mark Rutland | 2014-07-02 | 1 | -0/+3 |
| * | | arm: perf: clean up PMU names | Mark Rutland | 2014-07-02 | 5 | -23/+57 |
| * | | arm: perf: xscale: condense event maps | Mark Rutland | 2014-07-02 | 1 | -102/+15 |
| * | | arm: perf: armv6: condense event maps | Mark Rutland | 2014-07-02 | 1 | -224/+47 |
| * | | arm: perf: armv7: condense event maps | Mark Rutland | 2014-07-02 | 1 | -743/+206 |
| * | | arm: perf: add macros for empty event mappings | Mark Rutland | 2014-07-02 | 1 | -0/+10 |
| * | | arm: perf: move event map macros to pmu.h | Mark Rutland | 2014-07-02 | 2 | -9/+9 |
| |/ |
|
* | | Merge branch 'swp' (early part) into for-next | Russell King | 2014-08-05 | 3 | -8/+27 |
|\ \ |
|
| * | | ARM: hwcap: disable HWCAP_SWP if the CPU advertises it has exclusives | Russell King | 2014-07-18 | 1 | -7/+22 |
| * | | ARM: SWP emulation: only initialise on ARMv7 CPUs | Russell King | 2014-07-18 | 1 | -0/+4 |
| * | | ARM: SWP emulation: always enable when SMP is enabled | Russell King | 2014-07-18 | 1 | -1/+1 |
* | | | Merge branches 'fixes' and 'misc' into for-next | Russell King | 2014-08-05 | 262 | -2164/+3582 |
|\ \ \ |
|
| * | | | ARM: add comments to the early page table remap code | Russell King | 2014-08-02 | 1 | -5/+46 |
| * | | | ARM: 8122/1: smp_scu: enable SCU standby support | Shawn Guo | 2014-08-02 | 1 | -0/+7 |
| * | | | ARM: 8121/1: smp_scu: use macro for SCU enable bit | Shawn Guo | 2014-08-02 | 1 | -2/+3 |
| * | | | ARM: 8120/1: crypto: sha512: add ARM NEON implementation | Jussi Kivilinna | 2014-08-02 | 3 | -0/+762 |
| * | | | ARM: 8119/1: crypto: sha1: add ARM NEON implementation | Jussi Kivilinna | 2014-08-02 | 5 | -3/+848 |
| * | | | ARM: 8118/1: crypto: sha1/make use of common SHA-1 structures | Jussi Kivilinna | 2014-08-02 | 1 | -28/+22 |
| * | | | ARM: 8113/1: remove remaining definitions of PLAT_PHYS_OFFSET from <mach/memo... | Uwe Kleine-König | 2014-07-29 | 13 | -79/+17 |
| * | | | ARM: 8111/1: Enable erratum 798181 for Broadcom Brahma-B15 | Gregory Fong | 2014-07-24 | 1 | -8/+12 |
| * | | | ARM: 8110/1: do CPU-specific init for Broadcom Brahma15 cores | Marc Carino | 2014-07-24 | 1 | -0/+11 |
| * | | | ARM: 8109/1: mm: Modify pte_write and pmd_write logic for LPAE | Steven Capper | 2014-07-24 | 4 | -22/+35 |
| * | | | ARM: 8108/1: mm: Introduce {pte,pmd}_isset and {pte,pmd}_isclear | Steven Capper | 2014-07-24 | 2 | -11/+19 |
| * | | | ARM: 8103/1: save/restore Cortex-A9 CP15 registers on suspend/resume | Shawn Guo | 2014-07-18 | 2 | -10/+45 |
| * | | | ARM: 8098/1: mcs lock: implement wfe-based polling for MCS locking | Will Deacon | 2014-07-18 | 1 | -0/+23 |
| * | | | ARM: 8091/2: add get_user() support for 8 byte types | Daniel Thompson | 2014-07-18 | 2 | -2/+55 |
| * | | | ARM: 8097/1: unistd.h: relocate comments back to place | Baruch Siach | 2014-07-18 | 2 | -11/+10 |
| * | | | ARM: 8096/1: Describe required sort order for textofs-y (TEXT_OFFSET) | Daniel Thompson | 2014-07-18 | 1 | -0/+3 |
| * | | | ARM: 8090/1: add revision info for PL310 errata 588369 and 727915 | Shawn Guo | 2014-07-18 | 1 | -3/+4 |
| * | | | ARM: 8089/1: cpu_pj4b_suspend_size should base on cpu_v7_suspend_size | Shawn Guo | 2014-07-18 | 1 | -6/+6 |
| * | | | ARM: 8088/1: vmlinux.lds.S: drop redundant .comment | Mark Rutland | 2014-07-18 | 1 | -1/+0 |
| * | | | ARM: 8075/1: oprofile: Use of arm_get_current_stackframe | Nikolay Borisov | 2014-07-18 | 1 | -4/+1 |
| * | | | ARM: 8074/1: traps: Make use of the frame_pointer macro | Nikolay Borisov | 2014-07-18 | 1 | -2/+4 |
| * | | | ARM: 8073/1: unwind: Use arm_get_current_stackframe | Nikolay Borisov | 2014-07-18 | 1 | -5/+3 |
| * | | | ARM: 8072/1: time: Make use of arm_get_current_stackframe | Nikolay Borisov | 2014-07-18 | 1 | -4/+1 |
| * | | | ARM: 8071/1: perf: Make perf use arm_get_current_stackframe | Nikolay Borisov | 2014-07-18 | 1 | -4/+1 |
| * | | | ARM: 8070/1: Introduce arm_get_current_stack_frame() | Nikolay Borisov | 2014-07-18 | 2 | -0/+21 |
| * | | | ARM: 8079/1: zImage: identify kernel endianness | Nicolas Pitre | 2014-07-18 | 1 | -0/+1 |
| * | | | ARM: alignment: save last kernel aligned fault location | Russell King | 2014-07-18 | 1 | -1/+3 |
| * | | | ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ | Russell King | 2014-07-18 | 106 | -607/+644 |
| |/ / |
|
| * | | ARM: make it easier to check the CPU part number correctly | Russell King | 2014-07-18 | 9 | -62/+65 |
| * | | ARM: 8099/1: EXYNOS: Fix MCPM build with SUSPEND=n | Krzysztof Kozlowski | 2014-07-18 | 1 | -0/+1 |
| * | | ARM: 8083/1: exynos: activate the CCI on boot CPU/cluster using the MCPM loop... | Nicolas Pitre | 2014-07-18 | 1 | -0/+15 |