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.13.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
2017-06-29
arm64: fix endianness annotation for __apply_alternatives()/get_alt_insn()
Luc Van Oostenryck
1
-4
/
+4
2017-06-29
arm64: fix endianness annotation in get_kaslr_seed()
Luc Van Oostenryck
1
-1
/
+1
2017-06-29
arm64: add missing conversion to __wsum in ip_fast_csum()
Luc Van Oostenryck
1
-1
/
+1
2017-06-29
arm64: fix endianness annotation in acpi_parking_protocol.c
Luc Van Oostenryck
1
-2
/
+2
2017-06-29
arm64: use readq() instead of readl() to read 64bit entry_point
Luc Van Oostenryck
1
-1
/
+1
2017-06-29
arm64: fix endianness annotation for reloc_insn_movw() & reloc_insn_imm()
Luc Van Oostenryck
1
-7
/
+7
2017-06-29
arm64: fix endianness annotation for aarch64_insn_write()
Luc Van Oostenryck
1
-3
/
+2
2017-06-29
arm64: fix endianness annotation in aarch64_insn_read()
Luc Van Oostenryck
1
-1
/
+1
2017-06-29
arm64: fix endianness annotation in call_undef_hook()
Luc Van Oostenryck
1
-6
/
+8
2017-06-29
arm64: fix endianness annotation for debug-monitors.c
Luc Van Oostenryck
1
-6
/
+8
2017-06-26
Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/core
Will Deacon
24
-147
/
+288
2017-06-26
Merge branch 'perf/updates' into aarch64/for-next/core
Will Deacon
2
-2
/
+2
2017-06-26
arm64: pass endianness info to sparse
Luc Van Oostenryck
1
-0
/
+2
2017-06-23
arm64: ftrace: fix !CONFIG_ARM64_MODULE_PLTS kernels
Mark Rutland
1
-6
/
+8
2017-06-23
arm64: signal: Allow expansion of the signal frame
Dave Martin
2
-19
/
+214
2017-06-22
arm/arm64: KVM: add guest SEA support
Tyler Baicar
5
-2
/
+47
2017-06-22
acpi: apei: handle SEA notification type for ARMv8
Tyler Baicar
2
-0
/
+19
2017-06-22
arm64: exception: handle Synchronous External Abort
Tyler Baicar
2
-10
/
+36
2017-06-22
arm64: dump cpu_hwcaps at panic time
Mark Rutland
1
-0
/
+19
2017-06-22
arm64: ptrace: Flush user-RW TLS reg to thread_struct before reading
Dave Martin
3
-2
/
+13
2017-06-22
arm64: ptrace: Flush FPSIMD regs back to thread_struct before reading
Dave Martin
1
-0
/
+7
2017-06-22
arm64: ptrace: Fix VFP register dumping in compat coredumps
Dave Martin
1
-4
/
+7
2017-06-20
arm64: pass machine size to sparse
Luc Van Oostenryck
1
-1
/
+1
2017-06-20
arm64: signal: factor out signal frame record allocation
Dave Martin
2
-7
/
+55
2017-06-20
arm64: signal: factor frame layout and population into separate passes
Dave Martin
1
-23
/
+88
2017-06-20
arm64: signal: Refactor sigcontext parsing in rt_sigreturn
Dave Martin
1
-6
/
+80
2017-06-20
arm64: signal: split frame link record from sigcontext structure
Dave Martin
1
-18
/
+32
2017-06-20
arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT
Ard Biesheuvel
1
-0
/
+3
2017-06-15
arm64: Export save_stack_trace_tsk()
Dustin Brown
1
-0
/
+1
2017-06-15
ARM64/irqchip: Update ACPI_IORT symbol selection logic
Lorenzo Pieralisi
1
-0
/
+1
2017-06-15
arm64/dma-mapping: Remove extraneous null-pointer checks
Olav Haugan
2
-11
/
+0
2017-06-15
arm: perf: make of_device_ids const
Arvind Yadav
1
-1
/
+1
2017-06-12
arm64: kconfig: allow support for memory failure handling
Jonathan (Zhixiong) Zhang
1
-0
/
+1
2017-06-12
arm64: mm: Update perf accounting to handle poison faults
Punit Agrawal
1
-32
/
+36
2017-06-12
arm64: hwpoison: add VM_FAULT_HWPOISON[_LARGE] handling
Jonathan (Zhixiong) Zhang
1
-3
/
+19
2017-06-12
arm64: hugetlb: Fix huge_pte_offset to return poisoned page table entries
Punit Agrawal
2
-20
/
+11
2017-06-12
arm64: ftrace: fix building without CONFIG_MODULES
Will Deacon
1
-6
/
+10
2017-06-12
arm64: fault: Print info about page table structure when dumping pte
Will Deacon
1
-1
/
+3
2017-06-12
arm64: mm: print file name of faulting vma
Kristina Martsenko
1
-1
/
+3
2017-06-12
arm64: mm: don't print out page table entries on EL0 faults
Kristina Martsenko
1
-1
/
+0
2017-06-12
arm64: mm: print out correct page table entries
Kristina Martsenko
2
-12
/
+26
2017-06-07
arm64: ftrace: add support for far branches to dynamic ftrace
Ard Biesheuvel
7
-2
/
+84
2017-06-07
arm64: ftrace: don't validate branch via PLT in ftrace_make_nop()
Ard Biesheuvel
1
-3
/
+43
2017-06-06
arm64, vdso: Define vdso_{start,end} as array
Kees Cook
1
-5
/
+5
2017-06-05
S390/sysinfo: use uuid_is_null instead of opencoding it
Christoph Hellwig
2
-3
/
+3
2017-06-05
arm64: cpufeature: Fix CPU_OUT_OF_SPEC taint for uniform systems
Will Deacon
1
-2
/
+4
2017-06-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+6
2017-06-03
frv: declare jiffies to be located in the .data section
Matthias Kaehlcke
1
-0
/
+6
2017-06-02
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-4
/
+6
2017-06-02
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-15
/
+12
[next]