Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
ebd5858c904b1c795f1511758a7ac043afd44438
ebd5858
selftests/powerpc: Add test for all DSCR sysfs interfaces
by Anshuman Khandual
· 9 years ago
6f84426
selftests/powerpc: Add test for DSCR inheritence across fork & exec
by Anshuman Khandual
· 9 years ago
cf9c4a5
selftests/powerpc: Add test for DSCR value inheritence across fork
by Anshuman Khandual
· 9 years ago
cc6a93f
selftests/powerpc: Add test for DSCR SPR numbers
by Anshuman Khandual
· 9 years ago
1554f21
selftests/powerpc: Add test for explicitly changing DSCR value
by Anshuman Khandual
· 9 years ago
4c6315f
selftests/powerpc: Add test for system wide DSCR default
by Anshuman Khandual
· 9 years ago
4eb2088
powerpc/dscr: Add documentation for DSCR support
by Anshuman Khandual
· 9 years ago
d3cb06e
powerpc/dscr: Add some in-code documentation
by Anshuman Khandual
· 9 years ago
1db3652
powerpc/kernel: Rename PACA_DSCR to PACA_DSCR_DEFAULT
by Anshuman Khandual
· 9 years ago
280e109
powerpc/kernel: Remove the unused extern dscr_default
by Anshuman Khandual
· 9 years ago
c952c1c
powerpc: Fix handling of DSCR related facility unavailable exception
by Anshuman Khandual
· 9 years ago
f67b493
cxl: Reset default context for vPHB on release
by Michael Neuling
· 9 years ago
502f159
powerpc/eeh: Fix trivial error in eeh_restore_dev_state()
by David Gibson
· 9 years ago
0d7cd85
powerpc/powernv: Add opal-prd channel
by Jeremy Kerr
· 9 years ago
594fcb9
powerpc/powernv: Expose OPAL APIs required by PRD interface
by Jeremy Kerr
· 9 years ago
48c0615
powerpc/powernv: Merge common platform device initialisation
by Jeremy Kerr
· 9 years ago
1872522
powerpc/config: Enable bnx2x on ppc64 and pseries defconfigs
by Anton Blanchard
· 10 years ago
14aae78
powerpc/powernv: convert OPAL codes returned by sysparam calls
by Cédric Le Goater
· 10 years ago
6f7f0b3
cxl: Add AFU virtual PHB and kernel API
by Michael Neuling
· 9 years ago
0520336
cxl: Export file ops for use by API
by Michael Neuling
· 9 years ago
ec249dd
cxl: Move include file cxl.h -> cxl-base.h
by Michael Neuling
· 9 years ago
406e12e
cxl: Cleanup Makefile
by Michael Neuling
· 9 years ago
7bb5d91a
cxl: Rework context lifetimes
by Michael Neuling
· 9 years ago
2f66352
cxl: Configure PSL for kernel contexts and merge code
by Michael Neuling
· 9 years ago
c358d84b
cxl: Split afu_register_irqs() function
by Michael Neuling
· 9 years ago
a6b07d8
cxl: Only check pid for userspace contexts
by Michael Neuling
· 9 years ago
1a1a94b
cxl: Export some symbols
by Michael Neuling
· 9 years ago
b12994f
cxl: cxl_afu_reset() -> __cxl_afu_reset()
by Michael Neuling
· 9 years ago
eda3693
cxl: Rework detach context functions
by Michael Neuling
· 9 years ago
6428832
cxl: Add cookie parameter to afu_release_irqs()
by Michael Neuling
· 9 years ago
bfcdc8f
cxl: Dump debug info on the AFU configuration record
by Michael Neuling
· 9 years ago
7f436b5
cxl: Fix error path on probe
by Michael Neuling
· 9 years ago
bee30c7
cxl: Re-order card init to check the VSEC earlier
by Ian Munsie
· 9 years ago
69c3a73
cxl: Remove unnecessarily verbose print in cxl_remove()
by Michael Neuling
· 9 years ago
aa70775
cxl: Add shutdown hook
by Michael Neuling
· 9 years ago
aee85fb
cxl: Document external user of existing API
by Michael Neuling
· 9 years ago
abeeed6
powerpc/pci: Add pcibios_disable_device() hook
by Michael Neuling
· 9 years ago
7a8e6bb
powerpc/pci: Add shutdown hook to pci_controller_ops
by Michael Neuling
· 9 years ago
f46580a
powerpc: Add cxl context to device archdata
by Michael Neuling
· 9 years ago
10e7963
powerpc/pci: Add release_device() hook to phb ops
by Michael Neuling
· 9 years ago
5b64d2c
powerpc/pci: Export symbols for CXL
by Daniel Axtens
· 9 years ago
85a97da
powerpc/copro: Fix faulting kernel segments
by Michael Neuling
· 9 years ago
8ac75b9
cxl: Use call_rcu to reduce latency when releasing the afu fd
by Ian Munsie
· 10 years ago
e36f6fe
cxl: Export AFU error buffer via sysfs
by Vaibhav Jain
· 9 years ago
27d4dc7
cxl: Implement an ioctl to fetch afu card-id, offset-id and mode
by Vaibhav Jain
· 10 years ago
989898b
selftests/powerpc: Add install support to more powerpc tests
by Michael Ellerman
· 9 years ago
ea4d1a8
powerpc/configs: Replace pseries_le_defconfig with a Makefile target using merge_config
by Cyril Bur
· 9 years ago
a1c97df
powerpc/configs: Merge pseries_defconfig and pseries_le_defconfig
by Cyril Bur
· 9 years ago
c1231a7
powerpc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
by Jiang Liu
· 9 years ago
d20be43
powerpc: Non relocatable system call doesn't need a trampoline
by Anton Blanchard
· 9 years ago
05b05f2
powerpc: Relocatable system call no longer uses the LR
by Anton Blanchard
· 9 years ago
72e349f
powerpc/perf: Fix book3s kernel to userspace backtraces
by Anton Blanchard
· 9 years ago
09f3f32
powerpc/mm: Fix build break with STRICT_MM_TYPECHECKS && DEBUG_PAGEALLOC
by Michael Ellerman
· 9 years ago
763d2d8
powerpc/powernv: Move dma_set_mask() from pnv_phb to pci_controller_ops
by Daniel Axtens
· 10 years ago
3405c25
powerpc/pci: add dma_set_mask to pci_controller_ops
by Daniel Axtens
· 10 years ago
92ae035
powerpc/powernv: Specialise pci_controller_ops for each controller type
by Daniel Axtens
· 10 years ago
1f88d58
powerpc: Remove MSI-related PCI controller ops from ppc_md
by Daniel Axtens
· 10 years ago
14f95ac
powerpc/mpic_u3msi: Move MSI-related ops to pci_controller_ops
by Daniel Axtens
· 10 years ago
8392296
powerpc/pasemi: Move MSI-related ops to pci_controller_ops
by Daniel Axtens
· 10 years ago
f2c800a
powerpc/ppc4xx_hsta_msi: Move MSI-related ops to pci_controller_ops
by Daniel Axtens
· 10 years ago
b7eba2f
powerpc/ppc4xx_msi: Move MSI-related ops to pci_controller_ops
by Daniel Axtens
· 10 years ago
00e2539
powerpc/fsl_msi: Move MSI-related ops to pci_controller_ops
by Daniel Axtens
· 10 years ago
1d14b87
powerpc/pseries: Move MSI-related ops to pci_controller_ops
by Daniel Axtens
· 10 years ago
7e3d6c5
powerpc/cell: Move MSI-related ops to pci_controller_ops
by Daniel Axtens
· 10 years ago
d638111
powerpc/powernv: Move MSI-related ops to pci_controller_ops
by Daniel Axtens
· 10 years ago
e059b10
powerpc: Add MSI operations to pci_controller_ops struct
by Daniel Axtens
· 10 years ago
81f2f7c
opal: Remove events notifier
by Alistair Popple
· 9 years ago
8034f71
powernv/opal-dump: Convert to irq domain
by Alistair Popple
· 9 years ago
74159a7
powernv/elog: Convert elog to opal irq domain
by Alistair Popple
· 9 years ago
a295af2
powernv/opal: Convert opal message events to opal irq domain
by Alistair Popple
· 9 years ago
7923144
powernv/eeh: Update the EEH code to use the opal irq domain
by Alistair Popple
· 9 years ago
2def86a
hvc: Convert to using interrupts instead of opal events
by Alistair Popple
· 9 years ago
dce143c
ipmi/powernv: Convert to irq event interface
by Alistair Popple
· 9 years ago
9f0fd04
powerpc/powernv: Add a virtual irqchip for opal events
by Alistair Popple
· 9 years ago
96e023e
powerpc/powernv: Reorder OPAL subsystem initialisation
by Alistair Popple
· 9 years ago
5703d2f
powerpc/powernv: Introduce sysfs control for fastsleep workaround behavior
by Shreyas B. Prabhu
· 10 years ago
d405a98
powerpc/powernv: Move cpuidle related code from setup.c to new file
by Shreyas B. Prabhu
· 10 years ago
e602ffb
powerpc: Fix cpu_online_cores_map to return only online threads mask
by Shreyas B. Prabhu
· 10 years ago
7978f76
powerpc: Enable sys_kcmp() for CRIU
by Laurent Dufour
· 10 years ago
d4d4add
powerpc: Little endian should depend on PPC_BOOK3S_64
by Michael Ellerman
· 10 years ago
f77ceb7
powerpc/eeh: remove unused macro IS_BRIDGE
by Wei Yang
· 10 years ago
e17866d
powerpc/eeh: fix powernv_eeh_wait_state delay logic
by Wei Yang
· 10 years ago
2ac3990
powerpc/eeh: fix comment for wait_state()
by Wei Yang
· 10 years ago
3721352
powerpc/eeh: fix start/end/flags type in struct pci_io_addr_range{}
by Wei Yang
· 10 years ago
68cbbc3
drivers/vfio: Support EEH error injection
by Gavin Shan
· 10 years ago
ec33d36
powerpc/eeh: Introduce eeh_pe_inject_err()
by Gavin Shan
· 10 years ago
ed3e81f
powerpc/eeh: Move PE state constants around
by Gavin Shan
· 10 years ago
38c0488
powerpc/powernv: Silence SYSPARAM warning on boot
by Joel Stanley
· 10 years ago
a14ab6b
powerpc/cell: Drop cbe-oss-dev mailing list from MAINTAINERS
by Michael Ellerman
· 10 years ago
e0d0059
powerpc/vdso: Disable building the 32-bit VDSO on little endian
by Michael Ellerman
· 10 years ago
6e5c077
powerpc/vdso: Combine start/size variables
by Michael Ellerman
· 10 years ago
63da88d
powerpc/vdso: Remove unused debug code
by Michael Ellerman
· 10 years ago
60e065f
powerpc: Reject binutils 2.24 when building little endian
by Michael Ellerman
· 10 years ago
e79c838
powerpc: Don't do gcc version checks if we're building with clang
by Michael Ellerman
· 10 years ago
5c0aebf
powerpc: Show utsname->machine in boot-up banner
by Michael Ellerman
· 10 years ago
5af7a6f
powerpc/pasemi: Only the build the pasemi MSI code for PASEMI=y
by Michael Ellerman
· 10 years ago
f1e7c20
powerpc: Make STRICT_MM_TYPECHECKS a config option
by Michael Ellerman
· 10 years ago
2222ce0f
powerpc/pseries: Fix possible leaked device node reference
by Nathan Fontenot
· 10 years ago
202648a
powerpc: Constify irq_domain_ops
by Krzysztof Kozlowski
· 10 years ago
030bbdb
Linux 4.1-rc3
by Linus Torvalds
· 10 years ago
Next »