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
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-21
drm/msm/gpu: Move zap shader loading to adreno
Jordan Crouse
3
-110
/
+142
2019-04-21
dt-bindings: drm/msm/a6xx: Document interconnect properties for GPU
Jordan Crouse
1
-0
/
+4
2019-04-19
drm/msm: Split submit_lookup_objects() into two loops
Kristian H. Kristensen
2
-28
/
+21
2019-04-19
drm/msm: Stop dropping struct_mutex in recover_worker()
Kristian H. Kristensen
1
-13
/
+0
2019-04-19
drm/msm: Implement .gem_free_object_unlocked
Kristian H. Kristensen
4
-2
/
+46
2019-04-19
drm/msm/a6xx: Remove an unused struct member
Jordan Crouse
1
-1
/
+0
2019-04-19
msm/drm/a6xx: Turn off the GMU if resume fails
Jordan Crouse
3
-45
/
+58
2019-04-19
drm/msm/a6xx: Make GMU reset useful
Jordan Crouse
4
-65
/
+56
2019-04-19
drm/msm/gpu: Attach to the GPU GX power domain
Jordan Crouse
2
-1
/
+42
2019-04-19
dt-bindings: drm/msm/a6xx: Add GX power-domain for GMU bindings
Jordan Crouse
1
-2
/
+8
2019-04-19
drm/msm/a6xx: Remove unwanted regulator code
Jordan Crouse
2
-6
/
+0
2019-04-19
drm/msm/gpu: Add submit queue queries
Jordan Crouse
5
-2
/
+65
2019-04-19
drm/msm: add param to retrieve # of GPU faults (global)
Rob Clark
4
-0
/
+10
2019-04-19
drm/msm/gpu: add per-process pagetables param
Rob Clark
2
-0
/
+4
2019-04-18
drm/msm: a5xx: fix possible object reference leak
Wen Yang
1
-4
/
+6
2019-04-18
drm/msm: Cleanup A6XX opp-level reading
Douglas Anderson
1
-11
/
+6
2019-04-18
drm/msm/dpu: check split role for single flush
Jeykumar Sankaran
1
-13
/
+1
2019-04-18
drm/msm/dpu: assign intf to encoder in mode_set
Jeykumar Sankaran
2
-25
/
+21
2019-04-18
drm/msm/dpu: map mixer/ctl hw blocks in encoder modeset
Jeykumar Sankaran
2
-70
/
+31
2019-04-18
drm/msm/dpu: dont use encoder->crtc in atomic path
Jeykumar Sankaran
1
-1
/
+6
2019-04-18
drm/msm/dpu: release resources on modeset failure
Jeykumar Sankaran
1
-2
/
+5
2019-04-18
drm/msm/dpu: remove phys_vid subclass
Jeykumar Sankaran
2
-25
/
+4
2019-04-18
drm/msm/dpu: move hw_inf encoder baseclass
Jeykumar Sankaran
2
-77
/
+52
2019-04-18
drm/msm: dpu: Don't set frame_busy_mask for async updates
Sean Paul
1
-1
/
+7
2019-04-18
drm/msm: dpu: Don't queue the frame_done watchdog for cursor
Sean Paul
1
-6
/
+13
2019-04-18
drm/msm: dpu: Untangle frame_done timeout units
Sean Paul
3
-12
/
+15
2019-04-18
drm/msm: dpu: Simplify frame_done watchdog timeout calculation
Sean Paul
1
-5
/
+7
2019-04-18
drm/msm: Use drm_mode_vrefresh instead of mode->vrefresh
Sean Paul
4
-8
/
+9
2019-04-18
drm/msm: Fix NULL pointer dereference
Luca Weiss
1
-1
/
+1
2019-04-18
drm/msm: Remove pm_runtime calls from msm_iommu.c
Jordan Crouse
1
-12
/
+1
2019-04-18
drm/msm: don't allocate pages from the MOVABLE zone
Lucas Stach
1
-0
/
+7
2019-04-07
Linux 5.1-rc4
Linus Torvalds
1
-1
/
+1
2019-04-07
ARM: milbeaut: fix build with !CONFIG_HOTPLUG_CPU
Arnd Bergmann
1
-0
/
+4
2019-04-07
ARM: iop: don't use using 64-bit DMA masks
Arnd Bergmann
3
-12
/
+12
2019-04-07
ARM: orion: don't use using 64-bit DMA masks
Arnd Bergmann
1
-2
/
+2
2019-04-07
Revert "ARM: dts: nomadik: Fix polarity of SPI CS"
Olof Johansson
1
-5
/
+4
2019-04-07
dt-bindings: cpu: Fix JSON schema
Maxime Ripard
1
-1
/
+1
2019-04-06
parisc: Detect QEMU earlier in boot process
Helge Deller
2
-6
/
+3
2019-04-06
parisc: also set iaoq_b in instruction_pointer_set()
Sven Schnelle
1
-1
/
+2
2019-04-06
parisc: regs_return_value() should return gpr28
Sven Schnelle
1
-1
/
+1
2019-04-06
Revert: parisc: Use F_EXTEND() macro in iosapic code
Helge Deller
1
-1
/
+5
2019-04-06
fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock
Kirill Smelkov
5
-5
/
+389
2019-04-06
xsysace: Fix error handling in ace_setup
Guenter Roeck
1
-0
/
+2
2019-04-06
null_blk: prevent crash from bad home_node value
John Pittman
1
-0
/
+5
2019-04-06
i2c: imx: don't leak the i2c adapter on error
Laurentiu Tudor
1
-1
/
+3
2019-04-05
kernel/sysctl.c: fix out-of-bounds access when setting file-max
Will Deacon
1
-1
/
+2
2019-04-05
mm/util.c: fix strndup_user() comment
Andrew Morton
1
-1
/
+1
2019-04-05
sh: fix multiple function definition build errors
Randy Dunlap
1
-2
/
+2
2019-04-05
MAINTAINERS: add maintainer and replacing reviewer ARM/NUVOTON NPCM
Tomer Maimon
1
-1
/
+2
2019-04-05
MAINTAINERS: fix bad pattern in ARM/NUVOTON NPCM
Tomer Maimon
1
-1
/
+1
[next]