Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | arm64: dts: ls1028a: declare the Integrated Endpoint Register Block node | Vladimir Oltean | 2021-04-19 | 1 | -0/+6 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 2021-04-29 | 2 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | quota: wire up quotactl_path | Sascha Hauer | 2021-03-17 | 2 | -1/+3 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2021-04-28 | 3 | -185/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | arm64: Enable passing IMA log to next kernel on kexec | Lakshmi Ramasubramanian | 2021-03-08 | 1 | -0/+1 | |
| * | | | | | | | | | | | arm64: Use common of_kexec_alloc_and_setup_fdt() | Rob Herring | 2021-03-08 | 1 | -174/+8 | |
| * | | | | | | | | | | | arm64: Use ELF fields defined in 'struct kimage' | Lakshmi Ramasubramanian | 2021-03-08 | 2 | -13/+9 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds | 2021-04-27 | 13 | -23/+44 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | arm64: allow CONFIG_CFI_CLANG to be selected | Sami Tolvanen | 2021-04-08 | 1 | -0/+1 | |
| * | | | | | | | | | | | KVM: arm64: Disable CFI for nVHE | Sami Tolvanen | 2021-04-08 | 1 | -3/+3 | |
| * | | | | | | | | | | | arm64: ftrace: use function_nocfi for ftrace_call | Sami Tolvanen | 2021-04-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | arm64: add __nocfi to __apply_alternatives | Sami Tolvanen | 2021-04-08 | 1 | -2/+2 | |
| * | | | | | | | | | | | arm64: add __nocfi to functions that jump to a physical address | Sami Tolvanen | 2021-04-08 | 3 | -6/+6 | |
| * | | | | | | | | | | | arm64: use function_nocfi with __pa_symbol | Sami Tolvanen | 2021-04-08 | 6 | -6/+9 | |
| * | | | | | | | | | | | arm64: implement function_nocfi | Sami Tolvanen | 2021-04-08 | 1 | -0/+16 | |
| * | | | | | | | | | | | treewide: Change list_sort to use const pointers | Sami Tolvanen | 2021-04-08 | 2 | -5/+6 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2021-04-26 | 2 | -77/+42 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 2021-04-26 | 2 | -77/+42 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k... | Rafael J. Wysocki | 2021-04-12 | 2 | -77/+42 | |
| | |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | | | ||||||
| | | * | | | | | | | | arch_topology: Allow multiple entities to provide sched_freq_tick() callback | Viresh Kumar | 2021-03-10 | 2 | -75/+40 | |
| | | * | | | | | | | | arch_topology: Rename freq_scale as arch_freq_scale | Viresh Kumar | 2021-03-10 | 1 | -3/+3 | |
| | | |/ / / / / / / | ||||||
* | | | | | | | | | | Merge tag 'arm-apple-m1-5.13' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-04-26 | 9 | -10/+258 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | arm64: apple: Add initial Apple Mac mini (M1, 2020) devicetree | Hector Martin | 2021-04-08 | 4 | -0/+183 | |
| * | | | | | | | | | | arm64: Kconfig: Introduce CONFIG_ARCH_APPLE | Hector Martin | 2021-04-08 | 2 | -0/+8 | |
| * | | | | | | | | | | arm64: Move ICH_ sysreg bits from arm-gic-v3.h to sysreg.h | Hector Martin | 2021-04-08 | 1 | -0/+60 | |
| * | | | | | | | | | | asm-generic/io.h: implement pci_remap_cfgspace using ioremap_np | Hector Martin | 2021-04-08 | 1 | -10/+0 | |
| * | | | | | | | | | | arm64: Implement ioremap_np() to map MMIO as nGnRnE | Hector Martin | 2021-04-08 | 1 | -0/+1 | |
| * | | | | | | | | | | arm64: cputype: Add CPU implementor & types for the Apple M1 cores | Hector Martin | 2021-04-08 | 1 | -0/+6 | |
* | | | | | | | | | | | Merge tag 'arm-dt-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 2021-04-26 | 271 | -1836/+17589 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | arm64: dts: amlogic: misc DT schema fixups | Kevin Hilman | 2021-04-22 | 15 | -28/+27 | |
| * | | | | | | | | | | | Merge tag 'qcom-arm64-for-5.13-3' of git://git.kernel.org/pub/scm/linux/kerne... | Arnd Bergmann | 2021-04-19 | 4 | -14/+25 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | arm64: dts: qcom: sc7180: Update iommu property for simultaneous playback | V Sujith Kumar Reddy | 2021-04-19 | 1 | -1/+2 | |
| | * | | | | | | | | | | | arm64: dts: qcom: sc7180: pompom: Add "dmic_clk_en" + sound model | Douglas Anderson | 2021-04-19 | 1 | -0/+7 | |
| | * | | | | | | | | | | | arm64: dts: qcom: sc7180: coachz: Add "dmic_clk_en" | Douglas Anderson | 2021-04-19 | 2 | -13/+16 | |
| * | | | | | | | | | | | | arm64: dts: mt8183: fix dtbs_check warning | Matthias Brugger | 2021-04-19 | 1 | -3/+3 | |
| * | | | | | | | | | | | | arm64: dts: mt8183-pumpkin: fix dtbs_check warning | Matthias Brugger | 2021-04-19 | 1 | -2/+2 | |
| * | | | | | | | | | | | | Merge tag 'zynqmp-dt-for-v5.13' of https://github.com/Xilinx/linux-xlnx into ... | Arnd Bergmann | 2021-04-13 | 3 | -38/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | arm64: dts: zynqmp: Remove si5328 device nodes | Quanyang Wang | 2021-03-08 | 2 | -38/+2 | |
| | * | | | | | | | | | | | | arm64: dts: zynqmp: Add power domain for the DisplayPort DMA controller | Laurent Pinchart | 2021-03-08 | 1 | -0/+1 | |
| | | |_|_|_|/ / / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge tag 'v5.13-rockchip-dts64' of git://git.kernel.org/pub/scm/linux/kernel... | Arnd Bergmann | 2021-04-13 | 49 | -91/+422 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | arm64: dts: rockchip: move mmc aliases to board dts on rk3399 | Heiko Stuebner | 2021-04-11 | 23 | -3/+112 | |
| | * | | | | | | | | | | | | arm64: dts: rockchip: move mmc aliases to board dts on rk3368 | Heiko Stuebner | 2021-04-11 | 8 | -3/+31 | |
| | * | | | | | | | | | | | | arm64: dts: rockchip: move mmc aliases to board dts on rk3328 | Heiko Stuebner | 2021-04-11 | 8 | -3/+36 | |
| | * | | | | | | | | | | | | arm64: dts: rockchip: move mmc aliases to board dts on rk3308 | Heiko Stuebner | 2021-04-11 | 2 | -3/+6 | |
| | * | | | | | | | | | | | | arm64: dts: rockchip: move mmc aliases to board dts on px30 | Heiko Stuebner | 2021-04-11 | 5 | -3/+19 | |
| | * | | | | | | | | | | | | arm64: dts: rockchip: add new watchdog compatible to rk3399.dtsi | Johan Jonker | 2021-03-25 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | arm64: dts: rockchip: add new watchdog compatible to rk3328.dtsi | Johan Jonker | 2021-03-25 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | arm64: dts: rockchip: add new watchdog compatible to rk3308.dtsi | Johan Jonker | 2021-03-25 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | arm64: dts: rockchip: add new watchdog compatible to px30.dtsi | Johan Jonker | 2021-03-25 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | arm64: dts: rockchip: enable dwc3 usb for A95X Z2 | Johan Jonker | 2021-03-24 | 1 | -0/+5 |