Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
89c5a2d34bda58319e3075e8e7dd727ea25a435c
/
arch
328b4ed
x86: don't hash faulting address in oops printout
by Linus Torvalds
· 7 years ago
b562c17
locking/refcounts: Do not force refcount_t usage as GPL-only export
by Kees Cook
· 7 years ago
84dda29
Merge tag 'tty-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 7 years ago
87fc5c6
Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 7 years ago
e1ba1c9
Merge tag 'riscv-for-linus-4.15-rc2_cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/linux
by Linus Torvalds
· 7 years ago
4b1967c
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 7 years ago
3b62de2
RISC-V: Fixes for clean allmodconfig build
by Palmer Dabbelt
· 7 years ago
7382fbd
RISC-V: __io_writes should respect the length argument
by Palmer Dabbelt
· 7 years ago
07f8ba7
RISC-V: User-Visible Changes
by Palmer Dabbelt
· 7 years ago
da894ff
RISC-V: __io_writes should respect the length argument
by Palmer Dabbelt
· 7 years ago
a0651c7
Merge tag 'powerpc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
3a33c76
arm64: context: Fix comments and remove pointless smp_wmb()
by Will Deacon
· 7 years ago
770ba06
arm64: cpu_ops: Add missing 'const' qualifiers
by Yury Norov
· 7 years ago
f8ada18
arm64: perf: remove unsupported events for Cortex-A73
by Xu YiPing
· 7 years ago
9de52a7
arm64: fpsimd: Fix failure to restore FPSIMD state after signals
by Dave Martin
· 7 years ago
a349b30
arm64: pgd: Mark pgd_cache as __ro_after_init
by Jinbum Park
· 7 years ago
be0f272
arm64: ftrace: emit ftrace-mod.o contents through code
by Ard Biesheuvel
· 7 years ago
7e8b9c1
arm64: module-plts: factor out PLT generation code for ftrace
by Ard Biesheuvel
· 7 years ago
0e710ac
RISC-V: Clean up an unused include
by Palmer Dabbelt
· 7 years ago
921ebd8
RISC-V: Allow userspace to flush the instruction cache
by Andrew Waterman
· 7 years ago
08f051e
RISC-V: Flush I$ when making a dirty page executable
by Andrew Waterman
· 7 years ago
741fc3f
RISC-V: Add missing include
by Olof Johansson
· 7 years ago
4a41d5d
RISC-V: Use define for get_cycles like other architectures
by Olof Johansson
· 7 years ago
4bde632
RISC-V: Provide stub of setup_profiling_timer()
by Olof Johansson
· 7 years ago
24948b7
RISC-V: Export some expected symbols for modules
by Olof Johansson
· 7 years ago
83e7b87
RISC-V: move empty_zero_page definition to C and export it
by Olof Johansson
· 7 years ago
fe2726a
RISC-V: io.h: type fixes for warnings
by Olof Johansson
· 7 years ago
5e6f82b
RISC-V: use RISCV_{INT,SHORT} instead of {INT,SHORT} for asm macros
by Olof Johansson
· 7 years ago
5ddf755
RISC-V: use generic serial.h
by Olof Johansson
· 7 years ago
9e0600f
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
22985bf
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 7 years ago
a0908a1b7
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
c7da82b
mm: replace pmd_write with pmd_access_permitted in fault + gup paths
by Dan Williams
· 7 years ago
e7fe7b5
mm: replace pud_write with pud_access_permitted in fault + gup paths
by Dan Williams
· 7 years ago
e4e40e0
mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITE
by Dan Williams
· 7 years ago
1501899
mm: fix device-dax pud write-faults triggered by get_user_pages()
by Dan Williams
· 7 years ago
198e0c0
Merge tag 'microblaze-4.15-rc2' of git://git.monstr.eu/linux-2.6-microblaze
by Linus Torvalds
· 7 years ago
fccfde4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 7 years ago
e5372cd
sparc64: Fix boot on T4 and later.
by David S. Miller
· 7 years ago
7e4d423
powerpc: Do not assign thread.tidr if already assigned
by Vaibhav Jain
· 7 years ago
aca7573f
powerpc: Avoid signed to unsigned conversion in set_thread_tidr()
by Vaibhav Jain
· 7 years ago
bf73055
RISC-V: remove spin_unlock_wait()
by Palmer Dabbelt
· 7 years ago
c901e45
RISC-V: `sfence.vma` orderes the instruction cache
by Palmer Dabbelt
· 7 years ago
21db403
RISC-V: Add READ_ONCE in arch_spin_is_locked()
by Palmer Dabbelt
· 7 years ago
9347ce5
RISC-V: __test_and_op_bit_ord should be strongly ordered
by Palmer Dabbelt
· 7 years ago
3343eb6
RISC-V: Remove smb_mb__{before,after}_spinlock()
by Palmer Dabbelt
· 7 years ago
61a60d3
RISC-V: Remove __smp_bp__{before,after}_atomic
by Palmer Dabbelt
· 7 years ago
8286d51
RISC-V: Comment on why {,cmp}xchg is ordered how it is
by Palmer Dabbelt
· 7 years ago
4650d02
RISC-V: Remove unused arguments from ATOMIC_OP
by Palmer Dabbelt
· 7 years ago
f81a348
arm64: mm: cleanup stale AIVIVT references
by Mark Rutland
· 7 years ago
9d0ca44
s390/gs: add compat regset for the guarded storage broadcast control block
by Martin Schwidefsky
· 7 years ago
c8ec204
MIPS: Add custom serial.h with BASE_BAUD override for generic kernel
by Matt Redfearn
· 7 years ago
a63dd74
Merge tag 'kvm-ppc-fixes-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-master
by Paolo Bonzini
· 7 years ago
20b7035
KVM: Let KVM_SET_SIGNAL_MASK work as advertised
by Jan H. Schönherr
· 7 years ago
b745582
KVM: VMX: Fix vmx->nested freeing when no SMI handler
by Wanpeng Li
· 7 years ago
c37c287
KVM: VMX: Fix rflags cache during vCPU reset
by Wanpeng Li
· 7 years ago
e70b57a
KVM: X86: Fix softlockup when get the current kvmclock
by Wanpeng Li
· 7 years ago
12806ba
KVM: lapic: Fixup LDR on load in x2apic
by Dr. David Alan Gilbert
· 7 years ago
e872fa9
KVM: lapic: Split out x2apic ldr calculation
by Dr. David Alan Gilbert
· 7 years ago
28dfbe6
RISC-V: Add VDSO entries for clock_get/gettimeofday/getcpu
by Andrew Waterman
· 7 years ago
b7e5a59
RISC-V: Remove __vdso_cmpxchg{32,64} symbol versions
by Palmer Dabbelt
· 7 years ago
3aaf33b
ARM: avoid faulting on qemu
by Russell King
· 7 years ago
bbecb1c
Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 7 years ago
02fc87b
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
580e3d5
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
8bafae2
ARM: BUG if jumping to usermode address in kernel mode
by Russell King
· 7 years ago
844056f
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
ca122fe
Merge tag 'arc-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 7 years ago
5e2fda4
Merge tag 'kbuild-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 7 years ago
7753ea0
Merge tag 'kvm-4.15-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
83ada03
Merge tag 'powerpc-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
345f8f3
s390: revert ELF_ET_DYN_BASE base changes
by Martin Schwidefsky
· 7 years ago
54b8a23
m68k/macboing: Fix missed timer callback assignment
by Kees Cook
· 7 years ago
fec3720
s390: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
a876ca4
s390: crypto: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
94bf2f2
s390: include: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
5363423
s390: kernel: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
0b73214
s390: add SPDX identifiers to the remaining files
by Greg Kroah-Hartman
· 7 years ago
0caa8cd
s390: appldata: add SPDX identifiers to the remaining files
by Greg Kroah-Hartman
· 7 years ago
adbb390
s390: pci: add SPDX identifiers to the remaining files
by Greg Kroah-Hartman
· 7 years ago
ac41aae
s390: mm: add SPDX identifiers to the remaining files
by Greg Kroah-Hartman
· 7 years ago
20a884f
s390: crypto: add SPDX identifiers to the remaining files
by Greg Kroah-Hartman
· 7 years ago
a17ae4c
s390: kernel: add SPDX identifiers to the remaining files
by Greg Kroah-Hartman
· 7 years ago
b1c0de0
s390: sthyi: add SPDX identifiers to the remaining files
by Martin Schwidefsky
· 7 years ago
860ec7c
s390/debug: use pK for kernel pointers
by Christian Borntraeger
· 7 years ago
53c4ab7
s390: fix alloc_pgste check in init_new_context again
by Martin Schwidefsky
· 7 years ago
26f4e75
s390/disassembler: correct disassembly lines alignment
by Vasily Gorbik
· 7 years ago
12a78d4
x86/decoder: Add new TEST instruction pattern
by Masami Hiramatsu
· 7 years ago
2621e94
powerpc/kexec: Fix kexec/kdump in P9 guest kernels
by Michael Ellerman
· 7 years ago
fd2fa6c
x86/PCI: Remove unused HyperTransport interrupt support
by Bjorn Helgaas
· 7 years ago
e2a5dca
x86/umip: Fix insn_get_code_seg_params()'s return value
by Borislav Petkov
· 7 years ago
69550d4
x86/boot/KASLR: Remove unused variable
by Chao Fan
· 7 years ago
a3961f8
powerpc/powernv: Fix kexec crashes caused by tlbie tracing
by Mahesh Salgaonkar
· 7 years ago
ca37e57
x86/entry/64: Add missing irqflags tracing to native_load_gs_index()
by Andy Lutomirski
· 7 years ago
14b661e
Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 7 years ago
ded13fc
KVM: PPC: Book3S HV: Fix migration and HPT resizing of HPT guests on radix hosts
by Paul Mackerras
· 7 years ago
4d6c51b
powerpc/64s: Fix Power9 DD2.1 logic in DT CPU features
by Michael Ellerman
· 7 years ago
73ce9aec
powerpc/perf: Fix IMC_MAX_PMU macro
by Madhavan Srinivasan
· 7 years ago
de34787f
powerpc/perf: Fix pmu_count to count only nest imc pmus
by Madhavan Srinivasan
· 7 years ago
252eb55
powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX
by Christophe Leroy
· 7 years ago
Next »