summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Merge tag 'v4.1-rockchip-socfixes1' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2015-05-073-0/+60
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | rockchip: make sure timer7 is enabled on rk3288 platformsHeiko Stuebner2015-04-161-0/+19
| | | * | | ARM: rockchip: fix undefined instruction of reset_ctrl_regsChris Zhong2015-04-162-0/+30
| | | * | | ARM: rockchip: disable dapswjdp during suspendChris Zhong2015-04-162-0/+11
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-05-091-0/+6
| |\ \ \ \ \
| | * | | | | mnt: Fix fs_fully_visible to verify the root directory is visibleEric W. Biederman2015-05-091-0/+6
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-05-093-72/+2
| |\ \ \ \ \
| | * | | | | irqchip: gic: Drop support for gic_arch_extnMarc Zyngier2015-04-242-72/+1
| | * | | | | genirq: Set IRQCHIP_SKIP_SET_WAKE flag for dummy_irq_chipRoger Quadros2015-04-241-0/+1
| * | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-05-091-5/+1
| |\ \ \ \ \ \
| | * | | | | | clockevents: Shutdown detached clockevent deviceViresh Kumar2015-04-241-5/+1
| | |/ / / / /
| * | | | | | m32r: make flush_cpumask non-volatile.Rusty Russell2015-05-091-3/+3
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-05-081-7/+15
| |\ \ \ \ \ \
| | * | | | | | path_openat(): fix double fput()Al Viro2015-05-091-1/+2
| | * | | | | | namei: d_is_negative() should be checked before ->d_seq validationAl Viro2015-05-091-6/+13
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-081-1/+1
| |\ \ \ \ \ \
| | * | | | | | Btrfs: fix wrong mapping flags for free space inodeFilipe Manana2015-05-061-1/+1
| * | | | | | | Merge tag 'dm-4.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-05-082-8/+9
| |\ \ \ \ \ \ \
| | * | | | | | | init: fix regression by supporting devices with major:minor:offset formatChen Yu2015-05-051-2/+3
| | * | | | | | | Revert "dm crypt: fix deadlock when async crypto algorithm returns -EBUSY"Rabin Vincent2015-05-051-6/+6
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-05-0811-41/+60
| |\ \ \ \ \ \ \ \
| | * | | | | | | | splice: sendfile() at once fails for big filesChristophe Leroy2015-05-061-1/+11
| | * | | | | | | | blk-mq: don't lose requests if a stopped queue restartsShaohua Li2015-05-041-0/+10
| | * | | | | | | | blk-mq: fix FUA request hangShaohua Li2015-05-041-1/+1
| | * | | | | | | | block: destroy bdi before blockdev is unregistered.NeilBrown2015-04-274-5/+5
| | * | | | | | | | block:bounce: fix call inc_|dec_zone_page_state on different pages confuse va...Wang YanQing2015-04-271-1/+1
| | * | | | | | | | elevator: fix double release of elevator moduleChao Yu2015-04-231-5/+1
| | * | | | | | | | writeback: use |1 instead of +1 to protect against div by zeroTejun Heo2015-04-231-3/+3
| | * | | | | | | | blk-mq: fix CPU hotplug handlingMing Lei2015-04-231-21/+13
| | * | | | | | | | blk-mq: fix race between timeout and CPU hotplugMing Lei2015-04-231-3/+13
| | * | | | | | | | NVMe: Fix VPD B0 max sectors translationKeith Busch2015-04-231-1/+2
| * | | | | | | | | Merge tag 'gpio-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-05-084-46/+36
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | gpio: omap: Fix regression for MPUIO interruptsTony Lindgren2015-05-061-39/+9
| | * | | | | | | | | gpio: sysfs: fix memory leaks and device hotplugJohan Hovold2015-04-291-0/+19
| | * | | | | | | | | pinctrl: qcom-spmi-gpio: Fix input value reportIvan T. Ivanov2015-04-281-5/+6
| | * | | | | | | | | pinctrl: qcom-spmi-gpio: Fix output type configurationIvan T. Ivanov2015-04-281-1/+1
| | * | | | | | | | | gpiolib: change gpio pin from unsigned to signed in acpi callbackQipeng Zha2015-04-271-1/+1
| | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'mmc-4.1-rc2' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2015-05-086-4/+22
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | mmc: dw_mmc: dw_mci_get_cd check MMC_CAP_NONREMOVABLEZhangfei Gao2015-05-081-1/+2
| | * | | | | | | | | mmc: dw_mmc: init desc in dw_mci_idmac_initZhangfei Gao2015-05-081-1/+3
| | * | | | | | | | | mmc: card: Don't access RPMB partitions for normal read/writeChuanxiao Dong2015-05-063-1/+15
| | * | | | | | | | | mmc: sh_mmcif: Fix timeout value for command requestTakeshi Kihara2015-05-061-1/+1
| | * | | | | | | | | mmc: core: add missing pm event in mmc_pm_notify to fix hib restoreGrygorii Strashko2015-05-041-0/+1
| | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'trace-fixes-v4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-05-082-2/+3
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | tracing: Make ftrace_print_array_seq compute buf_lenAlex Bennée2015-05-062-2/+3
| | |/ / / / / / / /
| * | | | | | | | | Merge tag 'pm+acpi-4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-05-076-7/+51
| |\ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | *---. \ \ \ \ \ \ \ \ Merge branches 'acpi-resources', 'acpi-battery', 'acpi-doc' and 'acpi-pnp'Rafael J. Wysocki2015-05-07230-1649/+2700
| | |\ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | ACPI / PNP: add two IDs to list for PNPACPI device enumerationWitold Szczeponik2015-05-041-0/+2
| | | | | |/ / / / / / / /
| | | | * | | | | | | | | ACPI / documentation: Fix ambiguity in the GPIO properties documentRafael J. Wysocki2015-05-041-3/+3
| | | | * | | | | | | | | ACPI / documentation: fix a sentence about GPIO resourcesAntonio Ospite2015-04-301-1/+1
| | | | | |/ / / / / / / | | | | |/| | | | | | |
OpenPOWER on IntegriCloud