| Commit message (Expand) | Author | Age | Files | Lines |
* | GFS2: Eliminate gfs2_rg_lops | Bob Peterson | 2013-06-05 | 2 | -6/+0 |
* | GFS2: Sort buffer lists by inplace block number | Benjamin Marzinski | 2013-06-05 | 1 | -0/+16 |
* | Merge tag 'mmc-fixes-for-3.10-rc5' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-06-05 | 5 | -45/+195 |
|\ |
|
| * | mmc: omap_hsmmc: Skip platform_get_resource_byname() for dt case | Santosh Shilimkar | 2013-05-26 | 1 | -13/+15 |
| * | mmc: omap_hsmmc: convert to dma_request_slave_channel_compat | Matt Porter | 2013-05-26 | 1 | -2/+8 |
| * | mmc: omap_hsmmc: Fix the DT pbias workaround for MMC controllers 2 to 5 | Tony Lindgren | 2013-05-26 | 1 | -4/+9 |
| * | mmc: sdhci-pci: add more device ids | Adrian Hunter | 2013-05-26 | 1 | -0/+54 |
| * | mmc: sdhci-acpi: add more device ids | Adrian Hunter | 2013-05-26 | 1 | -9/+59 |
| * | mmc: sdhci-acpi: fix initial runtime pm status | Adrian Hunter | 2013-05-26 | 1 | -0/+1 |
| * | mmc: atmel-mci: convert to dma_request_slave_channel_compat() | Ludovic Desroches | 2013-05-26 | 1 | -13/+12 |
| * | mmc: sdhci-esdhc-imx: fix multiblock reads on i.MX53 | Lucas Stach | 2013-05-26 | 1 | -3/+34 |
| * | mmc: sdhci-esdhc-imx: Fix SDIO interrupts | Martin Fuzzey | 2013-05-26 | 1 | -1/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2013-06-05 | 2 | -3/+7 |
|\ \ |
|
| * | | Input: wacom - fix a typo for Cintiq 22HDT | Ping Cheng | 2013-06-04 | 1 | -3/+5 |
| * | | Input: synaptics - fix sync lost after resume on some laptops | Eric Miao | 2013-06-04 | 1 | -0/+2 |
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2013-06-05 | 8 | -124/+421 |
|\ \ \ |
|
| * | | | KVM: Fix race in apic->pending_events processing | Gleb Natapov | 2013-06-03 | 1 | -3/+6 |
| * | | | KVM: fix sil/dil/bpl/spl in the mod/rm fields | Paolo Bonzini | 2013-06-03 | 1 | -1/+4 |
| * | | | KVM: Emulate multibyte NOP | Paolo Bonzini | 2013-06-03 | 1 | -1/+3 |
| * | | | ARM: KVM: be more thorough when invalidating TLBs | Marc Zyngier | 2013-06-03 | 1 | -15/+26 |
| * | | | ARM: KVM: prevent NULL pointer dereferences with KVM VCPU ioctl | Andre Przywara | 2013-06-03 | 1 | -2/+13 |
| * | | | mips/kvm: Use ENOIOCTLCMD to indicate unimplemented ioctls. | David Daney | 2013-06-03 | 1 | -9/+9 |
| * | | | mips/kvm: Fix ABI by moving manipulation of CP0 registers to KVM_{G,S}ET_ONE_REG | David Daney | 2013-06-03 | 4 | -75/+322 |
| * | | | mips/kvm: Use ARRAY_SIZE() instead of hardcoded constants in kvm_arch_vcpu_io... | David Daney | 2013-06-03 | 1 | -3/+3 |
| * | | | mips/kvm: Fix name of gpr field in struct kvm_regs. | David Daney | 2013-06-03 | 2 | -3/+4 |
| * | | | mips/kvm: Fix ABI for use of 64-bit registers. | David Daney | 2013-06-03 | 1 | -5/+11 |
| * | | | mips/kvm: Fix ABI for use of FPU. | David Daney | 2013-06-03 | 1 | -8/+21 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes | Linus Torvalds | 2013-06-05 | 7 | -23/+71 |
|\ \ \ \ |
|
| * | | | | GFS2: Don't cache iopen glocks | Bob Peterson | 2013-06-03 | 2 | -1/+6 |
| * | | | | GFS2: Fall back to vmalloc if kmalloc fails for dir hash tables | Bob Peterson | 2013-06-03 | 1 | -10/+33 |
| * | | | | GFS2: Increase i_writecount during gfs2_setattr_size | Bob Peterson | 2013-06-03 | 3 | -11/+29 |
| * | | | | GFS2: Set log descriptor type for jdata blocks | Bob Peterson | 2013-06-03 | 1 | -1/+3 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2013-06-05 | 3 | -15/+62 |
|\ \ \ \ \ |
|
| * | | | | | fuse: fix alignment in short read optimization for async_dio | Maxim Patlasov | 2013-06-03 | 1 | -4/+10 |
| * | | | | | fuse: return -EIOCBQUEUED from fuse_direct_IO() for all async requests | Brian Foster | 2013-06-03 | 1 | -1/+1 |
| * | | | | | fuse: fix readdirplus Oops in fuse_dentry_revalidate | Miklos Szeredi | 2013-06-03 | 2 | -6/+13 |
| * | | | | | fuse: update inode size and invalidate attributes on fallocate | Brian Foster | 2013-05-20 | 1 | -3/+12 |
| * | | | | | fuse: truncate pagecache range on hole punch | Brian Foster | 2013-05-20 | 1 | -2/+20 |
| * | | | | | fuse: allocate for_background dio requests based on io->async state | Brian Foster | 2013-05-14 | 1 | -2/+9 |
* | | | | | | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 2013-06-05 | 2 | -18/+20 |
|\ \ \ \ \ \ |
|
| * | | | | | | microblaze: Use static inline functions in cacheflush.h | Michal Simek | 2013-06-03 | 1 | -16/+18 |
| * | | | | | | microblaze: Fix sparse warnings | Michal Simek | 2013-06-03 | 1 | -2/+2 |
* | | | | | | | Merge tag 'regulator-v3.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-06-04 | 3 | -16/+19 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge remote-tracking branch 'regulator/fix/palmas' into regulator-linus | Mark Brown | 2013-05-30 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | regulator: palmas: Fix "enable_reg" to point to the correct reg for SMPS10 | Kishon Vijay Abraham I | 2013-05-30 | 1 | -1/+1 |
| | * | | | | | | | regulator: palmas: Fix incorrect condition | Sachin Kamat | 2013-05-30 | 1 | -1/+1 |
| * | | | | | | | | Merge remote-tracking branch 'regulator/fix/doc' into regulator-linus | Mark Brown | 2013-05-30 | 1 | -1/+4 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | regulator: Fix kernel-doc generation warnings. | Robert P. J. Day | 2013-05-02 | 1 | -1/+4 |
| * | | | | | | | | | Merge remote-tracking branch 'regulator/fix/dbx500' into regulator-linus | Mark Brown | 2013-05-30 | 1 | -12/+12 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | regulator: dbx500: Make local symbol static | Sachin Kamat | 2013-05-08 | 1 | -12/+12 |