summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GFS2: use memchr_invAkinobu Mita2013-04-041-6/+2
* GFS2: use kmalloc for lvb bitmapDavid Teigland2013-04-042-13/+19
* Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-04-0317-72/+230
|\
| * ARM: 7690/1: mm: fix CONFIG_LPAE typosPaul Bolle2013-04-032-2/+2
| * ARM: 7689/1: add unwind annotations to ftrace asmRabin Vincent2013-04-031-0/+12
| * ARM: 7685/1: delay: use private ticks_per_jiffy field for timer-based delay opsWill Deacon2013-04-033-7/+6
| * ARM: 7684/1: errata: Workaround for Cortex-A15 erratum 798181 (TLBI/DSB opera...Catalin Marinas2013-04-036-1/+102
| * ARM: 7682/1: cache-l2x0: fix masking of RTL revision numbering and set_debug ...Rob Herring2013-04-031-7/+4
| * ARM: iWMMXt: always enable iWMMXt support with PJ4 CPUsRussell King2013-04-031-2/+2
| * ARM: 7681/1: hw_breakpoint: use warn_once to avoid spam from reset_ctrl_regs()Santosh Shilimkar2013-03-221-3/+3
| * ARM: 7678/1: Work around faulty ISAR0 register in some Krait CPUsStepan Moskovchenko2013-03-221-0/+15
| * ARM: 7680/1: Detect support for SDIV/UDIV from ISAR0 registerStephen Boyd2013-03-222-2/+22
| * ARM: 7679/1: Clear IDIVT hwcap if CONFIG_ARM_THUMB=nStephen Boyd2013-03-221-1/+1
| * ARM: 7677/1: LPAE: Fix mapping in alloc_init_section for unaligned addressesSricharan R2013-03-221-26/+47
| * Merge branch 'kvm-arm/vgic-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Russell King2013-03-221-21/+14
| |\
| | * ARM: KVM: vgic: take distributor lock on sync_hwstate pathMarc Zyngier2013-02-221-18/+6
| | * ARM: KVM: vgic: force EOIed LRs to the empty stateMarc Zyngier2013-02-221-3/+8
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-04-032-6/+9
|\ \ \
| * | | ext4: fix big-endian bugs which could cause fs corruptionsZheng Liu2013-04-032-6/+9
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2013-04-031-2/+2
|\ \ \ \
| * | | | reiserfs: Fix warning and inode leak when deleting inode with xattrsJan Kara2013-03-291-2/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-04-038-43/+79
|\ \ \ \ \
| * | | | | s390/mm: provide emtpy check_pgt_cache() functionHeiko Carstens2013-04-021-1/+2
| * | | | | s390/uaccess: fix page table walkHeiko Carstens2013-04-022-27/+55
| * | | | | s390/3270: fix minor_start issueMartin Schwidefsky2013-03-211-7/+9
| * | | | | s390/uaccess: fix clear_user_pt()Heiko Carstens2013-03-211-1/+1
| * | | | | s390/scm_blk: fix error return code in scm_blk_init()Wei Yongjun2013-03-211-2/+5
| * | | | | s390/scm_block: fix printk format stringSebastian Ott2013-03-212-3/+3
| * | | | | drivers/Kconfig: add several missing GENERIC_HARDIRQS dependenciesHeiko Carstens2013-03-213-2/+4
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-04-028-31/+57
|\ \ \ \ \ \
| * | | | | | VSOCK: Handle changes to the VMCI context ID.Reilly Grant2013-04-024-26/+23
| * | | | | | net IPv6 : Fix broken IPv6 routing table after loopback down-upBalakumaran Kannan2013-04-021-0/+27
| * | | | | | cbq: incorrect processing of high limitsVasily Averin2013-04-021-1/+4
| * | | | | | net/mlx4_en: Fix setting initial MAC addressYan Burman2013-04-021-2/+2
| * | | | | | bonding: get netdev_rx_handler_unregister out of locksVeaceslav Falico2013-04-021-2/+1
* | | | | | | Merge tag 'regmap-v3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-04-022-5/+6
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'regmap/fix/async' into tmpMark Brown2013-03-311-0/+2
| |\ \ \ \ \ \ \
| | * | | | | | | regmap: async: Add missing returnMark Brown2013-03-271-0/+2
| * | | | | | | | Merge remote-tracking branch 'regmap/fix/core' into tmpMark Brown2013-03-311-2/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | regmap: Initialize `map->debugfs' before regcacheDimitris Papastamos2013-03-121-2/+2
| * | | | | | | | | Merge remote-tracking branch 'regmap/fix/cache' into tmpMark Brown2013-03-312-3/+2
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | regmap: don't corrupt work buffer in _regmap_raw_write()Stephen Warren2013-03-211-2/+1
| | * | | | | | | | regmap: cache Fix regcache-rbtree syncLars-Peter Clausen2013-03-131-1/+1
| | |/ / / / / / /
* | | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-04-028-49/+56
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | drm: correctly restore mappings if drm_open failsIlija Hadzic2013-04-031-2/+4
| * | | | | | | | | Merge branch 'drm-nouveau-fixes-3.9' of git://anongit.freedesktop.org/git/nou...Dave Airlie2013-04-033-21/+31
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | drm/nouveau: fix NULL ptr dereference from nv50_disp_intr()Maarten Lankhorst2013-03-292-13/+21
| | * | | | | | | | | drm/nouveau: fix handling empty channel list in ioctl'sMaarten Lankhorst2013-03-291-8/+10
| * | | | | | | | | | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2013-04-034-26/+21
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | drm: don't unlock in the addfb error pathsDaniel Vetter2013-03-271-2/+0
OpenPOWER on IntegriCloud