summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-14ARM: dts: am335x-evm: Enable NAND dma prefetch by defaultFranklin S Cooper Jr1-0/+1
2017-08-14ARM: dts: omap4-droid4: Add vibratorSebastian Reichel1-0/+40
2017-08-14ARM: dts: motorola-cpcap-mapphone: set initial mode for vaudioSebastian Reichel1-0/+1
2017-08-14ARM: dts: omap3: Remove needless interrupt-parent propertyKarthik Tummala1-4/+0
2017-08-14ARM: dts: Disable HDMI CEC internal pull-upsTony Lindgren8-8/+8
2017-08-14ARM: dts: am437x-gp-evm: Add support for buzzerFaiz Abbas1-0/+14
2017-08-10ARM: dts: Add dra7 iodelay configurationTony Lindgren2-0/+11
2017-08-10ARM: dts: tps65217: Add power button interrupt to the common tps65217.dtsi fileEnric Balletbo i Serra3-2/+1
2017-08-10ARM: dts: tps65217: Add charger interrupts to the common tps65217.dtsi fileEnric Balletbo i Serra3-4/+2
2017-08-10Merge branch 'omap-for-v4.14/mmc-regulator' into omap-for-v4.14/dtTony Lindgren20-19/+80
2017-08-10ARM: dts: omap*: Replace deprecated "vmmc_aux" with "vqmmc"Kishon Vijay Abraham I15-15/+15
2017-08-10Merge tag 'v4.13-rc1' into omap-for-v4.14/mmc-regulatorTony Lindgren10738-214368/+812910
2017-08-10ARM: dts: am572x-idk: Fix GPIO polarity for MMC1 card detectKishon Vijay Abraham I1-1/+1
2017-08-10ARM: dts: am571x-idk: Fix GPIO polarity for MMC1 card detectKishon Vijay Abraham I1-1/+1
2017-07-16Linux v4.13-rc1Linus Torvalds1-2/+2
2017-07-15Merge tag 'standardize-docs' of git://git.lwn.net/linuxLinus Torvalds81-4731/+6263
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-38/+168
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds41-163/+531
2017-07-15Merge branch 'work.__copy_to_user' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-63/+46
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds24-450/+168
2017-07-15Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-43/+37
2017-07-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds136-1836/+2453
2017-07-15Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds21-82/+201
2017-07-15Merge tag 'upstream-4.13-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds10-85/+218
2017-07-15Merge tag 'kvm-4.13-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds21-207/+470
2017-07-15random: reorder READ_ONCE() in get_random_uXXSebastian Andrzej Siewior1-2/+4
2017-07-15random: suppress spammy warnings about unseeded randomnessTheodore Ts'o2-23/+57
2017-07-15Merge tag 'xfs-4.13-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-17/+15
2017-07-15Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-57/+88
2017-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-44/+204
2017-07-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds9-19/+45
2017-07-15Merge tag 'devprop-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+7
2017-07-15Merge tag 'acpi-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-26/+40
2017-07-15Merge tag 'pm-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-37/+39
2017-07-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds17-62/+1969
2017-07-15replace incorrect strscpy use in FORTIFY_SOURCEDaniel Micay1-11/+12
2017-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds3-75/+74
2017-07-15Merge tag 'powerpc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds14-31/+162
2017-07-15kmod: throttle kmod thread limitLuis R. Rodriguez2-31/+9
2017-07-15kmod: add test driver to stress test the module loaderLuis R. Rodriguez7-0/+1929
2017-07-15MAINTAINERS: give kmod some maintainer loveLuis R. Rodriguez1-0/+7
2017-07-15xtensa: use generic fb.hTobias Klauser2-12/+1
2017-07-15fault-inject: add /proc/<pid>/fail-nthAkinobu Mita2-1/+3
2017-07-15fault-inject: simplify access check for fail-nthAkinobu Mita2-17/+15
2017-07-15fault-inject: make fail-nth read/write interface symmetricAkinobu Mita2-14/+13
2017-07-15fault-inject: parse as natural 1-based value for fail-nth write interfaceAkinobu Mita3-10/+8
2017-07-15fault-inject: automatically detect the number base for fail-nth write interfaceAkinobu Mita1-1/+1
2017-07-15kernel/watchdog.c: use better pr_fmt prefixKefeng Wang1-1/+1
2017-07-15MAINTAINERS: move the befs tree to kernel.orgLuis de Bethencourt1-2/+2
2017-07-15lib/atomic64_test.c: add a test that atomic64_inc_not_zero() returns an intMichael Ellerman1-0/+7