Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
0f139300c9057c16b5833a4636b715b104fe0baa
/
kernel
0f13930
perf: Ensure that IOC_OUTPUT isn't used to create multi-writer buffers
by Peter Zijlstra
· 16 years ago
1c024eca
perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to track events
by Peter Zijlstra
· 16 years ago
b7e2ece
perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoint interaction
by Peter Zijlstra
· 16 years ago
acd35a4
perf: Fix forgotten preempt_enable by nested writers
by Frederic Weisbecker
· 16 years ago
dfacc4d
Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core
by Ingo Molnar
· 16 years ago
49f135e
perf: Comply with new rcu checks API
by Frederic Weisbecker
· 16 years ago
6d1acfd
perf: Optimize perf_output_*() by avoiding local_xchg()
by Peter Zijlstra
· 16 years ago
fa58815
perf: Optimize the hotpath by converting the perf output buffer to local_t
by Peter Zijlstra
· 16 years ago
ef60777
perf: Optimize the perf_output() path by removing IRQ-disables
by Peter Zijlstra
· 16 years ago
c792061
perf: Disallow mmap() on per-task inherited events
by Peter Zijlstra
· 16 years ago
a19d35c
perf: Optimize buffer placement by allocating buffers NUMA aware
by Peter Zijlstra
· 16 years ago
00d1d0b
perf: Fix errors path in perf_output_begin()
by Stephane Eranian
· 16 years ago
4f41c01
perf/ftrace: Optimize perf/tracepoint interaction for single events
by Peter Zijlstra
· 16 years ago
752f114
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
b8ae30e
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
4d7b4ac
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
3aaf51a
Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
f262af3
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
1014cfe
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
9c6f7e4
stop_machine: Move local variable closer to the usage site in cpu_stop_cpu_callback()
by Ingo Molnar
· 16 years ago
3d2c978
Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing
by Linus Torvalds
· 16 years ago
16a2164
profile: fix stats and data leakage
by Hugh Dickins
· 16 years ago
ad56b07
Merge commit 'v2.6.34-rc7' into tracing/core
by Ingo Molnar
· 16 years ago
747388d
memcg: fix css_is_ancestor() RCU locking
by KAMEZAWA Hiroyuki
· 16 years ago
7f0f154
memcg: fix css_id() RCU locking for real
by KAMEZAWA Hiroyuki
· 16 years ago
11cad32
bsdacct: use del_timer_sync() in acct_exit_ns()
by Vitaliy Gusev
· 16 years ago
475f9aa
kexec: fix OOPS in crash_kernel_shrink
by Vitaly Mayatskikh
· 16 years ago
3444142
revert "procfs: provide stack information for threads" and its fixup commits
by Robin Holt
· 16 years ago
72d5a9f
rcu: remove all rcu head initializations, except on_stack initializations
by Paul E. McKenney
· 16 years ago
a93d2f1
sched, wait: Use wrapper functions
by Changli Gao
· 16 years ago
96c21a4
perf: Fix exit() vs event-groups
by Peter Zijlstra
· 16 years ago
050735b
perf: Fix exit() vs PERF_FORMAT_GROUP
by Peter Zijlstra
· 16 years ago
e3174cf
Revert "perf: Fix exit() vs PERF_FORMAT_GROUP"
by Ingo Molnar
· 16 years ago
d822ed1
rcu: fix build bug in RCU_FAST_NO_HZ builds
by Paul E. McKenney
· 16 years ago
77e38ed
rcu: RCU_FAST_NO_HZ must check RCU dyntick state
by Paul E. McKenney
· 16 years ago
d21670a
rcu: reduce the number of spurious RCU_SOFTIRQ invocations
by Paul E. McKenney
· 16 years ago
4a90a06
rcu: permit discontiguous cpu_possible_mask CPU numbering
by Paul E. McKenney
· 16 years ago
4300aa6
rcu: improve RCU CPU stall-warning messages
by Paul E. McKenney
· 16 years ago
26845c2
rcu: print boot-time console messages if RCU configs out of ordinary
by Paul E. McKenney
· 16 years ago
c68de20
rcu: disable CPU stall warnings upon panic
by Paul E. McKenney
· 16 years ago
bbad937
rcu: slim down rcutiny by removing rcu_scheduler_active and friends
by Paul E. McKenney
· 16 years ago
25502a6
rcu: refactor RCU's context-switch handling
by Paul E. McKenney
· 16 years ago
99652b5
rcu: rename rcutiny rcu_ctrlblk to rcu_sched_ctrlblk
by Paul E. McKenney
· 16 years ago
da848c4
rcu: shrink rcutiny by making synchronize_rcu_bh() be inline
by Paul E. McKenney
· 16 years ago
5db3567
rcu: ignore offline CPUs in last non-dyntick-idle CPU check
by Lai Jiangshan
· 16 years ago
0c34029
rcu: move some code from macro to function
by Lai Jiangshan
· 16 years ago
f261414
rcu: make dead code really dead
by Lai Jiangshan
· 16 years ago
d25eb94
rcu: substitute set_need_resched for sending resched IPIs
by Paul E. McKenney
· 16 years ago
2b3fc35
rcu: optionally leave lockdep enabled after RCU lockdep splat
by Lai Jiangshan
· 16 years ago
7c224a0
Merge commit 'v2.6.34-rc7' into oprofile
by Ingo Molnar
· 16 years ago
af507ae
sched: Remove a stale comment
by Li Zefan
· 16 years ago
0224cf4
sched: Intoduce get_cpu_iowait_time_us()
by Arjan van de Ven
· 16 years ago
e0e37c2
sched: Eliminate the ts->idle_lastupdate field
by Arjan van de Ven
· 16 years ago
8d63bf9
sched: Fold updating of the last_update_time_info into update_ts_time_stats()
by Arjan van de Ven
· 16 years ago
8c7b09f
sched: Update the idle statistics in get_cpu_idle_time_us()
by Arjan van de Ven
· 16 years ago
595aac4
sched: Introduce a function to update the idle statistics
by Arjan van de Ven
· 16 years ago
b1f724c
sched: Add a comment to get_cpu_idle_time_us()
by Arjan van de Ven
· 16 years ago
9313543
tracing: Drop the nested field from lock_release event
by Frederic Weisbecker
· 16 years ago
883a2a3
tracing: Drop lock_acquired waittime field
by Frederic Weisbecker
· 16 years ago
e7858f5
Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into sched/core
by Ingo Molnar
· 16 years ago
c061482
kprobes: Move enable/disable_kprobe() out from debugfs code
by Masami Hiramatsu
· 16 years ago
bbf1bb3
cpu_stop: add dummy implementation for UP
by Tejun Heo
· 16 years ago
6e85158
perf_event: Make software events work again
by Paul Mackerras
· 16 years ago
91bc482
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
6bde9b6
perf: Add group scheduling transactional APIs
by Lin Ming
· 16 years ago
a0507c8
perf: Annotate perf_event_read_group() vs perf_event_release_kernel()
by Peter Zijlstra
· 16 years ago
cce9131
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 16 years ago
4fd38e4
perf: Fix exit() vs PERF_FORMAT_GROUP
by Peter Zijlstra
· 16 years ago
27a9da6
sched: Remove rq argument to the tracepoints
by Peter Zijlstra
· 16 years ago
48652ce
Merge commit 'v2.6.34-rc6' into sched/core
by Ingo Molnar
· 16 years ago
4726f2a
lockdep: Reduce stack_trace usage
by Yong Zhang
· 16 years ago
fc390cd
rcu: need barrier() in UP synchronize_sched_expedited()
by Paul E. McKenney
· 16 years ago
d9f599e
perf: Fix check at end of event search
by Dan Carpenter
· 16 years ago
cc631fb
sched: correctly place paranioa memory barriers in synchronize_sched_expedited()
by Paul E. McKenney
· 16 years ago
94458d5
sched: kill paranoia check in synchronize_sched_expedited()
by Tejun Heo
· 16 years ago
969c792
sched: replace migration_thread with cpu_stop
by Tejun Heo
· 16 years ago
3fc1f1e
stop_machine: reimplement using cpu_stop
by Tejun Heo
· 16 years ago
1142d81
cpu_stop: implement stop_cpu[s]()
by Tejun Heo
· 16 years ago
ee84b82
rcu: create rcu_my_thread_group_empty() wrapper
by Paul E. McKenney
· 16 years ago
668eb65
tracing: Fix "integer as NULL pointer" warning.
by Thiago Farina
· 16 years ago
8777c79
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 16 years ago
f5fa05d
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
f2809d6
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
b629317
sched: Fix an RCU warning in print_task()
by Li Zefan
· 16 years ago
fae9c79
cgroup: Fix an RCU warning in alloc_css_id()
by Li Zefan
· 16 years ago
9a9686b
cgroup: Fix an RCU warning in cgroup_path()
by Li Zefan
· 16 years ago
9560979
ring-buffer: Wrap open-coded WARN_ONCE
by Borislav Petkov
· 16 years ago
777d041
hw_breakpoints: Fix percpu build failure
by Frederic Weisbecker
· 16 years ago
54d47a2
lockdep: No need to disable preemption in debug atomic ops
by Frederic Weisbecker
· 16 years ago
fa9a97d
lockdep: Actually _dec_ in debug_atomic_dec
by Frederic Weisbecker
· 16 years ago
ba697f4
lockdep: Provide off case for redundant_hardirqs_on increment
by Frederic Weisbecker
· 16 years ago
048c852
perf: Fix resource leak in failure path of perf_event_open()
by Tejun Heo
· 16 years ago
feef47d
hw-breakpoints: Get the number of available registers on boot dynamically
by Frederic Weisbecker
· 16 years ago
f93a205
hw-breakpoints: Handle breakpoint weight in allocation constraints
by Frederic Weisbecker
· 16 years ago
0102752
hw-breakpoints: Separate constraint space for data and instruction breakpoints
by Frederic Weisbecker
· 16 years ago
b2812d0
hw-breakpoints: Change/Enforce some breakpoints policies
by Frederic Weisbecker
· 16 years ago
87e9b20
hw-breakpoints: Check disabled breakpoints again
by Frederic Weisbecker
· 16 years ago
913769f
lockdep: Simplify debug atomic ops
by Frederic Weisbecker
· 16 years ago
8795d77
lockdep: Fix redundant_hardirqs_on incremented with irqs enabled
by Frederic Weisbecker
· 16 years ago
868c522
Merge commit 'v2.6.34-rc6' into core/locking
by Frederic Weisbecker
· 16 years ago
Next »