aboutsummaryrefslogtreecommitdiffstats
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
* | Merge branch 'x86-smep-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-05-194-0/+29
|\ \
| * | x86, cpu: Enable/disable Supervisor Mode Execution ProtectionFenghua Yu2011-05-172-0/+27
| * | x86, cpu: Add SMEP CPU feature in CR4Fenghua Yu2011-05-171-0/+1
| * | x86, cpufeature: Add cpufeature flag for SMEPFenghua Yu2011-05-171-0/+1
| | |
| \ \
*-. \ \ Merge branches 'x86-reboot-for-linus' and 'x86-setup-for-linus' of git://git....Linus Torvalds2011-05-192-12/+34
|\ \ \ \
| | * | | x86, setup: Fix EDD3.0 data verification.Gleb Natapov2011-04-271-11/+11
| * | | | x86: Reorder reboot method preferencesMatthew Garrett2011-04-061-1/+23
* | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-05-1911-38/+163
|\ \ \ \ \
| * | | | | x86: Introduce pci_map_biosrom()Dan Williams2011-03-156-4/+112
| * | | | | x86, olpc: Use device tree for platform identificationDaniel Drake2011-03-155-34/+51
* | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-1939-1614/+836
|\ \ \ \ \ \
| * | | | | | x86, mm: Allow ZONE_DMA to be configurableDavid Rientjes2011-05-163-1/+12
| * | | | | | x86, NUMA: Trim numa meminfo with max_pfn in a separate loopYinghai Lu2011-05-021-5/+10
| * | | | | | x86, NUMA: Rename setup_node_bootmem() to setup_node_data()Yinghai Lu2011-05-021-3/+3
| * | | | | | x86, NUMA: Enable emulation on 32bit tooTejun Heo2011-05-023-13/+15
| * | | | | | x86, NUMA: Enable CONFIG_AMD_NUMA on 32bit tooTejun Heo2011-05-022-11/+12
| * | | | | | x86, NUMA: Rename amdtopology_64.c to amdtopology.cTejun Heo2011-05-022-1/+1
| * | | | | | x86, NUMA: Make numa_init_array() staticTejun Heo2011-05-022-3/+1
| * | | | | | x86, NUMA: Make 32bit use common NUMA init pathTejun Heo2011-05-023-241/+7
| * | | | | | x86, NUMA: Initialize and use remap allocator from setup_node_bootmem()Tejun Heo2011-05-023-15/+34
| * | | | | | x86-32, NUMA: Add @start and @end to init_alloc_remap()Tejun Heo2011-05-021-15/+14