Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
e4f3fabd67480bf2ad3f71aa6126ffb8bb7dc712
/
arch
cf60528
Merge tag 'powerpc-5.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
5ded887
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
6d0a598
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
73fdb2c
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
8ee15f3
Merge tag 'dma-mapping-5.1-1' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 6 years ago
045afc2
arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result value
by Will Deacon
· 6 years ago
2a29e9f
sparc64/pci_sun4v: fix ATU checks for large DMA masks
by Christoph Hellwig
· 6 years ago
3966c3f
x86/perf/amd: Remove need to check "running" bit in NMI handler
by Lendacky, Thomas
· 6 years ago
cf7cf69
powerpc/mm: Define MAX_PHYSMEM_BITS for all 64-bit configs
by Michael Ellerman
· 6 years ago
0ee7fb3
Merge tag 'mips_fixes_5.1_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
by Linus Torvalds
· 6 years ago
10d4339
Merge tag 'xtensa-20190408' of git://github.com/jcmvbkbc/linux-xtensa
by Linus Torvalds
· 6 years ago
1e6f5440
arm64: backtrace: Don't bother trying to unwind the userspace stack
by Will Deacon
· 6 years ago
5a3ae7b
arm64/ftrace: fix inadvertent BUG() in trampoline check
by Ard Biesheuvel
· 6 years ago
7100e87
powerpc/64s/radix: Fix radix segment exception handling
by Nicholas Piggin
· 6 years ago
d849122
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
by Linus Torvalds
· 6 years ago
9a8f320
ARM: milbeaut: fix build with !CONFIG_HOTPLUG_CPU
by Arnd Bergmann
· 6 years ago
2125801
ARM: iop: don't use using 64-bit DMA masks
by Arnd Bergmann
· 6 years ago
cd92d74
ARM: orion: don't use using 64-bit DMA masks
by Arnd Bergmann
· 6 years ago
fbe8758
Revert "ARM: dts: nomadik: Fix polarity of SPI CS"
by Olof Johansson
· 6 years ago
c983f10
Merge tag 'omap-for-v5.1/fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes
by Olof Johansson
· 6 years ago
fccf516
Merge tag 'at91-5.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/fixes
by Olof Johansson
· 6 years ago
a970828
Merge tag 'v5.1-rockchip-dtfixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes
by Olof Johansson
· 6 years ago
3e37208
Merge tag 'stratix10_fix_for_v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into arm/fixes
by Olof Johansson
· 6 years ago
dd9a994
powerpc/vdso32: fix CLOCK_MONOTONIC on PPC64
by Christophe Leroy
· 6 years ago
3b04689
Merge tag 'for-linus-5.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 6 years ago
d006e95
parisc: Detect QEMU earlier in boot process
by Helge Deller
· 6 years ago
f324fa5
parisc: also set iaoq_b in instruction_pointer_set()
by Sven Schnelle
· 6 years ago
45efd87
parisc: regs_return_value() should return gpr28
by Sven Schnelle
· 6 years ago
5b77e95
x86/asm: Use stricter assembly constraints in bitops
by Alexander Potapenko
· 6 years ago
f654f0f
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
acaf892
sh: fix multiple function definition build errors
by Randy Dunlap
· 6 years ago
298a32b
kmemleak: powerpc: skip scanning holes in the .bss section
by Catalin Marinas
· 6 years ago
bc5725f
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 6 years ago
2f9e10a
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
970b766
Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
c73f4c9
KVM: x86: nVMX: fix x2APIC VTPR read intercept
by Marc Orr
· 6 years ago
acff784
KVM: x86: nVMX: close leak of L0's x2APIC MSRs (CVE-2019-3887)
by Marc Orr
· 6 years ago
b86bc28
KVM: SVM: prevent DBG_DECRYPT and DBG_ENCRYPT overflow
by David Rientjes
· 6 years ago
ede885e
kvm: svm: fix potential get_num_contig_pages overflow
by David Rientjes
· 6 years ago
32d9258
syscalls: Remove start and number from syscall_set_arguments() args
by Steven Rostedt (VMware)
· 6 years ago
b35f549
syscalls: Remove start and number from syscall_get_arguments() args
by Steven Rostedt (Red Hat)
· 8 years ago
42d8644
xen: Prevent buffer overflow in privcmd ioctl
by Dan Carpenter
· 6 years ago
ecae26f
xtensa: fix format string warning in init_pmd
by Max Filippov
· 6 years ago
8e22ba9
Merge tag 'riscv-for-linus-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux
by Linus Torvalds
· 6 years ago
ada770b
xtensa: fix return_address
by Max Filippov
· 6 years ago
6e3572e
MIPS: generic: Add switchdev, pinctrl and fit to ocelot_defconfig
by Horatiu Vultur
· 6 years ago
1c41860
arm64: fix wrong check of on_sdei_stack in nmi context
by Wei Li
· 6 years ago
ed3bb00
csky: Fix syscall_get_arguments() and syscall_set_arguments()
by Dmitry V. Levin
· 6 years ago
10a1699
riscv: Fix syscall_get_arguments() and syscall_set_arguments()
by Dmitry V. Levin
· 6 years ago
ba5e60c
arm/mach-at91/pm : fix possible object reference leak
by Peng Hao
· 6 years ago
2663147
xtensa: fix initialization of pt_regs::syscall in start_thread
by Max Filippov
· 6 years ago
2201f31
xtensa: use actual syscall number in do_syscall_trace_leave
by Max Filippov
· 6 years ago
6d3edaa
x86/perf/amd: Resolve NMI latency issues for active PMCs
by Lendacky, Thomas
· 6 years ago
914123f
x86/perf/amd: Resolve race condition when disabling PMC
by Lendacky, Thomas
· 6 years ago
d726245
perf/x86/intel: Initialize TFA MSR
by Peter Zijlstra
· 6 years ago
583feb0
perf/x86/intel: Fix handling of wakeup_events for multi-entry PEBS
by Stephane Eranian
· 6 years ago
faa3604
x86/resctrl: Fix typos in the mba_sc mount option
by Xiaochen Shen
· 6 years ago
8171728
Merge commit '7d56bedb2730dc2ea8abf0fd7240ee99ecfee3c9' into omap-for-v5.1/fixes
by Tony Lindgren
· 6 years ago
fd42710
powerpc/32: Fix early boot failure with RTAS built-in
by Christophe Leroy
· 6 years ago
63fc9c2
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 6 years ago
915ee0d
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
c29d854
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
6536c5f
Merge tag 'powerpc-5.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
f9007cc
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
f560bd1
x86/realmode: Make set_real_mode_mem() static inline
by Matteo Croce
· 6 years ago
da4ed37
RISC-V: Use IS_ENABLED(CONFIG_CMODEL_MEDLOW)
by Joe Perches
· 6 years ago
ff0e2a7
RISC-V: Fix FIXMAP_TOP to avoid overlap with VMALLOC area
by Anup Patel
· 6 years ago
6f845eb
powerpc/pseries/mce: Fix misleading print for TLB mutlihit
by Mahesh Salgaonkar
· 6 years ago
e4952b0
MIPS: SGI-IP27: Fix use of unchecked pointer in shutdown_bridge_irq
by Thomas Bogendoerfer
· 6 years ago
ab8a6d8
MIPS: KGDB: fix kgdb support for SMP platforms.
by Chong Qiao
· 6 years ago
690edec
Merge tag 'kvmarm-fixes-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master
by Paolo Bonzini
· 6 years ago
45def77
KVM: x86: update %rip after emulating IO
by Sean Christopherson
· 6 years ago
013cc6e
x86/kvm/hyper-v: avoid spurious pending stimer on vCPU init
by Vitaly Kuznetsov
· 6 years ago
2bdb76c
kvm/x86: Move MSR_IA32_ARCH_CAPABILITIES to array emulated_msrs
by Xiaoyao Li
· 6 years ago
0cf9135
KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts
by Sean Christopherson
· 6 years ago
f285c63
kvm: mmu: Used range based flushing in slot_handle_level_range
by Ben Gardon
· 6 years ago
3d9683c
KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supported
by Masahiro Yamada
· 6 years ago
4d66623
KVM: x86: remove check on nr_mmu_pages in kvm_arch_commit_memory_region()
by Wei Yang
· 6 years ago
711eff3
kvm: nVMX: Add a vmentry check for HOST_SYSENTER_ESP and HOST_SYSENTER_EIP fields
by Krish Sadhukhan
· 6 years ago
05d5a48
KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation)
by Singh, Brijesh
· 6 years ago
47c42e6
KVM: x86: fix handling of role.cr4_pae and rename it to 'gpte_size'
by Sean Christopherson
· 6 years ago
552c69b1
KVM: nVMX: Do not inherit quadrant and invalid for the root shadow EPT
by Sean Christopherson
· 6 years ago
f6027c8
x86/cpufeature: Fix __percpu annotation in this_cpu_has()
by Jann Horn
· 6 years ago
bfed6d0
Merge tag 's390-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 6 years ago
97c41a6
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
by Linus Torvalds
· 6 years ago
92c77f7
x86/mm: Don't exceed the valid physical address space
by Ralph Campbell
· 6 years ago
a9d57ef
x86/retpolines: Disable switch jump tables when retpolines are enabled
by Daniel Borkmann
· 6 years ago
bebd024
x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=y
by Thomas Gleixner
· 6 years ago
e7dfb6d
ARM: dts: at91: Fix typo in ISC_D0 on PC9
by David Engraf
· 6 years ago
b6ffdf2
s390/cpumf: Fix warning from check_processor_id
by Thomas Richter
· 6 years ago
1a9df9e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
9e0a17d
arm64: replace memblock_alloc_low with memblock_alloc
by Chen Zhou
· 6 years ago
b929a50
x86/realmode: Don't leak the trampoline kernel address
by Matteo Croce
· 6 years ago
0f02dae
x86/boot: Fix incorrect ifdeffery scope
by Baoquan He
· 6 years ago
387181d
RISC-V: Always compile mm/init.c with cmodel=medany and notrace
by Anup Patel
· 6 years ago
dbee9c9
riscv: fix accessing 8-byte variable from RV32
by Alan Kao
· 6 years ago
ce9afe0
powerpc/pseries/energy: Use OF accessor functions to read ibm,drc-indexes
by Gautham R. Shenoy
· 6 years ago
7d56bed
ARM: dts: Fix dcan clkctrl clock for am3
by Tony Lindgren
· 6 years ago
9395874
arm64: tegra: Disable CQE Support for SDMMC4 on Tegra186
by Jonathan Hunter
· 6 years ago
2e8c54d
Merge tag 'imx-fixes-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes
by Arnd Bergmann
· 6 years ago
Next »