index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/armada: expand overlay trace entry
Russell King
2017-12-08
1
-2
/
+22
*
drm/armada: implement primary plane update
Russell King
2017-12-08
1
-1
/
+117
*
drm/armada: extract register generation from armada_drm_primary_set()
Russell King
2017-12-08
1
-9
/
+16
*
drm/armada: wait for previous work when moving overlay window
Russell King
2017-12-08
1
-4
/
+4
*
drm/armada: move overlay plane register update generation
Russell King
2017-12-08
2
-93
/
+112
*
drm/armada: re-organise overlay register update generation
Russell King
2017-12-08
1
-30
/
+22
*
drm/armada: disable planes at next blanking period
Russell King
2017-12-08
2
-32
/
+50
*
drm/armada: avoid work allocation
Russell King
2017-12-08
3
-15
/
+23
*
drm/armada: allow armada_drm_plane_work_queue() to silently fail
Russell King
2017-12-08
2
-4
/
+4
*
drm/armada: use drm_plane_helper_check_state()
Russell King
2017-12-08
1
-29
/
+32
*
drm/armada: only enable HSMOOTH if scaling horizontally
Russell King
2017-12-08
2
-7
/
+8
*
drm/armada: move writes of LCD_SPU_SRAM_PARA1 under lock
Russell King
2017-12-08
2
-6
/
+9
*
drm/armada: move regs into armada_plane_work
Russell King
2017-12-08
3
-50
/
+39
*
drm/armada: move event sending into armada_plane_work
Russell King
2017-12-08
2
-14
/
+14
*
drm/armada: move fb retirement into armada_plane_work
Russell King
2017-12-08
3
-30
/
+13
*
drm/armada: move overlay plane work out from under spinlock
Russell King
2017-12-08
2
-1
/
+5
*
drm/armada: clear plane enable bit when disabling
Russell King
2017-12-08
2
-6
/
+6
*
drm/armada: clean up armada_drm_crtc_plane_disable()
Russell King
2017-12-08
3
-20
/
+14
*
drm/armada: allow the primary plane to be disabled
Russell King
2017-12-08
1
-44
/
+55
*
drm/armada: wait and cancel any pending frame work at disable
Russell King
2017-12-08
2
-8
/
+22
*
drm/armada: add work cancel callback
Russell King
2017-12-08
2
-7
/
+17
*
drm/armada: store plane in armada_plane_work
Russell King
2017-12-08
3
-25
/
+21
*
drm/armada: add a common frame work allocator
Russell King
2017-12-08
1
-7
/
+17
*
drm/armada: remove armada_drm_plane_work_cancel() return value
Russell King
2017-12-08
2
-7
/
+5
*
drm/armada: fix YUV planar format framebuffer offsets
Russell King
2017-12-08
1
-1
/
+7
*
drm/armada: improve efficiency of armada_drm_plane_calc_addrs()
Russell King
2017-12-08
1
-2
/
+3
*
drm/armada: fix UV swap code
Russell King
2017-12-08
2
-19
/
+21
*
drm/armada: fix SRAM powerdown
Russell King
2017-12-08
1
-5
/
+4
*
drm/armada: fix leak of crtc structure
Russell King
2017-12-08
1
-12
/
+13
*
Linux 4.15-rc1
v4.15-rc1
Linus Torvalds
2017-11-26
1
-2
/
+2
*
Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2017-11-26
6
-6
/
+42
|
\
|
*
ARM: BUG if jumping to usermode address in kernel mode
Russell King
2017-11-26
2
-0
/
+24
|
*
ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE
Philip Derrin
2017-11-21
1
-2
/
+2
|
*
ARM: 8721/1: mm: dump: check hardware RO bit for LPAE
Philip Derrin
2017-11-21
1
-2
/
+2
|
*
ARM: make decompressor debug output user selectable
Russell King
2017-11-21
1
-2
/
+2
|
*
ARM: fix get_user_pages_fast
Russell King
2017-11-21
1
-0
/
+12
*
|
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-11-26
12
-15
/
+52
|
\
\
|
*
|
genirq/matrix: Make - vs ?: Precedence explicit
Kees Cook
2017-11-23
1
-1
/
+1
|
*
|
irqchip/imgpdc: Use resource_size function on resource object
Vasyl Gomonovych
2017-11-23
1
-1
/
+1
|
*
|
irqchip/qcom: Fix u32 comparison with value less than zero
Colin Ian King
2017-11-23
1
-1
/
+1
|
*
|
irqchip/exiu: Fix return value check in exiu_init()
Wei Yongjun
2017-11-14
1
-2
/
+2
|
*
|
Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Thomas Gleixner
2017-11-14
8
-10
/
+47
|
|
\
\
|
|
*
|
irqchip/gic-v3-its: Remove artificial dependency on PCI
Marc Zyngier
2017-11-13
2
-1
/
+9
|
|
*
|
irqchip/gic-v4: Add forward definition of struct irq_domain_ops
Marc Zyngier
2017-11-13
1
-0
/
+1
|
|
*
|
irqchip/gic-v3: pr_err() strings should end with newlines
Arvind Yadav
2017-11-13
1
-1
/
+1
|
|
*
|
irqchip/s3c24xx: pr_err() strings should end with newlines
Arvind Yadav
2017-11-13
1
-2
/
+2
|
|
*
|
irqchip/gic-v3: Fix ppi-partitions lookup
Johan Hovold
2017-11-12
1
-3
/
+6
|
|
*
|
irqchip/gic-v4: Clear IRQ_DISABLE_UNLAZY again if mapping fails
Marc Zyngier
2017-11-10
1
-1
/
+6
|
|
*
|
genirq: Track whether the trigger type has been set
Marc Zyngier
2017-11-10
2
-2
/
+22
*
|
|
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-11-26
38
-616
/
+472
|
\
\
\
\
[next]