index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
2019-06-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-06-20
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2019-06-20
Merge tag 's390-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2019-06-20
Merge tag 'kvmarm-fixes-for-5.2-2' of git://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
2019-06-20
KVM: nVMX: reorganize initial steps of vmx_set_nested_state
Paolo Bonzini
2019-06-19
KVM: x86/mmu: Allocate PAE root array when using SVM's 32-bit NPT
Sean Christopherson
2019-06-19
KVM: x86: Modify struct kvm_nested_state to have explicit fields for data
Liran Alon
2019-06-18
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
2019-06-18
arm64/mm: don't initialize pgd_cache twice
Mike Rapoport
2019-06-18
arm64/sve: <uapi/asm/ptrace.h> should not depend on <uapi/linux/prctl.h>
Anisse Astier
2019-06-18
ARM: ixp4xx: include irqs.h where needed
Arnd Bergmann
2019-06-18
ARM: ixp4xx: don't select SERIAL_OF_PLATFORM
Arnd Bergmann
2019-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-06-17
arm64: ssbd: explicitly depend on <linux/prctl.h>
Anisse Astier
2019-06-17
Merge tag 'riscv-for-v5.2/fixes-rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-06-17
riscv: remove unused barrier defines
Rolf Eike Beer
2019-06-17
riscv: mm: synchronize MMU after pte change
ShihPo Hung
2019-06-17
riscv: dts: add initial board data for the SiFive HiFive Unleashed
Paul Walmsley
2019-06-17
riscv: dts: add initial support for the SiFive FU540-C000 SoC
Paul Walmsley
2019-06-17
arch: riscv: add support for building DTB files from DT source data
Paul Walmsley
2019-06-16
Merge tag 'omap-for-v5.2/fixes-rc4' of git://git.kernel.org/pub/scm/linux/ker...
Olof Johansson
2019-06-16
Merge tag 'davinci-fixes-for-v5.2' of git://git.kernel.org/pub/scm/linux/kern...
Olof Johansson
2019-06-16
Merge tag 'mvebu-fixes-5.2-1' of git://git.infradead.org/linux-mvebu into fixes
Olof Johansson
2019-06-16
Merge tag 'am654-fixes-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel...
Olof Johansson
2019-06-16
Merge tag 'arm-soc/for-5.2/devicetree-fixes' of https://github.com/Broadcom/s...
Olof Johansson
2019-06-16
Merge tag 'omap-for-v5.2/fixes-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Olof Johansson
2019-06-16
Merge tag 'imx-fixes-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...
Olof Johansson
2019-06-16
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-06-15
Merge tag 'powerpc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-06-15
x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callback
Borislav Petkov
2019-06-14
bpf, x64: fix stack layout of JITed bpf code
Alexei Starovoitov
2019-06-14
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2019-06-14
x86/kasan: Fix boot with 5-level paging and KASAN
Andrey Ryabinin
2019-06-14
ARM: davinci: da8xx: specify dma_coherent_mask for lcdc
Bartosz Golaszewski
2019-06-14
ARM: davinci: da850-evm: call regulator_has_full_constraints()
Bartosz Golaszewski
2019-06-13
powerpc/bpf: use unsigned division instruction for 64-bit operations
Naveen N. Rao
2019-06-13
x86/fpu: Don't use current->mm to check for a kthread
Christoph Hellwig
2019-06-13
KVM: nVMX: use correct clean fields when copying from eVMCS
Vitaly Kuznetsov
2019-06-13
arm64/sve: Fix missing SVE/FPSIMD endianness conversions
Dave Martin
2019-06-12
x86/kgdb: Return 0 from kgdb_arch_set_breakpoint()
Matt Mullins
2019-06-12
arm64: tlbflush: Ensure start/end of address range are aligned to stride
Will Deacon
2019-06-12
KVM: arm64: Filter out invalid core register IDs in KVM_GET_REG_LIST
Dave Martin
2019-06-12
KVM: arm64: Implement vq_present() as a macro
Viresh Kumar
2019-06-12
arm64: Don't unconditionally add -Wno-psabi to KBUILD_CFLAGS
Nathan Chancellor
2019-06-12
ARM: mvebu_v7_defconfig: fix Ethernet on Clearfog
Jan Kundrát
2019-06-12
x86/resctrl: Prevent NULL pointer dereference when local MBM is disabled
Prarit Bhargava
2019-06-12
x86/resctrl: Don't stop walking closids when a locksetup group is found
James Morse
2019-06-11
riscv: Fix udelay in RV32.
Nick Hu
2019-06-11
riscv: export pm_power_off again
Andreas Schwab
2019-06-11
RISC-V: defconfig: enable clocks, serial console
Kevin Hilman
[next]