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
/
pseries
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-09
powerpc/pseries: Remove confusing warning message.
Laurent Dufour
1
-0
/
+3
2019-09-25
powerpc/nvdimm: use H_SCM_QUERY hcall on H_OVERLAP error
Aneesh Kumar K.V
1
-8
/
+40
2019-09-25
powerpc/nvdimm: Use HCALL error as the return value
Aneesh Kumar K.V
1
-15
/
+11
2019-09-24
powerpc/pseries: Call H_BLOCK_REMOVE when supported
Laurent Dufour
1
-2
/
+21
2019-09-24
powerpc/pseries: Read TLB Block Invalidate Characteristics
Laurent Dufour
3
-0
/
+142
2019-09-20
Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
15
-330
/
+1074
2019-09-14
powerpc/fadump: support holes in kernel boot memory area
Hari Bathini
2
-1
/
+15
2019-09-14
powerpc/fadump: remove RMA_START and RMA_END macros
Hari Bathini
1
-1
/
+1
2019-09-14
powerpc/fadump: consider f/w load area
Hari Bathini
2
-0
/
+15
2019-09-14
pseries/fadump: move out platform specific support from generic code
Hari Bathini
1
-3
/
+260
2019-09-14
powerpc/fadump: add source info while displaying region contents
Hari Bathini
1
-4
/
+4
2019-09-14
pseries/fadump: define RTAS register/un-register callback functions
Hari Bathini
1
-3
/
+159
2019-09-14
powerpc/fadump: introduce callbacks for platform specific operations
Hari Bathini
2
-0
/
+123
2019-09-14
powerpc/fadump: move rtas specific definitions to platform code
Hari Bathini
1
-0
/
+100
2019-09-12
powerpc/pseries: correctly track irq state in default idle
Nathan Lynch
1
-0
/
+3
2019-09-05
powerpc/64s: remove unnecessary translation cache flushes at boot
Nicholas Piggin
1
-5
/
+0
2019-09-05
powerpc/64s: remove register_process_table callback
Nicholas Piggin
1
-2
/
+15
2019-09-04
dma-mapping: explicitly wire up ->mmap and ->get_sgtable
Christoph Hellwig
1
-0
/
+2
2019-08-30
powerpc/64s/pseries: machine check convert to use common event code
Nicholas Piggin
1
-263
/
+191
2019-08-30
powerpc/64s/powernv: machine check dump SLB contents
Nicholas Piggin
1
-10
/
+12
2019-08-30
powerpc/pseries/svm: Force SWIOTLB for secure guests
Anshuman Khandual
2
-0
/
+48
2019-08-30
powerpc/pseries/iommu: Don't use dma_iommu_ops on secure guests
Thiago Jung Bauermann
1
-1
/
+10
2019-08-30
powerpc/pseries/svm: Disable doorbells in SVM guests
Sukadev Bhattiprolu
1
-1
/
+2
2019-08-30
powerpc/pseries/svm: Use shared memory for Debug Trace Log (DTL)
Anshuman Khandual
3
-1
/
+45
2019-08-30
powerpc/pseries: Introduce option to build secure virtual machines
Thiago Jung Bauermann
1
-0
/
+11
2019-08-30
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
1
-2
/
+3
2019-08-30
powerpc/pseries/iommu: Switch to xchg_no_kill
Alexey Kardashevskiy
1
-2
/
+3
2019-08-22
powerpc/eeh: Convert log messages to eeh_edev_* macros
Sam Bobroff
1
-14
/
+7
2019-08-22
powerpc/eeh: Refactor around eeh_probe_devices()
Sam Bobroff
1
-2
/
+1
2019-08-22
powerpc/eeh: EEH for pSeries hot plug
Sam Bobroff
1
-28
/
+26
2019-08-22
powerpc/eeh: Improve debug messages around device addition
Sam Bobroff
1
-6
/
+17
2019-08-20
powerpc/pseries/mobility: use cond_resched when updating device tree
Nathan Lynch
1
-0
/
+9
2019-08-19
powerpc/powernv/ioda2: Create bigger default window with 64k IOMMU pages
Alexey Kardashevskiy
2
-5
/
+5
2019-08-19
powerpc/pseries: Fix cpu_hotplug_lock acquisition in resize_hpt()
Gautham R. Shenoy
1
-2
/
+6
2019-08-19
Merge branch 'fixes' into next
Michael Ellerman
1
-2
/
+27
2019-08-05
powerpc/pseries/hotplug-memory.c: Replace nested ifs by switch-case
Leonardo Bras
1
-8
/
+18
2019-07-30
powerpc/nvdimm: Pick nearby online node if the device node is not online
Aneesh Kumar K.V
1
-2
/
+27
2019-07-22
powerpc/papr_scm: Force a scm-unbind if initial scm-bind fails
Vaibhav Jain
1
-1
/
+14
2019-07-22
powerpc/papr_scm: Update drc_pmem_unbind() to use H_SCM_UNBIND_ALL
Vaibhav Jain
1
-7
/
+22
2019-07-13
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
12
-98
/
+831
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-2
/
+2
2019-07-05
powerpc/pseries/scm: Use a specific endian format for storing uuid from the device tree
Aneesh Kumar K.V
1
-2
/
+9
2019-07-05
powerpc/nvdimm: Add support for multibyte read/write for metadata
Aneesh Kumar K.V
1
-18
/
+78
2019-07-05
powerpc/pseries/scm: Mark the region volatile if cache flush not required
Aneesh Kumar K.V
1
-1
/
+7
2019-07-04
powerpc/pseries: Protect against hogging the cpu while setting up the stats
Naveen N. Rao
2
-10
/
+21
2019-07-04
powerpc/pseries: Provide vcpu dispatch statistics
Naveen N. Rao
1
-2
/
+523
2019-07-04
powerpc/pseries: Move mm/book3s64/vphn.c under platforms/pseries/
Naveen N. Rao
2
-0
/
+90
2019-07-04
powerpc/pseries: Introduce rwlock to gatekeep DTLB usage
Naveen N. Rao
2
-1
/
+14
2019-07-04
powerpc/pseries: Factor out DTL buffer allocation and registration routines
Naveen N. Rao
2
-50
/
+51
2019-07-04
powerpc/pseries: Do not save the previous DTL mask value
Naveen N. Rao
1
-3
/
+1
[next]