index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-18
arm64/mm: don't initialize pgd_cache twice
Mike Rapoport
1
-2
/
+1
2019-06-18
arm64/sve: <uapi/asm/ptrace.h> should not depend on <uapi/linux/prctl.h>
Anisse Astier
1
-5
/
+3
2019-06-17
arm64: ssbd: explicitly depend on <linux/prctl.h>
Anisse Astier
1
-0
/
+1
2019-06-13
arm64/sve: Fix missing SVE/FPSIMD endianness conversions
Dave Martin
4
-9
/
+58
2019-06-12
arm64: tlbflush: Ensure start/end of address range are aligned to stride
Will Deacon
1
-0
/
+3
2019-06-12
arm64: Don't unconditionally add -Wno-psabi to KBUILD_CFLAGS
Nathan Chancellor
1
-1
/
+1
2019-06-06
arm64: Silence gcc warnings about arch ABI drift
Dave Martin
1
-0
/
+1
2019-06-06
ARM64: trivial: s/TIF_SECOMP/TIF_SECCOMP/ comment typo fix
George G. Davis
1
-1
/
+1
2019-06-05
arm64: arch_timer: mark functions as __always_inline
Anders Roxell
1
-4
/
+4
2019-06-05
arm64: smp: Moved cpu_logical_map[] to smp.h
Florian Fainelli
2
-5
/
+6
2019-06-05
arm64: cpufeature: Fix missing ZFR0 in __read_sysreg_by_encoding()
Dave Martin
1
-0
/
+1
2019-05-29
arm64: use the correct function type for __arm64_sys_ni_syscall
Sami Tolvanen
2
-10
/
+11
2019-05-29
arm64: use the correct function type in SYSCALL_DEFINE0
Sami Tolvanen
1
-9
/
+9
2019-05-29
arm64: fix syscall_fn_t type
Sami Tolvanen
1
-1
/
+1
2019-05-29
signal/arm64: Use force_sig not force_sig_fault for SIGKILL
Eric W. Biederman
1
-1
/
+4
2019-05-28
arm64/module: revert to unsigned interpretation of ABS16/32 relocations
Ard Biesheuvel
1
-8
/
+30
2019-05-28
arm64: Fix the arm64_personality() syscall wrapper redirection
Catalin Marinas
1
-1
/
+1
2019-05-24
arm64: insn: Add BUILD_BUG_ON() for invalid masks
Jean-Philippe Brucker
1
-5
/
+11
2019-05-24
arm64: insn: Fix ldadd instruction encoding
Jean-Philippe Brucker
1
-1
/
+1
2019-05-24
arm64: Kconfig: Make ARM64_PSEUDO_NMI depend on BROKEN for now
Will Deacon
1
-0
/
+1
2019-05-23
arm64: Handle erratum 1418040 as a superset of erratum 1188873
Marc Zyngier
4
-17
/
+20
2019-05-23
arm64/module: deal with ambiguity in PRELxx relocation ranges
Ard Biesheuvel
1
-2
/
+14
2019-05-23
arm64/kernel: kaslr: reduce module randomization range to 2 GB
Ard Biesheuvel
2
-4
/
+4
2019-05-23
arm64: errata: Add workaround for Cortex-A76 erratum #1463225
Will Deacon
5
-1
/
+108
2019-05-23
arm64: Remove useless message during oops
Will Deacon
1
-4
/
+0
2019-05-19
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2019-05-19
Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
17
-24
/
+12
2019-05-19
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+23
2019-05-19
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+5
2019-05-19
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
6
-17
/
+17
2019-05-19
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
19
-117
/
+267
2019-05-19
Merge tag 'powerpc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
4
-5
/
+7
2019-05-19
Merge tag 'mips_5.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...
Linus Torvalds
17
-659
/
+809
2019-05-19
Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
34
-320
/
+584
2019-05-19
panic: add an option to replay all the printk message in buffer
Feng Tang
1
-1
/
+1
2019-05-18
treewide: prefix header search paths with $(srctree)/
Masahiro Yamada
6
-7
/
+7
2019-05-18
alpha: move arch/alpha/defconfig to arch/alpha/configs/defconfig
Masahiro Yamada
2
-0
/
+2
2019-05-18
arch: remove dangling asm-generic wrappers
Masahiro Yamada
5
-13
/
+0
2019-05-18
sh: exclude vmlinux.scr from .gitignore pattern
Masahiro Yamada
1
-0
/
+1
2019-05-18
sh: vsyscall: drop unnecessary cc-ldoption
Nick Desaulniers
1
-2
/
+1
2019-05-18
ia64: require -Wl,--hash-style=sysv
Nick Desaulniers
1
-1
/
+1
2019-05-18
csky: remove deprecated arch/csky/boot/dts/include/dt-bindings
Masahiro Yamada
1
-1
/
+0
2019-05-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
72
-911
/
+4481
2019-05-17
Merge tag 'nds32-for-linus-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
58
-86
/
+71
2019-05-17
Merge tag 's390-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
5
-2
/
+5
2019-05-17
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
18
-13
/
+109
2019-05-17
powerpc/cacheinfo: Remove double free
Tobin C. Harding
1
-1
/
+0
2019-05-17
powerpc/mm/hash: Fix get_region_id() for invalid addresses
Aneesh Kumar K.V
1
-0
/
+4
2019-05-17
riscv: fix locking violation in page fault handler
Andreas Schwab
1
-1
/
+2
2019-05-17
RISC-V: sifive_l2_cache: Add L2 cache controller driver for SiFive SoCs
Yash Shah
3
-0
/
+192
[next]