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
/
platforms
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-23
powerpc/spufs: Fix the type of ret in spufs_arch_write_note
Christoph Hellwig
1
-1
/
+1
2020-07-23
powerpc/pseries: PCIE PHB reset
Wen Xiong
1
-63
/
+169
2020-07-22
powerpc/64s: system call support for scv/rfscv instructions
Nicholas Piggin
1
-3
/
+5
2020-07-22
powerpc/perf: BHRB control to disable BHRB logic when not used
Athira Rajeev
1
-2
/
+20
2020-07-22
powerpc/spufs: Rework fcheck() usage
Michael Ellerman
1
-3
/
+16
2020-07-20
powerpc/papr/scm: Add bad memory ranges to nvdimm bad ranges
Santosh Sivaraj
1
-1
/
+95
2020-07-20
powerpc/mm/radix: Create separate mappings for hot-plugged memory
Aneesh Kumar K.V
1
-1
/
+9
2020-07-18
Merge branch 'fixes' into next
Michael Ellerman
1
-1
/
+1
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2020-07-16
powerpc/Kconfig: Replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-1
/
+1
2020-07-16
pseries: Fix 64 bit logical memory block panic
Anton Blanchard
1
-1
/
+1
2020-07-16
powerpc/pseries: remove obsolete memory hotplug DT notifier code
Nathan Lynch
1
-64
/
+1
2020-07-16
powerpc/pseries: remove dlpar_cpu_readd()
Nathan Lynch
1
-19
/
+0
2020-07-16
powerpc/pseries: remove memory "re-add" implementation
Nathan Lynch
1
-42
/
+0
2020-07-16
powerpc/pseries: remove prrn special case from DT update path
Nathan Lynch
1
-27
/
+0
2020-07-16
powerpc/numa: remove start/stop_topology_update()
Nathan Lynch
2
-8
/
+1
2020-07-16
powerpc/numa: remove timed_topology_update()
Nathan Lynch
1
-2
/
+0
2020-07-16
powerpc/rtas: don't online CPUs for partition suspend
Nathan Lynch
1
-21
/
+1
2020-07-16
powerpc/pseries: remove cede offline state for CPUs
Nathan Lynch
4
-222
/
+15
2020-07-16
powerpc/pmem: Initialize pmem device on newer hardware
Aneesh Kumar K.V
1
-0
/
+1
2020-07-16
powerpc/pmem: Restrict papr_scm to P8 and above.
Aneesh Kumar K.V
1
-0
/
+6
2020-07-16
powerpc/pseries: H_REGISTER_PROC_TBL should ask for GTSE only if enabled
Bharata B Rao
1
-3
/
+5
2020-07-15
powerpc/vas: Report proper error code for address translation failure
Haren Myneni
1
-1
/
+1
2020-07-15
powerpc/spufs: add CONFIG_COREDUMP dependency
Arnd Bergmann
1
-0
/
+1
2020-07-15
powerpc/powernv: Move pnv_ioda_setup_bus_dma under CONFIG_IOMMU_API
Oliver O'Halloran
1
-13
/
+13
2020-07-15
powerpc/powernv: Make pnv_pci_sriov_enable() and friends static
Oliver O'Halloran
1
-4
/
+4
2020-07-10
powerpc64: Break asm/percpu.h vs spinlock_types.h dependency
Peter Zijlstra
4
-0
/
+4
2020-07-07
kbuild: remove cc-option test of -fno-stack-protector
Masahiro Yamada
1
-1
/
+1
2020-07-02
cpufreq: Register governors at core_initcall
Quentin Perret
1
-24
/
+2
2020-06-22
powerpc/powernv/ioda: Return correct error if TCE level allocation failed
Alexey Kardashevskiy
1
-1
/
+1
2020-06-21
Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-1
/
+1
2020-06-17
powerpc/syscalls: Use the number when building SPU syscall table
Michael Ellerman
1
-1
/
+1
2020-06-15
powerpc/papr_scm: Implement support for PAPR_PDSM_HEALTH
Vaibhav Jain
1
-0
/
+51
2020-06-15
ndctl/papr_scm,uapi: Add support for PAPR nvdimm specific methods
Vaibhav Jain
1
-4
/
+189
2020-06-15
powerpc/papr_scm: Improve error logging and handling papr_scm_ndctl()
Vaibhav Jain
1
-0
/
+6
2020-06-15
powerpc/papr_scm: Fetch nvdimm health information from PHYP
Vaibhav Jain
1
-2
/
+166
2020-06-13
Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2
-8
/
+8
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2
-8
/
+8
2020-06-10
kernel: better document the use_mm/unuse_mm API contract
Christoph Hellwig
1
-2
/
+2
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-3
/
+3
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-2
/
+2
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
16
-16
/
+16
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
16
-16
/
+16
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
9
-9
/
+0
2020-06-05
Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
48
-870
/
+1422
2020-06-04
powerpc/pseries/hotplug-memory: stop checking is_mem_section_removable()
David Hildenbrand
1
-23
/
+3
2020-06-03
Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+0
2020-06-02
powerpc/pseries: Make vio and ibmebus initcalls pseries specific
Oliver O'Halloran
2
-4
/
+6
2020-06-02
powerpc/uaccess: Don't set KUEP by default on book3s/32
Christophe Leroy
1
-1
/
+1
2020-06-02
powerpc/uaccess: Don't set KUAP by default on book3s/32
Christophe Leroy
1
-1
/
+1
[prev]
[next]