aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-07-05ARM: dts: stm32: OP-TEE async notif interrupt for ST STM32MP15x boardsEtienne Carriere4-0/+20
2024-07-05ARM: dts: stm32: Missing clocks for stm32f429's syscfg.Yanjun Yang1-0/+1
2024-07-05ARM: dts: stm32: Add support for STM32MP13xx DHCOR SoM and DHSBC boardMarek Vasut3-0/+630
2024-07-05ARM: dts: stm32: Add pinmux nodes for DH electronics STM32MP13xx DHCOR SoM an...Marek Vasut1-0/+483
2024-06-05ARM: dts: stm32: osd32: move pwr_regulators to commonSean Nyekjaer3-10/+5
2024-06-05ARM: dts: stm32: osd32: move usb phy power to commonSean Nyekjaer3-16/+8
2024-06-05ARM: dts: stm32: Add arm,no-tick-in-suspend to STM32MP15xx STGEN timerMarek Vasut1-0/+1
2024-06-05ARM: dts: stm32: add goodix touchscreen on stm32mp135f-dkYannick Fertre2-0/+36
2024-06-05ARM: dts: stm32: enable camera support on stm32mp135f-dk boardAlain Volmat1-0/+87
2024-06-05ARM: dts: stm32: add DCMIPP pinctrl on STM32MP13x SoC familyAlain Volmat1-0/+33
2024-06-05arm64: dts: st: add power domain on stm32mp25Patrick Delaunay2-0/+25
2024-06-05arm64: dts: st: add usart6 on stm32mp257f-ev1 boardValentin Caron1-0/+10
2024-06-05arm64: dts: st: add usart6 pinctrl used on stm32mp257f-ev1 boardValentin Caron1-0/+41
2024-06-05arm64: dts: st: add usart nodes on stm32mp25Valentin Caron1-0/+72
2024-06-05arm64: dts: st: enable STM32 access controller for RCCGabriel Fernandez1-0/+1
2024-06-05arm64: dts: st: OP-TEE async notif on PPI 15 for stm32mp25Etienne Carriere2-1/+7
2024-05-25Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2024-05-25Merge tag 'irq-urgent-2024-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+6
2024-05-25Merge tag 'x86-urgent-2024-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-18/+65
2024-05-25Merge tag 'uml-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds54-129/+136
2024-05-24Merge tag 'mm-stable-2024-05-24-11-49' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds17-1/+18
2024-05-24arm64: patching: fix handling of execmem addressesWill Deacon1-1/+1
2024-05-24Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds20-181/+294
2024-05-24Merge tag 'for-linus-6.10a-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-6/+38
2024-05-23mseal: wire up mseal syscallJeff Xu17-1/+18
2024-05-23genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang1-3/+6
2024-05-23Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-4/+4
2024-05-23Merge tag 'sparc-for-6.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds24-114/+76
2024-05-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds10-22/+115
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+0
2024-05-23riscv: Fix early ftrace nop patchingAlexandre Ghiti2-0/+9
2024-05-22Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds23-12/+180
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)3-4/+4
2024-05-22Merge patch series "riscv: Extension parsing fixes"Palmer Dabbelt3-7/+45
2024-05-22riscv: mm: accelerate pagefault when badaccessKefeng Wang1-2/+2
2024-05-22riscv: uaccess: Relax the threshold for fast pathXiao Wang1-1/+1
2024-05-22riscv: uaccess: Allow the last potential unrolled copyXiao Wang1-1/+1
2024-05-22riscv: typo in comment for get_f64_regXingyou Chen1-1/+1
2024-05-22Use bool value in set_cpu_online()Zhao Ke1-1/+1
2024-05-22Merge patch series "riscv: fix debug_pagealloc"Palmer Dabbelt2-6/+25
2024-05-22riscv: stacktrace: fixed walk_stackframe()Matthew Bystrin1-6/+14
2024-05-22ftrace: riscv: move from REGS to ARGSPuranjay Mohan5-141/+143
2024-05-22Merge patch series "riscv: access_ok() optimization"Palmer Dabbelt2-4/+1
2024-05-22riscv: do not select MODULE_SECTIONS by defaultQingfang Deng1-1/+1
2024-05-22riscv: show help string for riscv-specific targetsEmil Renner Berthing1-0/+17
2024-05-22riscv: make image compression configurableEmil Renner Berthing3-10/+33
2024-05-22Merge local branch 'x86-codegen'Linus Torvalds2-19/+15
2024-05-22x86: improve bitop code generation with clangLinus Torvalds1-5/+5
2024-05-22x86: improve array_index_mask_nospec() code generationLinus Torvalds1-14/+10
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-29/+4