summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-01-246-6/+17
|\
| * btrfs: Don't call btrfs_start_transaction() on frozen fs to avoid deadlock.Qu Wenruo2015-01-201-0/+10
| * btrfs: Fix the bug that fs_info->pending_changes is never cleared.Qu Wenruo2015-01-201-1/+1
| * btrfs: fix state->private cast on 32 bit machinesSatoru Takeuchi2015-01-191-1/+1
| * Btrfs: fix race deleting block group from space_info->ro_bgs listFilipe Manana2015-01-192-1/+2
| * Btrfs: fix incorrect freeing in scrub_stripeTsutomu Itoh2015-01-191-1/+1
| * btrfs: sync ioctl, handle errors after transaction startDavid Sterba2015-01-191-2/+2
* | Merge tag 'platform-drivers-x86-v3.19-2' of git://git.infradead.org/users/dvh...Linus Torvalds2015-01-242-1109/+6
|\ \
| * | Revert "platform: x86: dell-laptop: Add support for keyboard backlight"Darren Hart2015-01-231-1049/+6
| * | Revert "Documentation: Add entry for dell-laptop sysfs interface"Darren Hart2015-01-231-60/+0
* | | Merge tag 'pci-v3.19-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-01-2417-81/+222
|\ \ \
| * | | MAINTAINERS: Update Richard Zhu's email addressLucas Stach2015-01-221-1/+1
| * | | sparc/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu2015-01-161-1/+4
| * | | powerpc/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu2015-01-161-1/+11
| * | | parisc/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu2015-01-161-3/+2
| * | | mn10300/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu2015-01-162-27/+22
| * | | microblaze/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu2015-01-161-1/+12
| * | | ia64/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu2015-01-161-27/+21
| * | | frv/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu2015-01-161-1/+1
| * | | alpha/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu2015-01-161-2/+6
| * | | x86/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu2015-01-161-1/+1
| * | | PCI: Add pci_claim_bridge_resource() to clip window if necessaryYinghai Lu2015-01-162-0/+36
| * | | PCI: Add pci_bus_clip_resource() to clip to fit upstream windowYinghai Lu2015-01-162-0/+44
| * | | PCI: Pass bridge device, not bus, when updating bridge windowsYinghai Lu2015-01-161-12/+9
| * | | PCI: Mark Atheros AR93xx to avoid bus resetAlex Williamson2015-01-161-0/+14
| * | | PCI: Add flag for devices where we can't use bus resetAlex Williamson2015-01-162-4/+38
* | | | Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-01-2411-23/+187
|\ \ \ \
| * | | | of/unittest: Overlays with sub-devices testsPantelis Antoniou2015-01-232-0/+94
| * | | | of/platform: Handle of_populate drivers in notifierPantelis Antoniou2015-01-221-0/+9
| * | | | of/overlay: Do not generate duplicate nodesPantelis Antoniou2015-01-221-11/+0
| * | | | devicetree: document the "qemu" and "virtio" vendor prefixesLaszlo Ersek2015-01-131-0/+2
| * | | | devicetree: document ARM bindings for QEMU's Firmware Config interfaceLaszlo Ersek2015-01-131-0/+72
| * | | | Documentation: of: fix typo in graph bindingsKaixu Xia2015-01-131-1/+1
| * | | | dma-mapping: fix debug print to display correct dma_pfn_offsetMurali Karicheri2015-01-131-1/+1
| * | | | of: replace Asahi Kasei Corp vendor prefixKuninori Morimoto2015-01-132-2/+2
| * | | | ARM: dt: GIC: Spelling s/specific/specifier/, s/flaggs/flags/Geert Uytterhoeven2015-01-131-2/+2
| * | | | dt/bindings: arm-boards: Spelling s/pointong/pointing/Geert Uytterhoeven2015-01-131-1/+1
| * | | | MAINTAINERS: Update DT website and git repositoryRob Herring2015-01-131-2/+2
| * | | | MAINTAINERS: drop DT regex matching on of_get_property and of_match_tableRob Herring2015-01-131-3/+1
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-01-242-28/+19
|\ \ \ \ \
| * | | | | KVM: x86: SYSENTER emulation is brokenNadav Amit2015-01-231-19/+8
| * | | | | KVM: x86: Fix of previously incomplete fix for CVE-2014-8480Nadav Amit2015-01-231-2/+2
| * | | | | KVM: fix sparse warning in include/trace/events/kvm.hChristian Borntraeger2015-01-191-7/+9
| | |_|/ / | |/| | |
* | | | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-01-243-10/+20
|\ \ \ \ \
| * | | | | ARM: 8292/1: mm: fix size rounding-down of arm_add_memory() functionMasahiro Yamada2015-01-211-2/+5
| * | | | | ARM: 8255/1: perf: Prevent wraparound during overflowDaniel Thompson2015-01-121-2/+8
| * | | | | ARM: 8266/1: Remove early stack deallocation from restore_user_regsDaniel Thompson2015-01-121-6/+7
* | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-01-243-2/+2
|\ \ \ \ \ \
| * | | | | | arm64: dump: Fix implicit inclusion of definition for PCI_IOBASEMark Brown2015-01-231-0/+1
| * | | | | | arm64: Add dtb files to archclean ruleJungseok Lee2015-01-202-2/+1
| | |/ / / / | |/| | | |