index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-17
drm/radeon: set default bl level to something reasonable
Alex Deucher
1
-3
/
+7
2014-07-17
drm/radeon: avoid leaking edid data
Alex Deucher
1
-0
/
+5
2014-07-17
irqchip: gic: Add binding probe for ARM GIC400
Suravee Suthikulpanit
1
-0
/
+1
2014-07-17
cpufreq: move policy kobj to policy->cpu at resume
Viresh Kumar
1
-2
/
+4
2014-07-16
Merge branches 'cxgb4' and 'mlx5' into for-next
Roland Dreier
2
-5
/
+16
2014-07-16
IB/mlx5: Enable "block multicast loopback" for kernel consumers
Or Gerlitz
1
-1
/
+1
2014-07-16
hwmon: (adt7470) Fix writes to temperature limit registers
Guenter Roeck
1
-3
/
+3
2014-07-17
drm/qxl: return IRQ_NONE if it was not our irq
Jason Wang
1
-0
/
+3
2014-07-16
Merge tag 'for-linus-20140716' of git://git.infradead.org/linux-mtd
Linus Torvalds
3
-2
/
+49
2014-07-16
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-8
/
+8
2014-07-16
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-38
/
+48
2014-07-16
Merge tag 'sound-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
5
-8
/
+12
2014-07-16
cpufreq: cpu0: OPPs can be populated at runtime
Viresh Kumar
2
-7
/
+6
2014-07-16
cpufreq: kirkwood: Reinstate cpufreq driver for ARCH_KIRKWOOD
Quentin Armitage
1
-1
/
+1
2014-07-16
Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
3
-17
/
+15
2014-07-16
locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNER
Davidlohr Bueso
4
-5
/
+11
2014-07-16
locking/mutex: Disable optimistic spinning on some architectures
Peter Zijlstra
6
-1
/
+9
2014-07-16
locking/rwsem: Reduce the size of struct rw_semaphore
Jason Low
1
-14
/
+11
2014-07-16
locking/rwsem: Rename 'activity' to 'count'
Peter Zijlstra
2
-18
/
+18
2014-07-16
cpufreq: imx6q: Select PM_OPP
Nicolas Del Piano
1
-0
/
+1
2014-07-16
cpufreq: sa1110: set memory type for h3600
Linus Walleij
1
-1
/
+1
2014-07-16
ACPI / video: Add use_native_backlight quirk for HP ProBook 4540s
Hans de Goede
1
-0
/
+8
2014-07-16
sched: Fix possible divide by zero in avg_atom() calculation
Mateusz Guzik
1
-1
/
+1
2014-07-16
locking/spinlocks/mcs: Micro-optimize osq_unlock()
Jason Low
1
-2
/
+2
2014-07-16
locking/spinlocks/mcs: Introduce and use init macro and function for osq locks
Jason Low
4
-3
/
+11
2014-07-16
locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overhead
Jason Low
7
-17
/
+68
2014-07-16
locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node()
Jason Low
4
-20
/
+20
2014-07-16
locking/rwsem: Allow conservative optimistic spinning when readers have lock
Jason Low
1
-5
/
+5
2014-07-16
x86: Remove unused variable "polling"
Paul Bolle
1
-1
/
+0
2014-07-16
UBI: fastmap: do not miss bit-flips
Brian Norris
1
-1
/
+1
2014-07-15
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-0
/
+2
2014-07-15
Merge tag 'gpio-v3.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
1
-6
/
+0
2014-07-15
ring-buffer: Fix polling on trace_pipe
Martin Lau
1
-4
/
+0
2014-07-15
quota: missing lock in dqcache_shrink_scan()
Niu Yawei
1
-0
/
+2
2014-07-15
dm cache metadata: do not allow the data block size to change
Mike Snitzer
1
-0
/
+9
2014-07-15
dm thin metadata: do not allow the data block size to change
Mike Snitzer
1
-0
/
+9
2014-07-15
tracing: Add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputs
zhangwei(Jovi)
1
-0
/
+6
2014-07-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
4
-53
/
+69
2014-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
102
-664
/
+734
2014-07-15
tracing: Fix graph tracer with stack tracer on other archs
Steven Rostedt (Red Hat)
1
-2
/
+2
2014-07-15
tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputs
zhangwei(Jovi)
1
-2
/
+10
2014-07-15
ALSA: hda - Fix broken PM due to incomplete i915 initialization
sound-3.16-rc6
Takashi Iwai
1
-5
/
+5
2014-07-15
PM / sleep: fix freeze_ops NULL pointer dereferences
Zhang Rui
1
-2
/
+2
2014-07-15
PM / sleep: Fix request_firmware() error at resume
Takashi Iwai
1
-0
/
+1
2014-07-15
Merge branch 'linux-3.16' of git://anongit.freedesktop.org/git/nouveau/linux-...
Dave Airlie
1
-3
/
+3
2014-07-15
drm/nouveau/therm: fix a potential deadlock in the therm monitoring code
Martin Peres
1
-3
/
+3
2014-07-14
hso: fix deadlock when receiving bursts of data
Olivier Sobrie
1
-21
/
+17
2014-07-14
hso: remove unused workqueue
Olivier Sobrie
1
-12
/
+0
2014-07-14
Merge tag 'firewire-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...
Linus Torvalds
1
-0
/
+1
2014-07-14
Merge git://git.kvack.org/~bcrl/aio-fixes
Linus Torvalds
1
-0
/
+7
[prev]
[next]