index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
core
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nouveau/core: don't leak oclass type bits to user
Ben Skeggs
2014-09-05
1
-2
/
+2
*
drm/nouveau/nvif: fix a number of notify thinkos
Ben Skeggs
2014-08-15
1
-2
/
+2
*
drm/nouveau/device: audit and version NVIF_CONTROL class and methods
Ben Skeggs
2014-08-10
1
-1
/
+1
*
drm/nouveau/nvif: import library functions for the ioctl/event interfaces
Ben Skeggs
2014-08-10
1
-2
/
+0
*
drm/nouveau/client: add method to retrieve device list
Ben Skeggs
2014-08-10
1
-0
/
+42
*
drm/nouveau/device: add method to retrieve some basic device info
Ben Skeggs
2014-08-10
1
-0
/
+1
*
drm/nouveau/core: import ioctl/event interfaces
Ben Skeggs
2014-08-10
3
-3
/
+652
*
drm/nouveau/core: add function to return list of supported children
Ben Skeggs
2014-08-10
1
-0
/
+33
*
drm/nouveau/core: rework event interface
Ben Skeggs
2014-08-10
2
-136
/
+204
*
drm/nouveau/core: move handle-based object apis to handle.c
Ben Skeggs
2014-08-10
2
-116
/
+113
*
drm/nouveau/core: fail creation of zero-argument objects, when arguments are ...
Ben Skeggs
2014-08-10
1
-30
/
+6
*
drm/nouveau/core: allow event source to handle multiple event types per index
Ben Skeggs
2014-06-11
1
-25
/
+58
*
drm/nouveau/core: punt all object state change messages to trace level
Ben Skeggs
2014-06-10
1
-5
/
+5
*
drm/nouveau/core: extend width of engine mask for namedb
Ben Skeggs
2014-03-26
1
-1
/
+1
*
drm/nouveau: replace ffsll with __ffs64
Ilia Mirkin
2014-03-26
1
-1
/
+1
*
drm/nouveau/device: provide a way for devinit to mark engines as disabled
Ilia Mirkin
2014-01-23
1
-5
/
+18
*
drm/nouveau: populate master subdev pointer only when fully constructed
Ben Skeggs
2014-01-07
1
-3
/
+0
*
drm/nouveau/clk: implement power state and engine clock control in core
Ben Skeggs
2013-11-08
1
-9
/
+0
*
drm/nouveau/core: make all info-level messages silent for runtime pm
Ben Skeggs
2013-11-08
2
-21
/
+26
*
drm/nouveau/core: split lock into list+exec and enable refcount locks
Ben Skeggs
2013-11-08
1
-29
/
+32
*
drm/nouveau/core: convert event handler apis to split create/enable semantics
Ben Skeggs
2013-11-08
1
-16
/
+59
*
drm/nouveau/core: Allow asymmetric nouveau_event_get/_put
Peter Hurley
2013-11-08
1
-8
/
+12
*
drm/nouveau/core: Move event index check from critical section
Peter Hurley
2013-11-08
1
-8
/
+11
*
drm/nouveau/core: get rid of math.h, replace log2i with order_base_2
Ilia Mirkin
2013-09-04
1
-2
/
+1
*
Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2013-09-02
1
-0
/
+4
|
\
|
*
drm/nouveau/ltcg: fix allocating memory as free
Maarten Lankhorst
2013-08-21
1
-0
/
+4
*
|
nouveau: add runtime PM support (v0.9)
Dave Airlie
2013-08-29
1
-0
/
+19
|
/
*
drm/nouveau/core: move falcon class to engine/
Ben Skeggs
2013-07-01
1
-250
/
+0
*
drm/nouveau/core: remove nouveau_mm.mutex, no more users
Ben Skeggs
2013-07-01
1
-1
/
+0
*
drm/nouveau/core: allow non-maskable events
Ben Skeggs
2013-04-26
1
-4
/
+8
*
drm/nouveau/device: have engine object initialised before creation
Ben Skeggs
2013-04-26
2
-3
/
+10
*
drm/nouveau/device: convert to engine, rather than subdev
Ben Skeggs
2013-04-26
2
-3
/
+3
*
drm/nouveau/core: rebase object ref/use counts after ctor/init/fini events
Ben Skeggs
2013-04-26
1
-6
/
+13
*
drm/nouveau/core: fix return value of nouveau_object_del()
Ben Skeggs
2013-03-19
1
-2
/
+1
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2013-02-25
3
-5
/
+122
|
\
|
*
drm/nouveau/core: basic event interface between core and drm
Ben Skeggs
2013-02-20
1
-0
/
+106
|
*
drm/nouveau: prepare for reporting channel owner
Marcin Slusarz
2013-02-20
2
-1
/
+12
|
*
drm/nouveau: use pr_cont
Marcin Slusarz
2013-02-20
1
-4
/
+4
*
|
drm/nouveau: add lockdep annotations
Marcin Slusarz
2013-02-09
1
-1
/
+1
*
|
drm/nouveau: use different register to wait for secret scrubber
Maarten Lankhorst
2013-01-31
1
-2
/
+5
|
/
*
drm/nouveau: fix nouveau_client allocation failure path
Marcin Slusarz
2013-01-13
1
-3
/
+1
*
drm/nouveau: don't return freed object from nouveau_handle_create
Marcin Slusarz
2013-01-13
1
-1
/
+4
*
drm/nouveau/core: implement shortcut for simple engctx construction
Ben Skeggs
2012-11-29
1
-0
/
+15
*
drm/nouveau: initial falcon (fuc) engine base class implementation
Ben Skeggs
2012-11-29
1
-0
/
+247
*
drm/nouveau: pass address to object accessor functions as u64
Ben Skeggs
2012-11-29
1
-2
/
+2
*
drm/nouveau: replace some open-coded mm_initialised checks
Ben Skeggs
2012-11-29
1
-7
/
+10
*
drm/nouveau: allow creation of zero-sized mm
Ben Skeggs
2012-10-31
1
-3
/
+6
*
drm/nouveau: warn when trying to free mm which is still in use
Marcin Slusarz
2012-10-22
1
-1
/
+1
*
drm/nouveau: fix nouveau_mm/nouveau_mm_node leak
Marcin Slusarz
2012-10-22
1
-0
/
+5
*
drm/nouveau: remove unused _nouveau_parent_ctor
Marcin Slusarz
2012-10-09
1
-17
/
+0
[next]