summaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
Commit message (Expand)AuthorFilesLines
2015-07-20clk: wm831x: Remove clk.h includeStephen Boyd1-1/+0
2015-07-20clk: u300: Remove clk.h includeStephen Boyd1-1/+1
2015-07-20clk: twl6040: Remove clk.h includeStephen Boyd1-1/+0
2015-07-20clk: si5351: Include clk.hStephen Boyd1-1/+1
2015-07-20clk: rk808: Remove clk.h includeStephen Boyd1-1/+0
2015-07-20clk: palmas: Remove clkdev.h includesStephen Boyd1-1/+0
2015-07-20clk: nomadik: Remove clk.h and clkdev.h includesStephen Boyd1-2/+1
2015-07-20clk: mux: Remove clk.h includeStephen Boyd1-1/+0
2015-07-20clk: efm32gg: Remove clk.h includeStephen Boyd1-1/+0
2015-07-20clk: clps711x: Remove clk.h includeStephen Boyd1-1/+0
2015-07-20clk: cdce706: Include clk.hStephen Boyd1-0/+1
2015-07-20clk: axi-clkgen: Remove clk.h includeStephen Boyd1-1/+0
2015-07-20clk: i.MX: Remove clk.h includeStephen Boyd5-5/+0
2015-07-20lib/vsprintf.c: Include clk.hStephen Boyd1-0/+1
2015-07-20simplefb: Include clk.hStephen Boyd1-0/+1
2015-07-20ACPI: Remove clk.h includeStephen Boyd2-2/+0
2015-07-20clocksource: cadence_ttc: Remove clk-provider.h includeStephen Boyd1-1/+0
2015-07-20spi: spi-pxa2xx: Remove clk.h includeStephen Boyd1-1/+0
2015-07-20staging: clocking-wizard: Include clk.hStephen Boyd1-0/+1
2015-07-20powerpc/512x: clk: Include clk.hStephen Boyd1-0/+1
2015-07-20MIPS: Alchemy: Include clk.hStephen Boyd1-0/+1
2015-07-20arm64: Remove clk-provider.h includeStephen Boyd1-1/+0
2015-07-20ARM: OMAP2+: Include clk.hStephen Boyd3-0/+3
2015-07-20ARM: s3c64xx: Remove clk-provider.h includeStephen Boyd1-1/+0
2015-07-20ARM: orion5x: Remove clk-provider.h includeStephen Boyd1-1/+0
2015-07-20ARM: mvebu: Remove clk-provider.h includeStephen Boyd1-1/+0
2015-07-20ARM: keystone: Remove clk-provider.h includeStephen Boyd1-1/+0
2015-07-20ARM: hisi: Remove clk-provider.h includeStephen Boyd1-1/+0
2015-07-20ARM: at91: Remove clk-provider.h includeStephen Boyd1-1/+0
2015-07-05Linux 4.2-rc1v4.2-rc1Linus Torvalds1-2/+2
2015-07-05bluetooth: fix list handlingLinus Torvalds2-2/+3
2015-07-049p: cope with bogus responses from server in p9_client_{read,write}Al Viro1-0/+8
2015-07-04p9_client_write(): avoid double p9_free_req()Al Viro1-0/+1
2015-07-049p: forgetting to cancel request on interrupted zero-copy RPCAl Viro1-1/+2
2015-07-04dax: bdev_direct_access() may sleepMatthew Wilcox1-0/+6
2015-07-04block: Add support for DAX reads/writes to block devicesMatthew Wilcox2-2/+8
2015-07-04dax: Use copy_from_iter_nocacheMatthew Wilcox1-1/+1
2015-07-04dax: Add block size note to documentationMatthew Wilcox1-2/+4
2015-07-04NTB: Add split BAR output for debugfs statsDave Jiang1-15/+68
2015-07-04NTB: Change WARN_ON_ONCE to pr_warn_once on unsafeDave Jiang1-8/+16
2015-07-04NTB: Print driver name and version in module initDave Jiang2-0/+6
2015-07-04NTB: Increase transport MTU to 64k from 16kDave Jiang1-1/+1
2015-07-04NTB: Rename Intel code names to platform namesDave Jiang3-465/+465
2015-07-04NTB: Default to CPU memcpy for performanceDave Jiang1-4/+13
2015-07-04NTB: Improve performance with write combiningDave Jiang1-1/+10
2015-07-04NTB: Use NUMA memory in Intel driverAllen Hubbe1-6/+12
2015-07-04NTB: Use NUMA memory and DMA chan in transportAllen Hubbe1-14/+32
2015-07-04NTB: Rate limit ntb_qp_link_workAllen Hubbe1-1/+1
2015-07-04NTB: Add tool test clientAllen Hubbe4-0/+600
2015-07-04NTB: Add ping pong test clientAllen Hubbe6-1/+289