summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-044-0/+12
|\
| * net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel2020-12-014-0/+4
| * net: Introduce preferred busy-pollingBjörn Töpel2020-12-014-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-0442-283/+329
|\ \
| * \ Merge tag 's390-5.10-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-12-033-21/+13
| |\ \
| | * | s390: fix irq state tracingHeiko Carstens2020-12-022-18/+2
| | * | s390/pci: fix CPU address in MSI for directed IRQAlexander Gordeev2020-12-021-3/+11
| * | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-12-0212-181/+243
| |\ \ \ | | |/ / | |/| |
| | * | arm64: mte: Fix typo in macro definitionVincenzo Frascino2020-11-301-1/+1
| | * | arm64: entry: fix EL1 debug transitionsMark Rutland2020-11-302-25/+26
| | * | arm64: entry: fix NMI {user, kernel}->kernel transitionsMark Rutland2020-11-304-10/+48
| | * | arm64: entry: fix non-NMI kernel<->kernel transitionsMark Rutland2020-11-302-3/+67
| | * | arm64: ptrace: prepare for EL1 irq/rcu trackingMark Rutland2020-11-301-0/+4
| | * | arm64: entry: fix non-NMI user<->kernel transitionsMark Rutland2020-11-305-48/+51
| | * | arm64: entry: move el1 irq/nmi logic to CMark Rutland2020-11-304-45/+22
| | * | arm64: entry: prepare ret_to_user for function callMark Rutland2020-11-301-4/+5
| | * | arm64: entry: move enter_from_user_mode to entry-common.cMark Rutland2020-11-302-7/+6
| | * | arm64: entry: mark entry code as noinstrMark Rutland2020-11-301-50/+25
| | * | arm64: mark idle code as noinstrMark Rutland2020-11-301-4/+4
| | * | arm64: syscall: exit userspace before unmasking exceptionsMark Rutland2020-11-301-1/+1
| * | | Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-2922-37/+37
| |\ \ \
| | * | | sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-2422-37/+37
| * | | | Merge tag 'x86_urgent_for_v5.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-293-43/+32
| |\ \ \ \
| | * | | | x86/mce: Do not overwrite no_way_out if mce_end() failsGabriele Paoloni2020-11-271-2/+4
| | * | | | x86/speculation: Fix prctl() when spectre_v2_user={seccomp,prctl},ibpbAnand K Mistry2020-11-251-2/+2
| | * | | | x86/resctrl: Add necessary kernfs_put() calls to prevent refcount leakXiaochen Shen2020-11-241-7/+25
| | * | | | x86/resctrl: Remove superfluous kernfs_get() calls to prevent refcount leakXiaochen Shen2020-11-241-33/+2
| * | | | | Merge tag 'riscv-for-linus-5.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-293-1/+4
| |\ \ \ \ \
| | * | | | | RISC-V: fix barrier() use in <vdso/processor.h>Randy Dunlap2020-11-251-0/+2
| | * | | | | RISC-V: Add missing jump label initializationAnup Patel2020-11-251-0/+1
| | * | | | | riscv: Explicitly specify the build id style in vDSO Makefile againNathan Chancellor2020-11-251-1/+1
| | |/ / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-2863-326/+365
|\| | | | |
| * | | | | Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-287-0/+15
| |\ \ \ \ \
| | * | | | | arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann2020-11-167-0/+15
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'arm-soc-fixes-v5.10-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-2715-84/+77
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'omap-for-v5.10/fixes-rc5-signed' of git://git.kernel.org/pub/scm/l...Arnd Bergmann2020-11-274-7/+10
| | |\ \ \ \ \
| | | * | | | | ARM: dts: dra76x: m_can: fix order of clocksMarc Kleine-Budde2020-11-191-2/+2
| | | * | | | | Merge tag 'ti-sysc-fixes' into fixesTony Lindgren2020-11-161-1/+2
| | | |\ \ \ \ \
| | | | * | | | | ARM: OMAP2+: Fix missing select PM_GENERIC_DOMAINS_OFTony Lindgren2020-10-261-0/+1
| | | | * | | | | ARM: OMAP2+: Fix location for select PM_GENERIC_DOMAINSTony Lindgren2020-10-261-1/+1
| | | * | | | | | ARM: dts: am437x-l4: fix compatible for cpsw switch dt nodeGrygorii Strashko2020-11-111-1/+1
| | | * | | | | | ARM: OMAP2+: Manage MPU state properly for omap_enter_idle_coupled()Tony Lindgren2020-10-271-3/+5
| | | |/ / / / /
| | * | | | | | Merge tag 'tegra-for-5.10-arm64-dt-fixes' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann2020-11-265-27/+15
| | |\ \ \ \ \ \
| | | * | | | | | arm64: tegra: Fix Tegra234 VDK node namesJon Hunter2020-11-251-3/+3
| | | * | | | | | arm64: tegra: Wrong AON HSP reg property sizeDipen Patel2020-11-251-1/+1
| | | * | | | | | arm64: tegra: Fix USB_VBUS_EN0 regulator on Jetson TX1JC Kuo2020-11-251-10/+10
| | | * | | | | | arm64: tegra: Correct the UART for Jetson Xavier NXJon Hunter2020-11-251-1/+1
| | | * | | | | | arm64: tegra: Disable the ACONNECT for Jetson TX2Jon Hunter2020-11-251-12/+0
| | | |/ / / / /
| | * | | | | | Merge tag 'zynqmp-soc-fixes-for-v5.10-rc6' of https://github.com/Xilinx/linux...Arnd Bergmann2020-11-2645-235/+361
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge tag 'v5.10-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2020-11-234-4/+6
| | |\ \ \ \ \ \ \