aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-12/+23
2020-09-29net: mscc: ocelot: add definitions for VCAP ES0 keys, actions and targetGravatar Vladimir Oltean 1-1/+2
2020-09-29net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and targetGravatar Vladimir Oltean 1-1/+2
2020-09-29bpf: x64: Do not emit sub/add 0, %rsp when !stack_depthGravatar Maciej Fijalkowski 1-10/+23
2020-09-29bpf, x64: Drop "pop %rcx" instruction on BPF JIT epilogueGravatar Maciej Fijalkowski 1-2/+0
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 3-103/+239
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 100-350/+645
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-1/+1
2020-09-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 4-25/+17
2020-09-20Merge tag 'x86_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-1/+24
2020-09-20Merge tag 'kvmarm-fixes-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 3-6/+14
2020-09-20Revert "KVM: Check the allocation of pv cpu mask"Gravatar Vitaly Kuznetsov 1-19/+3
2020-09-20Merge tag 'riscv-for-linus-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 7-6/+87
2020-09-19RISC-V: Resurrect the MMIO timer implementation for M-mode systemsGravatar Palmer Dabbelt 3-0/+54
2020-09-19riscv: Fix Kendryte K210 device treeGravatar Damien Le Moal 1-2/+4
2020-09-19riscv: Add sfence.vma after early page table changesGravatar Greentime Hu 1-4/+3
2020-09-18Merge tag 's390-5.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 7-7/+33
2020-09-18Merge tag 'sh-for-5.9-part2' of git://git.libc.org/linux-shGravatar Linus Torvalds 3-12/+5
2020-09-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 3-25/+52
2020-09-18Merge tag 'powerpc-5.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 10-30/+20
2020-09-18Merge tag 'pm-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 2-4/+0
2020-09-18KVM: arm64: Remove S1PTW check from kvm_vcpu_dabt_iswrite()Gravatar Marc Zyngier 1-2/+2
2020-09-18KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetchGravatar Marc Zyngier 3-5/+13
2020-09-18x86/unwind/fp: Fix FP unwinding in ret_from_forkGravatar Josh Poimboeuf 2-1/+21
2020-09-17bpf, x64: rework pro/epilogue and tailcall handling in JITGravatar Maciej Fijalkowski 1-48/+189
2020-09-17bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Gravatar Maciej Fijalkowski 1-9/+11
2020-09-17bpf, x64: use %rcx instead of %rax for tail call retpolinesGravatar Maciej Fijalkowski 2-18/+18
2020-09-17Merge tag 'mips_fixes_5.9_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-2/+8
2020-09-17arm64: paravirt: Initialize steal time when cpu is onlineGravatar Andrew Jones 1-11/+15
2020-09-17arm64: bpf: Fix branch offset in JITGravatar Ilias Apalodimas 1-12/+31
2020-09-16MIPS: SNI: Fix spurious interruptsGravatar Thomas Bogendoerfer 1-2/+7
2020-09-16ACPI: processor: Use CPUIDLE_FLAG_TLB_FLUSHEDGravatar Peter Zijlstra 2-4/+0
2020-09-15s390/cio: Helper functions to read CSSID, IID, and CHIDGravatar Alexandra Winter 1-0/+4
2020-09-15s390/cio: Add new Operation Code OC3 to PNSOGravatar Alexandra Winter 3-4/+12
2020-09-15MIPS: SNI: Fix MIPS_L1_CACHE_SHIFTGravatar Thomas Bogendoerfer 1-0/+1
2020-09-14s390/bpf: Fix multiple tail callsGravatar Ilya Leoshkevich 1-34/+27
2020-09-14arm64: dts: mt7622: add mt7531 dsa to bananapi-bpi-r64 boardGravatar Landen Chao 1-0/+50
2020-09-14arm64: dts: mt7622: add mt7531 dsa to mt7622-rfb1 boardGravatar Landen Chao 1-6/+57
2020-09-14vgacon: remove software scrollback supportGravatar Linus Torvalds 4-4/+0
2020-09-14x86/boot/compressed: Disable relocation relaxationGravatar Arvind Sankar 1-0/+2
2020-09-14s390: add 3f program exception handlerGravatar Janosch Frank 3-1/+22
2020-09-14s390/pci: fix leak of DMA tables on hard unplugGravatar Niklas Schnelle 2-0/+6
2020-09-14s390/init: add missing __init annotationsGravatar Ilya Leoshkevich 1-3/+3
2020-09-14s390/idle: fix suspicious RCU usageGravatar Peter Zijlstra 1-3/+2
2020-09-13sh: fix syscall tracingGravatar Rich Felker 2-11/+5
2020-09-13sh: remove spurious circular inclusion from asm/smp.hGravatar Rich Felker 1-1/+0
2020-09-13Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Gravatar Linus Torvalds 23-60/+70
2020-09-13Merge tag 'arm-soc/for-5.9/devicetree-fixes' of https://github.com/Broadcom/s...Gravatar Olof Johansson 4-4/+4
2020-09-13Merge tag 'imx-fixes-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Olof Johansson 3-3/+3
2020-09-13Merge tag 'omap-for-v5.9/fixes-rc3' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Olof Johansson 4-32/+21