index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/mm: hand a context_t over to slice_mask_for_size() instead of mm_struct
Christophe Leroy
2019-05-02
1
-17
/
+17
*
powerpc/mm: no slice for nohash/64
Christophe Leroy
2019-05-02
3
-15
/
+5
*
powerpc/mm: fix erroneous duplicate slb_addr_limit init
Christophe Leroy
2019-05-02
1
-6
/
+0
*
powerpc/mm: Move nohash specifics in subdirectory mm/nohash
Christophe Leroy
2019-05-02
12
-16
/
+19
*
powerpc/mm: Move book3s32 specifics in subdirectory mm/book3s64
Christophe Leroy
2019-05-02
6
-2
/
+4
*
powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64
Christophe Leroy
2019-05-02
22
-90
/
+124
*
powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h>
Christophe Leroy
2019-05-02
17
-17
/
+17
*
powerpc/nohash64: clean pgtable.h
Christophe Leroy
2019-05-02
1
-5
/
+0
*
powerpc/book3e: drop BUG_ON() in map_kernel_page()
Christophe Leroy
2019-05-02
1
-3
/
+0
*
powerpc/tm: Avoid machine crash on rt_sigreturn()
Breno Leitao
2019-05-01
1
-1
/
+26
*
powerpc/mm/radix: Fix kernel crash when running subpage protect test
Aneesh Kumar K.V
2019-05-01
1
-4
/
+9
*
powerpc/powernv/mce: Print additional information about MCE error.
Mahesh Salgaonkar
2019-05-01
3
-43
/
+86
*
powerpc/powernv/mce: Print correct severity for MCE error.
Mahesh Salgaonkar
2019-05-01
4
-114
/
+123
*
powerpc/powernv/mce: Reduce MCE console logs to lesser lines.
Mahesh Salgaonkar
2019-05-01
2
-42
/
+49
*
powerpc: Add doorbell tracepoints
Anton Blanchard
2019-05-01
2
-0
/
+19
*
powerpc/64s: Remove 'dummy_copy_buffer'
Mathieu Malaterre
2019-05-01
1
-5
/
+0
*
powerpc/cacheinfo: Fix kobject memleak
Tobin C. Harding
2019-05-01
1
-7
/
+6
*
powerpc/vdso: Drop unnecessary cc-ldoption
Nick Desaulniers
2019-05-01
2
-6
/
+4
*
powerpc/powernv/ioda: Handle failures correctly in pnv_pci_ioda_iommu_bypass_...
Alexey Kardashevskiy
2019-04-30
1
-2
/
+2
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2019-04-30
22
-1277
/
+1227
|
\
|
*
powerpc/powernv/idle: Restore AMR/UAMOR/AMOR/IAMR after idle
Michael Ellerman
2019-04-30
1
-6
/
+46
|
*
powerpc/64s: Reimplement book3s idle code in C
Nicholas Piggin
2019-04-30
12
-1218
/
+969
|
*
powerpc: Add force enable of DAWR on P9 option
Michael Neuling
2019-04-20
6
-17
/
+91
|
*
powerpc/xive: add OPAL extensions for the XIVE native exploitation support
Cédric Le Goater
2019-04-11
5
-3
/
+127
*
|
powerpc/watchdog: Use hrtimers for per-CPU heartbeat
Nicholas Piggin
2019-04-30
1
-41
/
+40
*
|
powerpc/pseries: Track LMB nid instead of using device tree
Nathan Fontenot
2019-04-29
3
-10
/
+34
*
|
powerpc/mm: fix spelling mistake "Outisde" -> "Outside"
Colin Ian King
2019-04-28
4
-7
/
+7
*
|
powerpc/mm: Fix section mismatch warning
Aneesh Kumar K.V
2019-04-21
1
-4
/
+4
*
|
powerpc/mm/hash: Rename KERNEL_REGION_ID to LINEAR_MAP_REGION_ID
Aneesh Kumar K.V
2019-04-21
5
-8
/
+8
*
|
powerpc/mm: Print kernel map details to dmesg
Aneesh Kumar K.V
2019-04-21
1
-0
/
+3
*
|
powerpc/mm/hash: Simplify the region id calculation.
Aneesh Kumar K.V
2019-04-21
4
-18
/
+20
*
|
powerpc/mm: Drop the unnecessary region check
Aneesh Kumar K.V
2019-04-21
1
-12
/
+0
*
|
powerpc/mm: Validate address values against different region limits
Aneesh Kumar K.V
2019-04-21
4
-6
/
+46
*
|
powerpc/mm/hash64: Map all the kernel regions in the same 0xc range
Aneesh Kumar K.V
2019-04-21
16
-107
/
+170
*
|
powerpc/mm/hash64: Add a variable to track the end of IO mapping
Aneesh Kumar K.V
2019-04-21
6
-4
/
+12
*
|
powerc/mm/hash: Reduce hash_mm_context size
Aneesh Kumar K.V
2019-04-21
5
-14
/
+40
*
|
powerpc/mm: Reduce memory usage for mm_context_t for radix
Aneesh Kumar K.V
2019-04-21
5
-40
/
+68
*
|
powerpc/mm: Move slb_addr_linit to early_init_mmu
Aneesh Kumar K.V
2019-04-21
3
-11
/
+8
*
|
powerpc/mm: Add helpers for accessing hash translation related variables
Aneesh Kumar K.V
2019-04-21
8
-44
/
+154
*
|
powerpc/mm: Remove PPC_MM_SLICES #ifdef for book3s64
Aneesh Kumar K.V
2019-04-21
2
-17
/
+0
*
|
powerpc/mm: Fix build error with FLATMEM book3s64 config
Aneesh Kumar K.V
2019-04-21
3
-15
/
+17
*
|
powerpc/32s: Implement Kernel Userspace Access Protection
Christophe Leroy
2019-04-21
6
-0
/
+131
*
|
powerpc/32s: Prepare Kernel Userspace Access Protection
Christophe Leroy
2019-04-21
3
-14
/
+16
*
|
powerpc/32s: Implement Kernel Userspace Execution Prevention.
Christophe Leroy
2019-04-21
7
-1
/
+85
*
|
powerpc/8xx: Add Kernel Userspace Access Protection
Christophe Leroy
2019-04-21
5
-0
/
+81
*
|
powerpc/8xx: Add Kernel Userspace Execution Prevention
Christophe Leroy
2019-04-21
3
-0
/
+20
*
|
powerpc/8xx: Only define APG0 and APG1
Christophe Leroy
2019-04-21
1
-6
/
+6
*
|
powerpc/32: Prepare for Kernel Userspace Access Protection
Christophe Leroy
2019-04-21
3
-6
/
+27
*
|
powerpc/32: Remove MSR_PR test when returning from syscall
Christophe Leroy
2019-04-21
1
-5
/
+0
*
|
powerpc/mm: Detect bad KUAP faults
Michael Ellerman
2019-04-21
3
-3
/
+29
[next]