Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fa34da708cbe1e2d9a2ee7fc68ea8fccbf095d12
fa34da7
Merge branch 'rcu/idle' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 12 years ago
cb349ca
rcu: Apply micro-optimization and int/bool fixes to RCU's idle handling
by Paul E. McKenney
· 12 years ago
1fd2b44
rcu: Userspace RCU extended QS selftest
by Frederic Weisbecker
· 12 years ago
edf55fd
x86: Exit RCU extended QS on notify resume
by Frederic Weisbecker
· 12 years ago
0430499
x86: Use the new schedule_user API on userspace preemption
by Frederic Weisbecker
· 12 years ago
20ab65e3
rcu: Exit RCU extended QS on user preemption
by Frederic Weisbecker
· 12 years ago
90a340e
rcu: Exit RCU extended QS on kernel preemption after irq/exception
by Frederic Weisbecker
· 12 years ago
6ba3c97
x86: Exception hooks for userspace RCU extended QS
by Frederic Weisbecker
· 12 years ago
ef3f628
x86: Unspaghettize do_general_protection()
by Frederic Weisbecker
· 12 years ago
bf5a3c1
x86: Syscall hooks for userspace RCU extended QS
by Frederic Weisbecker
· 12 years ago
04e7e95
rcu: Switch task's syscall hooks on context switch
by Frederic Weisbecker
· 12 years ago
1e1a689
rcu: Ignore userspace extended quiescent state by default
by Frederic Weisbecker
· 12 years ago
c5d900b
rcu: Allow rcu_user_enter()/exit() to nest
by Frederic Weisbecker
· 12 years ago
2b1d502
rcu: Settle config for userspace extended quiescent state
by Frederic Weisbecker
· 12 years ago
9a0c6fe
rcu: Make RCU_FAST_NO_HZ handle adaptive ticks
by Paul E. McKenney
· 12 years ago
19dd1591
rcu: New rcu_user_enter_after_irq() and rcu_user_exit_after_irq() APIs
by Frederic Weisbecker
· 12 years ago
adf5091
rcu: New rcu_user_enter() and rcu_user_exit() APIs
by Frederic Weisbecker
· 12 years ago
a9b86fa
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 12 years ago
593d100
Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25b
by Paul E. McKenney
· 12 years ago
5217192
Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25b
by Paul E. McKenney
· 12 years ago
9b20aa6
Merge tag 'v3.6-rc7' into core/rcu
by Ingo Molnar
· 12 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
· 12 years ago
979570e
Linux 3.6-rc7
by Linus Torvalds
· 12 years ago
56bae80
Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 12 years ago
0737c8d
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
by Linus Torvalds
· 12 years ago
0bf7a70
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 12 years ago
faa2ad0
edac_mc: edac_mc_free() cannot assume mem_ctl_info is registered in sysfs.
by Shaun Ruffell
· 12 years ago
ef6e781
edac_mc: fix messy kfree calls in the error path
by Fengguang Wu
· 12 years ago
5f0ecb9
hwmon: (fam15h_power) Tweak runavg_range on resume
by Andreas Herrmann
· 12 years ago
641f145
hwmon: (coretemp) Use get_online_cpus to avoid races involving CPU hotplug
by Silas Boyd-Wickizer
· 12 years ago
1ec3ddf
hwmon: (via-cputemp) Use get_online_cpus to avoid races involving CPU hotplug
by Silas Boyd-Wickizer
· 12 years ago
93482f4
ia64: Add missing RCU idle APIs on idle loop
by Paul E. McKenney
· 12 years ago
11ad47a
xtensa: Add missing RCU idle APIs on idle loop
by Frederic Weisbecker
· 12 years ago
0ee23fd
score: Add missing RCU idle APIs on idle loop
by Frederic Weisbecker
· 12 years ago
fbe7521
parisc: Add missing RCU idle APIs on idle loop
by Frederic Weisbecker
· 12 years ago
5b0753a
mn10300: Add missing RCU idle APIs on idle loop
by Frederic Weisbecker
· 12 years ago
5b57ba3
m68k: Add missing RCU idle APIs on idle loop
by Frederic Weisbecker
· 12 years ago
48ae077
m32r: Add missing RCU idle APIs on idle loop
by Frederic Weisbecker
· 12 years ago
b2fe143
h8300: Add missing RCU idle APIs on idle loop
by Frederic Weisbecker
· 12 years ago
41d8fe5
frv: Add missing RCU idle APIs on idle loop
by Frederic Weisbecker
· 12 years ago
c633f9e
cris: Add missing RCU idle APIs on idle loop
by Frederic Weisbecker
· 12 years ago
4c94cad
alpha: Add missing RCU idle APIs on idle loop
by Frederic Weisbecker
· 12 years ago
6a6c027
alpha: Fix preemption handling in idle loop
by Frederic Weisbecker
· 12 years ago
429227b
Use get_online_cpus to avoid races involving CPU hotplug
by Silas Boyd-Wickizer
· 12 years ago
a2db672
Use get_online_cpus to avoid races involving CPU hotplug
by Silas Boyd-Wickizer
· 12 years ago
5d18023
sched: Fix load avg vs cpu-hotplug
by Peter Zijlstra
· 12 years ago
0d8ee37
rcu: Disallow callback registry on offline CPUs
by Paul E. McKenney
· 12 years ago
1331e7a
rcu: Remove _rcu_barrier() dependency on __stop_machine()
by Paul E. McKenney
· 12 years ago
86f343b
rcu: Fix CONFIG_RCU_FAST_NO_HZ stall warning message
by Paul E. McKenney
· 12 years ago
22a7672
rcu: Move TINY_RCU quiescent state out of extended quiescent state
by Li Zhong
· 12 years ago
58fac09
kmemleak: Replace list_for_each_continue_rcu with new interface
by Michael Wang
· 12 years ago
803b0eb
time: RCU permitted to stop idle entry via softirq
by Paul E. McKenney
· 12 years ago
7a11e20
rcu: Move TINY_PREEMPT_RCU away from raw_local_irq_save()
by Paul E. McKenney
· 12 years ago
fdab649
rcu: Remove redundant memory barrier from __call_rcu()
by Paul E. McKenney
· 12 years ago
c96ea7c
rcu: Avoid spurious RCU CPU stall warnings
by Paul E. McKenney
· 12 years ago
c8020a6
rcu: Protect rcu_node accesses during CPU stall warnings
by Paul E. McKenney
· 12 years ago
5fd4dc0
rcu: Avoid rcu_print_detail_task_stall_rnp() segfault
by Paul E. McKenney
· 12 years ago
115f7a7
rcu: Apply for_each_rcu_flavor() to increment_cpu_stall_ticks()
by Paul E. McKenney
· 12 years ago
b065a85
rcu: Fix obsolete rcu_initiate_boost() header comment
by Paul E. McKenney
· 12 years ago
a82dcc7
rcu: Make offline-CPU checking allow for indefinite delays
by Paul E. McKenney
· 12 years ago
5cc900c
rcu: Improve boost selection when moving tasks to root rcu_node
by Paul E. McKenney
· 12 years ago
b4270ee
rcu: Permit RCU_NONIDLE() to be used from interrupt context
by Paul E. McKenney
· 12 years ago
1e3fd2b
rcu: Properly initialize ->boost_tasks on CPU offline
by Paul E. McKenney
· 12 years ago
818615c
rcu: Pull TINY_RCU dyntick-idle tracing into non-idle region
by Paul E. McKenney
· 12 years ago
e3ebfb9
rcu: Add PROVE_RCU_DELAY to provoke difficult races
by Paul E. McKenney
· 12 years ago
60f5378
rcu: Prevent initialization race in rcutorture kthreads
by Paul E. McKenney
· 12 years ago
2caa1e4
rcu: Switch rcutorture to pr_alert() and friends
by Paul E. McKenney
· 12 years ago
2aef619
rcu: Document SRCU dead-CPU capabilities, emphasize read-side limits
by Paul E. McKenney
· 12 years ago
13dbf91
rcu: Track CPU-hotplug duration statistics
by Paul E. McKenney
· 12 years ago
ab840f7
rcu: Update rcutorture defaults
by Paul E. McKenney
· 12 years ago
b17c703
rcu: Shrink RCU based on number of CPUs
by Paul E. McKenney
· 12 years ago
4dbd6bb
rcu: Handle unbalanced rcu_node configurations with few CPUs
by Paul E. McKenney
· 12 years ago
d7d6a11
rcu: Simplify quiescent-state detection
by Paul E. McKenney
· 12 years ago
1943c89
rcu: Reduce synchronize_rcu_expedited() latency
by Paul E. McKenney
· 12 years ago
bcfa57c
rcu: Eliminate signed overflow in synchronize_rcu_expedited()
by Paul E. McKenney
· 12 years ago
25d30cf
rcu: Adjust for unconditional ->completed assignment
by Paul E. McKenney
· 12 years ago
661a85d
rcu: Add random PROVE_RCU_DELAY to grace-period initialization
by Paul E. McKenney
· 12 years ago
5d4b865
rcu: Fix day-zero grace-period initialization/cleanup race
by Paul E. McKenney
· 12 years ago
7e5c2df
rcu: Make rcutree module parameters visible in sysfs
by Paul E. McKenney
· 12 years ago
d40011f
rcu: Control grace-period duration from sysfs
by Paul E. McKenney
· 12 years ago
394f276
rcu: Prevent force_quiescent_state() memory contention
by Paul E. McKenney
· 12 years ago
4605c01
rcu: Adjust debugfs tracing for kthread-based quiescent-state forcing
by Paul E. McKenney
· 12 years ago
b4be093f
rcu: Allow RCU quiescent-state forcing to be preempted
by Paul E. McKenney
· 12 years ago
4cdfc17
rcu: Move quiescent-state forcing into kthread
by Paul E. McKenney
· 12 years ago
b402b73
rcu: Segregate rcu_state fields to improve cache locality
by Dimitri Sivanich
· 12 years ago
b626c1b
rcu: Provide OOM handler to motivate lazy RCU callbacks
by Paul E. McKenney
· 12 years ago
bfa00b4
rcu: Prevent offline CPUs from executing RCU core code
by Paul E. McKenney
· 12 years ago
7fdefc1
rcu: Break up rcu_gp_kthread() into subfunctions
by Paul E. McKenney
· 12 years ago
c856baf
rcu: Allow RCU grace-period cleanup to be preempted
by Paul E. McKenney
· 12 years ago
cabc49c
rcu: Move RCU grace-period cleanup into kthread
by Paul E. McKenney
· 12 years ago
755609a
rcu: Allow RCU grace-period initialization to be preempted
by Paul E. McKenney
· 12 years ago
79bce67
rcu: Prevent initialization-time quiescent-state race
by Paul E. McKenney
· 12 years ago
b3dbec7
rcu: Move RCU grace-period initialization into a kthread
by Paul E. McKenney
· 12 years ago
a10d206
rcu: Fix day-one dyntick-idle stall-warning bug
by Paul E. McKenney
· 12 years ago
e5e77cf
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 12 years ago
b3a297d
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 12 years ago
cead24c
Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 12 years ago
a4be6c7
Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 12 years ago
5962640
HID: Fix logitech-dj: missing Unifying device issue
by Nestor Lopez Casado
· 12 years ago
3914998
HID: lenovo-tpkbd: Fix memory leak in tpkbd_remove_tp()
by Axel Lin
· 12 years ago
Next »