index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)
Masahiro Yamada
2019-09-04
2
-3
/
+5
*
kbuild: add $(BASH) to run scripts with bash-extension
Masahiro Yamada
2019-09-04
3
-3
/
+3
*
kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARC
Masahiro Yamada
2019-09-04
17
-8
/
+16
*
kbuild: add CONFIG_ASM_MODVERSIONS
Masahiro Yamada
2019-08-22
12
-0
/
+18
*
kbuild: rebuild modules when module linker scripts are updated
Masahiro Yamada
2019-08-21
7
-7
/
+7
*
Merge tag 'riscv/for-v5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-08-10
3
-35
/
+5
|
\
|
*
RISC-V: Remove udivdi3
Palmer Dabbelt
2019-08-08
2
-34
/
+0
|
*
riscv: delay: use do_div() instead of __udivdi3()
Paul Walmsley
2019-08-08
1
-1
/
+5
*
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-08-10
7
-28
/
+48
|
\
\
|
*
|
x86/lib/cpu: Address missing prototypes warning
Valdis Klētnieks
2019-08-08
1
-0
/
+1
|
*
|
x86/purgatory: Use CFLAGS_REMOVE rather than reset KBUILD_CFLAGS
Nick Desaulniers
2019-08-08
1
-5
/
+28
|
*
|
x86/purgatory: Do not use __builtin_memcpy and __builtin_memset
Nick Desaulniers
2019-08-08
4
-23
/
+17
|
*
|
x86: mtrr: cyrix: Mark expected switch fall-through
Gustavo A. R. Silva
2019-08-07
1
-0
/
+1
|
*
|
x86/ptrace: Mark expected switch fall-through
Gustavo A. R. Silva
2019-08-07
1
-0
/
+1
*
|
|
Makefile: Convert -Wimplicit-fallthrough=3 to just -Wimplicit-fallthrough for...
Joe Perches
2019-08-10
1
-1
/
+1
*
|
|
Merge tag 'powerpc-5.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-08-10
1
-4
/
+4
|
\
\
\
|
*
|
|
Revert "powerpc: slightly improve cache helpers"
Michael Ellerman
2019-07-31
1
-4
/
+4
*
|
|
|
Merge tag 'Wimplicit-fallthrough-5.3-rc4' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2019-08-10
6
-11
/
+16
|
\
\
\
\
|
*
|
|
|
ARM: ep93xx: Mark expected switch fall-through
Gustavo A. R. Silva
2019-08-09
1
-0
/
+1
|
*
|
|
|
ARM: signal: Mark expected switch fall-through
Gustavo A. R. Silva
2019-08-09
1
-0
/
+1
|
*
|
|
|
ARM: OMAP: dma: Mark expected switch fall-throughs
Gustavo A. R. Silva
2019-08-09
1
-9
/
+5
|
*
|
|
|
ARM: alignment: Mark expected switch fall-throughs
Gustavo A. R. Silva
2019-08-09
1
-1
/
+3
|
*
|
|
|
ARM: tegra: Mark expected switch fall-through
Gustavo A. R. Silva
2019-08-09
1
-1
/
+1
|
*
|
|
|
ARM/hw_breakpoint: Mark expected switch fall-throughs
Gustavo A. R. Silva
2019-08-09
1
-0
/
+5
*
|
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-08-09
16
-104
/
+122
|
\
\
\
\
\
|
*
\
\
\
\
Merge tag 'kvmarm-fixes-for-5.3-2' of git://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
2019-08-09
2
-22
/
+33
|
|
\
\
\
\
\
|
|
*
|
|
|
|
KVM: arm: Don't write junk to CP15 registers on reset
Marc Zyngier
2019-08-09
1
-8
/
+15
|
|
*
|
|
|
|
KVM: arm64: Don't write junk to sysregs on reset
Marc Zyngier
2019-08-09
1
-14
/
+18
|
*
|
|
|
|
|
Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...
Paolo Bonzini
2019-08-09
1122
-9611
/
+34434
|
|
\
|
|
|
|
|
|
|
*
|
|
|
|
arm64: KVM: hyp: debug-sr: Mark expected switch fall-through
Anders Roxell
2019-07-29
1
-0
/
+30
|
|
*
|
|
|
|
KVM: arm64: Update kvm_arm_exception_class and esr_class_str for new EC
Zenghui Yu
2019-07-26
2
-3
/
+5
|
|
*
|
|
|
|
arm64: KVM: regmap: Fix unexpected switch fall-through
Anders Roxell
2019-07-26
1
-0
/
+5
|
*
|
|
|
|
|
x86: kvm: remove useless calls to kvm_para_available
Paolo Bonzini
2019-08-05
1
-8
/
+0
|
*
|
|
|
|
|
KVM: no need to check return value of debugfs_create functions
Greg KH
2019-08-05
1
-28
/
+13
|
*
|
|
|
|
|
KVM: remove kvm_arch_has_vcpu_debugfs()
Paolo Bonzini
2019-08-05
5
-35
/
+2
|
*
|
|
|
|
|
KVM: Fix leak vCPU's VMCS value into other pCPU
Wanpeng Li
2019-08-05
5
-0
/
+34
|
*
|
|
|
|
|
KVM: LAPIC: Don't need to wakeup vCPU twice afer timer fire
Wanpeng Li
2019-08-05
1
-8
/
+0
*
|
|
|
|
|
|
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2019-08-09
1
-2
/
+5
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
arm64: mm: add missing PTE_SPECIAL in pte_mkdevmap on arm64
Jia He
2019-08-08
1
-2
/
+5
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge tag 's390-5.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2019-08-09
9
-44
/
+13
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
s390/vdso: map vdso also for statically linked binaries
Heiko Carstens
2019-08-09
1
-5
/
+0
|
*
|
|
|
|
|
s390/build: use size command to perform empty .bss check
Vasily Gorbik
2019-08-08
1
-2
/
+1
|
*
|
|
|
|
|
s390: put _stext and _etext into .text section
Vasily Gorbik
2019-08-06
1
-6
/
+4
|
*
|
|
|
|
|
s390/head64: cleanup unused labels
Vasily Gorbik
2019-08-06
1
-7
/
+0
|
*
|
|
|
|
|
s390/unwind: remove stack recursion warning
Vasily Gorbik
2019-08-06
1
-5
/
+1
|
*
|
|
|
|
|
s390/setup: adjust start_code of init_mm to _text
Vasily Gorbik
2019-08-06
1
-2
/
+1
|
*
|
|
|
|
|
s390/mm: fix dump_pagetables top level page table walking
Vasily Gorbik
2019-08-06
1
-6
/
+6
|
*
|
|
|
|
|
s390/protvirt: avoid memory sharing for diag 308 set/store
Vasily Gorbik
2019-08-06
2
-11
/
+0
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge tag 'mips_fixes_5.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-08-06
6
-1
/
+20
|
\
\
\
\
\
\
|
*
|
|
|
|
|
MIPS: BCM63XX: Mark expected switch fall-through
Gustavo A. R. Silva
2019-08-05
1
-0
/
+1
[next]