index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-29
rcu: Changes from reviews: avoid casts, fix/add warnings, improve comments
Paul E. McKenney
4
-12
/
+17
2009-08-29
rcu: Create rcutree plugins to handle hotplug CPU for multi-level trees
Paul E. McKenney
4
-8
/
+69
2009-08-26
rcu: Remove lockdep annotations from RCU's _notrace() API members
Paul E. McKenney
1
-2
/
+0
2009-08-25
rcu: Add #ifdef to suppress __rcu_offline_cpu() warning in !HOTPLUG_CPU builds
Paul E. McKenney
1
-0
/
+2
2009-08-24
rcu: Add CPU-offline processing for single-node configurations
Paul E. McKenney
2
-0
/
+26
2009-08-24
rcu: Add "notrace" to RCU function headers used by ftrace
Paul E. McKenney
1
-2
/
+2
2009-08-23
rcu: Remove CONFIG_PREEMPT_RCU
Paul E. McKenney
12
-2142
/
+13
2009-08-23
rcu: Merge preemptable-RCU functionality into hierarchical RCU
Paul E. McKenney
14
-55
/
+661
2009-08-23
rcu: Simplify rcu_pending()/rcu_check_callbacks() API
Paul E. McKenney
6
-9
/
+14
2009-08-23
rcu: Use debugfs_remove_recursive() simplify code.
Paul E. McKenney
1
-30
/
+15
2009-08-23
rcu: Merge per-RCU-flavor initialization into pre-existing macro
Paul E. McKenney
1
-9
/
+5
2009-08-23
rcu: Fix online/offline indication for rcudata.csv trace file
Paul E. McKenney
1
-1
/
+1
2009-08-23
rcu: Consolidate sparse and lockdep declarations in include/linux/rcupdate.h
Paul E. McKenney
3
-24
/
+44
2009-08-23
rcu: Renamings to increase RCU clarity
Paul E. McKenney
10
-63
/
+95
2009-08-23
rcu: Move private definitions from include/linux/rcutree.h to kernel/rcutree.h
Paul E. McKenney
4
-211
/
+241
2009-08-22
rcu: Expunge lingering references to CONFIG_CLASSIC_RCU, optimize on !SMP
Paul E. McKenney
2
-4
/
+4
2009-08-19
rcu: Delay rcu_barrier() wait until beginning of next CPU-hotunplug operation.
Paul E. McKenney
1
-1
/
+2
2009-08-15
rcu: Fix typo in rcu_irq_exit() comment header
Josh Triplett
1
-1
/
+1
2009-08-15
rcu: Make rcupreempt_trace.c look at offline CPUs
Paul E. McKenney
1
-2
/
+3
2009-08-15
rcu: Make preemptable RCU scan all CPUs when summing RCU counters
Paul E. McKenney
1
-7
/
+1
2009-08-15
rcu: Simplify RCU CPU-hotplug notification
Paul E. McKenney
3
-36
/
+22
2009-08-15
cpu hotplug: Introduce cpu_notifier() to handle !HOTPLUG_CPU case
Paul E. McKenney
1
-5
/
+12
2009-08-15
rcu: Split hierarchical RCU initialization into boot-time and CPU-online pieces
Paul E. McKenney
1
-20
/
+33
2009-08-15
Merge commit 'v2.6.31-rc6' into core/rcu
Ingo Molnar
2538
-36388
/
+70259
2009-08-14
Linux 2.6.31-rc6
v2.6.31-rc6
Linus Torvalds
1
-1
/
+1
2009-08-14
genirq: prevent wakeup of freed irq thread
Linus Torvalds
1
-10
/
+7
2009-08-13
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
11
-190
/
+429
2009-08-13
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-11
/
+37
2009-08-13
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-37
/
+48
2009-08-13
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
16
-135
/
+357
2009-08-13
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
3
-20
/
+56
2009-08-13
Merge branch 'sh/for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
26
-26
/
+26
2009-08-13
Make sock_sendpage() use kernel_sendpage()
Linus Torvalds
1
-1
/
+1
2009-08-13
perf_counter: Report the cloning task as parent on perf_counter_fork()
Peter Zijlstra
1
-2
/
+2
2009-08-13
perf_counter: Fix an ipi-deadlock
Peter Zijlstra
1
-1
/
+5
2009-08-13
perf: Rework/fix the whole read vs group stuff
Peter Zijlstra
2
-83
/
+238
2009-08-13
perf_counter: Fix swcounter context invariance
Peter Zijlstra
1
-26
/
+18
2009-08-13
perf report: Don't show unresolved DSOs and symbols when -S/-d is used
Arnaldo Carvalho de Melo
1
-2
/
+3
2009-08-13
perf tools: Add a general option to enable raw sample records
Frederic Weisbecker
1
-0
/
+5
2009-08-13
perf tools: Add a per tracepoint counter attribute to get raw sample
Frederic Weisbecker
2
-1
/
+11
2009-08-13
perf_counter: Provide hw_perf_counter_setup_online() APIs
Ingo Molnar
2
-1
/
+11
2009-08-13
perf list: Fix large list output by using the pager
Arnaldo Carvalho de Melo
1
-1
/
+2
2009-08-13
sh: fix i2c init order on ap325rxa V2
Magnus Damm
1
-1
/
+1
2009-08-13
sh: fix i2c init order on Migo-R V2
Magnus Damm
1
-1
/
+1
2009-08-13
sh: convert processor device setup functions to arch_initcall()
Magnus Damm
24
-24
/
+24
2009-08-13
md: allow upper limit for resync/reshape to be set when array is read-only
NeilBrown
1
-0
/
+1
2009-08-13
md/raid5: Properly remove excess drives after shrinking a raid5/6
NeilBrown
1
-2
/
+9
2009-08-13
md/raid5: make sure a reshape restarts at the correct address.
NeilBrown
1
-1
/
+1
2009-08-13
md/raid5: allow new reshape modes to be restarted in the middle.
NeilBrown
1
-1
/
+20
2009-08-13
md: never advance 'events' counter by more than 1.
NeilBrown
1
-8
/
+5
[next]