summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-08-23rcu: upgrade stallwarn.txt documentation for CPU-bound RT processesPaul E. McKenney1-0/+18
2010-08-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar54-458/+1364
2010-08-21vhost: add __rcu annotationsArnd Bergmann3-13/+35
2010-08-21workqueue: Add basic tracepoints to track workqueue executionArjan van de Ven2-0/+71
2010-08-21Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-8/+5
2010-08-21Replace Configure with Enable in description of MAXSMPSamuel Thibault1-2/+2
2010-08-21mm: make stack guard page logic use vm_prev pointerLinus Torvalds1-4/+11
2010-08-21mm: make the mlock() stack guard page checks stricterLinus Torvalds1-5/+16
2010-08-21mm: make the vma list be doubly linkedLinus Torvalds4-9/+28
2010-08-20mtd: nand: Fix probe of Samsung NAND chipsTilman Sauerbeck1-0/+1
2010-08-20Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-22/+72
2010-08-20Documentation: fix ozlabs.org mailing list addressStephen Rothwell1-1/+1
2010-08-20MAINTAINERS: Fix ozlabs.org mailing list addressesStephen Rothwell1-28/+28
2010-08-20Documentation: kernel-locking: mutex_trylock cannot be used in interrupt contextStefan Richter1-2/+5
2010-08-20drivers/scsi/qla4xxx: fix buildAndrew Morton2-2/+2
2010-08-20uml: fix compile error in dma_get_cache_alignment()Miklos Szeredi1-7/+0
2010-08-20oom: __task_cred() need rcu_read_lock()KOSAKI Motohiro1-1/+1
2010-08-20oom: fix tasklist_lock leakKOSAKI Motohiro1-3/+6
2010-08-20oom: fix NULL pointer dereferenceKOSAKI Motohiro1-3/+2
2010-08-20drivers/mmc/host/sdhci-s3c.c: use the correct mutex and card detect functionKyungmin Park1-3/+3
2010-08-20sdhci: add no hi-speed bit quirk supportKyungmin Park2-1/+4
2010-08-20s5pc110: SDHCI-s3c support on s5pc110Kyungmin Park1-1/+1
2010-08-20s5pc110: SDHCI-s3c can override host capabilitiesKyungmin Park3-0/+6
2010-08-20lib/radix-tree.c: fix overflow in radix_tree_range_tag_if_tagged()Jan Kara2-2/+6
2010-08-20revert "hwmon: f71882fg: add support for the Fintek F71808E"Andrew Morton3-82/+11
2010-08-20kfifo: add explicit error checking in all the examplesAndrea Righi4-51/+144
2010-08-20kfifo: fix a memory leak in dma exampleAndrea Righi1-3/+1
2010-08-20kfifo: fix kernel BUG in dma exampleAndrea Righi1-0/+1
2010-08-20kfifo: add explicit error checking in byte stream exampleAndrea Righi1-6/+27
2010-08-20kfifo: add kfifo_skip() testcaseAndrea Righi1-0/+4
2010-08-20kfifo: implement missing __kfifo_skip_r()Andrea Righi2-0/+11
2010-08-20matroxfb: fix incorrect use of memcpy_toio()Ondrej Zary1-2/+2
2010-08-20rcu: add comment stating that list_empty() applies to RCU-protected listsPaul E. McKenney1-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. McKenney4-113/+72
2010-08-20rcu: Upgrade srcu_read_lock() docbook about SRCU grace periodsPaul E. McKenney1-1/+6
2010-08-20rcu: document ways of stalling updates in low-memory situationsPaul E. McKenney1-7/+16
2010-08-20rcu: repair code-duplication FIXMEsPaul E. McKenney5-20/+15
2010-08-20rcu: permit suppressing current grace period's CPU stall warningsPaul E. McKenney5-0/+44
2010-08-20rcu: refer RCU CPU stall-warning victims to stallwarn.txtPaul E. McKenney1-2/+10
2010-08-20rcu: update obsolete rcu_read_lock() comment.Paul E. McKenney1-1/+14
2010-08-20rcu: Add a TINY_PREEMPT_RCUPaul E. McKenney10-68/+717
2010-08-20x86, apic: Fix apic=debug boot crashDaniel Kiper1-0/+2
2010-08-19rcu: Fix RCU_FANOUT help messagePaul E. McKenney1-3/+6
2010-08-19rcu: Allow RCU CPU stall warnings to be off at boot, but manually enablablePaul E. McKenney3-1/+20
2010-08-19rcu: restrict TREE_RCU to SMP builds with !PREEMPTPaul E. McKenney1-0/+1
2010-08-19rcu: allow RCU CPU stall warning messages to be controlled in /sysPaul E. McKenney1-1/+1
2010-08-19Update call_rcu() usage, add synchronize_rcu()Paul E. McKenney1-2/+4
2010-08-19Update documentation to note the passage of INIT_RCU_HEAD()Paul E. McKenney1-8/+0
2010-08-19rcu head remove initMathieu Desnoyers1-6/+0