summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-09-0923-291/+270
|\
| * ARM: 9118/1: div64: Remove always-true __div64_const32_is_OK() duplicateGeert Uytterhoeven2021-08-201-11/+0
| * ARM: 9116/1: unified: Remove check for gcc < 4Geert Uytterhoeven2021-08-201-4/+0
| * ARM: 9110/1: oabi-compat: fix oabi epoll sparse warningArnd Bergmann2021-08-201-1/+1
| * ARM: 9113/1: uaccess: remove set_fs() implementationArnd Bergmann2021-08-2011-86/+7
| * ARM: 9112/1: uaccess: add __{get,put}_kernel_nofaultArnd Bergmann2021-08-201-40/+83
| * ARM: 9111/1: oabi-compat: rework fcntl64() emulationArnd Bergmann2021-08-201-33/+60
| * ARM: 9114/1: oabi-compat: rework sys_semtimedop emulationArnd Bergmann2021-08-201-16/+44
| * ARM: 9108/1: oabi-compat: rework epoll_wait/epoll_pwait emulationArnd Bergmann2021-08-203-69/+29
| * ARM: 9107/1: syscall: always store thread_info->abi_syscallArnd Bergmann2021-08-206-10/+21
| * ARM: 9109/1: oabi-compat: add epoll_pwait handlerArnd Bergmann2021-08-202-4/+36
| * ARM: 9106/1: traps: use get_kernel_nofault instead of set_fs()Arnd Bergmann2021-08-201-31/+16
| * ARM: 9105/1: atags_to_fdt: don't warn about stack sizeDavid Heidelberg2021-08-101-0/+2
| * ARM: 9103/1: Drop ARCH_NR_GPIOS definitionLinus Walleij2021-08-101-4/+0
| * ARM: 9102/1: move theinstall rules to arch/arm/MakefileMasahiro Yamada2021-08-102-14/+3
| * ARM: 9099/1: crypto: rename 'mod_init' & 'mod_exit' functions to be module-sp...Randy Dunlap2021-08-101-4/+4
* | Merge tag 'pm-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-09-082-2/+0
|\ \
| * \ Merge branch 'pm-opp'Rafael J. Wysocki2021-09-082-2/+0
| |\ \
| | * \ Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2021-08-312-2/+0
| | |\ \
| | | * | ARM: dts: omap: Drop references to opp.txtRob Herring2021-08-232-2/+0
| | | |/
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-083-7/+0
|\ \ \ \
| * | | | configs: remove the obsolete CONFIG_INPUT_POLLDEVZenghui Yu2021-09-082-2/+0
| * | | | trap: cleanup trap_init()Kefeng Wang2021-09-081-5/+0
* | | | | Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-09-051-4/+1
|\ \ \ \ \
| * | | | | tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada2021-08-161-4/+1
* | | | | | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-032-4/+0
|\ \ \ \ \ \
| * | | | | | isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-192-4/+0
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-035-55/+10
|\ \ \ \ \ \ \
| * | | | | | | mm: wire up syscall process_mreleaseSuren Baghdasaryan2021-09-031-0/+2
| * | | | | | | memblock: make memblock_find_in_range method privateMike Rapoport2021-09-031-13/+7
| * | | | | | | mm: remove flush_kernel_dcache_pageChristoph Hellwig2021-09-033-42/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'pinctrl-v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-022-1295/+1
|\ \ \ \ \ \ \
| * | | | | | | arm: dts: mt8135: Move pinfunc to include/dt-bindings/pinctrlHsin-Yi Wang2021-08-112-1295/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-09-023-179/+25
|\ \ \ \ \ \ \
| * | | | | | | ARM/nommu: use the generic dma-direct code for non-coherent devicesChristoph Hellwig2021-08-182-169/+9
| * | | | | | | ARM/dma-mapping: don't set failed sg dma_address to DMA_MAPPING_ERRORLogan Gunthorpe2021-08-091-1/+0
| * | | | | | | ARM/dma-mapping: return error code from .map_sg() opsMartin Oliveira2021-08-091-9/+16
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-016-9/+9
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek2021-08-301-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | printk: remove NMI trackingJohn Ogness2021-07-261-2/+2
| * | | | | | | | printk: Userspace format indexing supportChris Down2021-07-195-7/+7
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'dt-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2021-09-01223-1713/+14295
|\ \ \ \ \ \ \ \
| * | | | | | | | arm/arm64: dts: Fix remaining dtc 'unit_address_format' warningsRob Herring2021-08-2620-79/+79
| * | | | | | | | Merge tag 'zynq-dt-for-v5.15' of https://github.com/Xilinx/linux-xlnx into ar...Arnd Bergmann2021-08-262-0/+33
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: dts: ebaz4205: enable NAND supportMichael Walle2021-08-061-0/+12
| | * | | | | | | | ARM: dts: zynq: add NAND flash controller nodeMichael Walle2021-08-061-0/+21
| | |/ / / / / / /
| * | | | | | | | Merge tag 'v5.15-rockchip-dts32-1' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2021-08-264-16/+62
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: dts: rockchip: Add SFC to RV1108Chris Morgan2021-08-181-0/+37
| | * | | | | | | | ARM: dts: rockchip: add io-domains nodes to rv1108.dtsiJohan Jonker2021-07-161-1/+11
| | * | | | | | | | ARM: dts: rockchip: add io-domains node to rk3188.dtsiJohan Jonker2021-07-161-0/+5