Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
c508c46e6e3aef7762a214a09cf826711f1e2772
/
arch
c508c46
firmware: Fix up docs referring to FIRMWARE_IN_KERNEL
by Benjamin Gilbert
· 7 years ago
7f55c73
firmware: Drop FIRMWARE_IN_KERNEL Kconfig option
by Benjamin Gilbert
· 7 years ago
003948c
USB: serial: keyspan: Drop firmware Kconfig options
by Benjamin Gilbert
· 7 years ago
6cbaefb
treewide: Use DEVICE_ATTR_WO
by Joe Perches
· 7 years ago
c828a89
treewide: Use DEVICE_ATTR_RO
by Joe Perches
· 7 years ago
b6b996b
treewide: Use DEVICE_ATTR_RW
by Joe Perches
· 7 years ago
f39d7d7
Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
52c90f2
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
e7c632f
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
88fa025
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
6bba94d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 7 years ago
7f41419
x86/ldt: Make LDT pgtable free conditional
by Thomas Gleixner
· 7 years ago
a62d698
x86/ldt: Plug memory leak in error path
by Thomas Gleixner
· 7 years ago
decab08
x86/mm: Remove preempt_disable/enable() from __native_flush_tlb()
by Thomas Gleixner
· 7 years ago
322f8b8
x86/smpboot: Remove stale TLB flush invocations
by Thomas Gleixner
· 7 years ago
5aa90a8
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
bc97623
genirq/msi, x86/vector: Prevent reservation mode for non maskable MSI
by Thomas Gleixner
· 7 years ago
702cb0a
genirq/irqdomain: Rename early argument of irq_domain_activate_irq()
by Thomas Gleixner
· 7 years ago
945f50a
x86/vector: Use IRQD_CAN_RESERVE flag
by Thomas Gleixner
· 7 years ago
a31e58e
x86/apic: Switch all APICs to Fixed delivery mode
by Thomas Gleixner
· 7 years ago
4fcab66
x86/apic: Avoid wrong warning when parsing 'apic=' in X86-32 case
by Dou Liyang
· 7 years ago
39c3fd5
kernel/irq: Extend lockdep class for request mutex
by Andrew Lunn
· 7 years ago
59585b4
sparc64: repair calling incorrect hweight function from stubs
by Jan Engelhardt
· 7 years ago
ac46112
x86-32: Fix kexec with stack canary (CONFIG_CC_STACKPROTECTOR)
by Linus Torvalds
· 7 years ago
7ac139e
x86: Remove unused parameter of prepare_switch_to
by rodrigosiqueira
· 7 years ago
7ad1437
perf/x86/intel: Plug memory leak in intel_pmu_init()
by Thomas Gleixner
· 7 years ago
9f5cb6b
x86/ldt: Make the LDT mapping RO
by Thomas Gleixner
· 7 years ago
a4b51ef
x86/mm/dump_pagetables: Allow dumping current pagetables
by Thomas Gleixner
· 7 years ago
b4bf4f9
x86/mm/dump_pagetables: Check user space page table for WX pages
by Thomas Gleixner
· 7 years ago
75298aa1
x86/mm/dump_pagetables: Add page table directory to the debugfs VFS hierarchy
by Borislav Petkov
· 7 years ago
5f26d76
x86/dumpstack: Indicate in Oops whether PTI is configured and enabled
by Vlastimil Babka
· 7 years ago
0a126ab
x86/mm: Clarify the whole ASID/kernel PCID/user PCID naming
by Peter Zijlstra
· 7 years ago
6cff64b
x86/mm: Use INVPCID for __native_flush_tlb_single()
by Dave Hansen
· 7 years ago
21e9445
x86/mm: Optimize RESTORE_CR3
by Peter Zijlstra
· 7 years ago
6fd166a
x86/mm: Use/Fix PCID to optimize user/kernel switches
by Peter Zijlstra
· 7 years ago
48e1119
x86/mm: Abstract switching CR3
by Dave Hansen
· 7 years ago
2ea907c
x86/mm: Allow flushing for future ASID switches
by Dave Hansen
· 7 years ago
85900ea
x86/pti: Map the vsyscall page if needed
by Andy Lutomirski
· 7 years ago
f55f050
x86/pti: Put the LDT in its own PGD if PTI is on
by Andy Lutomirski
· 7 years ago
9f44977
x86/mm/64: Make a full PGD-entry size hole in the memory map
by Andy Lutomirski
· 7 years ago
c1961a4
x86/events/intel/ds: Map debug buffers in cpu_entry_area
by Hugh Dickins
· 7 years ago
10043e0
x86/cpu_entry_area: Add debugstore entries to cpu_entry_area
by Thomas Gleixner
· 7 years ago
4b6bbe9
x86/mm/pti: Map ESPFIX into user space
by Andy Lutomirski
· 7 years ago
6dc72c3
x86/mm/pti: Share entry text PMD
by Thomas Gleixner
· 7 years ago
2f7412b
x86/entry: Align entry text section to PMD boundary
by Thomas Gleixner
· 7 years ago
f7cfbee
x86/mm/pti: Share cpu_entry_area with user space page tables
by Andy Lutomirski
· 7 years ago
8d4b067
x86/mm/pti: Force entry through trampoline when PTI active
by Thomas Gleixner
· 7 years ago
03f4424
x86/mm/pti: Add functions to clone kernel PMDs
by Andy Lutomirski
· 7 years ago
fc2fbc8
x86/mm/pti: Populate user PGD
by Dave Hansen
· 7 years ago
d9e9a64
x86/mm/pti: Allocate a separate user PGD
by Dave Hansen
· 7 years ago
1c4de1f
x86/mm/pti: Allow NX poison to be set in p4d/pgd
by Dave Hansen
· 7 years ago
61e9b36
x86/mm/pti: Add mapping helper functions
by Dave Hansen
· 7 years ago
41f4c20
x86/pti: Add the pti= cmdline option and documentation
by Borislav Petkov
· 7 years ago
aa8c624
x86/mm/pti: Add infrastructure for page table isolation
by Thomas Gleixner
· 7 years ago
8a09317
x86/mm/pti: Prepare the x86/entry assembly code for entry/exit CR3 switching
by Dave Hansen
· 7 years ago
c313ec6
x86/mm/pti: Disable global pages if PAGE_TABLE_ISOLATION=y
by Dave Hansen
· 7 years ago
a89f040
x86/cpufeatures: Add X86_BUG_CPU_INSECURE
by Thomas Gleixner
· 7 years ago
caf9a82
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
f6c4fd5
x86/cpu_entry_area: Prevent wraparound in setup_cpu_entry_area_ptes() on 32bit
by Thomas Gleixner
· 7 years ago
9c294ec
Merge tag 'powerpc-4.15-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
9ad95bd
Merge tag 'for-linus-4.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 7 years ago
613e396
init: Invoke init_espfix_bsp() from mm_init()
by Thomas Gleixner
· 7 years ago
92a0f81
x86/cpu_entry_area: Move it out of the fixmap
by Thomas Gleixner
· 7 years ago
ed1bbc4
x86/cpu_entry_area: Move it to a separate unit
by Thomas Gleixner
· 7 years ago
1a3b0ca
x86/mm: Create asm/invpcid.h
by Peter Zijlstra
· 7 years ago
dd95f1a
x86/mm: Put MMU to hardware ASID translation in one place
by Dave Hansen
· 7 years ago
cb0a914
x86/mm: Remove hard-coded ASID limit checks
by Dave Hansen
· 7 years ago
50fb83a6
x86/mm: Move the CR3 construction functions to tlbflush.h
by Dave Hansen
· 7 years ago
3f67af5
x86/mm: Add comments to clarify which TLB-flush functions are supposed to flush what
by Peter Zijlstra
· 7 years ago
b5fc6d9
x86/mm: Remove superfluous barriers
by Peter Zijlstra
· 7 years ago
a501686
x86/mm: Use __flush_tlb_one() for kernel memory
by Peter Zijlstra
· 7 years ago
23cb7d4
x86/microcode: Dont abuse the TLB-flush interface
by Peter Zijlstra
· 7 years ago
3e46e0f
x86/uv: Use the right TLB-flush API
by Peter Zijlstra
· 7 years ago
4fe2d8b
x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stack
by Dave Hansen
· 7 years ago
a4828f8
x86/ldt: Prevent LDT inheritance on exec
by Thomas Gleixner
· 7 years ago
c2b3496
x86/ldt: Rework locking
by Peter Zijlstra
· 7 years ago
c10e83f
arch, mm: Allow arch_dup_mmap() to fail
by Thomas Gleixner
· 7 years ago
4831b77
x86/vsyscall/64: Warn and fail vsyscall emulation in NATIVE mode
by Andy Lutomirski
· 7 years ago
49275fe
x86/vsyscall/64: Explicitly set _PAGE_USER in the pagetable hierarchy
by Andy Lutomirski
· 7 years ago
146122e
x86/mm/dump_pagetables: Make the address hints correct and readable
by Thomas Gleixner
· 7 years ago
c053449
x86/mm/dump_pagetables: Check PAGE_PRESENT for real
by Thomas Gleixner
· 7 years ago
7bbcbd3
x86/Kconfig: Limit NR_CPUS on 32-bit to a sane amount
by Thomas Gleixner
· 7 years ago
7333b5a
KVM: PPC: Book3S HV: Fix pending_pri value in kvmppc_xive_get_icp()
by Laurent Vivier
· 7 years ago
dc1c416
KVM: PPC: Book3S: fix XIVE migration of pending interrupts
by Cédric Le Goater
· 7 years ago
ead68f2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
409232a
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
fae1a3e
kvm: x86: fix RSM when PCID is non-zero
by Paolo Bonzini
· 7 years ago
877631f
Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 7 years ago
b3cf852
xen/balloon: Mark unallocated host memory as UNUSABLE
by Boris Ostrovsky
· 7 years ago
10a7e9d
Do not hash userspace addresses in fault handlers
by Kees Cook
· 7 years ago
2cc42ba
x86-64/Xen: eliminate W+X mappings
by Jan Beulich
· 7 years ago
6454b3b
x86/stacktrace: Make zombie stack traces reliable
by Josh Poimboeuf
· 7 years ago
182dc9c
powerpc/kernel: Print actual address of regs when oopsing
by Michael Ellerman
· 7 years ago
cb81fc6
Merge branch 'parisc-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 7 years ago
64a4809
Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
b36025b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 7 years ago
ca26cff
x86/asm: Allow again using asm.h when building for the 'bpf' clang target
by Arnaldo Carvalho de Melo
· 7 years ago
9d5f38b
x86/mm: Unbreak modules that use the DMA API
by Tom Lendacky
· 7 years ago
43aabca
Merge tag 'kvm-arm-fixes-for-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 7 years ago
e39d200f
KVM: Fix stack-out-of-bounds read in write_mmio
by Wanpeng Li
· 7 years ago
Next »