index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
ptp
/
testptp.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-08-14
locks: move locks_free_lock calls in do_fcntl_add_lease outside spinlock
Jeff Layton
1
-9
/
+7
2014-08-14
locks: defer freeing locks in locks_delete_lock until after i_lock has been d...
Jeff Layton
1
-8
/
+30
2014-08-14
locks: don't reuse file_lock in __posix_lock_file
Jeff Layton
1
-11
/
+14
2014-08-11
locks: don't call locks_release_private from locks_copy_lock
Jeff Layton
1
-1
/
+2
2014-08-11
locks: show delegations as "DELEG" in /proc/locks
Jeff Layton
1
-1
/
+5
2014-08-11
Revert "proc: Point /proc/{mounts,net} at /proc/thread-self/{mounts,net} inst...
Linus Torvalds
2
-2
/
+2
2014-08-09
drm/nouveau: expose the full object/event interfaces to userspace
Ben Skeggs
9
-10
/
+427
2014-08-09
drm/nouveau: fix headless mode
Ben Skeggs
2
-2
/
+3
2014-08-09
drm/nouveau: hide sysfs pstate file behind an option again
Ben Skeggs
1
-1
/
+8
2014-08-09
drm/nv50/disp: shhh compiler
Ben Skeggs
1
-4
/
+4
2014-08-09
drm/gf100-/gr: implement the proper SetShaderExceptions method
Ben Skeggs
9
-17
/
+53
2014-08-09
drm/gf100-/gr: remove some broken ltc bashing, for now
Ben Skeggs
13
-58
/
+0
2014-08-09
drm/gf100-/gr: unhardcode attribute cb config
Ben Skeggs
13
-166
/
+199
2014-08-09
drm/gf100-/gr: fetch tpcs-per-ppc info on startup
Ben Skeggs
9
-1
/
+16
2014-08-09
drm/gf100-/gr: unhardcode pagepool config
Ben Skeggs
13
-41
/
+75
2014-08-09
drm/gf100-/gr: unhardcode bundle cb config
Ben Skeggs
13
-41
/
+100
2014-08-09
drm/gf100-/gr: improve initial context patch list helpers
Ben Skeggs
4
-20
/
+51
2014-08-09
drm/gf100-/gr: add support for zero bandwidth clear
Ben Skeggs
10
-11
/
+313
2014-08-09
drm/nouveau/ltc: add zbc drivers
Ben Skeggs
6
-1
/
+108
2014-08-09
drm/nouveau/ltc: s/ltcg/ltc/ + cleanup
Ben Skeggs
17
-235
/
+362
2014-08-09
drm/nouveau: use ram info from nvif_device
Ben Skeggs
8
-32
/
+17
2014-08-09
drm/nouveau/disp: implement nvif event sources for vblank/connector notifiers
Ben Skeggs
11
-20
/
+47
2014-08-09
drm/nouveau/disp: allow user direct access to channel control registers
Ben Skeggs
4
-1
/
+24
2014-08-09
drm/nouveau/disp: audit and version display classes
Ben Skeggs
52
-423
/
+323
2014-08-09
drm/nouveau/disp: audit and version SCANOUTPOS method
Ben Skeggs
15
-172
/
+204
2014-08-09
drm/nv50-/disp: audit and version PIOR_PWR method
Ben Skeggs
10
-70
/
+50
2014-08-09
drm/nv50-/disp: audit and version SOR_DP_PWR method
Ben Skeggs
9
-74
/
+41
2014-08-09
drm/nv50-/disp: audit and version LVDS_SCRIPT method
Ben Skeggs
9
-23
/
+43
2014-08-09
drm/nv50-/disp: audit and version SOR_HDMI_PWR method
Ben Skeggs
13
-45
/
+121
2014-08-09
drm/nv50-/disp: audit and version SOR_HDA_ELD method
Ben Skeggs
10
-29
/
+75
2014-08-09
drm/nv50-/disp: audit and version SOR_PWR method
Ben Skeggs
10
-26
/
+45
2014-08-09
drm/nv50-/disp: audit and version DAC_LOAD method
Ben Skeggs
10
-51
/
+48
2014-08-09
drm/nv50-/disp: audit and version DAC_PWR method
Ben Skeggs
13
-41
/
+171
2014-08-09
drm/nv50-/disp: share channel creation between nv50/gf110 impls
Ben Skeggs
10
-302
/
+204
2014-08-09
drm/nv50/kms: don't assume same class versions for all channels
Ben Skeggs
1
-48
/
+166
2014-08-09
drm/nouveau/fifo: implement nvif event source
Ben Skeggs
13
-50
/
+89
2014-08-09
drm/nouveau/fifo: allow direct access to channel control registers where poss...
Ben Skeggs
11
-9
/
+38
2014-08-09
drm/nouveau/fifo: audit and version fifo channel classes
Ben Skeggs
19
-199
/
+323
2014-08-09
drm/nouveau/device: audit and version NVIF_CONTROL class and methods
Ben Skeggs
7
-112
/
+174
2014-08-09
drm/nouveau/pm: audit and version NVIF_PERFMON class and methods
Ben Skeggs
4
-78
/
+116
2014-08-09
drm/nouveau/dma: audit and version NV_DMA classes
Ben Skeggs
15
-216
/
+318
2014-08-09
drm/nouveau/dmaobj: switch to a slightly saner design
Ben Skeggs
8
-181
/
+357
2014-08-09
drm/nouveau/dmaobj: update to an improved style of class definition
Ben Skeggs
16
-209
/
+157
2014-08-09
drm/nouveau/device: audit and version NV_DEVICE class
Ben Skeggs
7
-105
/
+135
2014-08-09
drm/nouveau: use ioctl interface for abi16 gpuobj free
Ben Skeggs
1
-3
/
+15
2014-08-09
drm/nouveau: use ioctl interface for abi16 ntfy alloc
Ben Skeggs
1
-18
/
+31
2014-08-09
drm/nouveau: use ioctl interface for abi16 grobj alloc
Ben Skeggs
3
-34
/
+54
2014-08-09
drm/nouveau: remove as much direct use of core headers as possible
Ben Skeggs
23
-59
/
+22
2014-08-09
drm/nouveau: remove (most) hardcoded object handle usage
Ben Skeggs
9
-58
/
+45
2014-08-09
drm/nouveau: port to nvif client/device/objects
Ben Skeggs
40
-479
/
+522
[next]