index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-11
x86/mm: Fix decoy address handling vs 32-bit builds
Dan Williams
1
-2
/
+11
2018-12-11
x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=off
Michal Hocko
1
-1
/
+1
2018-12-11
x86/dump_pagetables: Fix LDT remap address marker
Kirill A. Shutemov
1
-5
/
+2
2018-12-11
x86/mm: Fix guard hole handling
Kirill A. Shutemov
1
-4
/
+4
2018-12-05
x86/mm: Drop usage of __flush_tlb_all() in kernel_physical_mapping_init()
Dan Williams
1
-6
/
+0
2018-12-05
x86/mm: Validate kernel_physical_mapping_init() PTE population
Dan Williams
1
-12
/
+12
2018-12-03
x86/pkeys: Make init_pkru_value static
Sebastian Andrzej Siewior
1
-0
/
+1
2018-12-03
x86: Fix various typos in comments
Ingo Molnar
1
-1
/
+1
2018-11-30
x86/mm/pageattr: Introduce helper function to unmap EFI boot services
Sai Praneeth Prakhya
1
-2
/
+38
2018-11-28
x86/speculation: Prepare for conditional IBPB in switch_mm()
Thomas Gleixner
1
-29
/
+86
2018-11-22
x86/fault: Clean up the page fault oops decoder a bit
Ingo Molnar
1
-15
/
+23
2018-11-22
x86/fault: Decode page fault OOPSes better
Andy Lutomirski
1
-0
/
+84
2018-11-22
x86/fault: Don't try to recover from an implicit supervisor access
Andy Lutomirski
1
-0
/
+10
2018-11-22
x86/fault: Remove sw_error_code
Andy Lutomirski
1
-39
/
+11
2018-11-20
x86/fault: Don't set thread.cr2, etc before OOPSing
Andy Lutomirski
1
-8
/
+0
2018-11-20
x86/fault: Make error_code sanitization more robust
Andy Lutomirski
1
-9
/
+21
2018-11-20
x86/fault: Improve the condition for signalling vs OOPSing
Andy Lutomirski
1
-1
/
+1
2018-11-20
x86/fault: Fix SMAP #PF handling buglet for implicit supervisor accesses
Andy Lutomirski
1
-3
/
+6
2018-11-20
x86/fault: Fold smap_violation() into do_user_addr_fault()
Andy Lutomirski
1
-17
/
+6
2018-11-20
x86/cpufeatures, x86/fault: Mark SMAP as disabled when configured out
Andy Lutomirski
1
-4
/
+1
2018-11-20
x86/fault: Check user_mode(regs) when avoiding an mmap_sem deadlock
Andy Lutomirski
1
-5
/
+2
2018-11-12
x86/mm/fault: Allow stack access below %rsp
Waiman Long
1
-12
/
+0
2018-11-03
Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix
Ingo Molnar
17
-28
/
+21
2018-11-01
x86/compat: Adjust in_compat_syscall() to generic code under !COMPAT
Dmitry Safonov
2
-3
/
+3
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
17
-17
/
+10
2018-10-31
memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
Mike Rapoport
1
-2
/
+2
2018-10-31
memblock: rename free_all_bootmem to memblock_free_all
Mike Rapoport
3
-5
/
+5
2018-10-31
memblock: replace alloc_bootmem_pages with memblock_alloc
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
1
-2
/
+2
2018-10-31
memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
Mike Rapoport
1
-1
/
+1
2018-10-30
x86/numa_emulation: Fix uniform-split numa emulation
Dave Jiang
1
-2
/
+10
2018-10-29
x86/mm/pat: Disable preemption around __flush_tlb_all()
Sebastian Andrzej Siewior
1
-1
/
+5
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-130
/
+67
2018-10-23
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-48
/
+52
2018-10-23
Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2018-10-23
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
6
-401
/
+763
2018-10-23
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-26
/
+114
2018-10-23
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+9
2018-10-21
x86/mm: Kill stray kernel fault handling comment
Dave Hansen
1
-1
/
+0
2018-10-10
x86/mm: Do not warn about PCI BIOS W+X mappings
Thomas Gleixner
1
-8
/
+27
2018-10-09
x86/mm: Remove spurious fault pkey check
Dave Hansen
1
-6
/
+7
2018-10-09
x86/mm/vsyscall: Consider vsyscall page part of user address space
Dave Hansen
1
-13
/
+25
2018-10-09
x86/mm: Add vsyscall address helper
Dave Hansen
1
-1
/
+10
2018-10-09
x86/mm: Fix exception table comments
Dave Hansen
1
-13
/
+15
2018-10-09
x86/mm: Add clarifying comments for user addr space
Dave Hansen
1
-0
/
+8
2018-10-09
x86/mm: Break out user address space handling
Dave Hansen
1
-19
/
+28
2018-10-09
x86/mm: Break out kernel address space handling
Dave Hansen
1
-39
/
+62
2018-10-09
x86/mm: Clarify hardware vs. software "error_code"
Dave Hansen
1
-25
/
+52
2018-10-09
x86/mm/tlb: Make lazy TLB mode lazier
Rik van Riel
1
-9
/
+58
2018-10-09
x86/mm/tlb: Add freed_tables element to flush_tlb_info
Rik van Riel
1
-0
/
+1
[prev]
[next]