summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-2237-188/+138
|\
| * powerpc: remove address space overrides using set_fs()Christoph Hellwig2020-09-086-64/+9
| * powerpc: use non-set_fs based maccess routinesChristoph Hellwig2020-09-081-0/+16
| * x86: remove address space overrides using set_fs()Christoph Hellwig2020-09-088-77/+39
| * x86: make TASK_SIZE_MAX usable from assembly codeChristoph Hellwig2020-09-082-3/+3
| * x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32,64}_types.hChristoph Hellwig2020-09-083-49/+49
| * uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-0825-0/+27
* | Merge tag 'for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds2020-10-202-4/+22
|\ \
| * | power: supply: gpio-charger: Convert to GPIO descriptorsLinus Walleij2020-08-272-4/+22
| |/
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-10-2034-112/+263
|\ \
| * | ARM: add malloc size to decompressor kexec size structureRussell King2020-09-153-4/+8
| * | ARM: add TEXT_OFFSET to decompressor kexec image structureRussell King2020-09-153-1/+6
| * | ARM: 9007/1: l2c: fix prefetch bits init in L2X0_AUX_CTRL using DT valuesGuillaume Tucker2020-09-151-4/+12
| * | ARM: 9010/1: uncompress: Print the location of appended DTBLinus Walleij2020-09-151-0/+23
| * | ARM: 9009/1: uncompress: Enable debug in head.SLinus Walleij2020-09-151-0/+1
| * | ARM: 9008/1: uncompress: Drop excess whitespace printLinus Walleij2020-09-151-2/+0
| * | ARM: 9006/1: uncompress: Wait for ready and busy in debug printsLinus Walleij2020-09-151-5/+10
| * | ARM: 9005/1: debug: Select flow control for all debug UARTsLinus Walleij2020-09-155-10/+19
| * | ARM: 9004/1: debug: Split waituart to CTS and TXRDYLinus Walleij2020-09-1527-30/+114
| * | ARM: 9003/1: uncompress: Delete unused debug macrosLinus Walleij2020-09-151-30/+0
| * | ARM: 8997/2: hw_breakpoint: Handle inexact watchpoint addressesDouglas Anderson2020-09-151-28/+72
* | | Merge tag 'arc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2020-10-2035-1355/+15
|\ \ \
| * | | arc: include/asm: fix typos of "themselves"Randy Dunlap2020-10-052-3/+3
| * | | ARC: SMP: fix typo and use "come up" instead of "comeup"Mike Rapoport2020-10-051-1/+1
| * | | ARC: [dts] fix the errors detected by dtbs_checkZhen Lei2020-10-055-5/+5
| * | | arc: plat-hsdk: fix kconfig dependency warning when !RESET_CONTROLLERNecip Fazil Yildiran2020-10-051-0/+1
| * | | ARC: [plat-eznps]: Drop support for EZChip NPS platformVineet Gupta2020-10-0528-1346/+5
* | | | Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-1925-239/+936
|\ \ \ \
| * | | | RISC-V: Add page table dump support for uefiAtish Patra2020-10-021-6/+42
| * | | | RISC-V: Add EFI runtime servicesAtish Patra2020-10-028-3/+132
| * | | | RISC-V: Add EFI stub support.Atish Patra2020-10-024-0/+59
| * | | | RISC-V: Add PE/COFF header for EFI stubAtish Patra2020-10-025-2/+212
| * | | | RISC-V: Implement late mapping page table allocation functionsAtish Patra2020-10-021-31/+99
| * | | | RISC-V: Add early ioremap supportAtish Patra2020-10-026-0/+51
| * | | | RISC-V: Move DT mapping outof fixmapAnup Patel2020-10-026-22/+20
| * | | | Merge tag 'efi-riscv-shared-for-v5.10' of ssh://gitolite.kernel.org/pub/scm/l...Palmer Dabbelt2020-10-022-15/+13
| |\ \ \ \
| * | | | | RISC-V: Fix duplicate included thread_info.hTian Tao2020-09-151-1/+0
| * | | | | riscv/mm/fault: Set FAULT_FLAG_INSTRUCTION flag in do_page_fault()Pekka Enberg2020-09-151-1/+2
| * | | | | riscv/mm/fault: Fix inline placement in vmalloc_fault() declarationPekka Enberg2020-09-151-1/+1
| * | | | | riscv: Add cache information in AUX vectorZong Li2020-09-154-2/+71
| * | | | | riscv: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOZong Li2020-09-151-0/+3
| * | | | | riscv: Set more data to cacheinfoZong Li2020-09-151-15/+51
| * | | | | riscv/mm/fault: Move access error check to functionPekka Enberg2020-09-151-21/+27
| * | | | | riscv/mm/fault: Move FAULT_FLAG_WRITE handling in do_page_fault()Pekka Enberg2020-09-151-1/+3
| * | | | | riscv/mm/fault: Simplify mm_fault_error()Pekka Enberg2020-09-151-23/+18
| * | | | | riscv/mm/fault: Move fault error handling to mm_fault_error()Pekka Enberg2020-09-151-25/+31
| * | | | | riscv/mm/fault: Simplify fault error handlingPekka Enberg2020-09-151-10/+8
| * | | | | riscv/mm/fault: Move vmalloc fault handling to vmalloc_fault()Pekka Enberg2020-09-151-82/+82
| * | | | | riscv/mm/fault: Move bad area handling to bad_area()Pekka Enberg2020-09-151-27/+40
| * | | | | riscv/mm/fault: Move no context handling to no_context()Pekka Enberg2020-09-151-31/+52