Age | Commit message (Expand) | Author | Files | Lines |
2019-10-29 | arm64: Expose Arm v8.4 features | Suzuki K Poulose | 4 | -0/+18 |
2019-10-29 | arm64: v8.4: Support for new floating point multiplication instructions | Dongjiu Geng | 4 | -0/+7 |
2019-10-29 | arm64: Fix the feature type for ID register fields | Suzuki K Poulose | 1 | -51/+51 |
2019-10-29 | arm64: Expose support for optional ARMv8-A features | Suzuki K Poulose | 4 | -0/+23 |
2019-10-29 | arm64: sysreg: Move to use definitions for all the SCTLR bits | James Morse | 3 | -35/+67 |
2019-10-07 | arm64: fix unreachable code issue with cmpxchg | Arnd Bergmann | 1 | -3/+3 |
2019-10-05 | arm64: dts: rockchip: limit clock rate of MMC controllers for RK3328 | Shawn Lin | 1 | -0/+3 |
2019-10-05 | arm64: kpti: ensure patched kernel text is fetched from PoU | Mark Rutland | 1 | -0/+9 |
2019-10-05 | arm64: kpti: Whitelist Cortex-A CPUs that don't implement the CSV3 field | Will Deacon | 1 | -0/+5 |
2019-09-16 | arm64: dts: rockchip: enable usb-host regulators at boot on rk3328-rock64 | Dmitry Voytik | 1 | -0/+2 |
2019-08-25 | arm64: ftrace: Ensure module ftrace trampoline is coherent with I-side | Will Deacon | 1 | -9/+12 |
2019-08-25 | arm64: compat: Allow single-byte watchpoints on all addresses | Will Deacon | 1 | -3/+4 |
2019-08-25 | arm64/mm: fix variable 'pud' set but not used | Qian Cai | 1 | -2/+2 |
2019-08-25 | arm64: unwind: Prohibit probing on return_address() | Masami Hiramatsu | 2 | -0/+6 |
2019-08-25 | arm64/efi: fix variable 'si' set but not used | Qian Cai | 1 | -1/+5 |
2019-08-25 | bpf: get rid of pure_initcall dependency to enable jits | Daniel Borkmann | 1 | -2/+0 |
2019-08-09 | arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG} | Will Deacon | 2 | -5/+10 |
2019-08-04 | arm64: compat: Provide definition for COMPAT_SIGMINSTKSZ | Will Deacon | 1 | -0/+1 |
2019-08-04 | arm64: dts: marvell: Fix A37xx UART0 register size | allen yan | 1 | -1/+1 |
2019-07-31 | arm64: tegra: Fix AGIC register range | Jon Hunter | 1 | -1/+1 |
2019-07-31 | arm64: tegra: Update Jetson TX1 GPU regulator timings | Jon Hunter | 1 | -1/+2 |
2019-07-31 | crypto: arm64/sha2-ce - correct digest for empty data in finup | Elena Petrova | 1 | -1/+1 |
2019-07-31 | crypto: arm64/sha1-ce - correct digest for empty data in finup | Elena Petrova | 1 | -1/+1 |
2019-07-31 | acpi/arm64: ignore 5.1 FADTs that are reported as 5.0 | Ard Biesheuvel | 1 | -3/+7 |
2019-07-31 | arm64/efi: Mark __efistub_stext_offset as an absolute symbol explicitly | Nathan Chancellor | 1 | -1/+5 |
2019-07-10 | arm64: kaslr: keep modules inside module region when KASAN is enabled | Ard Biesheuvel | 1 | -2/+6 |
2019-07-03 | arm64: insn: Fix ldadd instruction encoding | Jean-Philippe Brucker | 1 | -1/+1 |
2019-07-03 | bpf, arm64: use more scalable stadd over ldxr / stxr loop in xadd | Daniel Borkmann | 4 | -9/+71 |
2019-07-03 | arm64: futex: Avoid copying out uninitialised stack in failed cmpxchg() | Will Deacon | 1 | -1/+3 |
2019-06-19 | arm64/mm: Inhibit huge-vmap with ptdump | Mark Rutland | 1 | -3/+8 |
2019-05-31 | arm64: cpu_ops: fix a leaked reference by adding missing of_node_put | Wen Yang | 1 | -0/+1 |
2019-05-31 | arm64: vdso: Fix clock_getres() for CLOCK_REALTIME | Vincenzo Frascino | 4 | -5/+8 |
2019-05-31 | arm64: Fix compiler warning from pte_unmap() with -Wunused-but-set-variable | Qian Cai | 1 | -1/+2 |
2019-05-31 | arm64/iommu: handle non-remapped addresses in ->mmap and ->get_sgtable | Christoph Hellwig | 1 | -0/+10 |
2019-05-21 | crypto: arm64/aes-neonbs - don't access already-freed walk.iv | Eric Biggers | 1 | -0/+2 |
2019-05-21 | bpf, arm64: remove prefetch insn in xadd mapping | Daniel Borkmann | 2 | -7/+0 |
2019-05-21 | arm64: Save and restore OSDLR_EL1 across suspend/resume | Jean-Philippe Brucker | 1 | -16/+18 |
2019-05-21 | arm64: Clear OSDLR_EL1 on CPU boot | Jean-Philippe Brucker | 1 | -0/+1 |
2019-05-21 | arm64: compat: Reduce address limit | Vincenzo Frascino | 1 | -0/+8 |
2019-05-16 | arm64: dts: marvell: armada-ap806: reserve PSCI area | Heinrich Schuchardt | 1 | -0/+17 |
2019-05-16 | arm64: KVM: Make VHE Stage-2 TLB invalidation operations non-interruptible | Marc Zyngier | 1 | -10/+25 |
2019-05-10 | arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OP | Will Deacon | 1 | -21/+34 |
2019-05-08 | arm64: only advance singlestep for user instruction traps | Mark Rutland | 1 | -1/+2 |
2019-05-08 | arm64: Fix single stepping in kernel traps | Julien Thierry | 4 | -10/+27 |
2019-04-27 | arm64: futex: Restore oldval initialization to work around buggy compilers | Nathan Chancellor | 1 | -1/+1 |
2019-04-17 | arm64: dts: rockchip: Fix vcc_host1_5v GPIO polarity on rk3328-rock64 | Tomohiro Mayama | 1 | -2/+1 |
2019-04-17 | arm64: dts: rockchip: fix vcc_host1_5v pin assign on rk3328-rock64 | Katsuhiro Suzuki | 1 | -2/+2 |
2019-04-17 | arm64: backtrace: Don't bother trying to unwind the userspace stack | Will Deacon | 1 | -6/+9 |
2019-04-17 | arm64: dts: rockchip: fix rk3328 rgmii high tx error rate | Peter Geis | 1 | -22/+22 |
2019-04-17 | arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result value | Will Deacon | 1 | -8/+8 |