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
2011-12-11
rcu: Permit RCU_FAST_NO_HZ to be used by TREE_PREEMPT_RCU
Paul E. McKenney
1
-5
/
+5
2011-12-11
rcu: Fix idle-task checks
Paul E. McKenney
2
-4
/
+4
2011-12-11
rcu: Allow dyntick-idle mode for CPUs with callbacks
Paul E. McKenney
3
-33
/
+132
2011-12-11
rcu: Add more information to the wrong-idle-task complaint
Paul E. McKenney
2
-4
/
+20
2011-12-11
rcu: Deconfuse dynticks entry-exit tracing
Paul E. McKenney
4
-32
/
+53
2011-12-11
rcu: Add documentation for raw SRCU read-side primitives
Paul E. McKenney
4
-16
/
+29
2011-12-11
rcu: Introduce raw SRCU read-side primitives
Paul E. McKenney
1
-0
/
+43
2011-12-11
powerpc: Tell RCU about idle after hcall tracing
Paul E. McKenney
2
-2
/
+18
2011-12-11
rcu: Fix early call to rcu_idle_enter()
Frederic Weisbecker
1
-1
/
+1
2011-12-11
x86: Call idle notifier after irq_enter()
Frederic Weisbecker
5
-9
/
+9
2011-12-11
x86: Enter rcu extended qs after idle notifier call
Frederic Weisbecker
1
-2
/
+8
2011-12-11
nohz: Allow rcu extended quiescent state handling seperately from tick stop
Frederic Weisbecker
18
-49
/
+90
2011-12-11
nohz: Separate out irq exit and idle loop dyntick logic
Frederic Weisbecker
19
-77
/
+99
2011-12-11
rcu: Make srcu_read_lock_held() call common lockdep-enabled function
Paul E. McKenney
1
-1
/
+4
2011-12-11
rcu: Warn when srcu_read_lock() is used in an extended quiescent state
Paul E. McKenney
1
-13
/
+23
2011-12-11
rcu: Remove one layer of abstraction from PROVE_RCU checking
Paul E. McKenney
1
-45
/
+8
2011-12-11
rcu: Warn when rcu_read_lock() is used in extended quiescent state
Frederic Weisbecker
1
-10
/
+42
2011-12-11
rcu: Inform the user about extended quiescent state on PROVE_RCU warning
Frederic Weisbecker
1
-0
/
+22
2011-12-11
rcu: Detect illegal rcu dereference in extended quiescent state
Frederic Weisbecker
4
-0
/
+30
2011-12-11
rcu: Remove redundant return from rcu_report_exp_rnp()
Thomas Gleixner
1
-1
/
+0
2011-12-11
rcu: Omit self-awaken when setting up expedited grace period
Thomas Gleixner
3
-7
/
+14
2011-12-11
rcu: Disable preemption in rcu_is_cpu_idle()
Paul E. McKenney
1
-3
/
+7
2011-12-11
rcu: Document failing tick as cause of RCU CPU stall warning
Paul E. McKenney
1
-0
/
+5
2011-12-11
rcu: Add failure tracing to rcutorture
Paul E. McKenney
4
-0
/
+62
2011-12-11
trace: Allow ftrace_dump() to be called from modules
Paul E. McKenney
1
-0
/
+1
2011-12-11
rcu: Track idleness independent of idle tasks
Paul E. McKenney
10
-154
/
+297
2011-12-11
lockdep: Update documentation for lock-class leak detection
Paul E. McKenney
1
-0
/
+63
2011-12-11
rcu: Make synchronize_sched_expedited() better at work sharing
Paul E. McKenney
1
-1
/
+1
2011-12-11
rcu: Avoid RCU-preempt expedited grace-period botch
Paul E. McKenney
1
-2
/
+5
2011-12-11
rcu: ->signaled better named ->fqs_state
Paul E. McKenney
3
-11
/
+11
2011-12-10
Linux 3.2-rc5
v3.2-rc5
Linus Torvalds
1
-1
/
+1
2011-12-10
Merge git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
4
-5
/
+39
2011-12-10
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
8
-44
/
+68
2011-12-10
Merge branch 'spi/for-3.2' of git://git.pengutronix.de/git/wsa/linux-2.6
Linus Torvalds
4
-4
/
+6
2011-12-09
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
3
-7
/
+32
2011-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
10
-26
/
+40
2011-12-09
Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
4
-4
/
+5
2011-12-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
10
-65
/
+172
2011-12-09
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-5
/
+12
2011-12-09
sys_getppid: add missing rcu_dereference
Mandeep Singh Baines
1
-1
/
+1
2011-12-09
rapidio/tsi721: modify PCIe capability settings
Alexandre Bounine
2
-5
/
+17
2011-12-09
rapidio/tsi721: fix mailbox resource reporting
Alexandre Bounine
1
-2
/
+2
2011-12-09
rapidio/tsi721: switch to dma_zalloc_coherent
Alexandre Bounine
1
-13
/
+4
2011-12-09
procfs: do not overflow get_{idle,iowait}_time for nohz
Michal Hocko
1
-2
/
+2
2011-12-09
mm: vmalloc: check for page allocation failure before vmlist insertion
Mel Gorman
1
-0
/
+2
2011-12-09
mm: Ensure that pfn_valid() is called once per pageblock when reserving pageb...
Michal Hocko
1
-1
/
+7
2011-12-09
mm/migrate.c: pair unlock_page() and lock_page() when migrating huge pages
Hillf Danton
1
-1
/
+1
2011-12-09
thp: set compound tail page _count to zero
Youquan Song
2
-1
/
+2
2011-12-09
thp: add compound tail page _mapcount when mapped
Youquan Song
1
-0
/
+2
2011-12-09
printk: avoid double lock acquire
Peter Zijlstra
1
-1
/
+2
[next]