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
2014-05-14
torture: Remove unused definition
Pranith Kumar
1
-6
/
+0
2014-05-14
torture: Remove __init from torture_init_begin/end
Pranith Kumar
1
-2
/
+2
2014-05-14
torture: Check for multiple concurrent torture tests
Paul E. McKenney
4
-5
/
+16
2014-05-14
locktorture: Remove reference to nonexistent Kconfig parameter
Paul E. McKenney
1
-2
/
+2
2014-05-14
rcutorture: Run rcu_torture_writer at normal priority
Paul E. McKenney
1
-1
/
+0
2014-05-14
rcutorture: Note diffs from git commits
Paul E. McKenney
1
-0
/
+4
2014-05-14
rcutorture: Add missing destroy_timer_on_stack()
Thomas Gleixner
1
-1
/
+3
2014-05-14
rcutorture: Explicitly test synchronous grace-period primitives
Paul E. McKenney
1
-5
/
+23
2014-05-14
rcutorture: Add tests for get_state_synchronize_rcu()
Paul E. McKenney
1
-35
/
+95
2014-05-14
rcutorture: Test RCU-sched primitives in TREE_PREEMPT_RCU kernels
Paul E. McKenney
1
-0
/
+1
2014-05-14
torture: Use elapsed time to detect hangs
Paul E. McKenney
1
-6
/
+12
2014-05-14
rcutorture: Check for rcu_torture_fqs creation errors
Paul E. McKenney
1
-1
/
+2
2014-05-14
torture: Better summary diagnostics for build failures
Paul E. McKenney
4
-8
/
+21
2014-05-14
torture: Notice if an all-zero cpumask is passed inside a critical section
Iulia Manda
1
-6
/
+1
2014-05-14
rcutorture: Make rcu_torture_reader() use cond_resched()
Paul E. McKenney
1
-4
/
+7
2014-05-14
sched,rcu: Make cond_resched() report RCU quiescent states
Paul E. McKenney
3
-1
/
+60
2014-05-14
percpu: Fix raw_cpu_inc_return()
Paul E. McKenney
1
-1
/
+1
2014-05-14
rcutorture: Export RCU grace-period kthread wait state to rcutorture
Paul E. McKenney
5
-1
/
+30
2014-05-14
torture: Dump ftrace buffer when the RCU grace period stalls
Paul E. McKenney
1
-0
/
+1
2014-05-14
torture: Add tracing-enabled variant of TREE02
Paul E. McKenney
1
-0
/
+25
2014-05-14
torture: Choose bzImage location based on architecture
Paul E. McKenney
3
-6
/
+43
2014-05-14
torture: Permit multi-word qemu and boot arguments
Paul E. McKenney
1
-2
/
+2
2014-05-14
torture: Increase stutter-end intensity
Paul E. McKenney
1
-2
/
+10
2014-05-14
torture: Report diagnostics from qemu
Paul E. McKenney
1
-1
/
+8
2014-05-14
torture: Include "Stopping" string to torture_kthread_stopping()
Paul E. McKenney
1
-2
/
+4
2014-05-14
rcutorture: Print negatives for SRCU counter wraparound
Paul E. McKenney
1
-3
/
+5
2014-05-14
torture: Make "--dryrun script" use same environment as normal run
Paul E. McKenney
1
-15
/
+11
2014-05-14
torture: Make "--dryrun script" output self-sufficient
Paul E. McKenney
1
-33
/
+27
2014-05-14
rcutorture: Mark function as static in kernel/rcu/torture.c
Rashika Kheria
1
-2
/
+2
2014-05-14
torture: Make config-fragment filtering RCU-independent
Paul E. McKenney
1
-1
/
+1
2014-05-14
torture: Rename RCU_QEMU_CMD to TORTURE_QEMU_CMD
Paul E. McKenney
2
-6
/
+6
2014-05-14
torture: Rename RCU_QEMU_ARG to TORTURE_QEMU_ARG
Paul E. McKenney
1
-3
/
+3
2014-05-14
torture: Rename RCU_QEMU_MAC to TORTURE_QEMU_MAC
Paul E. McKenney
2
-5
/
+5
2014-05-14
torture: Rename RCU_QEMU_INTERACTIVE to TORTURE_QEMU_INTERACTIVE
Paul E. McKenney
2
-8
/
+8
2014-05-14
torture: Rename RCU_BUILDONLY to TORTURE_BUILDONLY
Paul E. McKenney
2
-4
/
+7
2014-05-14
torture: Rename RCU_BOOTARGS to TORTURE_BOOTARGS
Paul E. McKenney
1
-3
/
+3
2014-05-14
torture: Rename RCU_KMAKE_ARG to TORTURE_KMAKE_ARG
Paul E. McKenney
2
-4
/
+4
2014-05-14
torture: Allow variations of "defconfig" to be specified
Paul E. McKenney
2
-1
/
+9
2014-05-14
torture: Intensify locking test
Paul E. McKenney
1
-1
/
+2
2014-05-14
torture: Rename RCU_INITRD to TORTURE_INITRD
Paul E. McKenney
2
-4
/
+4
2014-05-14
torture: Make parse-rcutorture.sh less RCU-specific
Paul E. McKenney
3
-13
/
+13
2014-05-14
torture: Add batch headers "--dryrun sched"
Paul E. McKenney
1
-1
/
+2
2014-05-14
torture: Remove obsolete builddir options
Paul E. McKenney
1
-16
/
+0
2014-05-13
rcutorture: Add forward-progress checking for writer
Paul E. McKenney
3
-0
/
+89
2014-04-14
Linux 3.15-rc1
v3.15-rc1
Linus Torvalds
1
-2
/
+2
2014-04-14
mm: Initialize error in shmem_file_aio_read()
Geert Uytterhoeven
1
-1
/
+1
2014-04-14
cifs: Use min_t() when comparing "size_t" and "unsigned long"
Geert Uytterhoeven
1
-1
/
+1
2014-04-14
Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
5
-84
/
+128
2014-04-13
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...
Linus Torvalds
6
-120
/
+196
2014-04-13
sym53c8xx_2: Set DID_REQUEUE return code when aborting squeue
Mikulas Patocka
1
-0
/
+4
[next]