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
/
lib
/
muldi3.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-01
powerpc/mm/radix: Fix kernel crash when running subpage protect test
Aneesh Kumar K.V
1
-4
/
+9
2019-05-01
powerpc/powernv/mce: Print additional information about MCE error.
Mahesh Salgaonkar
3
-43
/
+86
2019-05-01
powerpc/powernv/mce: Print correct severity for MCE error.
Mahesh Salgaonkar
4
-114
/
+123
2019-05-01
powerpc/powernv/mce: Reduce MCE console logs to lesser lines.
Mahesh Salgaonkar
2
-42
/
+49
2019-05-01
powerpc: Add doorbell tracepoints
Anton Blanchard
2
-0
/
+19
2019-05-01
ocxl: remove set but not used variables 'tid' and 'lpid'
YueHaibing
1
-3
/
+1
2019-05-01
powerpc/64s: Remove 'dummy_copy_buffer'
Mathieu Malaterre
1
-5
/
+0
2019-05-01
powerpc/cacheinfo: Fix kobject memleak
Tobin C. Harding
1
-7
/
+6
2019-05-01
powerpc/vdso: Drop unnecessary cc-ldoption
Nick Desaulniers
2
-6
/
+4
2019-04-30
powerpc/powernv/ioda: Handle failures correctly in pnv_pci_ioda_iommu_bypass_supported()
Alexey Kardashevskiy
1
-2
/
+2
2019-04-30
powerpc/powernv/idle: Restore AMR/UAMOR/AMOR/IAMR after idle
Michael Ellerman
1
-6
/
+46
2019-04-30
powerpc/64s: Reimplement book3s idle code in C
Nicholas Piggin
12
-1218
/
+969
2019-04-30
powerpc/watchdog: Use hrtimers for per-CPU heartbeat
Nicholas Piggin
1
-41
/
+40
2019-04-29
powerpc/pseries: Track LMB nid instead of using device tree
Nathan Fontenot
3
-10
/
+34
2019-04-28
powerpc/mm: fix spelling mistake "Outisde" -> "Outside"
Colin Ian King
4
-7
/
+7
2019-04-21
powerpc/mm: Fix section mismatch warning
Aneesh Kumar K.V
1
-4
/
+4
2019-04-21
powerpc/mm/hash: Rename KERNEL_REGION_ID to LINEAR_MAP_REGION_ID
Aneesh Kumar K.V
5
-8
/
+8
2019-04-21
powerpc/mm: Print kernel map details to dmesg
Aneesh Kumar K.V
1
-0
/
+3
2019-04-21
powerpc/mm/hash: Simplify the region id calculation.
Aneesh Kumar K.V
4
-18
/
+20
2019-04-21
powerpc/mm: Drop the unnecessary region check
Aneesh Kumar K.V
1
-12
/
+0
2019-04-21
powerpc/mm: Validate address values against different region limits
Aneesh Kumar K.V
4
-6
/
+46
2019-04-21
powerpc/mm/hash64: Map all the kernel regions in the same 0xc range
Aneesh Kumar K.V
18
-109
/
+172
2019-04-21
powerpc/mm/hash64: Add a variable to track the end of IO mapping
Aneesh Kumar K.V
6
-4
/
+12
2019-04-21
powerc/mm/hash: Reduce hash_mm_context size
Aneesh Kumar K.V
5
-14
/
+40
2019-04-21
powerpc/mm: Reduce memory usage for mm_context_t for radix
Aneesh Kumar K.V
5
-40
/
+68
2019-04-21
powerpc/mm: Move slb_addr_linit to early_init_mmu
Aneesh Kumar K.V
3
-11
/
+8
2019-04-21
powerpc/mm: Add helpers for accessing hash translation related variables
Aneesh Kumar K.V
8
-44
/
+154
2019-04-21
powerpc/mm: Remove PPC_MM_SLICES #ifdef for book3s64
Aneesh Kumar K.V
2
-17
/
+0
2019-04-21
powerpc/mm: Fix build error with FLATMEM book3s64 config
Aneesh Kumar K.V
3
-15
/
+17
2019-04-21
powerpc/32s: Implement Kernel Userspace Access Protection
Christophe Leroy
6
-0
/
+131
2019-04-21
powerpc/32s: Prepare Kernel Userspace Access Protection
Christophe Leroy
3
-14
/
+16
2019-04-21
powerpc/32s: Implement Kernel Userspace Execution Prevention.
Christophe Leroy
7
-1
/
+85
2019-04-21
powerpc/8xx: Add Kernel Userspace Access Protection
Christophe Leroy
5
-0
/
+81
2019-04-21
powerpc/8xx: Add Kernel Userspace Execution Prevention
Christophe Leroy
3
-0
/
+20
2019-04-21
powerpc/8xx: Only define APG0 and APG1
Christophe Leroy
1
-6
/
+6
2019-04-21
powerpc/32: Prepare for Kernel Userspace Access Protection
Christophe Leroy
3
-6
/
+27
2019-04-21
powerpc/32: Remove MSR_PR test when returning from syscall
Christophe Leroy
1
-5
/
+0
2019-04-21
powerpc/mm: Detect bad KUAP faults
Michael Ellerman
3
-3
/
+29
2019-04-21
powerpc/64s: Implement KUAP for Radix MMU
Michael Ellerman
10
-3
/
+176
2019-04-21
powerpc/lib: Refactor __patch_instruction() to use __put_user_asm()
Russell Currey
1
-2
/
+2
2019-04-21
powerpc/mm/radix: Use KUEP API for Radix MMU
Russell Currey
2
-3
/
+10
2019-04-21
powerpc/64: Setup KUP on secondary CPUs
Russell Currey
2
-1
/
+4
2019-04-21
powerpc: Add a framework for Kernel Userspace Access Protection
Christophe Leroy
10
-15
/
+121
2019-04-21
powerpc: Add skeleton for Kernel Userspace Execution Prevention
Christophe Leroy
5
-6
/
+34
2019-04-21
powerpc: Add framework for Kernel Userspace Protection
Christophe Leroy
4
-0
/
+26
2019-04-21
powerpc/powernv/idle: Restore AMR/UAMOR/AMOR after idle
Michael Ellerman
1
-4
/
+23
2019-04-21
powerpc/powernv/idle: Restore IAMR after idle
Russell Currey
1
-0
/
+20
2019-04-20
powerpc: Add force enable of DAWR on P9 option
Michael Neuling
7
-17
/
+123
2019-04-20
powerpc/numa: document topology_updates_enabled, disable by default
Nathan Lynch
1
-4
/
+10
2019-04-20
powerpc/numa: improve control of topology updates
Nathan Lynch
1
-6
/
+12
[next]