aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2010-09-23rcu: Add tracing data to support queueing modelsPaul E. McKenney
2010-09-23rcu: fix sparse errors in rcutorture.cPaul E. McKenney
2010-09-23kernel: Remove undead ifdef CONFIG_DEBUG_LOCK_ALLOCChristian Dietrich
2010-09-02rcu: fix _oddness handling of verbose stall warningsPaul E. McKenney
2010-08-27rcu: performance fixes to TINY_PREEMPT_RCU callback checkingPaul E. McKenney
2010-08-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2010-08-21workqueue: Add basic tracepoints to track workqueue executionArjan van de Ven
2010-08-21mm: make the vma list be doubly linkedLinus Torvalds
2010-08-20kfifo: implement missing __kfifo_skip_r()Andrea Righi
2010-08-20rcu: apply TINY_PREEMPT_RCU read-side speedup to TREE_PREEMPT_RCUPaul E. McKenney
2010-08-20rcu: combine duplicate code, courtesy of CONFIG_PREEMPT_RCUPaul E. McKenney
2010-08-20rcu: repair code-duplication FIXMEsPaul E. McKenney
2010-08-20rcu: permit suppressing current grace period's CPU stall warningsPaul E. McKenney
2010-08-20rcu: refer RCU CPU stall-warning victims to stallwarn.txtPaul E. McKenney
2010-08-20rcu: Add a TINY_PREEMPT_RCUPaul E. McKenney
2010-08-19rcu: Allow RCU CPU stall warnings to be off at boot, but manually enablablePaul E. McKenney
2010-08-19rcu: allow RCU CPU stall warning messages to be controlled in /sysPaul E. McKenney
2010-08-19rcu: improve kerneldoc for rcu_read_lock(), call_rcu(), and synchronize_rcu()Paul E. McKenney
2010-08-19rcu: add boot parameter to suppress RCU CPU stall warning messagesPaul E. McKenney
2010-08-19rcu: make CPU stall warning timeout configurablePaul E. McKenney
2010-08-19Add RCU check for find_task_by_vpid().Tetsuo Handa
2010-08-19rcu: simplify the usage of percpu dataLai Jiangshan
2010-08-19rcutorture: add random preemptionLai Jiangshan
2010-08-19cgroups: __rcu annotationsArnd Bergmann
2010-08-19rculist: avoid __rcu annotationsArnd Bergmann
2010-08-19rcu: define __rcu address space modifier for sparsePaul E. McKenney
2010-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-08-18fs: fs_struct rwlock to spinlockNick Piggin
2010-08-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds
2010-08-17Fix unprotected access to task credentials in waitid()Daniel J Blueman
2010-08-17Make do_execve() take a const filename pointerDavid Howells
2010-08-16kdb: fix compile error without CONFIG_KALLSYMSJason Wessel
2010-08-16Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel...Steven Rostedt
2010-08-13tracing: Sanitize value returned from write(trace_marker, "...", len)Marcin Slusarz
2010-08-13time: Workaround gcc loop optimization that causes 64bit div errorsJohn Stultz
2010-08-12Revert "fsnotify: store struct file not struct path"Linus Torvalds
2010-08-12tracing/events: Convert format output to seq_fileSteven Rostedt
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds
2010-08-12timekeeping: Fix overflow in rawtime tv_nsec on 32 bit archsJason Wessel
2010-08-12Add a dummy printk function for the maintenance of unused printksDavid Howells
2010-08-12block: add secure discardAdrian Hunter
2010-08-12kernel/kfifo.c: add handling of chained scatterlistsStefani Seibold
2010-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-11kfifo: replace the old non generic APIStefani Seibold
2010-08-11kfifo: add the new generic kfifo APIStefani Seibold
2010-08-11kexec: return -EFAULT on copy_to_user() failuresDan Carpenter
2010-08-11lib/bug.c: add oops end marker to WARN implementationAnton Blanchard
2010-08-11panic: keep blinking in spite of long spin timer modeTAMUKI Shoichi
2010-08-11pids: alloc_pidmap: remove the unnecessary boundary checksOleg Nesterov