summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* rcu: introduce kfree_rcu()Lai Jiangshan2011-05-053-2/+58
* rcu: fix spellingPaul E. McKenney2011-05-053-37/+37
* rcu: call __rcu_read_unlock() in exit_rcu for tree RCULai Jiangshan2011-05-051-1/+1
* rcu: Converge TINY_RCU expedited and normal boostingPaul E. McKenney2011-05-051-74/+89
* rcu: remove useless ->boosted_this_gp fieldPaul E. McKenney2011-05-051-31/+4
* rcu: code cleanups in TINY_RCU priority boosting.Paul E. McKenney2011-05-051-4/+3
* rcu: Switch to this_cpu() primitivesPaul E. McKenney2011-05-051-7/+3
* rcu: Use WARN_ON_ONCE for DEBUG_OBJECTS_RCU_HEAD warningsPaul E. McKenney2011-05-051-6/+6
* rcu: mark rcutorture boosting callback as being on-stackPaul E. McKenney2011-05-051-0/+2
* rcu: add DEBUG_OBJECTS_RCU_HEAD check for alignmentPaul E. McKenney2011-05-051-0/+1
* rcu: Enable DEBUG_OBJECTS_RCU_HEAD from !PREEMPTMathieu Desnoyers2011-05-052-6/+22
* rcu: Add forward-progress diagnostic for per-CPU kthreadsPaul E. McKenney2011-05-053-18/+27
* rcu: add grace-period age and more kthread state to tracingPaul E. McKenney2011-05-054-12/+54
* rcu: fix tracing bug thinko on boost-balk attributionPaul E. McKenney2011-05-051-1/+1
* rcu: update tracing documentation for new rcutorture and rcuboostPaul E. McKenney2011-05-051-25/+161
* rcu: make rcutorture version numbers available through debugfsPaul E. McKenney2011-05-055-4/+85
* rcu: add tracing for RCU's kthread run states.Paul E. McKenney2011-05-054-4/+44
* rcu: add callback-queue information to rcudata outputPaul E. McKenney2011-05-052-18/+61
* rcu: Update RCU's trace.txt documentation for new formatPaul E. McKenney2011-05-051-31/+34
* rcu: Add boosting to TREE_PREEMPT_RCU tracingPaul E. McKenney2011-05-053-4/+125
* rcu: eliminate unused boosting statisticsPaul E. McKenney2011-05-051-9/+1
* rcu: avoid hammering sched with yet another bound RT kthreadPaul E. McKenney2011-05-051-3/+3
* rcu: put per-CPU kthread at non-RT priority during CPU hotplug operationsPaul E. McKenney2011-05-051-0/+26
* rcu: Force per-rcu_node kthreads off of the outgoing CPUPaul E. McKenney2011-05-052-8/+24
* rcu: priority boosting for TREE_PREEMPT_RCUPaul E. McKenney2011-05-054-51/+411
* rcu: move TREE_RCU from softirq to kthreadPaul E. McKenney2011-05-058-12/+348
* rcu: merge TREE_PREEPT_RCU blocked_tasks[] listsPaul E. McKenney2011-05-055-94/+135
* rcu: Decrease memory-barrier usage based on semi-formal proofPaul E. McKenney2011-05-055-118/+88
* rcu: Remove conditional compilation for RCU CPU stall warningsPaul E. McKenney2011-05-056-88/+17
* Linux 2.6.39-rc6v2.6.39-rc6Linus Torvalds2011-05-031-1/+1
* Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-05-037-10/+49
|\
| * drm/radeon/kms: fix gart setup on fusion parts (v2)Alex Deucher2011-05-044-8/+18
| * drm: Send pending vblank events before disabling vblank.Christopher James Halse Rogers2011-05-041-0/+23
| * drm/radeon: fix regression on atom cards with hardcoded EDID record.Dave Airlie2011-05-041-2/+3
| * drm/radeon/kms: add some new pci idsAlex Deucher2011-05-041-0/+5
* | logfs: initialize superblock entries earlierLinus Torvalds2011-05-031-4/+4
|/
* Merge branch 'stable/bug-fixes-for-rc5' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2011-05-031-1/+124
|\
| * xen: mask_rw_pte mark RO all pagetable pages up to pgt_buf_topStefano Stabellini2011-05-021-1/+1
| * xen/mmu: Add workaround "x86-64, mm: Put early page table high"Konrad Rzeszutek Wilk2011-05-021-0/+123
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-05-037-13/+20
|\ \
| * | mmc: sdhci: Check mrq != NULL in sdhci_tasklet_finishChris Ball2011-04-271-0/+7
| * | mmc: sdhci: Check mrq->cmd in sdhci_tasklet_finishBen Dooks2011-04-271-1/+1
| * | mmc: tmio: fix .set_ios(MMC_POWER_UP) handlingGuennadi Liakhovetski2011-04-271-5/+5
| * | mmc: fix a race between card-detect rescan and clock-gate work instancesGuennadi Liakhovetski2011-04-272-6/+4
| * | mmc: omap: Fix possible NULL pointer derefMichael Buesch2011-04-271-1/+1
| * | mmc: core: mmc_add_card(): fix missing break in switch statementMichał Mirosław2011-04-271-0/+1
| * | mmc: sdhci-pci: Fix error case in sdhci_pci_probe_slot()Chris Ball2011-04-271-0/+1
| | |
| \ \
*-. \ \ Merge branches 'x86-fixes-for-linus' and 'irq-fixes-for-linus' of git://git.k...Linus Torvalds2011-05-034-9/+9
|\ \ \ \
| | * | | genirq: Fix typo CONFIG_GENIRC_IRQ_SHOW_LEVELGeert Uytterhoeven2011-05-021-1/+1
| * | | | x86, reboot: Fix relocations in reboot_32.SH. Peter Anvin2011-05-021-6/+6
OpenPOWER on IntegriCloud