index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86-64: add warning for non-canonical user access address dereferences
Linus Torvalds
2019-03-04
1
-0
/
+1
*
Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"
Linus Torvalds
2019-02-25
1
-58
/
+0
*
x86/mm/cpa: Fix set_mce_nospec()
Peter Zijlstra
2019-02-08
1
-25
/
+25
*
x86/fault: Fix sign-extend unintended sign extension
Colin Ian King
2019-01-29
1
-1
/
+1
*
x86/mm/mem_encrypt: Fix erroneous sizeof()
Peng Hao
2019-01-15
1
-2
/
+2
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-01-05
1
-2
/
+2
|
\
|
*
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
2019-01-04
1
-2
/
+2
*
|
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
1
-1
/
+1
|
/
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-12-28
6
-40
/
+47
|
\
|
*
lib/ioremap: ensure break-before-make is used for huge p4d mappings
Will Deacon
2018-12-28
1
-0
/
+8
|
*
x86/pgtable: drop pXd_none() checks from pXd_free_pYd_table()
Will Deacon
2018-12-28
1
-6
/
+0
|
*
mm, memory_hotplug: add nid parameter to arch_remove_memory
Oscar Salvador
2018-12-28
2
-2
/
+3
|
*
mm: make free_reserved_area() return "const char *"
Alexey Dobriyan
2018-12-28
1
-1
/
+1
|
*
kasan: rename kasan_zero_page to kasan_early_shadow_page
Andrey Konovalov
2018-12-28
2
-31
/
+35
*
|
Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2018-12-28
1
-7
/
+0
|
\
\
|
|
/
|
/
|
|
*
dma-direct: merge swiotlb_dma_ops into the dma_direct code
Christoph Hellwig
2018-12-13
1
-7
/
+0
*
|
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-12-26
7
-332
/
+308
|
\
\
|
*
|
x86/mm/dump_pagetables: Use DEFINE_SHOW_ATTRIBUTE()
Yangtao Li
2018-12-18
1
-51
/
+7
|
*
|
x86/mm/cpa: Rename @addrinarray to @numpages
Peter Zijlstra
2018-12-17
1
-26
/
+26
|
*
|
x86/mm/cpa: Better use CLFLUSHOPT
Peter Zijlstra
2018-12-17
1
-12
/
+17
|
*
|
x86/mm/cpa: Fold cpa_flush_range() and cpa_flush_array() into a single cpa_fl...
Peter Zijlstra
2018-12-17
1
-74
/
+18
|
*
|
x86/mm/cpa: Make cpa_data::numpages invariant
Peter Zijlstra
2018-12-17
1
-8
/
+13
|
*
|
x86/mm/cpa: Optimize cpa_flush_array() TLB invalidation
Peter Zijlstra
2018-12-17
3
-19
/
+29
|
*
|
x86/mm/cpa: Simplify the code after making cpa->vaddr invariant
Peter Zijlstra
2018-12-17
2
-14
/
+6
|
*
|
x86/mm/cpa: Make cpa_data::vaddr invariant
Peter Zijlstra
2018-12-17
1
-10
/
+8
|
*
|
x86/mm/cpa: Add __cpa_addr() helper
Peter Zijlstra
2018-12-17
1
-19
/
+19
|
*
|
x86/mm/cpa: Add ARRAY and PAGES_ARRAY selftests
Peter Zijlstra
2018-12-17
1
-4
/
+24
|
*
|
Merge branch 'x86/urgent' into x86/mm, to pick up dependent fix
Ingo Molnar
2018-12-17
4
-48
/
+119
|
|
\
\
|
*
|
|
x86/mm: Drop usage of __flush_tlb_all() in kernel_physical_mapping_init()
Dan Williams
2018-12-05
1
-6
/
+0
|
*
|
|
x86/mm: Validate kernel_physical_mapping_init() PTE population
Dan Williams
2018-12-05
1
-12
/
+12
|
*
|
|
x86/fault: Clean up the page fault oops decoder a bit
Ingo Molnar
2018-11-22
1
-15
/
+23
|
*
|
|
x86/fault: Decode page fault OOPSes better
Andy Lutomirski
2018-11-22
1
-0
/
+84
|
*
|
|
x86/fault: Don't try to recover from an implicit supervisor access
Andy Lutomirski
2018-11-22
1
-0
/
+10
|
*
|
|
x86/fault: Remove sw_error_code
Andy Lutomirski
2018-11-22
1
-39
/
+11
|
*
|
|
x86/fault: Don't set thread.cr2, etc before OOPSing
Andy Lutomirski
2018-11-20
1
-8
/
+0
|
*
|
|
x86/fault: Make error_code sanitization more robust
Andy Lutomirski
2018-11-20
1
-9
/
+21
|
*
|
|
x86/fault: Improve the condition for signalling vs OOPSing
Andy Lutomirski
2018-11-20
1
-1
/
+1
|
*
|
|
x86/fault: Fix SMAP #PF handling buglet for implicit supervisor accesses
Andy Lutomirski
2018-11-20
1
-3
/
+6
|
*
|
|
x86/fault: Fold smap_violation() into do_user_addr_fault()
Andy Lutomirski
2018-11-20
1
-17
/
+6
|
*
|
|
x86/cpufeatures, x86/fault: Mark SMAP as disabled when configured out
Andy Lutomirski
2018-11-20
1
-4
/
+1
|
*
|
|
x86/fault: Check user_mode(regs) when avoiding an mmap_sem deadlock
Andy Lutomirski
2018-11-20
1
-5
/
+2
|
*
|
|
x86/mm/fault: Allow stack access below %rsp
Waiman Long
2018-11-12
1
-12
/
+0
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-12-26
1
-0
/
+1
|
\
\
\
|
*
|
|
x86/pkeys: Make init_pkru_value static
Sebastian Andrzej Siewior
2018-12-03
1
-0
/
+1
*
|
|
|
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-12-26
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
x86: Fix various typos in comments
Ingo Molnar
2018-12-03
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-12-26
1
-2
/
+38
|
\
\
\
\
|
*
|
|
|
x86/mm/pageattr: Introduce helper function to unmap EFI boot services
Sai Praneeth Prakhya
2018-11-30
1
-2
/
+38
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-12-25
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=off
Michal Hocko
2018-12-11
1
-1
/
+1
|
|
|
/
|
|
/
|
[next]