summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* net: korina: Add support for device treeThomas Bogendoerfer2021-04-191-15/+5
* net: korina: Only pass mac address via platform dataThomas Bogendoerfer2021-04-191-2/+3
* arm64: dts: ls1028a: declare the Integrated Endpoint Register Block nodeVladimir Oltean2021-04-191-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-1732-82/+101
|\
| * Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-04-176-9/+7
| |\
| | * ia64: fix discontig.c section mismatchesRandy Dunlap2021-04-161-3/+3
| | * ia64: remove duplicate entries in generic_defconfigRandy Dunlap2021-04-161-2/+0
| | * csky: change a Kconfig symbol name to fix e1000 build errorRandy Dunlap2021-04-162-2/+2
| | * kasan: remove redundant config optionWalter Wu2021-04-162-2/+2
| * | Merge tag 'riscv-for-linus-5.12-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-165-2/+16
| |\ \ | | |/ | |/|
| | * riscv: keep interrupts disabled for BREAKPOINT exceptionJisheng Zhang2021-04-151-0/+3
| | * riscv: kprobes/ftrace: Add recursion protection to the ftrace callbackJisheng Zhang2021-04-151-1/+10
| | * riscv: add do_page_fault and do_trap_break into the kprobes blacklistJisheng Zhang2021-04-152-0/+2
| | * riscv: Fix spelling mistake "SPARSEMEM" to "SPARSMEM"Kefeng Wang2021-04-151-1/+1
| * | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-04-161-4/+4
| |\ \
| | * | arm64: alternatives: Move length validation in alternative_{insn, endif}Nathan Chancellor2021-04-151-4/+4
| * | | Merge tag 'acpi-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-04-151-3/+2
| |\ \ \
| | * | | ACPI: x86: Call acpi_boot_table_init() after acpi_table_upgrade()Rafael J. Wysocki2021-04-131-3/+2
| * | | | Merge tag 's390-5.12-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-04-141-4/+3
| |\ \ \ \
| | * | | | s390/entry: save the caller of psw_idleVasily Gorbik2021-04-121-0/+1
| | * | | | s390/entry: avoid setting up backchain in ext|io handlersVasily Gorbik2021-04-121-4/+2
| * | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-04-144-12/+20
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | arm64: kprobes: Restore local irqflag if kprobes is cancelledJisheng Zhang2021-04-131-2/+4
| | * | | | arm64: mte: Ensure TIF_MTE_ASYNC_FAULT is set atomicallyCatalin Marinas2021-04-122-5/+11
| | * | | | arm64: fix inline asm in load_unaligned_zeropad()Peter Collingbourne2021-04-011-5/+5
| * | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-04-141-5/+5
| |\ \ \ \ \
| | * | | | | KVM: VMX: Don't use vcpu->run->internal.ndata as an array indexReiji Watanabe2021-04-131-5/+5
| * | | | | | m68k: fix flatmem memory model setupAngelo Dureghello2021-04-121-1/+1
| | |_|_|/ / | |/| | | |
| * | | | | Merge tag 'x86_urgent_for_v5.12-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-111-2/+2
| |\ \ \ \ \
| | * | | | | x86/traps: Correct exc_general_protection() and math_error() return pathsThomas Tai2021-04-091-2/+2
| | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'powerpc-5.12-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-04-107-30/+32
| |\ \ \ \ \
| | * | | | | powerpc/vdso: Make sure vdso_wrapper.o is rebuilt everytime vdso.so is rebuiltChristophe Leroy2021-04-021-0/+4
| | * | | | | powerpc/signal32: Fix Oops on sigreturn with unmapped VDSOChristophe Leroy2021-04-021-12/+8
| | * | | | | powerpc/ptrace: Don't return error when getting/setting FP regs without CONFI...Christophe Leroy2021-04-025-18/+20
| * | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-04-094-10/+9
| |\ \ \ \ \ \
| | * | | | | | kfence, x86: fix preemptible warning on KPTI-enabled systemsMarco Elver2021-04-091-1/+6
| | * | | | | | ia64: fix user_stack_pointer() for ptrace()Sergei Trofimovich2021-04-091-7/+1
| | * | | | | | nds32: flush_dcache_page: use page_mapping_file to avoid races with swapoffMike Rapoport2021-04-091-1/+1
| | * | | | | | treewide: change my e-mail address, fix my nameMarek BehĂșn2021-04-091-1/+1
* | | | | | | | powerpc: dts: fsl: Drop obsolete fsl,rx-bit-map and fsl,tx-bit-map propertiesClaudiu Manoil2021-04-164-33/+0
* | | | | | | | of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-132-5/+3
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-0981-329/+509
|\| | | | | | |
| * | | | | | | Merge tag 'net-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-04-092-2/+20
| |\ \ \ \ \ \ \
| | * | | | | | | bpf, x86: Validate computation of branch displacements for x86-32Piotr Krysiuk2021-04-081-1/+10
| | * | | | | | | bpf, x86: Validate computation of branch displacements for x86-64Piotr Krysiuk2021-04-081-1/+10
| * | | | | | | | Merge tag 'acpi-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-04-092-15/+13
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | ACPI: processor: Fix build when CONFIG_ACPI_PROCESSOR=mVitaly Kuznetsov2021-04-072-15/+13
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge tag 's390-5.12-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-04-085-5/+18
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | s390/setup: use memblock_free_late() to free old stackHeiko Carstens2021-04-071-1/+1
| | * | | | | | s390/irq: fix reading of ext_params2 field from lowcoreHeiko Carstens2021-04-051-1/+1