index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-13
tracing: Use seq file for trace_clock
Li Zefan
1
-9
/
+15
2009-12-13
tracing: Use seq file for trace_options
Li Zefan
1
-43
/
+17
2009-12-13
function-graph: Allow writing the same val to set_graph_function
Li Zefan
1
-3
/
+2
2009-12-13
ftrace: Call trace_parser_clear() properly
Li Zefan
1
-2
/
+1
2009-12-13
ftrace: Return EINVAL when writing invalid val to set_ftrace_filter
Li Zefan
1
-6
/
+16
2009-12-13
tracing: Move a printk out of ftrace_raw_reg_event_foo()
Li Zefan
2
-13
/
+17
2009-12-13
tracing: Pull up calls to trace_define_common_fields()
Li Zefan
4
-23
/
+4
2009-12-13
tracing: Extract duplicate ftrace_raw_init_event_foo()
Li Zefan
1
-0
/
+14
2009-12-13
sched: Use pr_fmt() and pr_<level>()
Joe Perches
2
-53
/
+43
2009-12-13
sched: Make wakeup side and atomic variants of completion API irq safe
Rafael J. Wysocki
1
-4
/
+6
2009-12-12
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
9
-205
/
+256
2009-12-12
kbuild: move utsrelease.h to include/generated
Sam Ravnborg
2
-2
/
+2
2009-12-12
kbuild: move bounds.h to include/generated
Sam Ravnborg
1
-1
/
+1
2009-12-11
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
2
-45
/
+81
2009-12-11
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
2
-6
/
+20
2009-12-11
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
4
-57
/
+242
2009-12-11
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
4
-108
/
+159
2009-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
Linus Torvalds
1
-1
/
+1
2009-12-11
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb
Linus Torvalds
1
-16
/
+40
2009-12-11
tty: Move the leader test in disassociate
Alan Cox
1
-1
/
+1
2009-12-11
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
Linus Torvalds
1
-12
/
+14
2009-12-11
tracing: Add stack trace to irqsoff tracer
Steven Rostedt
1
-0
/
+2
2009-12-11
tracing: Add trace_dump_stack()
Steven Rostedt
1
-0
/
+16
2009-12-11
kgdb: Always process the whole breakpoint list on activate or deactivate
Jason Wessel
1
-8
/
+15
2009-12-11
kgdb: continue and warn on signal passing from gdb
Jason Wessel
1
-2
/
+4
2009-12-11
kgdb: allow for cpu switch when single stepping
Jason Wessel
1
-5
/
+15
2009-12-11
kgdb: Read buffer overflow
Jason Wessel
1
-1
/
+6
2009-12-11
clockevents: Prevent clockevent_devices list corruption on cpu hotplug
Thomas Gleixner
1
-3
/
+15
2009-12-10
ring-buffer: Move resize integrity check under reader lock
Steven Rostedt
1
-4
/
+4
2009-12-10
ring-buffer: Use sync sched protection on ring buffer resizing
Steven Rostedt
1
-16
/
+9
2009-12-11
tracing: Fix wrong usage of strstrip in trace_ksyms
Thomas Gleixner
1
-28
/
+21
2009-12-10
sys: Fix missing rcu protection for __task_cred() access
Thomas Gleixner
1
-0
/
+2
2009-12-10
signals: Fix more rcu assumptions
Thomas Gleixner
1
-4
/
+4
2009-12-10
signal: Fix racy access to __task_cred in kill_pid_info_as_uid()
Thomas Gleixner
1
-7
/
+10
2009-12-10
sched: Remove forced2_migrations stats
Ingo Molnar
2
-8
/
+0
2009-12-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-3
/
+128
2009-12-10
perf_event: Fix variable initialization in other codepaths
Xiao Guangrong
1
-0
/
+1
2009-12-10
sched: Fix memory leak in two error corner cases
Phil Carmody
1
-2
/
+6
2009-12-10
hrtimer: move timer stats helper functions to hrtimer.c
Heiko Carstens
1
-4
/
+20
2009-12-10
hrtimer: Tune hrtimer_interrupt hang logic
Thomas Gleixner
2
-41
/
+61
2009-12-10
sched: Fix build warning in get_update_sysctl_factor()
Mike Galbraith
1
-1
/
+1
2009-12-10
lockdep: Avoid out of bounds array reference in save_trace()
Luck, Tony
1
-1
/
+2
2009-12-10
Merge branch 'tip/tracing/core3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/core
Ingo Molnar
4
-57
/
+242
2009-12-10
perf_event: Fix perf_swevent_hrtimer() variable initialization
Xiao Guangrong
1
-0
/
+1
2009-12-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
3
-4
/
+4
2009-12-10
capabilities: Use RCU to protect task lookup in sys_capget
Thomas Gleixner
1
-2
/
+2
2009-12-09
tracing: Remove comparing of NULL to va_list in trace_array_vprintk()
Carsten Emde
1
-6
/
+12
2009-12-09
tracing: Fix function graph trace_pipe to properly display failed entries
Jiri Olsa
1
-34
/
+131
2009-12-09
tracing: Add full state to trace_seq
Johannes Berg
1
-11
/
+50
2009-12-09
tracing: Buffer the output of seq_file in case of filled buffer
Steven Rostedt
2
-6
/
+43
[prev]
[next]