index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
boot
/
cuboot-sam440ep.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-12-22
powerpc: Fix HMIs on big-endian with CONFIG_RELOCATABLE=y
Benjamin Herrenschmidt
1
-1
/
+1
2018-12-22
macintosh: Use of_node_name_{eq, prefix} for node name comparisons
Rob Herring
7
-32
/
+30
2018-12-22
ide: Use of_node_name_eq for node name comparisons
Rob Herring
1
-1
/
+1
2018-12-22
powerpc: Use of_node_name_eq for node name comparisons
Rob Herring
15
-64
/
+39
2018-12-22
powerpc/pseries/pmem: Convert to %pOFn instead of device_node.name
Rob Herring
1
-4
/
+4
2018-12-22
powerpc/mm: Remove very old comment in hash-4k.h
Michael Ellerman
1
-5
/
+1
2018-12-22
powerpc/pseries: Fix node leak in update_lmb_associativity_index()
Michael Ellerman
1
-0
/
+1
2018-12-21
vfio_pci: Add NVIDIA GV100GL [Tesla V100 SXM2] subdriver
Alexey Kardashevskiy
7
-2
/
+672
2018-12-21
vfio_pci: Allow regions to add own capabilities
Alexey Kardashevskiy
2
-0
/
+9
2018-12-21
vfio_pci: Allow mapping extra regions
Alexey Kardashevskiy
2
-0
/
+12
2018-12-21
powerpc/powernv/npu: Fault user page into the hypervisor's pagetable
Alexey Kardashevskiy
1
-6
/
+7
2018-12-21
powerpc/powernv/npu: Check mmio_atsd array bounds when populating
Alexey Kardashevskiy
1
-2
/
+3
2018-12-21
powerpc/powernv/npu: Add release_ownership hook
Alexey Kardashevskiy
1
-0
/
+51
2018-12-21
powerpc/powernv/npu: Add compound IOMMU groups
Alexey Kardashevskiy
4
-136
/
+322
2018-12-21
powerpc/powernv/npu: Convert NPU IOMMU helpers to iommu_table_group_ops
Alexey Kardashevskiy
3
-15
/
+34
2018-12-21
powerpc/powernv/npu: Move single TVE handling to NPU PE
Alexey Kardashevskiy
2
-24
/
+11
2018-12-21
powerpc/powernv: Reference iommu_table while it is linked to a group
Alexey Kardashevskiy
2
-5
/
+2
2018-12-21
powerpc/iommu_api: Move IOMMU groups setup to a single place
Alexey Kardashevskiy
1
-14
/
+68
2018-12-21
powerpc/powernv/pseries: Rework device adding to IOMMU groups
Alexey Kardashevskiy
5
-95
/
+74
2018-12-21
powerpc/pseries: Remove IOMMU API support for non-LPAR systems
Alexey Kardashevskiy
1
-7
/
+2
2018-12-21
powerpc/pseries/npu: Enable platform support
Alexey Kardashevskiy
1
-0
/
+22
2018-12-21
powerpc/pseries/iommu: Use memory@ nodes in max RAM address calculation
Alexey Kardashevskiy
1
-1
/
+32
2018-12-21
powerpc/powernv/npu: Move OPAL calls away from context manipulation
Alexey Kardashevskiy
4
-54
/
+77
2018-12-21
powerpc/powernv: Move npu struct from pnv_phb to pci_controller
Alexey Kardashevskiy
4
-35
/
+58
2018-12-21
powerpc/vfio/iommu/kvm: Do not pin device memory
Alexey Kardashevskiy
6
-32
/
+135
2018-12-21
powerpc/mm/iommu/vfio_spapr_tce: Change mm_iommu_get to reference a region
Alexey Kardashevskiy
3
-24
/
+34
2018-12-21
powerpc/ioda/npu: Call skiboot's hot reset hook when disabling NPU2
Alexey Kardashevskiy
1
-0
/
+10
2018-12-21
powerpc/mm: Fix reporting of kernel execute faults on the 8xx
Christophe Leroy
1
-1
/
+3
2018-12-21
powerpc: generate uapi header and system call table files
Firoz Khan
9
-909
/
+26
2018-12-21
powerpc: add system call table generation support
Firoz Khan
4
-0
/
+563
2018-12-21
powerpc: split compat syscall table out from native table
Firoz Khan
4
-13
/
+39
2018-12-21
powerpc: move macro definition from asm/systbl.h
Firoz Khan
2
-1
/
+1
2018-12-21
powerpc: add __NR_syscalls along with NR_syscalls
Firoz Khan
2
-3
/
+5
2018-12-21
powerpc/pkeys: Fix handling of pkey state across fork()
Ram Pai
2
-6
/
+19
2018-12-21
ocxl: Fix endiannes bug in read_afu_name()
Greg Kurz
1
-1
/
+1
2018-12-21
selftests/powerpc: Add checks for transactional sigreturn
Breno Leitao
3
-1
/
+48
2018-12-21
powerpc/tm: Unset MSR[TS] if not recheckpointing
Breno Leitao
2
-9
/
+29
2018-12-21
powerpc/tm: Print scratch value
Breno Leitao
1
-1
/
+2
2018-12-21
powerpc/tm: Save MSR to PACA before RFID
Breno Leitao
1
-0
/
+4
2018-12-21
powerpc/tm: Set MSR[TS] just prior to recheckpoint
Breno Leitao
2
-15
/
+49
2018-12-21
powerpc/fadump: Do not allow hot-remove memory from fadump reserved area.
Mahesh Salgaonkar
3
-5
/
+14
2018-12-21
powerpc/fadump: Throw proper error message on fadump registration failure
Mahesh Salgaonkar
1
-2
/
+33
2018-12-21
powerpc/fadump: Reservationless firmware assisted dump
Mahesh Salgaonkar
3
-11
/
+108
2018-12-21
powerpc/powernv: Move opal_power_control_init() call in opal_init().
Mahesh Salgaonkar
3
-2
/
+5
2018-12-21
powerpc/4xx: Delete an unnecessary return statement in two functions
Markus Elfring
2
-3
/
+0
2018-12-21
powerpc/4xx: Delete error message for a ENOMEM in two functions
Markus Elfring
1
-4
/
+1
2018-12-21
powerpc/4xx: Use seq_putc() in ocm_debugfs_show()
Markus Elfring
1
-1
/
+1
2018-12-21
powerpc/4xx: Combine four seq_printf() calls into two in ocm_debugfs_show()
Markus Elfring
1
-6
/
+2
2018-12-21
powerpc/8xx: Allow pinning IMMR TLB when using early debug console
Christophe Leroy
1
-1
/
+1
2018-12-21
powerpc/powernv: Remove PCI_MSI ifdef checks
Oliver O'Halloran
3
-17
/
+0
[next]