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
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-06
locking: Move the percpu-rwsem code to kernel/locking/
Peter Zijlstra
2
-1
/
+167
2013-11-06
locking: Move the lglocks code to kernel/locking/
Peter Zijlstra
3
-2
/
+2
2013-11-06
locking: Move the rwsem code to kernel/locking/
Peter Zijlstra
5
-2
/
+593
2013-11-06
locking: Move the rtmutex code to kernel/locking/
Peter Zijlstra
10
-5
/
+5
2013-11-06
hung_task: add method to reset detector
Marcelo Tosatti
1
-0
/
+11
2013-11-06
locking: Move the semaphore core to kernel/locking/
Peter Zijlstra
3
-2
/
+2
2013-11-06
locking: Move the spinlock code to kernel/locking/
Peter Zijlstra
4
-3
/
+306
2013-11-06
locking: Move the lockdep code to kernel/locking/
Peter Zijlstra
6
-6
/
+6
2013-11-06
locking: Move the mutex code to kernel/locking/
Peter Zijlstra
6
-4
/
+11
2013-11-06
Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f...
Ingo Molnar
23
-804
/
+2264
2013-11-06
sched: Move completion code from core.c to completion.c
Peter Zijlstra
3
-285
/
+300
2013-11-06
sched: Move wait code from core.c to wait.c
Peter Zijlstra
2
-105
/
+105
2013-11-06
sched: Move wait.c into kernel/sched/
Peter Zijlstra
3
-1
/
+2
2013-11-06
Merge branch 'core/rcu' into core/locking, to prepare the kernel/locking/ fil...
Ingo Molnar
13
-103
/
+251
2013-11-06
Merge tag 'v3.12' into core/locking to pick up mutex upates
Ingo Molnar
17
-66
/
+247
2013-11-05
tracing: Add support for SOFT_DISABLE to syscall events
Tom Zanussi
2
-12
/
+34
2013-11-05
tracing: Make register/unregister_ftrace_command __init
Tom Zanussi
2
-4
/
+12
2013-11-05
tracing: Update event filters for multibuffer
Tom Zanussi
12
-91
/
+239
2013-11-05
ftrace: Have control op function callback only trace when RCU is watching
Steven Rostedt (Red Hat)
1
-0
/
+9
2013-11-05
rcu: Do not trace rcu_is_watching() functions
Steven Rostedt
2
-3
/
+3
2013-11-05
Merge branch 'idle.2013.09.25a' of git://git.kernel.org/pub/scm/linux/kernel/...
Steven Rostedt (Red Hat)
6
-24
/
+41
2013-11-05
trace/trace_stat: use rbtree postorder iteration helper instead of opencoding
Cody P Schafer
1
-36
/
+5
2013-11-05
audit: call audit_bprm() only once to add AUDIT_EXECVE information
Richard Guy Briggs
2
-5
/
+0
2013-11-05
audit: move audit_aux_data_execve contents into audit_context union
Richard Guy Briggs
2
-29
/
+16
2013-11-05
audit: remove unused envc member of audit_aux_data_execve
Richard Guy Briggs
1
-2
/
+0
2013-11-05
audit: Kill the unused struct audit_aux_data_capset
Eric W. Biederman
1
-6
/
+0
2013-11-05
audit: do not reject all AUDIT_INODE filter types
Eric Paris
1
-0
/
+1
2013-11-05
audit: log the audit_names record type
Jeff Layton
1
-0
/
+20
2013-11-05
audit: use given values in tty_audit enable api
Richard Guy Briggs
1
-1
/
+1
2013-11-05
audit: use nlmsg_len() to get message payload length
Mathias Krause
1
-2
/
+2
2013-11-05
audit: use memset instead of trying to initialize field by field
Eric Paris
1
-1
/
+1
2013-11-05
audit: fix info leak in AUDIT_GET requests
Mathias Krause
1
-0
/
+1
2013-11-05
audit: update AUDIT_INODE filter rule to comparator function
Richard Guy Briggs
1
-1
/
+1
2013-11-05
audit: audit feature to set loginuid immutable
Eric Paris
2
-1
/
+5
2013-11-05
audit: audit feature to only allow unsetting the loginuid
Eric Paris
2
-1
/
+5
2013-11-05
audit: allow unsetting the loginuid (with priv)
Eric Paris
1
-1
/
+3
2013-11-05
audit: remove CONFIG_AUDIT_LOGINUID_IMMUTABLE
Eric Paris
1
-6
/
+4
2013-11-05
audit: loginuid functions coding style
Eric Paris
1
-25
/
+45
2013-11-05
audit: implement generic feature setting and retrieving
Eric Paris
1
-0
/
+109
2013-11-05
audit: change decimal constant to macro for invalid uid
Richard Guy Briggs
1
-1
/
+1
2013-11-05
audit: printk USER_AVC messages when audit isn't enabled
Tyler Hicks
1
-1
/
+1
2013-11-05
audit_alloc: clear TIF_SYSCALL_AUDIT if !audit_context
Oleg Nesterov
1
-1
/
+3
2013-11-05
Audit: remove duplicate comments
Gao feng
1
-7
/
+0
2013-11-05
audit: remove newline accidentally added during session id helper refactor
Richard Guy Briggs
1
-1
/
+1
2013-11-05
audit: remove duplicate inclusion of the netlink header
Ilya V. Matveychikov
1
-1
/
+0
2013-11-05
audit: format user messages to size of MAX_AUDIT_MESSAGE_LENGTH
Richard Guy Briggs
1
-1
/
+2
2013-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-36
/
+98
2013-11-04
Merge branch 'perf/urgent' into perf/core to fix conflicts
Ingo Molnar
1
-4
/
+27
2013-11-01
Merge branch 'linus' into sched/core
Ingo Molnar
5
-40
/
+77
2013-10-31
hung_task debugging: Add tracepoint to report the hang
Oleg Nesterov
1
-0
/
+4
[prev]
[next]