index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-24
cgroup: fix a subtle bug in descendant pre-order walk
Tejun Heo
1
-6
/
+3
2013-05-14
cgroup: initialize xattr before calling d_instantiate()
Li Zefan
1
-4
/
+5
2013-05-11
Merge tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-108
/
+363
2013-05-11
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
4
-783
/
+656
2013-05-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-2
/
+3
2013-05-10
Merge tag 'for-linus-20130509' of git://git.infradead.org/~dwmw2/random-2.6
Linus Torvalds
1
-1
/
+4
2013-05-09
tracing/kprobes: Support soft-mode disabling
Masami Hiramatsu
1
-0
/
+6
2013-05-09
tracing/kprobes: Support ftrace_event_file base multibuffer
Masami Hiramatsu
1
-36
/
+214
2013-05-09
tracing/kprobes: Pass trace_probe directly from dispatcher
Masami Hiramatsu
1
-17
/
+16
2013-05-09
tracing/kprobes: Increment probe hit-count even if it is used by perf
Masami Hiramatsu
1
-4
/
+4
2013-05-09
tracing/kprobes: Use bool for retprobe checker
Masami Hiramatsu
1
-1
/
+1
2013-05-09
ftrace: Fix function probe when more than one probe is added
Steven Rostedt (Red Hat)
1
-1
/
+5
2013-05-09
ftrace: Fix the output of enabled_functions debug file
Steven Rostedt (Red Hat)
1
-1
/
+1
2013-05-09
ftrace: Fix locking in register_ftrace_function_probe()
Steven Rostedt (Red Hat)
1
-4
/
+6
2013-05-09
tracing: Add helper function trace_create_new_event() to remove duplicate code
Steven Rostedt (Red Hat)
1
-12
/
+20
2013-05-09
tracing: Modify soft-mode only if there's no other referrer
Masami Hiramatsu
1
-2
/
+10
2013-05-09
tracing: Indicate enabled soft-mode in enable file
Masami Hiramatsu
1
-0
/
+2
2013-05-09
tracing/kprobes: Fix to increment return event probe hit-count
Masami Hiramatsu
1
-0
/
+2
2013-05-09
ftrace: Cleanup regex_lock and ftrace_lock around hash updating
Masami Hiramatsu
1
-27
/
+32
2013-05-09
ftrace, kprobes: Fix a deadlock on ftrace_regex_lock
Masami Hiramatsu
1
-21
/
+52
2013-05-09
switch compat_sys_sysctl to COMPAT_SYSCALL_DEFINE
Al Viro
1
-2
/
+2
2013-05-09
unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE
Al Viro
1
-0
/
+1
2013-05-09
ftrace: Have ftrace_regex_write() return either read or error
Steven Rostedt (Red Hat)
1
-1
/
+1
2013-05-09
tracing: Return error if register_ftrace_function_probe() fails for event_ena...
Steven Rostedt (Red Hat)
1
-2
/
+9
2013-05-09
tracing: Don't succeed if event_enable_func did not register anything
Masami Hiramatsu
1
-1
/
+4
2013-05-08
Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-0
/
+22
2013-05-08
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2013-05-08
audit: fix message spacing printing auid
Eric Paris
1
-1
/
+1
2013-05-07
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
3
-0
/
+3
2013-05-07
aio: don't include aio.h in sched.h
Kent Overstreet
3
-0
/
+3
2013-05-07
Revert "audit: move kaudit thread start from auditd registration to kaudit init"
Eric Paris
1
-4
/
+10
2013-05-07
audit: Make testing for a valid loginuid explicit.
Eric W. Biederman
2
-3
/
+19
2013-05-06
irqdomain: Allow quiet failure mode
Benjamin Herrenschmidt
1
-3
/
+17
2013-05-05
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
16
-88
/
+607
2013-05-05
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+10
2013-05-05
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-25
/
+34
2013-05-05
rcutrace: single_open() leaks
Al Viro
1
-4
/
+4
2013-05-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+6
2013-05-04
fs: Fix hang with BSD accounting on frozen filesystem
Jan Kara
1
-1
/
+6
2013-05-04
sched: Keep at least 1 tick per second for active dynticks tasks
Frederic Weisbecker
4
-0
/
+48
2013-05-04
rcu: Fix full dynticks' dependency on wide RCU nocb mode
Frederic Weisbecker
1
-1
/
+0
2013-05-03
ring-buffer: Select IRQ_WORK
Steven Rostedt (Red Hat)
1
-1
/
+1
2013-05-02
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-0
/
+116
2013-05-02
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-29
/
+51
2013-05-02
Merge commit '8700c95adb03' into timers/nohz
Frederic Weisbecker
84
-4072
/
+8743
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
14
-58
/
+26
2013-05-01
proc: Supply a function to remove a proc entry by PDE
David Howells
1
-5
/
+1
2013-05-01
take cgroup_open() and cpuset_open() to fs/proc/base.c
Al Viro
2
-28
/
+2
2013-05-01
proc: Split the namespace stuff out into linux/proc_ns.h
David Howells
6
-7
/
+8
2013-05-01
proc: Supply PDE attribute setting accessor functions
David Howells
2
-2
/
+2
[next]