summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2012-03-2817-76/+317
|\
| * xfs: add lots of attribute trace pointsDave Chinner2012-03-274-6/+144
| * xfs: Fix oops on IO error during xlog_recover_process_iunlinks()Jan Kara2012-03-271-22/+11
| * xfs: fix fstrim offset calculationsDave Chinner2012-03-273-24/+46
| * xfs: Account log unmount transaction correctlyDave Chinner2012-03-261-1/+2
| * xfs: don't cache inodes read through bulkstatDave Chinner2012-03-264-4/+28
| * xfs: trace xfs_name strings correctlyChristoph Hellwig2012-03-261-3/+13
| * xfs: introduce an allocation workqueueDave Chinner2012-03-223-1/+54
| * xfs: Fix open flag handling in open_by_handle codeDave Chinner2012-03-221-9/+5
| * xfs: fix deadlock in xfs_rtfree_extentKamal Dasu2012-03-222-5/+13
| * fs: xfs: fix section mismatch in linux-nextGerard Snitselaar2012-03-221-1/+1
* | 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