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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-17
parisc: rename PGD_ORDER to PGD_TABLE_ORDER
Mike Rapoport
2
-7
/
+7
2022-07-17
loongarch: drop definition of PGD_ORDER
Mike Rapoport
3
-7
/
+3
2022-07-17
loongarch: drop definition of PUD_ORDER
Mike Rapoport
2
-4
/
+3
2022-07-17
loongarch: drop definition of PMD_ORDER
Mike Rapoport
3
-9
/
+5
2022-07-17
loongarch: drop definition of PTE_ORDER
Mike Rapoport
3
-9
/
+7
2022-07-17
nios2: drop definition of PGD_ORDER
Mike Rapoport
3
-6
/
+3
2022-07-17
nios2: drop definition of PTE_ORDER
Mike Rapoport
2
-3
/
+2
2022-07-17
mips: rename PGD_ORDER to PGD_TABLE_ORDER
Mike Rapoport
7
-21
/
+20
2022-07-17
mips: drop definitions of PTE_ORDER
Mike Rapoport
4
-17
/
+10
2022-07-17
mips: rename PUD_ORDER to PUD_TABLE_ORDER
Mike Rapoport
3
-10
/
+10
2022-07-17
mips: rename PMD_ORDER to PMD_TABLE_ORDER
Matthew Wilcox (Oracle)
4
-15
/
+12
2022-07-17
csky: drop definition of PGD_ORDER
Mike Rapoport
2
-3
/
+2
2022-07-17
csky: drop definition of PTE_ORDER
Mike Rapoport
1
-2
/
+1
2022-07-17
mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
22
-22
/
+0
2022-07-17
sh/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
3
-17
/
+21
2022-07-17
um/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
4
-18
/
+22
2022-07-17
arm/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
4
-18
/
+22
2022-07-17
arc/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
3
-18
/
+21
2022-07-17
m68k/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
7
-111
/
+105
2022-07-17
mips/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
3
-22
/
+4
2022-07-17
ia64/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
3
-19
/
+28
2022-07-17
s390/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
3
-17
/
+21
2022-07-17
csky/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
3
-18
/
+21
2022-07-17
riscv/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
3
-20
/
+21
2022-07-17
nios2/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
3
-16
/
+21
2022-07-17
alpha/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
3
-17
/
+23
2022-07-17
parisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
3
-18
/
+21
2022-07-17
hexagon/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
3
-27
/
+43
2022-07-17
xtensa/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
3
-18
/
+23
2022-07-17
openrisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
3
-18
/
+21
2022-07-17
loongarch/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
3
-19
/
+47
2022-07-17
microblaze/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
3
-17
/
+21
2022-07-17
x86/mm: move protection_map[] inside the platform
Anshuman Khandual
4
-23
/
+32
2022-07-17
arm64/mm: move protection_map[] inside the platform
Anshuman Khandual
2
-18
/
+21
2022-07-17
sparc/mm: move protection_map[] inside the platform
Anshuman Khandual
5
-39
/
+24
2022-07-17
powerpc/mm: move protection_map[] inside the platform
Anshuman Khandual
3
-20
/
+26
2022-07-17
arm64/hugetlb: implement arm64 specific hugetlb_mask_last_page
Baolin Wang
1
-0
/
+22
2022-07-17
um: include sys/types.h for size_t
Jason A. Donenfeld
1
-1
/
+2
2022-07-17
um: Replace to_phys() and to_virt() with less generic function names
Guenter Roeck
3
-7
/
+7
2022-07-17
um: Add missing apply_returns()
Peter Zijlstra
1
-0
/
+4
2022-07-17
um: add "noreboot" command line option for PANIC_TIMEOUT=-1 setups
Jason A. Donenfeld
1
-1
/
+16
2022-07-17
um: include linux/stddef.h for __always_inline
Jason A. Donenfeld
1
-0
/
+1
2022-07-17
UML: add support for KASAN under x86_64
Patricia Alfonso
10
-5
/
+108
2022-07-17
um: random: Don't initialise hwrng struct with zero
Christopher Obbard
1
-1
/
+1
2022-07-17
um: remove unused mm_copy_segments
Tobias Klauser
1
-5
/
+0
2022-07-17
um: remove unused variable
Haowen Bai
1
-2
/
+1
2022-07-17
um: Remove straying parenthesis
Benjamin Beichler
1
-1
/
+1
2022-07-17
um: x86: print RIP with symbol
Johannes Berg
1
-2
/
+2
2022-07-17
arch: um: Fix build for statically linked UML w/ constructors
David Gow
1
-0
/
+1
2022-07-17
x86/um: Kconfig: Fix indentation
Juerg Haefliger
1
-5
/
+5
[prev]
[next]