index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
dump_pagetables.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
mm: ptdump: expand type of 'val' in note_page()
Steven Price
2020-06-02
1
-1
/
+1
*
x86: mm: ptdump: calculate effective permissions correctly
Steven Price
2020-06-02
1
-13
/
+20
*
x86/mm: Fix dump_pagetables with Xen PV
Juergen Gross
2020-02-29
1
-6
/
+1
*
x86: mm: avoid allocating struct mm_struct on the stack
Steven Price
2020-02-04
1
-11
/
+7
*
mm: ptdump: reduce level numbers by 1 in note_page()
Steven Price
2020-02-04
1
-9
/
+10
*
x86: mm: convert dump_pagetables to use walk_page_range
Steven Price
2020-02-04
1
-227
/
+65
*
x86: mm: convert ptdump_walk_pgd_level_debugfs() to take an mm_struct
Steven Price
2020-02-04
1
-8
/
+6
*
x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_struct
Steven Price
2020-02-04
1
-2
/
+2
*
x86: mm: point to struct seq_file from struct pg_state
Steven Price
2020-02-04
1
-34
/
+35
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
2019-06-05
1
-5
/
+1
*
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-05-07
1
-2
/
+2
|
\
|
*
x86/mm: Convert some slow-path static_cpu_has() callers to boot_cpu_has()
Borislav Petkov
2019-04-08
1
-2
/
+2
*
|
x86/mm: Prevent bogus warnings with "noexec=off"
Thomas Gleixner
2019-04-16
1
-1
/
+2
|
/
*
x86/mm/dump_pagetables: Remove the unused prev_pud variable
Shaokun Zhang
2019-02-14
1
-2
/
+0
*
kasan: rename kasan_zero_page to kasan_early_shadow_page
Andrey Konovalov
2018-12-28
1
-5
/
+6
*
x86/dump_pagetables: Fix LDT remap address marker
Kirill A. Shutemov
2018-12-11
1
-5
/
+2
*
x86/mm: Fix guard hole handling
Kirill A. Shutemov
2018-12-11
1
-4
/
+4
*
x86/mm: Do not warn about PCI BIOS W+X mappings
Thomas Gleixner
2018-10-10
1
-8
/
+27
*
x86/mm/pti: Move user W+X check into pti_finalize()
Joerg Roedel
2018-08-10
1
-3
/
+3
*
x86/ldt: Reserve address-space range on 32 bit for the LDT
Joerg Roedel
2018-07-20
1
-0
/
+9
*
x86/mm/dump_pagetables: Define INIT_PGD
Joerg Roedel
2018-07-20
1
-6
/
+6
*
x86/mm: Stop pretending pgtable_l5_enabled is a variable
Kirill A. Shutemov
2018-05-19
1
-3
/
+3
*
x86/mm: Prevent kernel Oops in PTDUMP code with HIGHPTE=y
Joerg Roedel
2018-04-17
1
-5
/
+6
*
x86/mm: Consider effective protection attributes in W+X check
Jan Beulich
2018-02-26
1
-36
/
+58
*
x86/mm: Replace compile-time checks for 5-level paging with runtime-time checks
Kirill A. Shutemov
2018-02-16
1
-3
/
+1
*
x86/mm: Make __VIRTUAL_MASK_SHIFT dynamic
Kirill A. Shutemov
2018-02-14
1
-2
/
+10
*
x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable
Kirill A. Shutemov
2018-02-14
1
-7
/
+5
*
x86/mm: Make LDT_BASE_ADDR dynamic
Kirill A. Shutemov
2018-02-14
1
-1
/
+4
*
x86/mm: Map cpu_entry_area at the same place on 4/5 level
Thomas Gleixner
2018-01-04
1
-1
/
+1
*
x86/mm/dump_pagetables: Allow dumping current pagetables
Thomas Gleixner
2017-12-23
1
-1
/
+5
*
x86/mm/dump_pagetables: Check user space page table for WX pages
Thomas Gleixner
2017-12-23
1
-5
/
+25
*
x86/pti: Put the LDT in its own PGD if PTI is on
Andy Lutomirski
2017-12-23
1
-0
/
+9
*
x86/cpu_entry_area: Move it out of the fixmap
Thomas Gleixner
2017-12-22
1
-1
/
+5
*
x86/mm/dump_pagetables: Make the address hints correct and readable
Thomas Gleixner
2017-12-22
1
-37
/
+53
*
x86/mm/dump_pagetables: Check PAGE_PRESENT for real
Thomas Gleixner
2017-12-22
1
-1
/
+1
*
x86/mm/dump_pagetables: Speed up page tables dump for CONFIG_KASAN=y
Andrey Ryabinin
2017-07-25
1
-23
/
+41
*
x86/mm/dump_pagetables: Fix printout of p4d level
Kirill A. Shutemov
2017-07-21
1
-9
/
+9
*
x86/mm/dump_pagetables: Generalize address normalization
Kirill A. Shutemov
2017-07-21
1
-5
/
+6
*
x86/boot/64: Rename init_level4_pgt and early_level4_pgt
Kirill A. Shutemov
2017-06-13
1
-1
/
+1
*
x86/mm: Fix dump pagetables for 4 levels of page tables
Juergen Gross
2017-04-13
1
-1
/
+1
*
x86/dump_pagetables: Add support for 5-level paging
Kirill A. Shutemov
2017-03-30
1
-14
/
+45
*
x86/mm: Correct fixmap header usage on adaptable MODULES_END
Thomas Garnier
2017-03-18
1
-1
/
+0
*
x86/mm: Adapt MODULES_END based on fixmap section size
Thomas Garnier
2017-03-16
1
-0
/
+1
*
x86/mm/ptdump: Add address marker for KASAN shadow region
Andrey Ryabinin
2017-02-16
1
-0
/
+9
*
x86/mm/ptdump: Optimize check for W+X mappings for CONFIG_KASAN=y
Andrey Ryabinin
2017-02-16
1
-1
/
+15
*
x86/mm/ptdump: Fix soft lockup in page table walker
Andrey Ryabinin
2017-02-10
1
-0
/
+2
*
Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-08-01
1
-5
/
+1
|
\
|
*
x86: Don't use module.h just for AUTHOR / LICENSE tags
Paul Gortmaker
2016-07-14
1
-5
/
+1
*
|
x86/mm: Implement ASLR for kernel memory regions
Thomas Garnier
2016-07-08
1
-4
/
+12
|
/
[next]