Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
10043e02db7f8a4161f76434931051e7d797a5f6
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
f6c4fd5
x86/cpu_entry_area: Prevent wraparound in setup_cpu_entry_area_ptes() on 32bit
by Thomas Gleixner
· 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
e8ffe96
x86/doc: Remove obvious weirdnesses from the x86 MM layout documentation
by Peter Zijlstra
· 7 years ago
5a7ccf4
x86/mm/64: Improve the memory map documentation
by Andy Lutomirski
· 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
6cbd217
x86/cpufeatures: Make CPU bugs sticky
by Thomas Gleixner
· 7 years ago
79cc741
x86/paravirt: Provide a way to check for hypervisors
by Thomas Gleixner
· 7 years ago
a035795
x86/paravirt: Dont patch flush_tlb_single
by Thomas Gleixner
· 7 years ago
c482fee
x86/entry/64: Make cpu_entry_area.tss read-only
by Andy Lutomirski
· 7 years ago
0f9a481
x86/entry: Clean up the SYSENTER_stack code
by Andy Lutomirski
· 7 years ago
7fbbd5c
x86/entry/64: Remove the SYSENTER stack canary
by Andy Lutomirski
· 7 years ago
40e7f94
x86/entry/64: Move the IST stacks into struct cpu_entry_area
by Andy Lutomirski
· 7 years ago
3386bc8
x86/entry/64: Create a per-CPU SYSCALL entry trampoline
by Andy Lutomirski
· 7 years ago
3e3b929
x86/entry/64: Return to userspace from the trampoline stack
by Andy Lutomirski
· 7 years ago
7f2590a
x86/entry/64: Use a per-CPU trampoline stack for IDT entries
by Andy Lutomirski
· 7 years ago
6d9256f
x86/espfix/64: Stop assuming that pt_regs is on the entry stack
by Andy Lutomirski
· 7 years ago
9aaefe7
x86/entry/64: Separate cpu_current_top_of_stack from TSS.sp0
by Andy Lutomirski
· 7 years ago
72f5e08
x86/entry: Remap the TSS into the CPU entry area
by Andy Lutomirski
· 7 years ago
1a935bc
x86/entry: Move SYSENTER_stack to the beginning of struct tss_struct
by Andy Lutomirski
· 7 years ago
6e60e58
x86/dumpstack: Handle stack overflow on all stacks
by Andy Lutomirski
· 7 years ago
7fb983b
x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tss
by Andy Lutomirski
· 7 years ago
2150652
x86/kasan/64: Teach KASAN about the cpu_entry_area
by Andy Lutomirski
· 7 years ago
ef8813a
x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entry_area
by Andy Lutomirski
· 7 years ago
aaeed3a
x86/entry/gdt: Put per-CPU GDT remaps in ascending order
by Andy Lutomirski
· 7 years ago
33a2f1a
x86/dumpstack: Add get_stack_info() support for the SYSENTER stack
by Andy Lutomirski
· 7 years ago
1a79797
x86/entry/64: Allocate and enable the SYSENTER stack
by Andy Lutomirski
· 7 years ago
4f3789e7
x86/irq/64: Print the offending IP in the stack overflow warning
by Andy Lutomirski
· 7 years ago
6669a69
x86/irq: Remove an old outdated comment about context tracking races
by Andy Lutomirski
· 7 years ago
b02fcf9
x86/unwinder: Handle stack overflows more gracefully
by Josh Poimboeuf
· 7 years ago
d3a0910
x86/unwinder/orc: Dont bail on stack overflow
by Andy Lutomirski
· 7 years ago
e17f823
x86/entry/64/paravirt: Use paravirt-safe macro to access eflags
by Boris Ostrovsky
· 7 years ago
2aeb073
x86/mm/kasan: Don't use vmemmap_populate() to initialize shadow
by Andrey Ryabinin
· 7 years ago
3382290
locking/barriers: Convert users of lockless_dereference() to READ_ONCE()
by Will Deacon
· 7 years ago
c2bc660
locking/barriers: Add implicit smp_read_barrier_depends() to READ_ONCE()
by Will Deacon
· 7 years ago
ab95477
bpf: fix build issues on um due to mising bpf_perf_event.h
by Daniel Borkmann
· 7 years ago
2fe1bc1
perf/x86: Enable free running PEBS for REGS_USER/INTR
by Andi Kleen
· 7 years ago
f2dbad3
x86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMD
by Rudolf Marek
· 7 years ago
a8b4db5
x86/cpufeature: Add User-Mode Instruction Prevention definitions
by Ricardo Neri
· 7 years ago
e5d77a7
Merge commit 'upstream-x86-virt' into WIP.x86/mm
by Ingo Molnar
· 7 years ago
2ec077c
Merge branch 'upstream-acpi-fixes' into WIP.x86/pti.base
by Ingo Molnar
· 7 years ago
650400b
Merge branch 'upstream-x86-selftests' into WIP.x86/pti.base
by Ingo Molnar
· 7 years ago
0fd2e9c
Merge commit 'upstream-x86-entry' into WIP.x86/mm
by Ingo Molnar
· 7 years ago
1784f91
drivers/misc/intel/pti: Rename the header file to free up the namespace
by Ingo Molnar
· 7 years ago
bebc608
Linux 4.14
by Linus Torvalds
· 7 years ago
152bbb4
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
69581c7
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
b395456
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
92d2882
Merge tag 'linux-can-fixes-for-4.14-20171110' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
by David S. Miller
· 7 years ago
be234ba
Merge tag 'mlx5-fixes-2017-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
by David S. Miller
· 7 years ago
052d41c
vlan: fix a use-after-free in vlan_device_event()
by Cong Wang
· 7 years ago
505ee76
tooling/headers: Sync the tools/include/uapi/drm/i915_drm.h UAPI header
by Ingo Molnar
· 7 years ago
529b3ca
Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 7 years ago
2118df9
net: dsa: return after vlan prepare phase
by Vivien Didelot
· 7 years ago
b0b38a1
net: dsa: return after mdb prepare phase
by Vivien Didelot
· 7 years ago
ca91659
Merge tag 'ceph-for-4.14-rc9' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 7 years ago
60cfc98
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 7 years ago
5cf2360
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
a579e94
Merge tag 'mips_fixes_4.14_2' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips
by Linus Torvalds
· 7 years ago
085c17f
.mailmap: Add Maciej W. Rozycki's Imagination e-mail address
by Maciej W. Rozycki
· 7 years ago
ea0ee33
Revert "x86: CPU: Fix up "cpu MHz" in /proc/cpuinfo"
by Linus Torvalds
· 7 years ago
3e81277
Merge tag 'drm-fixes-for-v4.14-rc9' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 7 years ago
4f71167
can: ifi: Fix transmitter delay calculation
by Marek Vasut
· 7 years ago
0eb96bf
tcp: fix tcp_fastretrans_alert warning
by Yuchung Cheng
· 7 years ago
7ec318f
tcp: gso: avoid refcount_t warning from tcp_gso_segment()
by Eric Dumazet
· 7 years ago
03b2a32
x86/virt: Add enum for hypervisors to replace x86_hyper
by Juergen Gross
· 7 years ago
Next »