summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-03-284-14/+91
|\
| * mm: SLAB Out-of-memory diagnosticsRafael Aquini2012-03-101-1/+50
| * slab: introduce kmalloc_array()Xi Wang2012-03-061-3/+14
| * slub: per cpu partial statistics changeAlex Shi2012-02-182-5/+13
| * slub: include include for prefetchChristoph Lameter2012-02-101-0/+1
| * slub: Do not hold slub_lock when calling sysfs_slab_add()Christoph Lameter2012-02-061-1/+2
| * slub: prefetch next freelist pointer in slab_alloc()Eric Dumazet2012-01-241-1/+9
| * slab, cleanup: remove unneeded returnZhao Jin2012-01-231-3/+2
* | Merge branch 'for-linus-3.4' of git://git.linaro.org/people/sumitsemwal/linux...Linus Torvalds2012-03-283-37/+345
|\ \
| * | dma-buf: correct dummy function declarations.Sumit Semwal2012-03-261-13/+14
| * | dma-buf: document fd flags and O_CLOEXEC requirementRob Clark2012-03-261-0/+18
| * | dma_buf: Add documentation for the new cpu access supportDaniel Vetter2012-03-261-3/+99
| * | dma-buf: add support for kernel cpu accessDaniel Vetter2012-03-262-1/+182
| * | dma-buf: don't hold the mutex around map/unmap callsDaniel Vetter2012-03-262-6/+1
| * | dma-buf: add get_dma_buf()Rob Clark2012-03-261-0/+15
| * | dma-buf: pass flags into dma_buf_fd.Dave Airlie2012-03-262-3/+4
| * | dma-buf: add dma_data_direction to unmap dma_buf_opSumit Semwal2012-03-262-5/+10
| * | dma-buf: Move code out of mutex-protected section in dma_buf_attach()Laurent Pinchart2012-03-191-2/+3
| * | dma-buf: Return error instead of using a goto statement when possibleLaurent Pinchart2012-03-191-3/+1
| * | dma-buf: Remove unneeded sanity checksLaurent Pinchart2012-03-191-9/+6
| * | dma-buf: Constify ops argument to dma_buf_export()Laurent Pinchart2012-03-192-5/+5
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-2838-273/+321
|\ \ \
| * | | powerpc/perf: Fix instruction address sampling on 970 and Power4Benjamin Herrenschmidt2012-03-284-5/+45
| * | | powerpc+sparc/vio: Modernize driver registrationBenjamin Herrenschmidt2012-03-2813-48/+44
| * | | powerpc: Random little legacy iSeries removal tidy upsStephen Rothwell2012-03-2810-26/+5
| * | | powerpc: Remove NO_IRQ_IGNOREStephen Rothwell2012-03-283-11/+3
| * | | powerpc/pseries: Cut down on enthusiastic use of defines in RAS codeAnton Blanchard2012-03-281-25/+1
| * | | powerpc/pseries: Clean up ras_error_interrupt codeAnton Blanchard2012-03-281-19/+8
| * | | powerpc/pseries: Remove RTAS_POWERMGM_EVENTSAnton Blanchard2012-03-282-2/+1
| * | | powerpc/pseries: Use rtas_get_sensor in RAS codeAnton Blanchard2012-03-281-4/+1
| * | | powerpc/pseries: Parse and handle EPOW interruptsAnton Blanchard2012-03-281-17/+116
| * | | powerpc: Make function that parses RTAS error logs globalAnton Blanchard2012-03-283-66/+69
| * | | powerpc/eeh: Retrieve PHB from global listGavin Shan2012-03-281-14/+5
| * | | powerpc/eeh: Remove eeh information from pci_dnGavin Shan2012-03-282-24/+13
| * | | powerpc/eeh: Remove eeh device from OF nodeGavin Shan2012-03-283-11/+9
* | | | Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-03-2882-1667/+5808
|\ \ \ \
| * | | | KVM: Convert intx_mask_lock to spin lockJan Kiszka2012-03-202-8/+8
| * | | | KVM: x86: fix kvm_write_tsc() TSC matching thinkoMarcelo Tosatti2012-03-201-9/+10
| * | | | x86: kvmclock: abstract save/restore sched_clock_stateMarcelo Tosatti2012-03-206-7/+24
| * | | | KVM: nVMX: Fix erroneous exception bitmap checkNadav Har'El2012-03-081-1/+1
| * | | | KVM: Ignore the writes to MSR_K7_HWCR(3)Nicolae Mogoreanu2012-03-081-0/+1
| * | | | KVM: MMU: make use of ->root_level in reset_rsvds_bits_maskDavidlohr Bueso2012-03-081-16/+15
| * | | | KVM: PMU: add proper support for fixed counter 2Gleb Natapov2012-03-081-1/+2
| * | | | KVM: PMU: Fix raw event checkGleb Natapov2012-03-081-1/+1
| * | | | KVM: PMU: warn when pin control is set in eventsel msrGleb Natapov2012-03-082-0/+4
| * | | | KVM: VMX: Fix delayed load of shared MSRsAvi Kivity2012-03-081-0/+3
| * | | | KVM: use correct tlbs dirty type in cmpxchgAlex Shi2012-03-081-1/+1
| * | | | KVM: Allow host IRQ sharing for assigned PCI 2.3 devicesJan Kiszka2012-03-085-29/+230
| * | | | KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity2012-03-084-0/+24
| * | | | KVM: x86 emulator: Allow PM/VM86 switch during task switchKevin Wolf2012-03-084-0/+31