index
:
drm/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
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-03
tracing: Have mkdir and rmdir be part of tracefs
Steven Rostedt (Red Hat)
1
-70
/
+5
2015-02-03
tracing: Automatically mount tracefs on debugfs/tracing
Steven Rostedt (Red Hat)
1
-3
/
+33
2015-02-03
tracing: Convert the tracing facility over to use tracefs
Steven Rostedt (Red Hat)
8
-66
/
+74
2015-02-03
tracing: Create cmdline tracer options on tracing fs init
Steven Rostedt (Red Hat)
1
-9
/
+21
2015-02-03
tracing: Only create tracer options files if directory exists
Steven Rostedt (Red Hat)
1
-2
/
+5
2015-02-02
Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...
Steven Rostedt (Red Hat)
19
-236
/
+423
2015-02-02
tracing: Separate out initializing top level dir from instances
Steven Rostedt (Red Hat)
1
-21
/
+30
2015-02-02
tracing: Make tracing_init_dentry_tr() static
Steven Rostedt (Red Hat)
2
-2
/
+1
2015-01-28
trace: Use 64-bit timekeeping
Tina Ruchandani
1
-10
/
+8
2015-01-28
tracing: Add array printing helper
Dave Martin
1
-0
/
+44
2015-01-27
tracing: Remove newline from trace_printk warning banner
Borislav Petkov
1
-1
/
+2
2015-01-22
tracing: Use IS_ERR() check for return value of tracing_init_dentry()
Steven Rostedt (Red Hat)
9
-12
/
+12
2015-01-22
tracing: Remove unneeded includes of debugfs.h and fs.h
Steven Rostedt (Red Hat)
9
-17
/
+0
2015-01-17
kernel: avoid overflow in cmp_range
Louis Langholtz
1
-5
/
+5
2015-01-17
Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-23
/
+100
2015-01-15
tracing: Fix enabling of syscall events on the command line
Steven Rostedt (Red Hat)
1
-14
/
+55
2015-01-15
tracing: Remove extra call to init_ftrace_syscalls()
Steven Rostedt (Red Hat)
1
-1
/
+0
2015-01-15
ftrace: Check both notrace and filter for old hash
Steven Rostedt (Red Hat)
1
-7
/
+20
2015-01-15
ftrace: Fix updating of filters for shared global_ops filters
Steven Rostedt (Red Hat)
1
-1
/
+25
2015-01-11
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-30
/
+14
2015-01-11
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-11
/
+8
2015-01-11
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-1
/
+1
2015-01-09
Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-139
/
+228
2015-01-09
mutex: Always clear owner field upon mutex_unlock()
Chris Wilson
1
-1
/
+1
2015-01-09
sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group()
Tetsuo Handa
1
-0
/
+4
2015-01-09
sched/deadline: Avoid double-accounting in case of missed deadlines
Luca Abeni
1
-18
/
+1
2015-01-09
sched/deadline: Fix migration of SCHED_DEADLINE tasks
Luca Abeni
1
-3
/
+3
2015-01-09
sched: Fix odd values in effective_load() calculations
Yuyang Du
1
-1
/
+1
2015-01-09
perf: Move task_pt_regs sampling into arch code
Andy Lutomirski
1
-11
/
+8
2015-01-08
exit: fix race between wait_consider_task() and wait_task_zombie()
Oleg Nesterov
1
-3
/
+9
2014-12-31
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
1
-9
/
+40
2014-12-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2014-12-30
audit: create private file name copies when auditing inodes
Paul Moore
1
-9
/
+40
2014-12-27
netlink/genetlink: pass network namespace to bind/unbind
Johannes Berg
1
-1
/
+1
2014-12-23
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
3
-21
/
+24
2014-12-23
audit: restore AUDIT_LOGINUID unset ABI
Richard Guy Briggs
1
-0
/
+10
2014-12-23
sched: Fix KMALLOC_MAX_SIZE overflow during cpumask allocation
Alex Thorlton
1
-8
/
+5
2014-12-22
tracing: Remove taking of trace_types_lock in pipe files
Steven Rostedt (Red Hat)
1
-82
/
+28
2014-12-22
tracing: Add ref count to tracer for when they are being read by pipe
Steven Rostedt (Red Hat)
2
-1
/
+16
2014-12-22
audit: correctly record file names with different path name types
Paul Moore
1
-4
/
+10
2014-12-20
Merge tag 'pm-config-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-10
/
+6
2014-12-19
audit: use supplied gfp_mask from audit_buffer in kauditd_send_multicast_skb
Richard Guy Briggs
1
-4
/
+4
2014-12-19
audit: don't attempt to lookup PIDs when changing PID filtering audit rules
Paul Moore
1
-13
/
+0
2014-12-19
PM: Eliminate CONFIG_PM_RUNTIME
Rafael J. Wysocki
1
-10
/
+6
2014-12-19
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+0
2014-12-19
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-1
/
+77
2014-12-19
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+2
2014-12-19
tick/powerclamp: Remove tick_nohz_idle abuse
Thomas Gleixner
1
-2
/
+0
2014-12-18
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-146
/
+121
2014-12-18
Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
[next]