summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-2114-95/+741
|\
| * sched: fix RCU lockdep splat from task_group()Peter Zijlstra2010-10-071-0/+12
| * rcu: using ACCESS_ONCE() to observe the jiffies_stall/rnp->qsmask valueDongdong Deng2010-10-071-2/+2
| * sched: suppress RCU lockdep splat in task_fork_fairPaul E. McKenney2010-10-071-1/+4
| * Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar2010-10-0714-67/+161
| |\
| * \ Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2010-10-0725-148/+327
| |\ \
| | * | rcu: move check from rcu_dereference_bh to rcu_read_lock_bh_heldPaul E. McKenney2010-10-051-1/+1
| * | | rcu: Add tracing data to support queueing modelsPaul E. McKenney2010-09-233-3/+13
| * | | rcu: fix sparse errors in rcutorture.cPaul E. McKenney2010-09-231-4/+7
| * | | kernel: Remove undead ifdef CONFIG_DEBUG_LOCK_ALLOCChristian Dietrich2010-09-231-2/+0
| * | | rcu: fix _oddness handling of verbose stall warningsPaul E. McKenney2010-09-021-1/+1
| * | | rcu: performance fixes to TINY_PREEMPT_RCU callback checkingPaul E. McKenney2010-08-271-4/+8
| * | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2010-08-2311-81/+697
| |\ \ \
| | * | | rcu: apply TINY_PREEMPT_RCU read-side speedup to TREE_PREEMPT_RCUPaul E. McKenney2010-08-201-2/+4
| | * | | rcu: combine duplicate code, courtesy of CONFIG_PREEMPT_RCUPaul E. McKenney2010-08-201-9/+0
| | * | | rcu: repair code-duplication FIXMEsPaul E. McKenney2010-08-202-7/+0
| | * | | rcu: permit suppressing current grace period's CPU stall warningsPaul E. McKenney2010-08-203-0/+39
| | * | | rcu: refer RCU CPU stall-warning victims to stallwarn.txtPaul E. McKenney2010-08-201-2/+10
| | * | | rcu: Add a TINY_PREEMPT_RCUPaul E. McKenney2010-08-203-22/+594
| | * | | rcu: Allow RCU CPU stall warnings to be off at boot, but manually enablablePaul E. McKenney2010-08-192-1/+7
| | * | | rcu: allow RCU CPU stall warning messages to be controlled in /sysPaul E. McKenney2010-08-191-1/+1
| | * | | rcu: improve kerneldoc for rcu_read_lock(), call_rcu(), and synchronize_rcu()Paul E. McKenney2010-08-191-3/+5
| | * | | rcu: add boot parameter to suppress RCU CPU stall warning messagesPaul E. McKenney2010-08-191-3/+8
| | * | | rcu: make CPU stall warning timeout configurablePaul E. McKenney2010-08-191-2/+3
| | * | | Add RCU check for find_task_by_vpid().Tetsuo Handa2010-08-191-0/+1
| | * | | rcu: simplify the usage of percpu dataLai Jiangshan2010-08-194-31/+19
| | * | | rcutorture: add random preemptionLai Jiangshan2010-08-191-0/+6
| | * | | cgroups: __rcu annotationsArnd Bergmann2010-08-191-1/+1
| | * | | rculist: avoid __rcu annotationsArnd Bergmann2010-08-191-1/+1
| | * | | rcu: define __rcu address space modifier for sparsePaul E. McKenney2010-08-191-2/+4
* | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-10-214-27/+34
|\ \ \ \ \
| * | | | | lockdep: Check the depth of subclassHitoshi Mitake2010-10-181-8/+10
| * | | | | lockdep: Add improved subclass cachingHitoshi Mitake2010-10-181-7/+18
| * | | | | Merge branch 'linus' into core/lockingIngo Molnar2010-10-188-19/+40
| |\ \ \ \ \
| * | | | | | printk: Make console_sem a semaphore not a pseudo mutexThomas Gleixner2010-10-121-2/+2
| * | | | | | Merge branch 'linus' into core/lockingThomas Gleixner2010-10-1236-292/+674
| |\ \ \ \ \ \
| * | | | | | | lockup_detector: Make callback function staticLin Ming2010-08-201-1/+1
| * | | | | | | lockup detector: Fix grammar by adding a missing "to" in the commentsJohn Kacur2010-08-171-1/+1
| * | | | | | | lockdep: Remove __debug_show_held_locksJohn Kacur2010-08-172-8/+2
* | | | | | | | security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro2010-10-212-4/+4
| |_|/ / / / / |/| | | | | |
* | | | | | | sysctl: min/max bounds are optionalEric Dumazet2010-10-151-9/+0
* | | | | | | hrtimer: Preserve timer state in remove_hrtimer()Salman Qazi2010-10-141-2/+11
* | | | | | | ring-buffer: Fix typo of time extends per pageSteven Rostedt2010-10-121-1/+1
* | | | | | | perf: Fix incorrect copy_from_user() usageJohn Blackwood2010-10-121-3/+1
* | | | | | | Merge branch 'hwpoison-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-10-071-0/+8
|\ \ \ \ \ \ \
| * | | | | | | HWPOISON: Copy si_addr_lsb to userAndi Kleen2010-10-071-0/+8
| | |/ / / / / | |/| | | | |
* | | | | | | sysctl: fix min/max handling in __do_proc_doulongvec_minmax()Eric Dumazet2010-10-071-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-051-3/+14
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | generic-ipi: Fix deadlock in __smp_call_function_singleHeiko Carstens2010-09-101-3/+14
* | | | | | modules: Fix module_bug_list list corruption raceLinus Torvalds2010-10-051-0/+4
| |/ / / / |/| | | |