Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
bd5b5ac2873da5a153fa32ff58d2fc4e25f7bc8a
/
kernel
770e1b0
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
by Linus Torvalds
· 14 years ago
376613e
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 14 years ago
0db49b7
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 14 years ago
35b740e
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 14 years ago
423d091
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 14 years ago
1483b38
Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 14 years ago
4a2164a
Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 14 years ago
15f043a
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 14 years ago
8c717b7
Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 14 years ago
2e0e943
Merge branch 'devel-stable' into for-linus
by Russell King
· 14 years ago
8a88951
ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detach
by Oleg Nesterov
· 14 years ago
50b8d25
ptrace: partially fix the do_wait(WEXITED) vs EXIT_DEAD->EXIT_ZOMBIE race
by Oleg Nesterov
· 14 years ago
f9fab10
hung_task: fix false positive during vfork
by Mandeep Singh Baines
· 14 years ago
e6780f7
futex: Fix uninterruptible loop due to gate_area
by Hugh Dickins
· 14 years ago
3b87487
Revert "clockevents: Set noop handler in clockevents_exchange_device()"
by Linus Torvalds
· 14 years ago
c87fb57
ARM: 7235/1: irqdomain: export irq_domain_simple_ops for !CONFIG_OF
by Jamie Iles
· 14 years ago
1ac9bc6
sched/tracing: Add a new tracepoint for sleeptime
by Arun Sharma
· 14 years ago
664dfa6
sched: Disable scheduler warnings during oopses
by Dave Jones
· 14 years ago
62af378
sched: Fix cgroup movement of waking process
by Daisuke Nishimura
· 14 years ago
7ceff01
sched: Fix cgroup movement of newly created process
by Daisuke Nishimura
· 14 years ago
4fc420c
sched: Fix cgroup movement of forking process
by Daisuke Nishimura
· 14 years ago
11534ec
sched: Remove cfs bandwidth period check in tg_set_cfs_period()
by Kamalesh Babulal
· 14 years ago
a195f00
sched: Fix load-balance lock-breaking
by Peter Zijlstra
· 15 years ago
5b54b56
sched: Replace all_pinned with a generic flags field
by Peter Zijlstra
· 15 years ago
518cd62
sched: Only queue remote wakeups when crossing cache boundaries
by Peter Zijlstra
· 14 years ago
f07fdec
lockdep/waitqueues: Add better annotation
by Peter Zijlstra
· 14 years ago
2d2b774
Merge commit 'v3.2-rc6' into core/locking
by Ingo Molnar
· 14 years ago
a4a4923
Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 14 years ago
5fbd305
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 14 years ago
d87f69a
Merge commit 'v3.2-rc6' into perf/core
by Ingo Molnar
· 14 years ago
3d3c8f9
binary_sysctl(): fix memory leak
by Michel Lespinasse
· 14 years ago
b246272
cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemask
by David Rientjes
· 14 years ago
45aa066
Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/memblock
by Ingo Molnar
· 14 years ago
612ef28
Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into cputime-tip
by Martin Schwidefsky
· 14 years ago
e0197aa
cgroups: fix a css_set not found bug in cgroup_attach_proc
by Mandeep Singh Baines
· 14 years ago
b1b73d0
time/clocksource: Fix kernel-doc warnings
by Kusanagi Kouichi
· 14 years ago
ab347d9
Merge branches 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 14 years ago
ab27892
sched: Fix select_idle_sibling() regression in selecting an idle SMT sibling
by Peter Zijlstra
· 14 years ago
07cde26
sched: Add missing rcu_dereference() around ->real_parent usage
by Kees Cook
· 14 years ago
6486163
[S390] cputime: add sparse checking and cleanup
by Martin Schwidefsky
· 14 years ago
6a54aeb
Merge commit 'v3.2-rc5' into sched/core
by Ingo Molnar
· 14 years ago
44b7f4b
perf events: Fix ring_buffer_wakeup() brown paperbag bug
by Will Deacon
· 14 years ago
a513f6b
cpu: Export cpu_up()
by Paul E. McKenney
· 14 years ago
4f89b33
rcu: Apply ACCESS_ONCE() to rcu_boost() return value
by Paul E. McKenney
· 14 years ago
70321d4
Revert "rcu: Permit rt_mutex_unlock() with irqs disabled"
by Paul E. McKenney
· 14 years ago
4968c30
rcu: Augment rcu_batch_end tracing for idle and callback state
by Paul E. McKenney
· 14 years ago
101db7b
rcu: Add rcutorture tests for srcu_read_lock_raw()
by Paul E. McKenney
· 14 years ago
f220242
rcu: Make rcutorture test for hotpluggability before offlining CPUs
by Paul E. McKenney
· 14 years ago
2d1dc9a
rcu: Remove redundant rcu_cpu_stall_suppress declaration
by Paul E. McKenney
· 14 years ago
f23f7fa
rcu: Adaptive dyntick-idle preparation
by Paul E. McKenney
· 14 years ago
dff1672
rcu: Keep invoking callbacks if CPU otherwise idle
by Paul E. McKenney
· 14 years ago
facc4e1
rcu: Irq nesting is always 0 on rcu_enter_idle_common
by Frederic Weisbecker
· 14 years ago
b6fc602
rcu: Don't check irq nesting from rcu idle entry/exit
by Frederic Weisbecker
· 14 years ago
7cb9249
rcu: Permit dyntick-idle with callbacks pending
by Paul E. McKenney
· 14 years ago
f0e7c19
rcu: Identify dyntick-idle CPUs on first force_quiescent_state() pass
by Paul E. McKenney
· 14 years ago
c92b131
rcu: Remove dynticks false positives and RCU failures
by Paul E. McKenney
· 14 years ago
3ad0dec
rcu: Reduce latency of rcu_prepare_for_idle()
by Paul E. McKenney
· 14 years ago
f535a60
rcu: Eliminate RCU_FAST_NO_HZ grace-period hang
by Paul E. McKenney
· 14 years ago
84ad00c
rcu: Avoid needlessly IPIing CPUs at GP end
by Paul E. McKenney
· 14 years ago
3084f2f
rcu: Go dyntick-idle more quickly if CPU has serviced current grace period
by Paul E. McKenney
· 14 years ago
433cddd
rcu: Add tracing for RCU_FAST_NO_HZ
by Paul E. McKenney
· 14 years ago
1268fbc
nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()
by Frederic Weisbecker
· 14 years ago
b58bdcc
rcu: Add rcutorture CPU-hotplug capability
by Paul E. McKenney
· 14 years ago
77aeeeb
events: Make events use the new is_idle_task() API
by Paul E. McKenney
· 14 years ago
7fc20c5
kdb: Make KDB use the new is_idle_task() API
by Paul E. McKenney
· 14 years ago
99745b6
rcu: Make RCU use the new is_idle_task() API
by Paul E. McKenney
· 14 years ago
bb3bf70
rcu: Control rcutorture startup from kernel boot parameters
by Paul E. McKenney
· 15 years ago
d5f546d
rcu: Add rcutorture system-shutdown capability
by Paul E. McKenney
· 15 years ago
11dbaa8
rcu: Fix idle-task checks
by Paul E. McKenney
· 15 years ago
aea1b35
rcu: Allow dyntick-idle mode for CPUs with callbacks
by Paul E. McKenney
· 15 years ago
0989cb4
rcu: Add more information to the wrong-idle-task complaint
by Paul E. McKenney
· 15 years ago
4145fa7
rcu: Deconfuse dynticks entry-exit tracing
by Paul E. McKenney
· 15 years ago
416eb33
rcu: Fix early call to rcu_idle_enter()
by Frederic Weisbecker
· 15 years ago
2bbb681
nohz: Allow rcu extended quiescent state handling seperately from tick stop
by Frederic Weisbecker
· 15 years ago
280f067
nohz: Separate out irq exit and idle loop dyntick logic
by Frederic Weisbecker
· 15 years ago
0464e93
rcu: Inform the user about extended quiescent state on PROVE_RCU warning
by Frederic Weisbecker
· 15 years ago
e6b80a3
rcu: Detect illegal rcu dereference in extended quiescent state
by Frederic Weisbecker
· 15 years ago
a0f8eef
rcu: Remove redundant return from rcu_report_exp_rnp()
by Thomas Gleixner
· 15 years ago
b40d293
rcu: Omit self-awaken when setting up expedited grace period
by Thomas Gleixner
· 15 years ago
3424069
rcu: Disable preemption in rcu_is_cpu_idle()
by Paul E. McKenney
· 15 years ago
91afaf3
rcu: Add failure tracing to rcutorture
by Paul E. McKenney
· 15 years ago
a8eecf2
trace: Allow ftrace_dump() to be called from modules
by Paul E. McKenney
· 15 years ago
9b2e4f1
rcu: Track idleness independent of idle tasks
by Paul E. McKenney
· 15 years ago
7077714
rcu: Make synchronize_sched_expedited() better at work sharing
by Paul E. McKenney
· 15 years ago
389abd4
rcu: Avoid RCU-preempt expedited grace-period botch
by Paul E. McKenney
· 15 years ago
af446b7
rcu: ->signaled better named ->fqs_state
by Paul E. McKenney
· 15 years ago
975e32c
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 14 years ago
031af165
sys_getppid: add missing rcu_dereference
by Mandeep Singh Baines
· 14 years ago
09dc3cf
printk: avoid double lock acquire
by Peter Zijlstra
· 14 years ago
09d9673
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 14 years ago
067491b
sched, nohz: Fix missing RCU read lock
by Peter Zijlstra
· 14 years ago
9ec84ac
lockdep, bug: Exclude TAINT_OOT_MODULE from disabling lock debugging
by Ben Hutchings
· 14 years ago
86b47c2
perf: Do no try to schedule task events if there are none
by Gleb Natapov
· 14 years ago
091c0f8
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 14 years ago
cd490c5
sched, nohz: Set the NOHZ_BALANCE_KICK flag for idle load balancer
by Suresh Siddha
· 14 years ago
8a6d42d
sched, nohz: Fix the idle cpu check in nohz_idle_balance
by Suresh Siddha
· 14 years ago
f8b6d1c
sched: Use jump_labels for sched_feat
by Peter Zijlstra
· 15 years ago
be726ff
sched/accounting: Fix parameter passing in task_group_account_field
by Glauber Costa
· 14 years ago
1c77f38
sched/accounting: Fix user/system tick double accounting
by Glauber Costa
· 14 years ago
54c707e
sched/accounting: Re-use scheduler statistics for the root cgroup
by Glauber Costa
· 14 years ago
Next »