index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-21
x86/fault: Make fault messages more succinct
Borislav Petkov
1
-3
/
+3
2019-04-19
x86/fault: Decode and print #PF oops in human readable form
Sean Christopherson
1
-31
/
+11
2019-04-19
x86/fault: Reword initial BUG message for unhandled page faults
Sean Christopherson
1
-3
/
+6
2019-04-18
x86/mm/KASLR: Fix the size of the direct mapping section
Baoquan He
1
-1
/
+1
2019-04-17
x86/speculation: Support 'mitigations=' cmdline option
Josh Poimboeuf
1
-1
/
+3
2019-04-17
x86/exceptions: Split debug IST stack
Thomas Gleixner
1
-1
/
+3
2019-04-17
x86/traps: Use cpu_entry_area instead of orig_ist
Thomas Gleixner
1
-1
/
+2
2019-04-17
x86/cpu_entry_area: Provide exception stack accessor
Thomas Gleixner
1
-0
/
+4
2019-04-17
x86/cpu_entry_area: Prepare for IST guard pages
Thomas Gleixner
1
-7
/
+30
2019-04-17
x86/exceptions: Add structs for exception stacks
Thomas Gleixner
1
-5
/
+3
2019-04-17
x86/cpu_entry_area: Cleanup setup functions
Thomas Gleixner
1
-10
/
+9
2019-04-17
x86/exceptions: Make IST index zero based
Thomas Gleixner
1
-1
/
+1
2019-04-16
x86/mm/tlb: Revert "x86/mm: Align TLB invalidation info"
Peter Zijlstra
1
-1
/
+1
2019-04-16
x86/mm: Prevent bogus warnings with "noexec=off"
Thomas Gleixner
2
-2
/
+3
2019-04-12
x86/pkeys: Add PKRU value to init_fpstate
Sebastian Andrzej Siewior
1
-0
/
+6
2019-04-11
x86/fpu: Eager switch PKRU state
Rik van Riel
1
-1
/
+0
2019-04-11
x86/pkeys: Don't check if PKRU is zero before writing it
Sebastian Andrzej Siewior
1
-7
/
+0
2019-04-10
x86/fpu: Use a feature number instead of mask in two more helpers
Sebastian Andrzej Siewior
1
-3
/
+3
2019-04-10
x86/fpu: Remove fpu->initialized
Sebastian Andrzej Siewior
1
-6
/
+1
2019-04-09
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
1
-2
/
+2
2019-04-08
x86/mm: Convert some slow-path static_cpu_has() callers to boot_cpu_has()
Borislav Petkov
3
-5
/
+5
2019-04-05
x86/mm/KASLR: Reduce randomization granularity for 5-level paging to 1GB
Baoquan He
1
-8
/
+2
2019-04-05
x86/mm/KASLR: Use only one PUD entry for real mode trampoline
Baoquan He
1
-47
/
+37
2019-03-28
x86/mm: Don't exceed the valid physical address space
Ralph Campbell
1
-1
/
+1
2019-03-22
x86/mm/pti: Make local symbols static
Valdis Kletnieks
1
-2
/
+2
2019-03-12
memblock: drop memblock_alloc_*_nopanic() variants
Mike Rapoport
1
-6
/
+8
2019-03-12
memblock: drop __memblock_alloc_base()
Mike Rapoport
1
-8
/
+4
2019-03-10
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2019-03-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2019-03-07
mm: create the new vm_fault_t type
Souptick Joarder
1
-1
/
+1
2019-03-07
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-6
/
+1
2019-03-06
x86/mm: Remove unused variable 'old_pte'
Qian Cai
1
-2
/
+2
2019-03-06
x86/mm: Remove unused variable 'cpu'
Qian Cai
1
-3
/
+0
2019-03-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
2019-03-06
Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
1
-1
/
+1
2019-03-06
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2019-03-05
numa: make "nr_node_ids" unsigned int
Alexey Dobriyan
1
-2
/
+2
2019-03-04
x86-64: add warning for non-canonical user access address dereferences
Linus Torvalds
1
-0
/
+1
2019-02-25
Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"
Linus Torvalds
1
-58
/
+0
2019-02-18
x86/mpx: tweak header name
Michael S. Tsirkin
1
-1
/
+1
2019-02-14
x86/mm/dump_pagetables: Remove the unused prev_pud variable
Shaokun Zhang
1
-2
/
+0
2019-02-08
x86/cpu_entry_area: Move percpu_setup_debug_store() to __init section
Sergey Senozhatsky
1
-1
/
+1
2019-02-08
x86/mm/cpa: Fix set_mce_nospec()
Peter Zijlstra
1
-25
/
+25
2019-02-04
x86: Make ARCH_USE_MEMREMAP_PROT a generic Kconfig symbol
Ard Biesheuvel
1
-2
/
+2
2019-01-29
x86/fault: Fix sign-extend unintended sign extension
Colin Ian King
1
-1
/
+1
2019-01-29
x86/mm/tlb: Remove unused cpu variable
Shaokun Zhang
1
-3
/
+0
2019-01-15
x86/mm/mem_encrypt: Fix erroneous sizeof()
Peng Hao
1
-2
/
+2
2019-01-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
2019-01-04
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
1
-2
/
+2
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-1
/
+1
[prev]
[next]