index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
SubmittingPatches
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-06-12
kill generic_file_splice_write()
Al Viro
2
-126
/
+0
2014-06-12
ceph: switch to iter_file_splice_write()
Al Viro
1
-1
/
+1
2014-06-12
shmem: switch to iter_file_splice_write()
Al Viro
1
-1
/
+1
2014-06-12
nfs: switch to iter_splice_write_file()
Al Viro
3
-34
/
+2
2014-06-12
fs/splice.c: remove unneeded exports
Al Viro
2
-20
/
+5
2014-06-12
ocfs2: switch to iter_file_splice_write()
Al Viro
1
-80
/
+2
2014-06-12
->splice_write() via ->write_iter()
Al Viro
16
-56
/
+156
2014-06-11
reiserfs: Fix compilation breakage with CONFIG_REISERFS_CHECK
Jan Kara
1
-1
/
+1
2014-06-11
drm/nouveau/disp/dp: fix tmds passthrough on dp connector
Ben Skeggs
2
-10
/
+54
2014-06-11
drm/nouveau/dp: probe dpcd to determine connectedness
Ben Skeggs
3
-40
/
+26
2014-06-11
drm/nv50-: trigger update after all connectors disabled
Ben Skeggs
1
-0
/
+1
2014-06-11
drm/nv50-: prepare for attaching a SOR to multiple heads
Ben Skeggs
3
-42
/
+46
2014-06-11
drm/gf119-/disp: fix debug output on update failure
Ben Skeggs
1
-3
/
+3
2014-06-11
drm/nouveau/disp/dp: make use of postcursor when its available
Ben Skeggs
1
-8
/
+18
2014-06-11
drm/g94-/disp/dp: take max pullup value across all lanes
Ben Skeggs
2
-2
/
+6
2014-06-11
drm/nouveau/bios/dp: parse lane postcursor data
Ben Skeggs
4
-24
/
+27
2014-06-11
drm/nouveau/dp: fix support for dpms
Ben Skeggs
2
-4
/
+50
2014-06-11
drm/nouveau: register a drm_dp_aux channel for each dp connector
Ben Skeggs
2
-3
/
+55
2014-06-11
drm/g94-/disp: add method to power-off dp lanes
Ben Skeggs
5
-0
/
+35
2014-06-11
drm/nouveau/disp/dp: maintain link in response to hpd signal
Ben Skeggs
6
-12
/
+125
2014-06-11
drm/g94-/disp: bash and wait for something after changing lane power regs
Ben Skeggs
1
-0
/
+3
2014-06-11
drm/nouveau/disp/dp: split link config/power into two steps
Ben Skeggs
6
-12
/
+29
2014-06-11
drm/nv50/disp: train PIOR-attached DP from second supervisor
Ben Skeggs
1
-21
/
+11
2014-06-11
drm/nouveau/disp/dp: make use of existing output data for link training
Ben Skeggs
16
-248
/
+133
2014-06-11
drm/gf119/disp: start removing direct vbios parsing from supervisor
Ben Skeggs
1
-75
/
+83
2014-06-11
drm/nv50/disp: start removing direct vbios parsing from supervisor
Ben Skeggs
1
-107
/
+116
2014-06-11
drm/nouveau/disp/dp: maintain receiver caps in response to hpd signal
Ben Skeggs
2
-8
/
+68
2014-06-11
drm/nouveau/disp/dp: create subclass for dp outputs
Ben Skeggs
16
-9
/
+265
2014-06-11
drm/nouveau: use connector events for HPD instead of GPIO watching
Ben Skeggs
3
-44
/
+34
2014-06-11
drm/nouveau/disp: add internal representaion of output paths and connectors
Ben Skeggs
10
-2
/
+619
2014-06-11
drm/nouveau/bios: extend connector table parsing
Ben Skeggs
4
-16
/
+79
2014-06-11
drm/nouveau/disp: nothing to see here
Ben Skeggs
3
-21
/
+42
2014-06-11
drm/nouveau/i2c/anx9805: add debugging to aux transactions
Ben Skeggs
2
-5
/
+34
2014-06-11
drm/nouveau/i2c: introduce locking at a per-port level
Ben Skeggs
14
-34
/
+380
2014-06-11
drm/nouveau/i2c: balance port acquire/release
Ben Skeggs
4
-14
/
+56
2014-06-11
drm/gk104/i2c: add aux channel interrupt driver
Ben Skeggs
6
-6
/
+79
2014-06-11
drm/g94/i2c: add aux channel interrupt driver
Ben Skeggs
3
-0
/
+39
2014-06-11
drm/nouveau/i2c: add interfaces to support handling aux channel interrupts
Ben Skeggs
4
-0
/
+94
2014-06-11
drm/nouveau/i2c: start hiding subdev-internal interfaces
Ben Skeggs
21
-236
/
+194
2014-06-11
drm/nouveau/i2c: remove unnecessary i2c_set_adapdata()
Ben Skeggs
1
-2
/
+0
2014-06-11
drm/nouveau/i2c: properly hand aux reply back to caller, and only retry on defer
Ben Skeggs
4
-14
/
+20
2014-06-11
drm/nv50-/mc: also pass PMGR interrupts onto I2C subdev
Ben Skeggs
3
-3
/
+6
2014-06-11
drm/nouveau/gpio: send separate event types for high/low transitions
Ben Skeggs
4
-14
/
+17
2014-06-11
drm/nouveau/gpio: use base constructor for all implementations
Ben Skeggs
8
-119
/
+47
2014-06-11
drm/nouveau/gpio: move on-reset intr disable-and-ack to common code
Ben Skeggs
7
-138
/
+80
2014-06-11
drm/nouveau/gpio: split "toggled" interrupt into "went high" / "went low"
Ben Skeggs
7
-114
/
+156
2014-06-11
drm/nouveau/gpio: split g92 class from nv50
Ben Skeggs
11
-58
/
+110
2014-06-11
drm/nouveau/gpio: use indirect pointer to base class definition
Ben Skeggs
13
-75
/
+75
2014-06-11
drm/nouveau/disp/dp: support training to highest rate, rather than a target
Ben Skeggs
1
-23
/
+34
2014-06-11
drm/nouveau/disp/dp: support postcursor in link training
Ben Skeggs
2
-11
/
+53
[next]