summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-09-23rcu: Add tracing data to support queueing modelsPaul E. McKenney3-3/+13
2010-09-23rcu: fix sparse errors in rcutorture.cPaul E. McKenney1-4/+7
2010-09-23kernel: Remove undead ifdef CONFIG_DEBUG_LOCK_ALLOCChristian Dietrich1-2/+0
2010-09-02rcu: fix _oddness handling of verbose stall warningsPaul E. McKenney1-1/+1
2010-08-27rcu: performance fixes to TINY_PREEMPT_RCU callback checkingPaul E. McKenney1-4/+8
2010-08-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar11-81/+697
2010-08-21workqueue: Add basic tracepoints to track workqueue executionArjan van de Ven1-0/+9
2010-08-21mm: make the vma list be doubly linkedLinus Torvalds1-2/+5
2010-08-20kfifo: implement missing __kfifo_skip_r()Andrea Righi1-0/+9
2010-08-20rcu: apply TINY_PREEMPT_RCU read-side speedup to TREE_PREEMPT_RCUPaul E. McKenney1-2/+4
2010-08-20rcu: combine duplicate code, courtesy of CONFIG_PREEMPT_RCUPaul E. McKenney1-9/+0
2010-08-20rcu: repair code-duplication FIXMEsPaul E. McKenney2-7/+0
2010-08-20rcu: permit suppressing current grace period's CPU stall warningsPaul E. McKenney3-0/+39
2010-08-20rcu: refer RCU CPU stall-warning victims to stallwarn.txtPaul E. McKenney1-2/+10
2010-08-20rcu: Add a TINY_PREEMPT_RCUPaul E. McKenney3-22/+594
2010-08-19rcu: Allow RCU CPU stall warnings to be off at boot, but manually enablablePaul E. McKenney2-1/+7
2010-08-19rcu: allow RCU CPU stall warning messages to be controlled in /sysPaul E. McKenney1-1/+1
2010-08-19rcu: improve kerneldoc for rcu_read_lock(), call_rcu(), and synchronize_rcu()Paul E. McKenney1-3/+5
2010-08-19rcu: add boot parameter to suppress RCU CPU stall warning messagesPaul E. McKenney1-3/+8
2010-08-19rcu: make CPU stall warning timeout configurablePaul E. McKenney1-2/+3
2010-08-19Add RCU check for find_task_by_vpid().Tetsuo Handa1-0/+1
2010-08-19rcu: simplify the usage of percpu dataLai Jiangshan4-31/+19
2010-08-19rcutorture: add random preemptionLai Jiangshan1-0/+6
2010-08-19cgroups: __rcu annotationsArnd Bergmann1-1/+1
2010-08-19rculist: avoid __rcu annotationsArnd Bergmann1-1/+1
2010-08-19rcu: define __rcu address space modifier for sparsePaul E. McKenney1-2/+4
2010-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+5
2010-08-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-68/+163
2010-08-18fs: fs_struct rwlock to spinlockNick Piggin1-5/+5
2010-08-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2-2/+9
2010-08-17Fix unprotected access to task credentials in waitid()Daniel J Blueman1-3/+2
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-1/+3
2010-08-16kdb: fix compile error without CONFIG_KALLSYMSJason Wessel2-2/+9
2010-08-16Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel...Steven Rostedt4-68/+163
2010-08-13tracing: Sanitize value returned from write(trace_marker, "...", len)Marcin Slusarz1-3/+8
2010-08-13time: Workaround gcc loop optimization that causes 64bit div errorsJohn Stultz1-3/+4
2010-08-12Revert "fsnotify: store struct file not struct path"Linus Torvalds1-2/+2
2010-08-12tracing/events: Convert format output to seq_fileSteven Rostedt1-67/+141
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds1-72/+161
2010-08-12timekeeping: Fix overflow in rawtime tv_nsec on 32 bit archsJason Wessel1-4/+7
2010-08-12Add a dummy printk function for the maintenance of unused printksDavid Howells1-4/+0
2010-08-12block: add secure discardAdrian Hunter1-0/+8
2010-08-12kernel/kfifo.c: add handling of chained scatterlistsStefani Seibold1-7/+6
2010-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+2
2010-08-11kfifo: replace the old non generic APIStefani Seibold2-898/+453
2010-08-11kfifo: add the new generic kfifo APIStefani Seibold1-0/+602
2010-08-11kexec: return -EFAULT on copy_to_user() failuresDan Carpenter1-3/+5
2010-08-11lib/bug.c: add oops end marker to WARN implementationAnton Blanchard1-1/+1
2010-08-11panic: keep blinking in spite of long spin timer modeTAMUKI Shoichi1-32/+26
2010-08-11pids: alloc_pidmap: remove the unnecessary boundary checksOleg Nesterov1-10/+7