aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | arm64: dts: rockchip: fix ir-receiver node namesJohan Jonker2022-10-301-1/+1
| | * | | | | | | | | | | | ARM: dts: rockchip: fix ir-receiver node namesJohan Jonker2022-10-301-1/+1
| | * | | | | | | | | | | | arm64: dts: rockchip: fix adc-keys sub node namesJohan Jonker2022-10-3010-21/+21
| | * | | | | | | | | | | | ARM: dts: rockchip: fix adc-keys sub node namesJohan Jonker2022-10-302-4/+4
| | * | | | | | | | | | | | arm: dts: rockchip: remove clock-frequency from rtcSebastian Reichel2022-10-305-5/+0
| | * | | | | | | | | | | | arm: dts: rockchip: fix node name for hym8563 rtcSebastian Reichel2022-10-305-5/+5
| | * | | | | | | | | | | | arm64: dts: rockchip: remove clock-frequency from rtcSebastian Reichel2022-10-306-6/+0
| | * | | | | | | | | | | | arm64: dts: rockchip: fix node name for hym8563 rtcSebastian Reichel2022-10-304-4/+4
| | * | | | | | | | | | | | arm64: dts: rockchip: lower rk3399-puma-haikou SD controller clock frequencyJakob Unterwurzacher2022-10-201-1/+1
| | * | | | | | | | | | | | arm64: dts: rockchip: keep I2S1 disabled for GPIO function on ROCK Pi 4 seriesFUKAUMI Naoki2022-10-171-1/+0
| | * | | | | | | | | | | | arm64: dts: rockchip: fix quartz64-a bluetooth configurationLev Popov2022-10-171-3/+4
| | * | | | | | | | | | | | arm64: dts: rockchip: add enable-strobe-pulldown to emmc phy on nanopi4Jensen Huang2022-10-171-0/+1
| | * | | | | | | | | | | | arm64: dts: rockchip: remove i2c5 from rk3566-roc-pcFurkan Kardame2022-10-171-4/+0
| | * | | | | | | | | | | | arm64: dts: rockchip: Fix i2c3 pinctrl on rk3566-roc-pcFurkan Kardame2022-10-171-1/+1
| | * | | | | | | | | | | | arm64: dts: rockchip: Fix gmac failure of rgmii-id from rk3566-roc-pcFurkan Kardame2022-10-171-1/+1
| | * | | | | | | | | | | | arm64: dts: rockchip: Drop RK3399-Scarlet's repeated ec_ap_int_l definitionBrian Norris2022-10-171-4/+0
| | |/ / / / / / / / / / /
| * | | | | | | | | | | | Merge tag 'am335x-pcm-953-regulators' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2022-11-211-15/+13
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | ARM: dts: am335x-pcm-953: Define fixed regulators in root nodeDominik Haller2022-11-091-15/+13
| | |/ / / / / / / / / / /
| * | | | | | | | | | | | Merge tag 'imx-fixes-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2022-11-213-6/+8
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | ARM: dts: imx6q-prti6q: Fix ref/tcxo-clock-frequency propertiesFabio Estevam2022-11-191-2/+2
| | * | | | | | | | | | | | arm64: dts: imx8mp-evk: correct pcie pad settingsPeng Fan2022-11-191-3/+3
| | * | | | | | | | | | | | ARM: mxs: fix memory leak in mxs_machine_init()Zheng Yongjun2022-11-191-1/+3
| * | | | | | | | | | | | | Merge tag 'sunxi-fixes-for-6.1-1' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2022-11-211-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | arm64: dts: allwinner: h6: Add IOMMU reference to Hantro G2Chen-Yu Tsai2022-11-161-0/+1
| | | |/ / / / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge tag 'at91-fixes-6.1-2' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2022-11-211-0/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | ARM: dts: at91: sam9g20ek: enable udc vbus gpio pinctrlMichael Grzeschik2022-11-171-0/+9
* | | | | | | | | | | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-11-244-14/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | ARM: 9266/1: mm: fix no-MMU ZERO_PAGE() implementationGiulio Benetti2022-11-073-13/+28
| * | | | | | | | | | | | | | ARM: 9251/1: perf: Fix stacktraces for tracepoint events in THUMB2 kernelsTomislav Novak2022-11-071-1/+1
* | | | | | | | | | | | | | | LoongArch: Fix unsigned comparison with less than zeroKaiLong Wang2022-11-211-1/+2
* | | | | | | | | | | | | | | LoongArch: Set _PAGE_DIRTY only if _PAGE_MODIFIED is set in {pmd,pte}_mkwrite()Huacai Chen2022-11-211-2/+6
* | | | | | | | | | | | | | | LoongArch: Set _PAGE_DIRTY only if _PAGE_WRITE is set in {pmd,pte}_mkdirty()Huacai Chen2022-11-211-2/+6
* | | | | | | | | | | | | | | LoongArch: Clear FPU/SIMD thread info flags for kernel threadHuacai Chen2022-11-211-4/+5
* | | | | | | | | | | | | | | LoongArch: SMP: Change prefix from loongson3 to loongsonHuacai Chen2022-11-214-39/+39
* | | | | | | | | | | | | | | LoongArch: Combine acpi_boot_table_init() and acpi_boot_init()Huacai Chen2022-11-212-22/+10
* | | | | | | | | | | | | | | LoongArch: Makefile: Use "grep -E" instead of "egrep"Tiezhu Yang2022-11-211-1/+1
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge tag 'x86_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-11-202-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | x86/fpu: Drop fpregs lock before inheriting FPU permissionsMel Gorman2022-11-101-1/+1
| * | | | | | | | | | | | | | x86/sgx: Add overflow check in sgx_validate_offset_length()Borys Popławski2022-11-081-0/+3
* | | | | | | | | | | | | | | Merge tag 'perf_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-11-203-3/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | perf/x86/intel/pt: Fix sampling using single range outputAdrian Hunter2022-11-161-0/+9
| * | | | | | | | | | | | | | | perf/x86/amd: Fix crash due to race between amd_pmu_enable_all, perf NMI and ...Ravi Bangoria2022-11-161-3/+2
| * | | | | | | | | | | | | | | perf/x86/amd/uncore: Fix memory leak for events arraySandipan Das2022-11-091-0/+1
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge tag 'locking_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-11-201-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | locking: Fix qspinlock/x86 inline asm errorGuo Jin2022-11-161-1/+1
* | | | | | | | | | | | | | | | Merge tag 'powerpc-6.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-11-201-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | powerpc: Fix writable sections being moved into the rodata regionNicholas Piggin2022-11-161-1/+1
* | | | | | | | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-11-182-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | arm64/mm: fix incorrect file_map_count for non-leaf pmd/pudLiu Shixin2022-11-181-2/+2
| * | | | | | | | | | | | | | | | arm64: ftrace: Define ftrace_stub_graph only with FUNCTION_GRAPH_TRACERSami Tolvanen2022-11-141-1/+1
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |