index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-03
cxl: cxl_afu_reset() -> __cxl_afu_reset()
Michael Neuling
4
-8
/
+8
2015-06-03
cxl: Rework detach context functions
Michael Neuling
2
-7
/
+14
2015-06-03
cxl: Add cookie parameter to afu_release_irqs()
Michael Neuling
4
-5
/
+5
2015-06-03
cxl: Dump debug info on the AFU configuration record
Michael Neuling
1
-1
/
+11
2015-06-03
cxl: Fix error path on probe
Michael Neuling
1
-0
/
+1
2015-06-03
cxl: Re-order card init to check the VSEC earlier
Ian Munsie
1
-15
/
+15
2015-06-03
cxl: Remove unnecessarily verbose print in cxl_remove()
Michael Neuling
1
-2
/
+0
2015-06-03
cxl: Add shutdown hook
Michael Neuling
1
-0
/
+1
2015-06-03
cxl: Document external user of existing API
Michael Neuling
2
-0
/
+26
2015-06-03
powerpc/pci: Add pcibios_disable_device() hook
Michael Neuling
2
-0
/
+10
2015-06-03
powerpc/pci: Add shutdown hook to pci_controller_ops
Michael Neuling
4
-11
/
+9
2015-06-03
powerpc: Add cxl context to device archdata
Michael Neuling
1
-0
/
+3
2015-06-03
powerpc/pci: Add release_device() hook to phb ops
Michael Neuling
2
-0
/
+7
2015-06-03
powerpc/pci: Export symbols for CXL
Daniel Axtens
1
-0
/
+3
2015-06-03
powerpc/copro: Fix faulting kernel segments
Michael Neuling
1
-2
/
+5
2015-06-03
cxl: Use call_rcu to reduce latency when releasing the afu fd
Ian Munsie
2
-5
/
+12
2015-06-03
cxl: Export AFU error buffer via sysfs
Vaibhav Jain
4
-0
/
+111
2015-06-03
cxl: Implement an ioctl to fetch afu card-id, offset-id and mode
Vaibhav Jain
3
-2
/
+44
2015-06-02
selftests/powerpc: Add install support to more powerpc tests
Michael Ellerman
2
-18
/
+9
2015-06-02
powerpc/configs: Replace pseries_le_defconfig with a Makefile target using me...
Cyril Bur
3
-319
/
+16
2015-06-02
powerpc/configs: Merge pseries_defconfig and pseries_le_defconfig
Cyril Bur
1
-1
/
+0
2015-06-02
powerpc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
Jiang Liu
5
-5
/
+5
2015-06-02
powerpc: Non relocatable system call doesn't need a trampoline
Anton Blanchard
1
-1
/
+1
2015-06-02
powerpc: Relocatable system call no longer uses the LR
Anton Blanchard
1
-12
/
+4
2015-06-02
powerpc/perf: Fix book3s kernel to userspace backtraces
Anton Blanchard
1
-1
/
+10
2015-06-02
powerpc/mm: Fix build break with STRICT_MM_TYPECHECKS && DEBUG_PAGEALLOC
Michael Ellerman
1
-1
/
+1
2015-06-02
powerpc/powernv: Move dma_set_mask() from pnv_phb to pci_controller_ops
Daniel Axtens
5
-29
/
+4
2015-06-02
powerpc/pci: add dma_set_mask to pci_controller_ops
Daniel Axtens
2
-0
/
+10
2015-06-02
powerpc/powernv: Specialise pci_controller_ops for each controller type
Daniel Axtens
5
-18
/
+28
2015-06-02
powerpc: Remove MSI-related PCI controller ops from ppc_md
Daniel Axtens
2
-17
/
+4
2015-06-02
powerpc/mpic_u3msi: Move MSI-related ops to pci_controller_ops
Daniel Axtens
1
-3
/
+6
2015-06-02
powerpc/pasemi: Move MSI-related ops to pci_controller_ops
Daniel Axtens
1
-3
/
+6
2015-06-02
powerpc/ppc4xx_hsta_msi: Move MSI-related ops to pci_controller_ops
Daniel Axtens
1
-2
/
+5
2015-06-02
powerpc/ppc4xx_msi: Move MSI-related ops to pci_controller_ops
Daniel Axtens
1
-2
/
+5
2015-06-02
powerpc/fsl_msi: Move MSI-related ops to pci_controller_ops
Daniel Axtens
1
-8
/
+15
2015-06-02
powerpc/pseries: Move MSI-related ops to pci_controller_ops
Daniel Axtens
1
-3
/
+13
2015-05-22
powerpc/cell: Move MSI-related ops to pci_controller_ops
Daniel Axtens
1
-2
/
+3
2015-05-22
powerpc/powernv: Move MSI-related ops to pci_controller_ops
Daniel Axtens
1
-6
/
+4
2015-05-22
powerpc: Add MSI operations to pci_controller_ops struct
Daniel Axtens
2
-3
/
+21
2015-05-22
opal: Remove events notifier
Alistair Popple
4
-95
/
+8
2015-05-22
powernv/opal-dump: Convert to irq domain
Alistair Popple
1
-39
/
+17
2015-05-22
powernv/elog: Convert elog to opal irq domain
Alistair Popple
1
-16
/
+16
2015-05-22
powernv/opal: Convert opal message events to opal irq domain
Alistair Popple
1
-14
/
+15
2015-05-22
powernv/eeh: Update the EEH code to use the opal irq domain
Alistair Popple
1
-27
/
+31
2015-05-22
hvc: Convert to using interrupts instead of opal events
Alistair Popple
1
-23
/
+10
2015-05-22
ipmi/powernv: Convert to irq event interface
Alistair Popple
1
-17
/
+22
2015-05-22
powerpc/powernv: Add a virtual irqchip for opal events
Alistair Popple
5
-67
/
+273
2015-05-22
powerpc/powernv: Reorder OPAL subsystem initialisation
Alistair Popple
6
-8
/
+19
2015-05-22
powerpc/powernv: Introduce sysfs control for fastsleep workaround behavior
Shreyas B. Prabhu
4
-0
/
+110
2015-05-22
powerpc/powernv: Move cpuidle related code from setup.c to new file
Shreyas B. Prabhu
3
-172
/
+193
[next]