Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
69f061e0c2ed47304b3eeac7fb7bd5268652dc50
/
kernel
69f061e
Merge branch 'core-signal-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 17 years ago
6077817
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 17 years ago
d0b093a
Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 17 years ago
3e72b81
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 17 years ago
9b269d4
Merge branch 'core-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 17 years ago
c08f782
mutex: Fix missing conditions to build mutex_spin_on_owner()
by Frederic Weisbecker
· 17 years ago
c022602
mutex: Better control mutex adaptive spinning config
by Frederic Weisbecker
· 17 years ago
d9a3da0
rcu: Add expedited grace-period support for preemptible RCU
by Paul E. McKenney
· 17 years ago
cf244dc
rcu: Enable fourth level of TREE_RCU hierarchy
by Paul E. McKenney
· 17 years ago
d3f6bad
rcu: Rename "quiet" functions
by Paul E. McKenney
· 17 years ago
c84d6ef
Merge branch 'master' into next
by James Morris
· 17 years ago
35dead4
modules: don't export section names of empty sections via sysfs
by Helge Deller
· 17 years ago
f13a48b
SLOW_WORK: Move slow_work's proc file to debugfs
by David Howells
· 17 years ago
fa1dae4
SLOW_WORK: Fix the CONFIG_MODULES=n case
by David Howells
· 17 years ago
b3a222e
remove CONFIG_SECURITY_FILE_CAPABILITIES compile option
by Serge E. Hallyn
· 17 years ago
c4a5af5
Silence the existing API for capability version compatibility check.
by Andrew G. Morgan
· 17 years ago
6ebb237
rcu: Re-arrange code to reduce #ifdef pain
by Paul E. McKenney
· 17 years ago
9f680ab
rcu: Eliminate unneeded function wrapping
by Paul E. McKenney
· 17 years ago
b668c9c
rcu: Fix grace-period-stall bug on large systems with CPU hotplug
by Paul E. McKenney
· 17 years ago
3bde31a
SLOW_WORK: Allow a requeueable work item to sleep till the thread is needed
by David Howells
· 17 years ago
8fba10a
SLOW_WORK: Allow the work items to be viewed through a /proc file
by David Howells
· 17 years ago
6b8268b
SLOW_WORK: Add delayed_slow_work support
by Jens Axboe
· 17 years ago
0160950
SLOW_WORK: Add support for cancellation of slow work
by Jens Axboe
· 17 years ago
4d8bb2c
SLOW_WORK: Make slow_work_ops ->get_ref/->put_ref optional
by Jens Axboe
· 17 years ago
3d7a641
SLOW_WORK: Wait for outstanding work items belonging to a module to clear
by David Howells
· 17 years ago
2ea6dec
generic-ipi: Add smp_call_function_any()
by Rusty Russell
· 17 years ago
9398180
workqueue: fix race condition in schedule_on_each_cpu()
by Tejun Heo
· 17 years ago
2f51f98
rcu: Eliminate __rcu_pending() false positives
by Paul E. McKenney
· 17 years ago
560d4bc
rcu: Further cleanups of use of lastcomp
by Paul E. McKenney
· 17 years ago
8e13c7b
locking: Reduce ifdefs in kernel/spinlock.c
by Thomas Gleixner
· 17 years ago
6beb000
locking: Make inlining decision Kconfig based
by Thomas Gleixner
· 17 years ago
8e9aa8f
rcu: Simplify association of forced quiescent states with grace periods
by Paul E. McKenney
· 17 years ago
b32e9eb
rcu: Accelerate callback processing on CPUs not detecting GP end
by Paul E. McKenney
· 17 years ago
0e0fc1c
rcu: Mark init-time-only rcu_bootup_announce() as __init
by Paul E. McKenney
· 17 years ago
961767b
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
1fd18a8
Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 17 years ago
c64ac3c
rcu: Simplify association of quiescent states with grace periods
by Paul E. McKenney
· 17 years ago
4bcfe05
rcu: Rename dynticks_completed to completed_fqs
by Paul E. McKenney
· 17 years ago
956539b
rcu: Enable synchronize_sched_expedited() fastpath
by Paul E. McKenney
· 17 years ago
dbe0135
rcu: Remove inline from forward-referenced functions
by Paul E. McKenney
· 17 years ago
9160306
rcu: Fix note_new_gpnum() uses of ->gpnum
by Paul E. McKenney
· 17 years ago
d09b62d
rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed counter
by Paul E. McKenney
· 17 years ago
281d150
rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling of ->completed counter
by Paul E. McKenney
· 17 years ago
7e1a276
Merge branch 'core/urgent' into core/rcu
by Ingo Molnar
· 17 years ago
dd8dbf2
security: report the module name to security_module_request
by Eric Paris
· 17 years ago
f84d49b
signal: Print warning message when dropping signals
by Naohiro Ooiwa
· 17 years ago
e9036b3
sched: Use root_task_group_empty only with FAIR_GROUP_SCHED
by Cyrill Gorcunov
· 17 years ago
968c864
sched: Fix kernel-doc function parameter name
by Randy Dunlap
· 17 years ago
e7e7e0c
genirq: try_one_irq() must be called with irq disabled
by Yong Zhang
· 17 years ago
608221f
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
72cc129
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
ed146b2
ftrace: Fix unmatched locking in ftrace_regex_write()
by Li Zefan
· 17 years ago
f711294
ring-buffer: Synchronize resizing buffer with reader lock
by Lai Jiangshan
· 17 years ago
38dc634
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6
by Linus Torvalds
· 17 years ago
1d51075
Correct nr_processes() when CPUs have been unplugged
by Ian Campbell
· 17 years ago
bf9fd67
PM / Hibernate: Add newline to load_image() fail path
by Jiri Slaby
· 17 years ago
4ff277f
PM / Hibernate: Fix error handling in save_image()
by Jiri Slaby
· 17 years ago
76b57e6
PM / Hibernate: Fix blkdev refleaks
by Jiri Slaby
· 17 years ago
b84ff7d
sched: Fix kthread_bind() by moving the body of kthread_bind() to sched.c
by Mike Galbraith
· 17 years ago
3fe866c
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
bce8fc4
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
a5e3013
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
c5e0cb3
rcu: Cleanup: balance rcu_irq_enter()/rcu_irq_exit() calls
by Lai Jiangshan
· 17 years ago
83f5b01
rcu: Fix long-grace-period race between forcing and initialization
by Paul E. McKenney
· 17 years ago
b00bc0b
uids: Prevent tear down race
by Thomas Gleixner
· 17 years ago
49557e6
sched: Fix boot crash by zalloc()ing most of the cpu masks
by Rusty Russell
· 17 years ago
8633322
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 17 years ago
9532fae
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-param-fixes
by Linus Torvalds
· 17 years ago
3242f98
Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6
by Linus Torvalds
· 17 years ago
fefcfd4
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
37c2ca2
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
6e958d7
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
8c85dd8
sysctl: fix false positives when PROC_SYSCTL=n
by Alexey Dobriyan
· 17 years ago
478988d
cgroup: fix strstrip() misuse
by KOSAKI Motohiro
· 17 years ago
0d0df59
connector: fix regression introduced by sid connector
by Christian Borntraeger
· 17 years ago
3c7d76e
param: fix setting arrays of bool
by Rusty Russell
· 17 years ago
d553ad8
param: fix NULL comparison on oom
by Rusty Russell
· 17 years ago
65afac7
param: fix lots of bugs with writing charp params from sysfs, by leaking mem.
by Rusty Russell
· 17 years ago
11df6dd
futex: Fix spurious wakeup for requeue_pi really
by Thomas Gleixner
· 17 years ago
4a6cc4b
sched: move rq_weight data array out of .percpu
by Jiri Kosina
· 17 years ago
88b91c7
rcu: Simplify creating of lockdep class for root rcu_node
by Peter Zijlstra
· 17 years ago
4ce5b90
rcu: Do tiny cleanups in rcutiny
by Ingo Molnar
· 17 years ago
cf886c4
rcu: Improve rcutorture diagnostics when bad torture_type specified
by Paul E. McKenney
· 17 years ago
804bb83
rcu: Add synchronize_srcu_expedited() to the rcutorture test suite
by Paul E. McKenney
· 17 years ago
0cd397d
rcu: Add synchronize_srcu_expedited()
by Paul E. McKenney
· 17 years ago
9b1d82f
rcu: "Tiny RCU", The Bloatwatch Edition
by Paul E. McKenney
· 17 years ago
6d3f1e1
tracing: Remove cpu arg from the rb_time_stamp() function
by Jiri Olsa
· 17 years ago
67b394f
tracing: Fix comment typo and documentation example
by Jiri Olsa
· 17 years ago
3e69533
tracing: Fix trace_seq_printf() return value
by Jiri Olsa
· 17 years ago
cf8517c
tracing: Update *ppos instead of filp->f_pos
by Jiri Olsa
· 17 years ago
f685cea
sched: Strengthen buddies and mitigate buddy induced latencies
by Mike Galbraith
· 17 years ago
5c82871
ratelimit: Make suppressed output messages more useful
by Christian Borntraeger
· 17 years ago
72f279b
generic-ipi: Fix misleading smp_call_function*() description
by Sheng Yang
· 17 years ago
54f4407
perf events: Don't generate events for the idle task when exclude_idle is set
by Soeren Sandmann
· 17 years ago
721a669
perf events: Fix swevent hrtimer sampling by keeping track of remaining time when enabling/disabling swevent hrtimers
by Soeren Sandmann
· 17 years ago
04bf753
PM: Make warning in suspend_test_finish() less likely to happen
by Rafael J. Wysocki
· 17 years ago
65a6446
HWPOISON: Allow schedule_on_each_cpu() from keventd
by Andi Kleen
· 17 years ago
89061d3
futex: Move drop_futex_key_refs out of spinlock'ed region
by Darren Hart
· 17 years ago
bd07041
Merge the right tty-fixes branch
by Linus Torvalds
· 17 years ago
237c80c
rcu: Fix TREE_PREEMPT_RCU CPU_HOTPLUG bad-luck hang
by Paul E. McKenney
· 17 years ago
Next »