index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-23
x86/mm: Abstract switching CR3
Dave Hansen
1
-2
/
+20
2017-12-23
x86/mm: Allow flushing for future ASID switches
Dave Hansen
1
-0
/
+35
2017-12-23
x86/pti: Map the vsyscall page if needed
Andy Lutomirski
1
-0
/
+65
2017-12-23
x86/pti: Put the LDT in its own PGD if PTI is on
Andy Lutomirski
1
-0
/
+9
2017-12-23
x86/cpu_entry_area: Add debugstore entries to cpu_entry_area
Thomas Gleixner
1
-0
/
+27
2017-12-23
x86/mm/pti: Map ESPFIX into user space
Andy Lutomirski
1
-0
/
+11
2017-12-23
x86/mm/pti: Share entry text PMD
Thomas Gleixner
1
-0
/
+10
2017-12-23
x86/mm/pti: Share cpu_entry_area with user space page tables
Andy Lutomirski
1
-0
/
+25
2017-12-23
x86/mm/pti: Add functions to clone kernel PMDs
Andy Lutomirski
1
-0
/
+127
2017-12-23
x86/mm/pti: Allocate a separate user PGD
Dave Hansen
1
-2
/
+3
2017-12-23
x86/mm/pti: Add mapping helper functions
Dave Hansen
1
-0
/
+41
2017-12-23
x86/pti: Add the pti= cmdline option and documentation
Borislav Petkov
1
-1
/
+25
2017-12-23
x86/mm/pti: Add infrastructure for page table isolation
Thomas Gleixner
3
-3
/
+90
2017-12-23
x86/mm/pti: Disable global pages if PAGE_TABLE_ISOLATION=y
Dave Hansen
1
-3
/
+9
2017-12-23
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
7
-58
/
+227
2017-12-23
x86/cpu_entry_area: Prevent wraparound in setup_cpu_entry_area_ptes() on 32bit
Thomas Gleixner
1
-1
/
+2
2017-12-22
x86/cpu_entry_area: Move it out of the fixmap
Thomas Gleixner
5
-30
/
+78
2017-12-22
x86/cpu_entry_area: Move it to a separate unit
Thomas Gleixner
2
-1
/
+105
2017-12-22
x86/mm: Move the CR3 construction functions to tlbflush.h
Dave Hansen
1
-4
/
+4
2017-12-22
x86/mm: Use __flush_tlb_one() for kernel memory
Peter Zijlstra
1
-1
/
+1
2017-12-22
x86/mm/dump_pagetables: Make the address hints correct and readable
Thomas Gleixner
1
-37
/
+53
2017-12-22
x86/mm/dump_pagetables: Check PAGE_PRESENT for real
Thomas Gleixner
1
-1
/
+1
2017-12-20
Do not hash userspace addresses in fault handlers
Kees Cook
1
-1
/
+1
2017-12-18
Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-1
/
+17
2017-12-18
x86/mm: Unbreak modules that use the DMA API
Tom Lendacky
1
-2
/
+2
2017-12-17
x86/kasan/64: Teach KASAN about the cpu_entry_area
Andy Lutomirski
1
-1
/
+17
2017-12-17
x86/mm/kasan: Don't use vmemmap_populate() to initialize shadow
Andrey Ryabinin
1
-7
/
+136
2017-12-17
Merge commit 'upstream-x86-virt' into WIP.x86/mm
Ingo Molnar
1
-1
/
+1
2017-12-17
Merge branch 'upstream-x86-selftests' into WIP.x86/pti.base
Ingo Molnar
2
-26
/
+85
2017-12-17
Merge commit 'upstream-x86-entry' into WIP.x86/mm
Ingo Molnar
1
-54
/
+34
2017-12-15
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-7
/
+9
2017-12-11
x86/mm/kmmio: Fix mmiotrace for page unaligned addresses
Karol Herbst
2
-7
/
+9
2017-12-09
kmemcheck: rip it out for real
Michal Hocko
9
-9
/
+0
2017-12-07
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+3
2017-12-06
x86: don't hash faulting address in oops printout
Linus Torvalds
1
-1
/
+1
2017-12-06
locking/refcounts: Do not force refcount_t usage as GPL-only export
Kees Cook
1
-1
/
+1
2017-11-28
x86/xen: Support early interrupts in xen pv guests
Juergen Gross
1
-1
/
+3
2017-11-27
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-3
/
+70
2017-11-22
x86/mm/kasan: Don't use vmemmap_populate() to initialize shadow
Andrey Ryabinin
1
-7
/
+136
2017-11-16
x86/mm: Limit mmap() of /dev/mem to valid physical addresses
Craig Bergstrom
1
-0
/
+16
2017-11-16
x86/mm: Prevent non-MAP_FIXED mapping across DEFAULT_MAP_WINDOW border
Kirill A. Shutemov
2
-3
/
+54
2017-11-16
mm, sparse: do not swamp log with huge vmemmap allocation failures
Michal Hocko
1
-1
/
+0
2017-11-16
x86/mm/kasan: don't use vmemmap_populate() to initialize shadow
Andrey Ryabinin
1
-7
/
+136
2017-11-16
x86/mm: set fields in deferred pages
Pavel Tatashin
1
-2
/
+8
2017-11-16
kmemcheck: rip it out
Levin, Alexander (Sasha Levin)
14
-1320
/
+2
2017-11-16
kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK
Levin, Alexander (Sasha Levin)
4
-9
/
+8
2017-11-16
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
1
-6
/
+0
2017-11-14
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2017-11-14
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
7
-238
/
+509
2017-11-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+6
[prev]
[next]