summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-08-1436-581/+1382
|\
| * Merge branch 'devicetree/next-overlay' into devicetree/nextGrant Likely2014-08-1114-443/+1054
| |\
| | * of: typo fix in __of_prop_dup()Grant Likely2014-07-301-1/+1
| | * of: Transactional DT support.Pantelis Antoniou2014-07-236-0/+530
| | * of: Reorder device tree changes and notifiersGrant Likely2014-07-236-47/+29
| | * of: Move dynamic node fixups out of powerpc and into common codeGrant Likely2014-07-234-72/+17
| | * of: Make sure attached nodes don't carry along extra childrenGrant Likely2014-07-231-0/+1
| | * of: Make devicetree sysfs update functions consistent.Grant Likely2014-07-234-51/+69
| | * of: Create unlocked versions of node and property add/remove functionsPantelis Antoniou2014-07-163-66/+96
| | * OF: Utility helper functions for dynamic nodesPantelis Antoniou2014-07-163-0/+115
| | * of: Move CONFIG_OF_DYNAMIC code into a separate fileGrant Likely2014-07-074-229/+236
| | * of: rename of_aliases_mutex to just of_mutexPantelis Antoniou2014-07-073-13/+12
| | * of/platform: Fix of_platform_device_destroy iteration of devicesGrant Likely2014-07-073-28/+12
| * | Merge branch 'devicetree/next-console' into devicetree/nextGrant Likely2014-08-1117-119/+64
| |\ \
| | * | of: Migrate of_find_node_by_name() users to for_each_node_by_name()Grant Likely2014-06-2610-35/+19
| | * | tty: Update hypervisor tty drivers to use core stdout parsing code.Grant Likely2014-06-265-71/+22
| | * | arm/versatile: Add the uart as the stdout device.Grant Likely2014-06-261-0/+4
| | * | of: Enable console on serial ports specified by /chosen/stdout-pathGrant Likely2014-06-261-0/+3
| | * | of: Create of_console_check() for selecting a console specified in /chosenGrant Likely2014-06-262-13/+16
| * | | of: Fixing OF Selftest build errorGaurav Minocha2014-08-031-1/+1
| * | | drivers: of: add automated assignment of reserved regions to client devicesMarek Szyprowski2014-08-012-0/+77
| * | | of: Use proper types for checking memory overflowLaura Abbott2014-08-011-11/+11
| * | | Adding selftest testdata dynamically into live treeGaurav Minocha2014-07-255-3/+160
| * | | of: Add todo tasklist for DevicetreeGrant Likely2014-07-231-0/+11
| | |/ | |/|
* | | Merge tag 'vfio-v3.17-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2014-08-146-25/+170
|\ \ \
| * | | drivers/vfio: Enable VFIO if EEH is not supportedAlexey Kardashevskiy2014-08-083-10/+5
| * | | drivers/vfio: Allow EEH to be built as moduleAlexey Kardashevskiy2014-08-081-0/+10
| * | | drivers/vfio: Fix EEH build errorGavin Shan2014-08-084-1/+11
| * | | vfio-pci: Attempt bus/slot reset on releaseAlex Williamson2014-08-072-0/+113
| * | | vfio-pci: Use mutex around open, release, and removeAlex Williamson2014-08-072-12/+23
| * | | vfio-pci: Release devices with BusMaster disabledAlex Williamson2014-08-071-2/+8
* | | | Merge tag 'stable/for-linus-3.17-b-rc0-tag' of git://git.kernel.org/pub/scm/l...Linus Torvalds2014-08-143-11/+6
|\ \ \ \
| * | | | x86/xen: use vmap() to map grant table pages in PVH guestsDavid Vrabel2014-08-111-5/+5
| * | | | x86/xen: resume timer irqs earlyDavid Vrabel2014-08-111-1/+1
| * | | | arm/xen: remove duplicate arch_gnttab_init() functionDavid Vrabel2014-08-111-5/+0
* | | | | Merge tag 'dm-3.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-08-1412-206/+408
|\ \ \ \ \
| * | | | | dm table: propagate QUEUE_FLAG_NO_SG_MERGEJeff Moyer2014-08-101-0/+13
| * | | | | dm switch: efficiently support repetitive patternsMikulas Patocka2014-08-012-2/+59
| * | | | | dm switch: factor out switch_region_table_readMikulas Patocka2014-08-011-5/+13
| * | | | | dm cache: set minimum_io_size to cache's data block sizeMike Snitzer2014-08-011-1/+1
| * | | | | dm thin: set minimum_io_size to pool's data block sizeMike Snitzer2014-08-011-1/+1
| * | | | | dm crypt: use per-bio dataMikulas Patocka2014-08-011-14/+27
| * | | | | block: use kmalloc alignment for bio slabMikulas Patocka2014-08-011-1/+2
| * | | | | dm table: make dm_table_supports_discards staticMikulas Patocka2014-08-012-37/+37
| * | | | | dm cache metadata: use dm-space-map-metadata.h defined size limitsMike Snitzer2014-08-013-8/+6
| * | | | | dm cache: fail migrations in the do_worker error pathJoe Thornber2014-08-011-0/+1
| * | | | | dm cache: simplify deferred set reference count incrementsJoe Thornber2014-08-011-46/+77
| * | | | | dm thin: relax external origin size constraintsJoe Thornber2014-08-011-43/+115
| * | | | | dm thin: switch to an atomic_t for tracking pending new block preparationsJoe Thornber2014-08-011-13/+16
| * | | | | dm mpath: eliminate pg_ready() wrapperMike Snitzer2014-08-011-4/+2