Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_oneplus_msm8996
/
a4fbe35a124526e6759be07bd9c7ea796ba1e00d
/
kernel
a4fbe35
rcu: Grace-period initialization excludes only RCU notifier
by Paul E. McKenney
· 14 years ago
cb349ca
rcu: Apply micro-optimization and int/bool fixes to RCU's idle handling
by Paul E. McKenney
· 14 years ago
1fd2b44
rcu: Userspace RCU extended QS selftest
by Frederic Weisbecker
· 14 years ago
20ab65e3
rcu: Exit RCU extended QS on user preemption
by Frederic Weisbecker
· 14 years ago
90a340e
rcu: Exit RCU extended QS on kernel preemption after irq/exception
by Frederic Weisbecker
· 14 years ago
04e7e95
rcu: Switch task's syscall hooks on context switch
by Frederic Weisbecker
· 14 years ago
1e1a689
rcu: Ignore userspace extended quiescent state by default
by Frederic Weisbecker
· 14 years ago
c5d900b
rcu: Allow rcu_user_enter()/exit() to nest
by Frederic Weisbecker
· 14 years ago
2b1d502
rcu: Settle config for userspace extended quiescent state
by Frederic Weisbecker
· 14 years ago
9a0c6fe
rcu: Make RCU_FAST_NO_HZ handle adaptive ticks
by Paul E. McKenney
· 14 years ago
19dd159
rcu: New rcu_user_enter_after_irq() and rcu_user_exit_after_irq() APIs
by Frederic Weisbecker
· 14 years ago
adf5091
rcu: New rcu_user_enter() and rcu_user_exit() APIs
by Frederic Weisbecker
· 14 years ago
593d100
Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25b
by Paul E. McKenney
· 14 years ago
5217192
Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25b
by Paul E. McKenney
· 14 years ago
bda4ec9
Merge branches 'bigrt.2012.09.23a', 'doctorture.2012.09.23a', 'fixes.2012.09.23a', 'hotplug.2012.09.23a' and 'idlechop.2012.09.23a' into HEAD
by Paul E. McKenney
· 14 years ago
5d18023
sched: Fix load avg vs cpu-hotplug
by Peter Zijlstra
· 14 years ago
0d8ee37
rcu: Disallow callback registry on offline CPUs
by Paul E. McKenney
· 14 years ago
1331e7a
rcu: Remove _rcu_barrier() dependency on __stop_machine()
by Paul E. McKenney
· 14 years ago
86f343b
rcu: Fix CONFIG_RCU_FAST_NO_HZ stall warning message
by Paul E. McKenney
· 14 years ago
22a7672
rcu: Move TINY_RCU quiescent state out of extended quiescent state
by Li Zhong
· 14 years ago
803b0eb
time: RCU permitted to stop idle entry via softirq
by Paul E. McKenney
· 14 years ago
7a11e20
rcu: Move TINY_PREEMPT_RCU away from raw_local_irq_save()
by Paul E. McKenney
· 14 years ago
fdab649
rcu: Remove redundant memory barrier from __call_rcu()
by Paul E. McKenney
· 14 years ago
c96ea7c
rcu: Avoid spurious RCU CPU stall warnings
by Paul E. McKenney
· 14 years ago
c8020a6
rcu: Protect rcu_node accesses during CPU stall warnings
by Paul E. McKenney
· 14 years ago
5fd4dc0
rcu: Avoid rcu_print_detail_task_stall_rnp() segfault
by Paul E. McKenney
· 14 years ago
115f7a7
rcu: Apply for_each_rcu_flavor() to increment_cpu_stall_ticks()
by Paul E. McKenney
· 14 years ago
b065a85
rcu: Fix obsolete rcu_initiate_boost() header comment
by Paul E. McKenney
· 14 years ago
a82dcc7
rcu: Make offline-CPU checking allow for indefinite delays
by Paul E. McKenney
· 14 years ago
5cc900c
rcu: Improve boost selection when moving tasks to root rcu_node
by Paul E. McKenney
· 14 years ago
b4270ee
rcu: Permit RCU_NONIDLE() to be used from interrupt context
by Paul E. McKenney
· 14 years ago
1e3fd2b
rcu: Properly initialize ->boost_tasks on CPU offline
by Paul E. McKenney
· 14 years ago
818615c
rcu: Pull TINY_RCU dyntick-idle tracing into non-idle region
by Paul E. McKenney
· 14 years ago
e3ebfb9
rcu: Add PROVE_RCU_DELAY to provoke difficult races
by Paul E. McKenney
· 14 years ago
60f5378
rcu: Prevent initialization race in rcutorture kthreads
by Paul E. McKenney
· 14 years ago
2caa1e4
rcu: Switch rcutorture to pr_alert() and friends
by Paul E. McKenney
· 14 years ago
13dbf91
rcu: Track CPU-hotplug duration statistics
by Paul E. McKenney
· 14 years ago
ab840f7
rcu: Update rcutorture defaults
by Paul E. McKenney
· 14 years ago
b17c703
rcu: Shrink RCU based on number of CPUs
by Paul E. McKenney
· 14 years ago
4dbd6bb
rcu: Handle unbalanced rcu_node configurations with few CPUs
by Paul E. McKenney
· 14 years ago
d7d6a11
rcu: Simplify quiescent-state detection
by Paul E. McKenney
· 14 years ago
1943c89
rcu: Reduce synchronize_rcu_expedited() latency
by Paul E. McKenney
· 14 years ago
bcfa57c
rcu: Eliminate signed overflow in synchronize_rcu_expedited()
by Paul E. McKenney
· 14 years ago
25d30cf
rcu: Adjust for unconditional ->completed assignment
by Paul E. McKenney
· 14 years ago
661a85d
rcu: Add random PROVE_RCU_DELAY to grace-period initialization
by Paul E. McKenney
· 14 years ago
5d4b865
rcu: Fix day-zero grace-period initialization/cleanup race
by Paul E. McKenney
· 14 years ago
7e5c2df
rcu: Make rcutree module parameters visible in sysfs
by Paul E. McKenney
· 14 years ago
d40011f
rcu: Control grace-period duration from sysfs
by Paul E. McKenney
· 14 years ago
394f276
rcu: Prevent force_quiescent_state() memory contention
by Paul E. McKenney
· 14 years ago
4605c01
rcu: Adjust debugfs tracing for kthread-based quiescent-state forcing
by Paul E. McKenney
· 14 years ago
b4be093f
rcu: Allow RCU quiescent-state forcing to be preempted
by Paul E. McKenney
· 14 years ago
4cdfc17
rcu: Move quiescent-state forcing into kthread
by Paul E. McKenney
· 14 years ago
b402b73
rcu: Segregate rcu_state fields to improve cache locality
by Dimitri Sivanich
· 14 years ago
b626c1b
rcu: Provide OOM handler to motivate lazy RCU callbacks
by Paul E. McKenney
· 14 years ago
bfa00b4
rcu: Prevent offline CPUs from executing RCU core code
by Paul E. McKenney
· 14 years ago
7fdefc1
rcu: Break up rcu_gp_kthread() into subfunctions
by Paul E. McKenney
· 14 years ago
c856baf
rcu: Allow RCU grace-period cleanup to be preempted
by Paul E. McKenney
· 14 years ago
cabc49c
rcu: Move RCU grace-period cleanup into kthread
by Paul E. McKenney
· 14 years ago
755609a
rcu: Allow RCU grace-period initialization to be preempted
by Paul E. McKenney
· 14 years ago
79bce67
rcu: Prevent initialization-time quiescent-state race
by Paul E. McKenney
· 14 years ago
b3dbec7
rcu: Move RCU grace-period initialization into a kthread
by Paul E. McKenney
· 14 years ago
a10d206
rcu: Fix day-one dyntick-idle stall-warning bug
by Paul E. McKenney
· 14 years ago
519b3b7
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 14 years ago
c5c473e
Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
ed48ece
workqueue: reimplement work_on_cpu() using system_wq
by Tejun Heo
· 14 years ago
4651afb
Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
960bd11
workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn()
by Lai Jiangshan
· 14 years ago
579035d
pid-namespace: limit value of ns_last_pid to (0, max_pid)
by Andrew Vagin
· 14 years ago
37407ea
Revert "sched: Improve scalability via 'CPU buddies', which withstand random perturbations"
by Linus Torvalds
· 14 years ago
889cb3b
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 14 years ago
7ef6e97
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 14 years ago
ec145ba
time: Fix timeekeping_get_ns overflow on 32bit systems
by John Stultz
· 14 years ago
0bd1189
Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
ee378aa
workqueue: fix possible idle worker depletion across CPU hotplug
by Lai Jiangshan
· 14 years ago
552a37e
workqueue: restore POOL_MANAGING_WORKERS
by Lai Jiangshan
· 14 years ago
ec58815
workqueue: fix possible deadlock in idle worker rebinding
by Tejun Heo
· 14 years ago
90beca5
workqueue: move WORKER_REBIND clearing in rebind_workers() to the end of the function
by Tejun Heo
· 14 years ago
96e6530
workqueue: UNBOUND -> REBIND morphing in rebind_workers() should be atomic
by Lai Jiangshan
· 14 years ago
500ad2d
perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabled
by K.Prasad
· 14 years ago
a6fa941
perf_event: Switch to internal refcount, fix race with close()
by Al Viro
· 14 years ago
9450d57
sched: Fix kernel-doc warnings in kernel/sched/fair.c
by Randy Dunlap
· 14 years ago
a4c96ae
sched: Unthrottle rt runqueues in __disable_runtime()
by Peter Boonstoppel
· 14 years ago
749c881
sched: Add missing call to calc_load_exit_idle()
by Charles Wang
· 14 years ago
f319da0
sched: Fix load avg vs cpu-hotplug
by Peter Zijlstra
· 14 years ago
cee5848
time: Move ktime_t overflow checking into timespec_valid_strict
by John Stultz
· 14 years ago
7ca63ee
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 14 years ago
b5bc0c7
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 14 years ago
bf2ac31
time: Avoid making adjustments if we haven't accumulated anything
by John Stultz
· 14 years ago
6ea565a
time: Avoid potential shift overflow with large shift values
by John Stultz
· 14 years ago
85dc8f0
time: Fix casting issue in timekeeping_forward_now
by Andreas Schwab
· 14 years ago
784ffcb
time: Ensure we normalize the timekeeper in tk_xtime_add
by John Stultz
· 14 years ago
1456c75
Merge branch 'audit-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 14 years ago
f341861
task_work: add a scheduling point in task_work_run()
by Eric Dumazet
· 14 years ago
5c65ca7
Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgent
by Ingo Molnar
· 14 years ago
c7a3a88
uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() fails
by Oleg Nesterov
· 14 years ago
53795ce
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 14 years ago
90785be
Merge branch 'alpha' (alpha architecture patches)
by Linus Torvalds
· 14 years ago
be53db6
alpha: take a bunch of syscalls into osf_sys.c
by Al Viro
· 14 years ago
60916a9
tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1
by Will Deacon
· 14 years ago
4e8b145
time: Improve sanity checking of timekeeping inputs
by John Stultz
· 14 years ago
Next »