summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* aio: fix kioctx leak introduced by "aio: Fix a trinity splat"Benjamin LaHaise2013-12-211-1/+2
* Don't set the INITRD_COMPRESS environment variable automaticallyLinus Torvalds2013-12-211-1/+3
* Merge tag 'xfs-for-linus-v3.13-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-12-2111-84/+168
|\
| * xfs: abort metadata writeback on permanent errorsDave Chinner2013-12-173-5/+32
| * xfs: swalloc doesn't align allocations properlyDave Chinner2013-12-171-6/+17
| * xfs: remove xfsbdstrat errorChristoph Hellwig2013-12-175-29/+43
| * xfs: align initial file allocations correctlyDave Chinner2013-12-171-2/+7
| * MAINTAINERS: fix incorrect mail address of XFS maintainerNamjae Jeon2013-12-171-1/+1
| * xfs: fix infinite loop by detaching the group/project hints from user dquotJie Liu2013-12-171-21/+50
| * xfs: fix assertion failure at xfs_setattr_nonsizeJie Liu2013-12-171-1/+2
| * xfs: fix false assertion at xfs_qm_vop_create_dqattachJie Liu2013-12-171-6/+3
| * xfs: fix memory leak in xfs_dir2_node_removenameMark Tinguely2013-12-171-13/+13
* | mm: fix build of split ptlock codeOlof Johansson2013-12-211-1/+1
* | Merge tag 'arc-fixes-for-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-12-201-1/+7
|\ \
| * | ARC: Allow conditional multiple inclusion of uapi/asm/unistd.hVineet Gupta2013-12-191-1/+7
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2013-12-201-20/+18
|\ \ \
| * | | arm64: ptrace: avoid using HW_BREAKPOINT_EMPTY for disabled eventsWill Deacon2013-12-191-20/+18
| |/ /
* | | pstore: Don't allow high traffic options on fragile devicesLuck, Tony2013-12-204-2/+10
* | | Merge tag 'dmaengine-fixes-3.13-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-12-209-109/+79
|\ \ \
| * | | net_dma: mark brokenDan Williams2013-12-181-0/+1
| * | | dma: pl330: ensure DMA descriptors are zero-initialisedWill Deacon2013-12-181-4/+1
| * | | dmaengine: fix sleep in atomicDan Williams2013-12-131-1/+1
| * | | dmaengine: mv_xor: fix oops when channels fail to initialiseRussell King2013-12-131-11/+13
| * | | dma: mv_xor: Use dmaengine_unmap_data for the self-testsEzequiel Garcia2013-12-131-21/+50
| * | | dmaengine: fix enable for high order unmap poolsDan Williams2013-12-132-1/+7
| * | | dma: fix build warnings in txx9Dan Williams2013-12-131-1/+0
| * | | dmatest: fix build warning on mipsDan Williams2013-12-131-4/+4
| * | | dma: fix fsldma build warningsDan Williams2013-12-131-30/+1
| * | | dma: fix build warnings in ppc4xxDan Williams2013-12-131-26/+1
| * | | dmaengine: at_hdmac: remove unused functionOlof Johansson2013-12-131-4/+0
| * | | dma: mv_xor: remove mv_desc_get_dest_addr()Jason Cooper2013-12-131-6/+0
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-12-2013-62/+112
|\ \ \ \
| * \ \ \ Merge tag 'signed-for-3.13' of git://github.com/agraf/linux-2.6 into kvm-masterPaolo Bonzini2013-12-2013-62/+112
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | KVM: PPC: Book3S HV: Don't drop low-order page address bitsPaul Mackerras2013-12-181-0/+1
| | * | | powerpc: book3s: kvm: Don't abuse host r2 in exit pathAneesh Kumar K.V2013-12-183-4/+5
| | * | | powerpc/kvm/booke: Fix build break due to stack frame size warningScott Wood2013-12-113-23/+23
| | * | | KVM: PPC: Book3S: PR: Enable interrupts earlierAlexander Graf2013-12-092-10/+2
| | * | | KVM: PPC: Book3S: PR: Make svcpu -> vcpu store preempt savvyAlexander Graf2013-12-092-0/+23
| | * | | KVM: PPC: Book3S: PR: Export kvmppc_copy_to|from_svcpuAlexander Graf2013-12-091-0/+4
| | * | | KVM: PPC: Book3S: PR: Don't clobber our exit handler idAlexander Graf2013-12-091-3/+10
| | * | | powerpc: kvm: fix rare but potential deadlock scenepingfan liu2013-11-182-1/+9
| | * | | KVM: PPC: Book3S HV: Take SRCU read lock around kvm_read_guest() callPaul Mackerras2013-11-181-0/+2
| | * | | KVM: PPC: Book3S HV: Make tbacct_lock irq-safePaul Mackerras2013-11-181-10/+12
| | * | | KVM: PPC: Book3S HV: Refine barriers in guest entry/exitPaul Mackerras2013-11-181-6/+10
| | * | | KVM: PPC: Book3S HV: Fix physical address calculationsPaul Mackerras2013-11-182-5/+11
* | | | | mm: do not allocate page->ptl dynamically, if spinlock_t fits to longKirill A. Shutemov2013-12-205-7/+8
* | | | | mm: page_alloc: revert NUMA aspect of fair allocation policyJohannes Weiner2013-12-201-10/+9
* | | | | Revert "mm: page_alloc: exclude unreclaimable allocations from zone fairness ...Mel Gorman2013-12-201-2/+1
* | | | | mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) supportKirill A. Shutemov2013-12-201-3/+2
* | | | | Merge tag 'stable/for-linus-3.13-rc4-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-12-206-44/+51
|\ \ \ \ \