summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-23rcu: upgrade stallwarn.txt documentation for CPU-bound RT processesPaul E. McKenney
2010-08-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2010-08-21vhost: add __rcu annotationsArnd Bergmann
2010-08-21workqueue: Add basic tracepoints to track workqueue executionArjan van de Ven
2010-08-21Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2010-08-21Replace Configure with Enable in description of MAXSMPSamuel Thibault
2010-08-21mm: make stack guard page logic use vm_prev pointerLinus Torvalds
2010-08-21mm: make the mlock() stack guard page checks stricterLinus Torvalds
2010-08-21mm: make the vma list be doubly linkedLinus Torvalds
2010-08-20mtd: nand: Fix probe of Samsung NAND chipsTilman Sauerbeck
2010-08-20Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-08-20Documentation: fix ozlabs.org mailing list addressStephen Rothwell
2010-08-20MAINTAINERS: Fix ozlabs.org mailing list addressesStephen Rothwell
2010-08-20Documentation: kernel-locking: mutex_trylock cannot be used in interrupt contextStefan Richter
2010-08-20drivers/scsi/qla4xxx: fix buildAndrew Morton
2010-08-20uml: fix compile error in dma_get_cache_alignment()Miklos Szeredi
2010-08-20oom: __task_cred() need rcu_read_lock()KOSAKI Motohiro
2010-08-20oom: fix tasklist_lock leakKOSAKI Motohiro
2010-08-20oom: fix NULL pointer dereferenceKOSAKI Motohiro
2010-08-20drivers/mmc/host/sdhci-s3c.c: use the correct mutex and card detect functionKyungmin Park
2010-08-20sdhci: add no hi-speed bit quirk supportKyungmin Park
2010-08-20s5pc110: SDHCI-s3c support on s5pc110Kyungmin Park
2010-08-20s5pc110: SDHCI-s3c can override host capabilitiesKyungmin Park
2010-08-20lib/radix-tree.c: fix overflow in radix_tree_range_tag_if_tagged()Jan Kara
2010-08-20revert "hwmon: f71882fg: add support for the Fintek F71808E"Andrew Morton
2010-08-20kfifo: add explicit error checking in all the examplesAndrea Righi
2010-08-20kfifo: fix a memory leak in dma exampleAndrea Righi
2010-08-20kfifo: fix kernel BUG in dma exampleAndrea Righi
2010-08-20kfifo: add explicit error checking in byte stream exampleAndrea Righi
2010-08-20kfifo: add kfifo_skip() testcaseAndrea Righi
2010-08-20kfifo: implement missing __kfifo_skip_r()Andrea Righi
2010-08-20matroxfb: fix incorrect use of memcpy_toio()Ondrej Zary
2010-08-20rcu: add comment stating that list_empty() applies to RCU-protected listsPaul E. McKenney
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: Upgrade srcu_read_lock() docbook about SRCU grace periodsPaul E. McKenney
2010-08-20rcu: document ways of stalling updates in low-memory situationsPaul 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: update obsolete rcu_read_lock() comment.Paul E. McKenney
2010-08-20rcu: Add a TINY_PREEMPT_RCUPaul E. McKenney
2010-08-20x86, apic: Fix apic=debug boot crashDaniel Kiper
2010-08-20rcu: Fix RCU_FANOUT help messagePaul E. McKenney
2010-08-20rcu: Allow RCU CPU stall warnings to be off at boot, but manually enablablePaul E. McKenney
2010-08-20rcu: restrict TREE_RCU to SMP builds with !PREEMPTPaul E. McKenney
2010-08-20rcu: allow RCU CPU stall warning messages to be controlled in /sysPaul E. McKenney
2010-08-20Update call_rcu() usage, add synchronize_rcu()Paul E. McKenney