summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | ARM: OMAP2+: create dsp device only on OMAP3 SoCsSuman Anna2014-07-071-0/+10
| | * | | | | | | ARM: dts: dra7-evm: Make VDDA_1V8_PHY supply always onRoger Quadros2014-07-071-0/+1
| | * | | | | | | ARM: DRA7/AM43XX: fix header definition for omap44xx_restartNishanth Menon2014-07-071-1/+2
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | ARM: imx: fix shared gate clockShawn Guo2014-07-081-8/+23
| * | | | | | | Merge tag 'samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2014-07-084-6/+27
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: EXYNOS: Update secondary boot addr for secure modeSachin Kamat2014-07-081-2/+7
| | * | | | | | | clocksource: exynos_mct: Register the timer for stable udelayAmit Daniel Kachhap2014-07-041-0/+11
| | * | | | | | | clocksource: exynos_mct: Fix ftraceDoug Anderson2014-07-041-2/+7
| | * | | | | | | ARM: dts: fix pwm-cells in pwm node for exynos4Jaewon Kim2014-07-041-1/+1
| | * | | | | | | ARM: EXYNOS: Fix the check for non-smp configurationAbhilash Kesavan2014-07-041-1/+1
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge tag 'renesas-maintainers-for-v3.17' of git://git.kernel.org/pub/scm/lin...Olof Johansson2014-07-081-0/+14
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | ARM: shmobile: Add DT and defconfigs to MAINTAINERSSimon Horman2014-06-161-0/+14
| | | |/ / / / | | |/| | | |
* | | | | | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-07-134-14/+34
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'kprobes-test-fixes' of git://git.linaro.org/people/tixy/kernel ...Russell King2014-07-12504-4308/+7721
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: kprobes: Fix test code compilation errors for ARMv4 targetsJon Medhurst2014-07-021-0/+8
| | * | | | | | | ARM: kprobes: Disallow instructions with PC and register specified shiftJon Medhurst2014-07-022-13/+15
| | * | | | | | | ARM: kprobes: Prevent known test failures stopping other tests runningJon Medhurst2014-07-021-0/+10
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | ARM: l2c: fix revision checkingRussell King2014-07-071-1/+1
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2014-07-132-1/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | m68k: Export mach_random_get_entropy to modulesGeert Uytterhoeven2014-07-111-0/+2
| * | | | | | | | m68k: Fix boot regression on machines with RAM at non-zeroGeert Uytterhoeven2014-07-101-1/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'parisc-3.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-07-133-38/+13Star
|\ \ \ \ \ \ \ \
| * | | | | | | | parisc: drop unused defines and header includesHelge Deller2014-07-131-36/+0Star
| * | | | | | | | parisc: fix fanotify_mark() syscall on 32bit compat kernelHelge Deller2014-07-132-1/+11
| * | | | | | | | parisc: add serial ports of C8000/1GHz machine to hardware databaseHelge Deller2014-07-131-1/+2
* | | | | | | | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-07-133-8/+28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update imx-sdma cyclic handling to report residueRussell King - ARM Linux2014-07-012-5/+18
| * | | | | | | | | dma: cppi41: handle 0-length packetsDaniel Mack2014-07-011-3/+10
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge tag 'usb-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-07-128-9/+28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | phy: omap-usb2: Balance pm_runtime_enable() on probe failure and removeRoger Quadros2014-07-121-2/+5
| * | | | | | | | | phy: core: Fix error path in phy_create()Roger Quadros2014-07-121-3/+4
| * | | | | | | | | drivers: phy: phy-samsung-usb2.c: Add missing MODULE_DEVICE_TABLESjoerd Simons2014-07-121-0/+1
| * | | | | | | | | phy: omap-usb2: fix devm_ioremap_resource error detection codeHimangi Saraogi2014-07-121-2/+2
| * | | | | | | | | phy: sun4i: depend on RESET_CONTROLLERMaxime Ripard2014-07-121-0/+1
| * | | | | | | | | USB: serial: ftdi_sio: Add Infineon TriboardMichal Sojka2014-07-122-0/+8
| * | | | | | | | | USB: ftdi_sio: Add extra PID.Bert Vermeulen2014-07-102-2/+4
| * | | | | | | | | Merge tag 'usb-serial-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2014-07-092-0/+3
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| | * | | | | | | | usb: option: Add ID for Telewell TW-LTE 4G v2Bernd Wachter2014-07-071-0/+2
| | * | | | | | | | USB: cp210x: add support for Corsair usb dongleAndras Kovacs2014-07-071-0/+1
| |/ / / / / / / /
* | | | | | | | | Merge tag 'tty-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-07-128-4/+26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | serial: sh-sci: Add device tree support for r8a7{778,740,3a4} and sh73a0Simon Horman2014-07-121-0/+7
| * | | | | | | | | serial: imx: Fix build breakagePeter Hurley2014-07-121-1/+1
| * | | | | | | | | serial: arc_uart: Use uart_circ_empty() for open-coded comparisonPeter Hurley2014-07-111-1/+1
| * | | | | | | | | serial: Test for no tx data on tx restartPeter Hurley2014-07-116-3/+18
| |/ / / / / / / /
* | | | | | | | | Merge tag 'char-misc-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-07-124-7/+24
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | i8k: Fix non-SMP operationGuenter Roeck2014-07-101-1/+3
| * | | | | | | | | Drivers: hv: util: Fix a bug in the KVP codeK. Y. Srinivasan2014-07-092-4/+15
| * | | | | | | | | Drivers: hv: vmbus: Fix a bug in the channel callback dispatch codeK. Y. Srinivasan2014-07-091-2/+6
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'staging-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-07-128-32/+23Star
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'iio-fixes-for-3.16c' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2014-07-098-32/+23Star
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |