| Commit message (Expand) | Author | Age | Files | Lines |
* | Consolidate machine/endian.h definitions | Mitchell Horne | 2021-06-24 | 1 | -105/+4 |
* | arm: Remove last_fault_code | Mark Johnston | 2021-06-14 | 1 | -8/+0 |
* | Also enable IPIs on 32-bit arm | Andrew Turner | 2021-06-11 | 1 | -0/+1 |
* | rpi_ft5406: Recognize raspberrypi,firmware-ts touchscreen | Juraj Lutter | 2021-05-23 | 1 | -2/+2 |
* | regen syscall files after 0bd5d81f1edf | Ed Maste | 2021-05-20 | 1 | -473/+473 |
* | gdb: report specific stop reason for watchpoints | Mitchell Horne | 2021-04-21 | 1 | -0/+6 |
* | ddb: replace watchpoint set/clear functions | Mitchell Horne | 2021-04-21 | 1 | -14/+0 |
* | arm: implement kdb watchpoint functions | Mitchell Horne | 2021-04-21 | 2 | -3/+36 |
* | arm64: Add support for bcm2838 RNG | Gordon Bergling | 2021-03-20 | 1 | -41/+133 |
* | arm64: rpi4: gpio: Add brcm,bcm2711-gpio compatible | Emmanuel Vadot | 2021-02-20 | 1 | -0/+1 |
* | arm64: rpi4: firmware: Attach at BUS_PASS_BUS + BUS_PASS_ORDER_LATE | Emmanuel Vadot | 2021-02-20 | 1 | -1/+1 |
* | arm32: Align arguments of sync_icache() syscall to cacheline size. | Michal Meloun | 2021-02-11 | 1 | -6/+3 |
* | marvell: ap806_clock: add missing frequency modes | Marcin Wojtas | 2021-02-02 | 1 | -4/+30 |
* | Revert "Define PNP info after defining driver modules" | Mark Johnston | 2021-01-30 | 2 | -2/+2 |
* | Create the stable/13 branch | Glen Barber | 2021-01-22 | 3 | -56/+0 |
* | Define PNP info after defining driver modules | Mark Johnston | 2021-01-21 | 2 | -2/+2 |
* | make maximum interrupt number tunable on ARM, ARM64, MIPS, and RISC-V | Oleksandr Tymoshenko | 2021-01-19 | 2 | -5/+0 |
* | arm: arm64: Directly use #include <dt-binding/...> | Emmanuel Vadot | 2021-01-15 | 19 | -28/+28 |
* | Split out the NODEBUG options to a common file | Andrew Turner | 2021-01-14 | 1 | -7/+1 |
* | cgem: add 64-bit support | Thomas Skibo | 2021-01-10 | 2 | -2/+2 |
* | arm: revert MAXDSIZ change from 202aea9c82ea | Kyle Evans | 2021-01-09 | 1 | -1/+1 |
* | Factor-out hardware-independent part of USB HID support to new module | Vladimir Kondratyev | 2021-01-07 | 7 | -0/+21 |
* | evdev: Remove useless "initial value" parameter from evdev_support_abs() | Vladimir Kondratyev | 2021-01-07 | 2 | -6/+6 |
* | Honor the vm page's PG_NODUMP flag on arm and i386. | Alan Cox | 2021-01-04 | 1 | -0/+3 |
* | arm: fix atomic_testand{set,clear}_64 for ops on high bits | Ryan Libby | 2021-01-03 | 1 | -4/+2 |
* | Handle KDB_WHY_TRAP return on arm and mips | Mitchell Horne | 2021-01-02 | 1 | -1/+6 |
* | arm: Fix atomic_testand{set,clear}_32(). According to atomic (9), the bit pos... | Michal Meloun | 2021-01-02 | 1 | -4/+23 |
* | arm: tune vmparam.h towards a little more modern | Kyle Evans | 2020-12-31 | 1 | -3/+3 |
* | Add pmu.h missed in 5e78bbb74a1f | Andrew Turner | 2020-12-31 | 1 | -0/+52 |
* | Split out the FDT arm pmu attachment | Andrew Turner | 2020-12-30 | 2 | -206/+242 |
* | ARM: Enhance common Nvidia Tegra drivers by support for Tegra210 SoC. | Michal Meloun | 2020-12-26 | 15 | -567/+1056 |
* | PMC: remove now orphaned PMC for INTEL XScale processors. | Michal Meloun | 2020-12-25 | 1 | -6/+0 |
* | arm: Remove samsung exnynos port | Emmanuel Vadot | 2020-12-17 | 27 | -6236/+0 |
* | Remove unused functions and variables in cpufunc.[ch]. | Michal Meloun | 2020-12-14 | 4 | -125/+3 |
* | Finish implementation of ARM PMU interrupts. | Michal Meloun | 2020-12-14 | 1 | -35/+171 |
* | arm: Let the GDB stub write to SP, LR and GP registers | Mark Johnston | 2020-12-07 | 2 | -2/+18 |
* | Add basic support for Freescale LX2160A SoC. | Michal Meloun | 2020-12-05 | 1 | -12/+32 |
* | Connect RK3288 to GENERIC kernel. | Michal Meloun | 2020-12-05 | 1 | -0/+3 |
* | Add support for RK3288 SoC. | Michal Meloun | 2020-12-04 | 5 | -0/+375 |
* | Always use 64-bit physical addresses for dump_avail[] in minidumps | Mark Johnston | 2020-12-03 | 1 | -8/+13 |
* | Fix r368153. Wrong branch of #ifdef __ARMEB__ was deleted. | Michal Meloun | 2020-12-02 | 1 | -4/+4 |
* | Remove duplicated SV_ASLR from the elf flags. | Michal Meloun | 2020-12-01 | 1 | -1/+1 |
* | arm: allwinner: aw_mmc: Add a sysctl for debuging | Emmanuel Vadot | 2020-11-30 | 1 | -30/+38 |
* | Store MPIDR register in pcpu. | Michal Meloun | 2020-11-29 | 3 | -1/+6 |
* | Remove unused options. | Michal Meloun | 2020-11-29 | 3 | -3/+0 |
* | _ARM_ARCH_5E is always defined, we not support older CPUs. | Michal Meloun | 2020-11-29 | 5 | -992/+2 |
* | Remove orphaned configs. | Michal Meloun | 2020-11-29 | 6 | -127/+0 |
* | Remove remaining fragments of code for older already ceased ARM versions. | Michal Meloun | 2020-11-29 | 8 | -1013/+0 |
* | Remove remaining support of big endian byte order. | Michal Meloun | 2020-11-29 | 6 | -732/+4 |
* | Remove the pre-ARMv6 and pre-INTRNG code. | Michal Meloun | 2020-11-29 | 57 | -1716/+6 |