summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2016-03-195-20/+190
|\
| *-----. Merge branches 'amba', 'fixes', 'misc' and 'tauros2' into for-nextRussell King2016-03-045-20/+190
| |\ \ \ \
| | | | * | ARM: 8503/1: clk_register_clkdev: remove format string interfaceKees Cook2016-02-161-6/+25
| | | | * | ARM: 8511/1: ARM64: kernel: PSCI: move PSCI idle management code to drivers/f...Lorenzo Pieralisi2016-02-111-0/+120
| | | | * | ARM: 8508/2: videobuf2-dc: Let drivers specify DMA attrsTomasz Figa2016-02-111-11/+22
| | | |/ /
| | * | | ARM: 8524/1: driver cohandle -EPROBE_DEFER from bus_type.match()Tomeu Vizoso2016-02-161-2/+22
| | * | | ARM: 8522/1: drivers: nvdimm: ensure no negative value gets returned on posit...Dan Williams2016-02-161-1/+1
| | |/ /
* | | | Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-1926-788/+4522
|\ \ \ \
| * \ \ \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-03-142-34/+43
| |\ \ \ \
| | * | | | qe: Use GFP_ATOMIC while spin_lock_irqsave is heldSaurabh Sengar2016-03-091-1/+1
| | * | | | qe: Make cpm_muram_alloc_common staticSaurabh Sengar2016-03-091-33/+33
| | * | | | qe/ic: fix a buffer overflow error and add check elsewhereZhao Qiang2016-03-091-1/+10
| * | | | | cxl: Ignore probes for virtual afu pci devicesVaibhav Jain2016-03-093-0/+16
| * | | | | cxl: Remove cxl_get_phys_dev() kernel APIFrederic Barrat2016-03-091-1/+0
| * | | | | cxlflash: Use new cxl_pci_read_adapter_vpd() APIFrederic Barrat2016-03-092-17/+2
| * | | | | cxl: Add tracepoints around the cxl hcallChristophe Lombard2016-03-092-0/+202
| * | | | | cxl: Adapter failure handlingChristophe Lombard2016-03-097-35/+198
| * | | | | cxl: Support the cxl kernel API from a guestFrederic Barrat2016-03-096-110/+198
| * | | | | cxl: Parse device tree and create cxl device(s) at bootFrederic Barrat2016-03-091-0/+25
| * | | | | cxl: Support to flash a new image on the adapter from a guestChristophe Lombard2016-03-096-5/+574
| * | | | | cxl: sysfs support for guestsChristophe Lombard2016-03-094-20/+108
| * | | | | cxl: Add guest-specific codeChristophe Lombard2016-03-0910-11/+1525
| * | | | | cxl: Separate bare-metal fields in adapter and AFU data structuresChristophe Lombard2016-03-098-111/+164
| * | | | | cxl: New hcalls to support cxl adaptersChristophe Lombard2016-03-095-2/+890
| * | | | | cxl: IRQ allocation for guestsFrederic Barrat2016-03-091-14/+64
| * | | | | cxl: Update cxl_irq() prototypeFrederic Barrat2016-03-092-3/+2
| * | | | | cxl: Isolate a few bare-metal-specific callsFrederic Barrat2016-03-094-11/+22
| * | | | | cxl: Rename some bare-metal specific functionsFrederic Barrat2016-03-093-100/+104
| * | | | | cxl: Introduce implementation-specific APIFrederic Barrat2016-03-0911-120/+185
| * | | | | cxl: Define process problem state area at attach time onlyFrederic Barrat2016-03-091-9/+2
| * | | | | cxl: Move bare-metal specific code to specialized filesFrederic Barrat2016-03-095-244/+245
| * | | | | cxl: Move common code away from bare-metal-specific filesChristophe Lombard2016-03-095-75/+84
| * | | | | PCI: Add pcibios_bus_add_device() weak functionWei Yang2016-03-091-0/+3
| * | | | | PCI/IOV: Rename and export virtfn_{add, remove}Wei Yang2016-03-091-5/+5
| |/ / / /
* | | | | Merge tag 'devicetree-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-03-194-10/+21
|\ \ \ \ \
| * | | | | of: add 'const' for of_property_*_string*() parameter '*np'David Rivshin2016-03-031-7/+8
| * | | | | of/unittest: fix infinite loop in of_unittest_destroy_tracked_overlays()Sergey Senozhatsky2016-03-031-0/+5
| * | | | | of: alloc anywhere from memblock if range not specifiedVinayak Menon2016-03-031-1/+3
| * | | | | of: resolver: Add missing of_node_get and of_node_putAmitoj Kaur Chawla2016-02-131-2/+5
| | |_|/ / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-19593-20366/+51865
|\ \ \ \ \
| * | | | | bonding: fix bond_get_stats()Eric Dumazet2016-03-181-31/+35
| * | | | | net: bcmgenet: fix dma api length mismatchEric Dumazet2016-03-181-2/+2
| * | | | | net/mlx4_core: Fix backward compatibility on VFsEli Cohen2016-03-181-6/+18
| * | | | | phy: mdio-thunder: Fix some Kconfig typosAndreas Färber2016-03-181-2/+2
| * | | | | lan78xx: add ndo_get_stats64Woojung Huh2016-03-181-0/+49
| * | | | | lan78xx: handle statistics counter rolloverWoojung Huh2016-03-181-13/+239
| * | | | | net: smc911x: convert pxa dma to dmaengineRobert Jarzmik2016-03-182-66/+82
| * | | | | team: remove duplicate set of flag IFF_MULTICASTZhang Shengju2016-03-181-1/+0
| * | | | | bonding: remove duplicate set of flag IFF_MULTICASTZhang Shengju2016-03-181-1/+1
| * | | | | ethernet: micrel: fix some error codesDan Carpenter2016-03-181-4/+6