Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
e6d9491bf8ba6728cc86aeabbc688d20ec0563b5
/
kernel
e6d9491
ksym_tracer: Fix race when incrementing count
by Li Zefan
· 17 years ago
3d13ec2
ksym_tracer: Fix to allow writing newline to ksym_trace_filter
by Li Zefan
· 17 years ago
88f7a89
ksym_tracer: Fix to make the tracer work
by Li Zefan
· 17 years ago
4089236
tracing: Kconfig spelling fixes and cleanups
by Randy Dunlap
· 17 years ago
c757bea
tracing: Fix setting tracer specific options
by Steven Rostedt
· 17 years ago
e36c545
tracing: Fix return of trace_dump_stack()
by Steven Rostedt
· 17 years ago
0087aab
Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgent
by Ingo Molnar
· 17 years ago
cc0104e
Merge branch 'linus' into tracing/urgent
by Ingo Molnar
· 17 years ago
16620e0
ksym_tracer: Fix bad cast
by Li Zefan
· 17 years ago
472bbe0
tracing/power: Remove two exports
by Li Zefan
· 17 years ago
e00bf2e
tracing: Change event->profile_count to be int type
by Li Zefan
· 17 years ago
8d18eaa
tracing: Simplify trace_option_write()
by Li Zefan
· 17 years ago
2cbafd6
tracing: Remove useless trace option
by Li Zefan
· 17 years ago
13f16d2
tracing: Use seq file for trace_clock
by Li Zefan
· 17 years ago
fdb372e
tracing: Use seq file for trace_options
by Li Zefan
· 17 years ago
91baf62
function-graph: Allow writing the same val to set_graph_function
by Li Zefan
· 17 years ago
313254a
ftrace: Call trace_parser_clear() properly
by Li Zefan
· 17 years ago
311d16d
ftrace: Return EINVAL when writing invalid val to set_ftrace_filter
by Li Zefan
· 17 years ago
3b8e427
tracing: Move a printk out of ftrace_raw_reg_event_foo()
by Li Zefan
· 17 years ago
614a71a
tracing: Pull up calls to trace_define_common_fields()
by Li Zefan
· 17 years ago
87d9b4e
tracing: Extract duplicate ftrace_raw_init_event_foo()
by Li Zefan
· 17 years ago
702a7c7
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 17 years ago
3070f27
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 17 years ago
1e57c21
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 17 years ago
df7147b
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 17 years ago
6f696eb
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 17 years ago
0f4974c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 17 years ago
880188b
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb
by Linus Torvalds
· 17 years ago
5ec93d1
tty: Move the leader test in disassociate
by Alan Cox
· 17 years ago
11bd04f
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
by Linus Torvalds
· 17 years ago
cc51a0fc
tracing: Add stack trace to irqsoff tracer
by Steven Rostedt
· 17 years ago
0388938
tracing: Add trace_dump_stack()
by Steven Rostedt
· 17 years ago
7f8b7ed
kgdb: Always process the whole breakpoint list on activate or deactivate
by Jason Wessel
· 17 years ago
d625e9c
kgdb: continue and warn on signal passing from gdb
by Jason Wessel
· 17 years ago
028e7b1
kgdb: allow for cpu switch when single stepping
by Jason Wessel
· 17 years ago
84667d4
kgdb: Read buffer overflow
by Jason Wessel
· 17 years ago
dd7f594
ring-buffer: Move resize integrity check under reader lock
by Steven Rostedt
· 17 years ago
1842101
ring-buffer: Use sync sched protection on ring buffer resizing
by Steven Rostedt
· 17 years ago
d954fbf
tracing: Fix wrong usage of strstrip in trace_ksyms
by Thomas Gleixner
· 17 years ago
b9889ed
sched: Remove forced2_migrations stats
by Ingo Molnar
· 17 years ago
d71cb81
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 17 years ago
5e855db5
perf_event: Fix variable initialization in other codepaths
by Xiao Guangrong
· 17 years ago
dfc12eb
sched: Fix memory leak in two error corner cases
by Phil Carmody
· 17 years ago
5f20190
hrtimer: move timer stats helper functions to hrtimer.c
by Heiko Carstens
· 17 years ago
41d2e49
hrtimer: Tune hrtimer_interrupt hang logic
by Thomas Gleixner
· 17 years ago
4ca3ef7
sched: Fix build warning in get_update_sysctl_factor()
by Mike Galbraith
· 17 years ago
ea5b41f
lockdep: Avoid out of bounds array reference in save_trace()
by Luck, Tony
· 17 years ago
788d70d
Merge branch 'tip/tracing/core3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/core
by Ingo Molnar
· 17 years ago
21140f4
perf_event: Fix perf_swevent_hrtimer() variable initialization
by Xiao Guangrong
· 17 years ago
4ef58d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 17 years ago
f294248
tracing: Remove comparing of NULL to va_list in trace_array_vprintk()
by Carsten Emde
· 17 years ago
be1eca3
tracing: Fix function graph trace_pipe to properly display failed entries
by Jiri Olsa
· 17 years ago
d184b31
tracing: Add full state to trace_seq
by Johannes Berg
· 17 years ago
a63ce5b
tracing: Buffer the output of seq_file in case of filled buffer
by Steven Rostedt
· 17 years ago
29bf4a5
tracing: Only call pipe_close if pipe_close is defined
by Steven Rostedt
· 17 years ago
3b8ecd2
Merge branch 'bkl-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 17 years ago
822a696
tracing/kprobes: Fix field creation's bad error handling
by Frederic Weisbecker
· 17 years ago
acb4a84
sched: Update normalized values on user updates via proc
by Christian Ehrhardt
· 17 years ago
1983a92
sched: Make tunable scaling style configurable
by Christian Ehrhardt
· 17 years ago
0bcdcf2
sched: Fix missing sched tunable recalculation on cpu add/remove
by Christian Ehrhardt
· 17 years ago
57785df
sched: Fix task priority bug
by Peter Zijlstra
· 17 years ago
cd8ad40
sched: cgroup: Implement different treatment for idle shares
by Peter Zijlstra
· 17 years ago
fb58bac
sched: Remove unnecessary RCU exclusion
by Peter Zijlstra
· 17 years ago
6cecd08
sched: Discard some old bits
by Peter Zijlstra
· 17 years ago
3a7e73a
sched: Clean up check_preempt_wakeup()
by Peter Zijlstra
· 17 years ago
a65ac74
sched: Move update_curr() in check_preempt_wakeup() to avoid redundant call
by Jupyung Lee
· 17 years ago
cd29fe6
sched: Sanitize fork() handling
by Peter Zijlstra
· 17 years ago
ab19cb2
sched: Clean up ttwu() rq locking
by Peter Zijlstra
· 17 years ago
5afcdab
sched: Remove rq->clock coupling from set_task_cpu()
by Peter Zijlstra
· 17 years ago
970b13b
sched: Consolidate select_task_rq() callers
by Peter Zijlstra
· 17 years ago
6b314d0
sched: Remove sysctl.sched_features
by Peter Zijlstra
· 17 years ago
dba091b
sched: Protect sched_rr_get_param() access to task->sched_class
by Thomas Gleixner
· 17 years ago
3160568
sched: Protect task->cpus_allowed access in sched_getaffinity()
by Thomas Gleixner
· 17 years ago
ec89a06
perf_event: Cleanup for cpu_clock_perf_event_update()
by Xiao Guangrong
· 17 years ago
b93f797
perf_event: Allocate children's perf_event_ctxp at the right time
by Xiao Guangrong
· 17 years ago
aa5452d
perf_event: Clean up __perf_event_init_context()
by Xiao Guangrong
· 17 years ago
44234ad
hw-breakpoints: Modify breakpoints without unregistering them
by Frederic Weisbecker
· 17 years ago
a7c312b
trace-kprobe: Support delete probe syntax
by Masami Hiramatsu
· 17 years ago
2b876f9
Merge branches 'timers-for-linus-ntp' and 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 17 years ago
fbf07ea
Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 17 years ago
60d8ce2
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 17 years ago
4d2a914
Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 17 years ago
6035ccd
Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 17 years ago
dad3de7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6
by Linus Torvalds
· 17 years ago
ed9216c
Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 17 years ago
d7fc02c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 17 years ago
1557d33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6
by Linus Torvalds
· 17 years ago
722d017
futex: Take mmap_sem for get_user_pages in fault_in_user_writeable
by Andi Kleen
· 17 years ago
6ab8886
perf: hw_breakpoints: Fix percpu namespace clash
by Stephen Rothwell
· 17 years ago
d014d04
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 17 years ago
c521efd
tracing: Add pipe_close interface
by Steven Rostedt
· 17 years ago
5605317
hw-breakpoints: Fix task-bound breakpoint slot allocation
by Frederic Weisbecker
· 17 years ago
6ad4c18
sched: Fix balance vs hotplug race
by Peter Zijlstra
· 17 years ago
e1b8090
cpumask: Fix generate_sched_domains() for UP
by Geert Uytterhoeven
· 17 years ago
7b199ca
PM / Runtime: Export the PM runtime workqueue
by Alan Stern
· 17 years ago
66d0ae4
PM / Hibernate: Swap, use KERN_CONT
by Jiri Slaby
· 17 years ago
8e60c6a
PM / Hibernate: Shift remaining code from swsusp.c to hibernate.c
by Nigel Cunningham
· 17 years ago
0414f2e
PM / Hibernate: Move swap functions to kernel/power/swap.c.
by Nigel Cunningham
· 17 years ago
64357ed
Merge branch 'master' into for-linus
by Rafael J. Wysocki
· 17 years ago
109d71c
lockstat: Fix min, max times in /proc/lock_stats
by Frank Rowand
· 17 years ago
Next »