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
/
powerpc
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-03
powerpc/40x: add exception frame marker
Christophe Leroy
1
-0
/
+6
2019-05-03
powerpc/40x: Don't use SPRN_SPRG_SCRATCH2 in EXCEPTION_PROLOG
Christophe Leroy
1
-12
/
+9
2019-05-03
powerpc/32: make the 6xx/8xx EXC_XFER_TEMPLATE() similar to the 40x/booke one
Christophe Leroy
1
-7
/
+6
2019-05-03
powerpc/32: move LOAD_MSR_KERNEL() into head_32.h and use it
Christophe Leroy
2
-9
/
+15
2019-05-03
powerpc/32: Refactor EXCEPTION entry macros for head_8xx.S and head_32.S
Christophe Leroy
3
-193
/
+122
2019-05-03
powerpc/mm: print hash info in a helper
Christophe Leroy
1
-21
/
+1
2019-05-03
powerpc/32s: set up an early static hash table for KASAN.
Christophe Leroy
1
-25
/
+45
2019-05-03
powerpc/32s: move hash code patching out of MMU_init_hw()
Christophe Leroy
1
-0
/
+3
2019-05-03
powerpc/32: Add KASAN support
Christophe Leroy
6
-0
/
+18
2019-05-03
powerpc: disable KASAN instrumentation on early/critical files.
Christophe Leroy
1
-0
/
+12
2019-05-03
powerpc/32: use memset() instead of memset_io() to zero BSS
Christophe Leroy
1
-2
/
+2
2019-05-03
powerpc: don't use direct assignation during early boot.
Christophe Leroy
2
-5
/
+18
2019-05-03
powerpc/prom_init: don't use string functions from lib/
Christophe Leroy
2
-42
/
+171
2019-05-03
powerpc: remove CONFIG_CMDLINE #ifdef mess
Christophe Leroy
1
-6
/
+3
2019-05-03
powerpc: prepare string/mem functions for KASAN
Christophe Leroy
1
-1
/
+9
2019-05-03
powerpc/32: Move early_init() in a separate file
Christophe Leroy
3
-29
/
+37
2019-05-03
powerpc/mm: move hugetlb_disabled into asm/hugetlb.h
Christophe Leroy
1
-0
/
+1
2019-05-03
powerpc/mm: fix erroneous duplicate slb_addr_limit init
Christophe Leroy
1
-6
/
+0
2019-05-01
powerpc/tm: Avoid machine crash on rt_sigreturn()
Breno Leitao
1
-1
/
+26
2019-05-01
powerpc/powernv/mce: Print additional information about MCE error.
Mahesh Salgaonkar
2
-43
/
+76
2019-05-01
powerpc/powernv/mce: Print correct severity for MCE error.
Mahesh Salgaonkar
2
-71
/
+78
2019-05-01
powerpc/powernv/mce: Reduce MCE console logs to lesser lines.
Mahesh Salgaonkar
1
-41
/
+48
2019-05-01
powerpc: Add doorbell tracepoints
Anton Blanchard
1
-0
/
+3
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
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
7
-986
/
+228
2019-04-30
powerpc/64s: Reimplement book3s idle code in C
Nicholas Piggin
4
-941
/
+160
2019-04-30
powerpc/watchdog: Use hrtimers for per-CPU heartbeat
Nicholas Piggin
1
-41
/
+40
2019-04-23
Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
1
-0
/
+4
2019-04-21
powerpc/mm: Print kernel map details to dmesg
Aneesh Kumar K.V
1
-0
/
+3
2019-04-21
powerpc/mm: Reduce memory usage for mm_context_t for radix
Aneesh Kumar K.V
1
-0
/
+6
2019-04-21
powerpc/mm: Move slb_addr_linit to early_init_mmu
Aneesh Kumar K.V
1
-11
/
+0
2019-04-21
powerpc/mm: Add helpers for accessing hash translation related variables
Aneesh Kumar K.V
1
-6
/
+6
2019-04-21
powerpc/32s: Implement Kernel Userspace Access Protection
Christophe Leroy
2
-0
/
+14
2019-04-21
powerpc/32s: Prepare Kernel Userspace Access Protection
Christophe Leroy
1
-11
/
+11
2019-04-21
powerpc/32s: Implement Kernel Userspace Execution Prevention.
Christophe Leroy
2
-1
/
+23
2019-04-21
powerpc/32: Prepare for Kernel Userspace Access Protection
Christophe Leroy
1
-4
/
+12
2019-04-21
powerpc/32: Remove MSR_PR test when returning from syscall
Christophe Leroy
1
-5
/
+0
2019-04-21
powerpc/64s: Implement KUAP for Radix MMU
Michael Ellerman
2
-2
/
+28
2019-04-21
powerpc/64: Setup KUP on secondary CPUs
Russell Currey
1
-0
/
+3
2019-04-21
powerpc: Add a framework for Kernel Userspace Access Protection
Christophe Leroy
1
-0
/
+4
2019-04-21
powerpc: Add framework for Kernel Userspace Protection
Christophe Leroy
1
-0
/
+7
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
3
-6
/
+68
2019-04-20
powerpc: Remove duplicate headers
Jagadeesh Pagadala
1
-1
/
+0
2019-04-20
powerpc/pseries: hwpoison the pages upon hitting UE
Ganesh Goudar
1
-1
/
+1
2019-04-20
powerpc/mm/radix: Don't do SLB preload when using the radix MMU
Aneesh Kumar K.V
1
-1
/
+2
2019-04-20
powerpc/64: Fix booting large kernels with STRICT_KERNEL_RWX
Russell Currey
1
-1
/
+3
[prev]
[next]