summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | i7300_edac: Add a FIXME note about the error correction typeMauro Carvalho Chehab2010-08-301-0/+9
| * | | | i7300_edac: add global error registersMauro Carvalho Chehab2010-08-301-82/+92
| * | | | i7300_edac: display info if ECC is enabled or notMauro Carvalho Chehab2010-08-301-8/+20
| * | | | i7300_edac: start a driver for i7300 chipset (Clarksboro)Mauro Carvalho Chehab2010-08-304-8/+1392
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2010-10-244-384/+424
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into for-linusPekka Enberg2010-10-244957-178594/+298960
| |\ \ \ \ \
| * | | | | | SLUB: Fix memory hotplug with !NUMAPekka Enberg2010-10-061-1/+1
| * | | | | | slub: Move functions to reduce #ifdefsChristoph Lameter2010-10-061-156/+141
| * | | | | | slub: Enable sysfs support for !CONFIG_SLUB_DEBUGChristoph Lameter2010-10-063-7/+37
| * | | | | | SLUB: Optimize slab_free() debug checkPekka Enberg2010-10-061-2/+2
| * | | | | | slub: Move NUMA-related functions under CONFIG_NUMANamhyung Kim2010-10-021-2/+4
| * | | | | | slub: Add lock release annotationNamhyung Kim2010-10-021-0/+2
| * | | | | | slub: Fix signedness warningsNamhyung Kim2010-10-021-4/+3
| * | | | | | slub: extract common code to remove objects from partial list without lockingChristoph Lameter2010-10-021-8/+11
| * | | | | | SLUB: Pass active and inactive redzone flags instead of boolean to debug func...Christoph Lameter2010-10-021-19/+14
| * | | | | | slub: reduce differences between SMP and NUMAChristoph Lameter2010-10-022-42/+2
| * | | | | | Revert "Slub: UP bandaid"Pekka Enberg2010-10-021-16/+0
| * | | | | | percpu: clear memory allocated with the km allocatorTejun Heo2010-10-021-1/+5
| * | | | | | percpu: use percpu allocator on UP tooTejun Heo2010-10-026-65/+71
| * | | | | | percpu: reduce PCPU_MIN_UNIT_SIZE to 32kTejun Heo2010-10-021-1/+1
| * | | | | | vmalloc: pcpu_get/free_vm_areas() aren't needed on UPTejun Heo2010-10-022-0/+4
| * | | | | | SLUB: Fix merged slab cache namesPekka Enberg2010-10-021-1/+20
| * | | | | | Slub: UP bandaidChristoph Lameter2010-10-021-0/+16
| * | | | | | slub: fix SLUB_RESILIENCY_TEST for dynamic kmalloc cachesDavid Rientjes2010-10-021-6/+8
| * | | | | | slub: Fix up missing kmalloc_cache -> kmem_cache_node case for memoryhotplugChristoph Lameter2010-10-021-2/+2
| * | | | | | slub: Add dummy functions for the !SLUB_DEBUG caseChristoph Lameter2010-10-021-0/+12
| * | | | | | slob: fix gfp flags for order-0 page allocationsDavid Rientjes2010-10-021-1/+3
| * | | | | | slub: Move gfpflag masking out of the hotpathChristoph Lameter2010-10-021-2/+3
| * | | | | | slub: Extract hooks for memory checkers from hotpathsChristoph Lameter2010-10-021-11/+38
| * | | | | | slub: Dynamically size kmalloc cache allocationsChristoph Lameter2010-10-022-58/+140
| * | | | | | slub: Remove static kmem_cache_cpu array for bootChristoph Lameter2010-10-021-13/+4
| * | | | | | slub: Remove dynamic dma slab allocationChristoph Lameter2010-10-021-111/+39
| * | | | | | slub: Force no inlining of debug functionsChristoph Lameter2010-10-021-3/+3
* | | | | | | Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-10-2473-2271/+6583
|\ \ \ \ \ \ \
| * | | | | | | KVM: Drop CONFIG_DMAR dependency around kvm_iommu_map_pagesJan Kiszka2010-10-241-2/+0
| * | | | | | | KVM: Fix signature of kvm_iommu_map_pages stubJan Kiszka2010-10-241-2/+1
| * | | | | | | KVM: MCE: Send SRAR SIGBUS directlyHuang Ying2010-10-241-8/+10
| * | | | | | | KVM: MCE: Add MCG_SER_P into KVM_MCE_CAP_SUPPORTEDHuang Ying2010-10-241-1/+1
| * | | | | | | KVM: fix typo in copyright noticeNicolas Kaiser2010-10-2414-14/+14
| * | | | | | | KVM: Disable interrupts around get_kernel_ns()Avi Kivity2010-10-241-0/+4
| * | | | | | | KVM: MMU: Avoid sign extension in mmu_alloc_direct_roots() pae root addressAvi Kivity2010-10-241-1/+1
| * | | | | | | KVM: MMU: move access code parsing to FNAME(walk_addr) functionXiao Guangrong2010-10-241-24/+16
| * | | | | | | KVM: MMU: audit: check whether have unsync sps after root syncXiao Guangrong2010-10-242-3/+19
| * | | | | | | KVM: MMU: audit: introduce audit_printk to cleanup audit codeXiao Guangrong2010-10-241-24/+18
| * | | | | | | KVM: MMU: audit: unregister audit tracepoints before module unloadedXiao Guangrong2010-10-241-9/+12
| * | | | | | | KVM: MMU: audit: fix vcpu's spte walkingXiao Guangrong2010-10-241-1/+1
| * | | | | | | KVM: MMU: set access bit for direct mappingXiao Guangrong2010-10-241-1/+2
| * | | | | | | KVM: MMU: cleanup for error mask set while walk guest page tableXiao Guangrong2010-10-241-10/+7
| * | | | | | | KVM: MMU: update 'root_hpa' out of loop in PAE shadow pathXiao Guangrong2010-10-241-2/+2
| * | | | | | | KVM: x86 emulator: Eliminate compilation warning in x86_decode_insn()Sheng Yang2010-10-241-1/+1
OpenPOWER on IntegriCloud