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
Age
Commit message (
Expand
)
Author
Files
Lines
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
9
-14
/
+120
2019-04-21
powerpc: Add skeleton for Kernel Userspace Execution Prevention
Christophe Leroy
4
-5
/
+33
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
6
-17
/
+91
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
2019-04-20
powerpc/powernv: Squash sparse warnings in opal-call.c
Andrew Donnellan
1
-0
/
+2
2019-04-20
powerpc/crypto: Use cheaper random numbers for crc-vpmsum self-test
George Spelvin
1
-7
/
+3
2019-04-20
powerpc: Remove duplicate headers
Jagadeesh Pagadala
3
-3
/
+0
2019-04-20
powerpc/8xx: Fix possible device node reference leak
Wen Yang
1
-2
/
+1
2019-04-20
powerpc/pseries: hwpoison the pages upon hitting UE
Ganesh Goudar
3
-1
/
+85
2019-04-20
powerpc/83xx: Add missing of_node_put() after of_device_is_available()
Julia Lawall
1
-1
/
+3
2019-04-20
powerpc/pseries/pmem: Fix a set but not used value
Qian Cai
1
-2
/
+1
2019-04-20
powerpc/pseries/iommu: Fix set but not used values
Qian Cai
1
-8
/
+5
2019-04-20
powerpc/mm: Silence unused-but-set-variable warnings
Qian Cai
2
-2
/
+4
2019-04-20
powerpc/mm: move warning from resize_hpt_for_hotplug()
Laurent Vivier
4
-15
/
+12
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/configs: Enable CONFIG_USB_XHCI_HCD by default
Thomas Huth
1
-0
/
+1
2019-04-20
powerpc/pseries/mce: Improve array initialization.
Mahesh Salgaonkar
1
-26
/
+26
2019-04-20
powerpc/64: Fix booting large kernels with STRICT_KERNEL_RWX
Russell Currey
1
-1
/
+3
2019-04-20
powerpc/embedded6xx: Remove unused functions holly_power_off and holly_halt
Mathieu Malaterre
1
-12
/
+0
2019-04-20
powerpc/embedded6xx: Make some functions static
Mathieu Malaterre
1
-3
/
+4
2019-04-20
powerpc: vdso: Make vdso32 installation conditional in vdso_install
Ben Hutchings
1
-0
/
+2
2019-04-20
powerpc/mm/64: Document the sizes of/sizes mapped by Pxx_INDEX_SIZE
Michael Ellerman
4
-16
/
+18
2019-04-20
powerpc/highmem: Change BUG_ON() to WARN_ON()
Christophe Leroy
1
-10
/
+4
2019-04-20
powerpc: Fix defconfig choice logic when cross compiling
Michael Ellerman
1
-5
/
+4
2019-04-20
powerpc/32: Add ppc_defconfig
Michael Ellerman
1
-0
/
+4
2019-04-20
Merge branch 'fixes' into next
Michael Ellerman
4
-10
/
+14
2019-04-19
Make anon_inodes unconditional
David Howells
1
-1
/
+0
2019-04-18
Merge tag 'kvm-ppc-fixes-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD
Paolo Bonzini
2
-4
/
+6
2019-04-18
crypto: powerpc - convert to use crypto_simd_usable()
Eric Biggers
3
-2
/
+7
2019-04-18
mtd: rawnand: Clarify Kconfig entry MTD_NAND
Miquel Raynal
18
-18
/
+18
2019-04-18
mtd: nand: Clarify Kconfig entry for software Hamming ECC entries
Miquel Raynal
1
-1
/
+1
2019-04-17
powerpc/speculation: Support 'mitigations=' cmdline option
Josh Poimboeuf
2
-4
/
+4
2019-04-17
powerpc/mm_iommu: Allow pinning large regions
Alexey Kardashevskiy
1
-4
/
+20
2019-04-17
powerpc/mm_iommu: Fix potential deadlock
Alexey Kardashevskiy
1
-36
/
+39
2019-04-17
powerpc/mm/radix: Make Radix require HUGETLB_PAGE
Michael Ellerman
2
-1
/
+2
2019-04-16
kvm: move KVM_CAP_NR_MEMSLOTS to common code
Paolo Bonzini
1
-3
/
+0
2019-04-15
arch: add pidfd and io_uring syscalls everywhere
Arnd Bergmann
1
-0
/
+4
2019-04-13
Merge tag 'powerpc-5.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
4
-10
/
+14
2019-04-11
powerpc/xive: add OPAL extensions for the XIVE native exploitation support
Cédric Le Goater
5
-3
/
+127
2019-04-10
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
2
-10
/
+12
2019-04-10
powerpc/mm: Define MAX_PHYSMEM_BITS for all 64-bit configs
Michael Ellerman
1
-1
/
+1
2019-04-08
powerpc/64s/radix: Fix radix segment exception handling
Nicholas Piggin
1
-0
/
+12
2019-04-08
arch: Remove dummy mmiowb() definitions from arch code
Will Deacon
1
-2
/
+0
[prev]
[next]