summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipmi: Update documentationCorey Minyard2016-11-071-25/+32
* ipmi_ssif: Remove an unused module parameterCorey Minyard2016-11-071-4/+0
* ipmi: Periodically check for events, not messagesCorey Minyard2016-11-071-2/+2
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-275-5/+56
|\
| * blk-mq: update hardware and software queues for sleeping allocJens Axboe2016-10-271-3/+3
| * block: flush: fix IO hang in case of flood fua reqMing Lei2016-10-261-0/+28
| * nbd: fix incorrect unlock of nbd->sock_lock in sock_shutdownJohn W. Linville2016-10-241-1/+1
| * badblocks: badblocks_set/clear update unacked_existShaohua Li2016-10-211-0/+23
| * softirq: Display IRQ_POLL for irq-poll statisticsSagi Grimberg2016-10-211-1/+1
* | mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds2016-10-276-182/+21
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-10-241-3/+3
|\ \
| * | hwrng: core - Don't use a stack buffer in add_early_randomness()Andrew Lutomirski2016-10-191-3/+3
* | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-2413-35/+41
|\ \ \
| * | | clk: at91: Fix a return value in case of errorChristophe JAILLET2016-10-201-1/+1
| * | | clk: uniphier: rename MIO clock to SD clock for Pro5, PXs2, LD20 SoCsMasahiro Yamada2016-10-194-17/+17
| * | | clk: uniphier: fix memory overrun bugMasahiro Yamada2016-10-191-1/+1
| * | | clk: hi6220: use CLK_OF_DECLARE_DRIVER for sysctrl and mediactrl clock initShawn Guo2016-10-171-2/+2
| * | | clk: mvebu: armada-37xx-periph: Fix the clock gate flagGregory CLEMENT2016-10-171-0/+1
| * | | clk: bcm2835: Clamp the PLL's requested rate to the hardware limits.Eric Anholt2016-10-171-7/+4
| * | | clk: max77686: fix number of clocks setup for clk_hw based registrationJavier Martinez Canillas2016-10-171-0/+1
| * | | clk: mvebu: armada-37xx-periph: Fix the clock provider registrationGregory CLEMENT2016-10-171-5/+5
| * | | clk: core: add __init decoration for CLK_OF_DECLARE_DRIVER functionShawn Guo2016-10-171-1/+1
| * | | clk: mediatek: Add hardware dependencyJean Delvare2016-10-171-0/+2
| * | | clk: samsung: clk-exynos-audss: Fix module autoloadJavier Martinez Canillas2016-10-171-0/+1
| * | | clk: uniphier: fix type of variable passed to regmap_read()Masahiro Yamada2016-10-171-1/+1
| * | | clk: uniphier: add system clock support for sLD3 SoCMasahiro Yamada2016-10-171-0/+4
| |/ /
* | | Merge tag 'gpio-v4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-10-249-12/+64
|\ \ \
| * | | gpio: mpc8xxx: Correct irq handler functionLiu Gang2016-10-241-1/+1
| * | | gpio: ath79: Fix module autoloadJavier Martinez Canillas2016-10-241-0/+1
| * | | gpio: ts4800: Fix module autoloadJavier Martinez Canillas2016-10-211-0/+1
| * | | gpio: GPIO_GET_LINEEVENT_IOCTL: Reject invalid line and event flagsLars-Peter Clausen2016-10-211-0/+11
| * | | gpio: GPIO_GET_LINEHANDLE_IOCTL: Reject invalid line flagsLars-Peter Clausen2016-10-211-0/+13
| * | | gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix information leakLars-Peter Clausen2016-10-211-0/+2
| * | | gpio: GPIO_GET_LINEEVENT_IOCTL: Validate line offsetLars-Peter Clausen2016-10-211-0/+5
| * | | gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix information leakLars-Peter Clausen2016-10-211-0/+2
| * | | gpio: GPIO_GET_LINEHANDLE_IOCTL: Validate line offsetLars-Peter Clausen2016-10-211-0/+5
| * | | gpio: GPIO_GET_CHIPINFO_IOCTL: Fix information leakLars-Peter Clausen2016-10-211-0/+2
| * | | gpio: GPIO_GET_CHIPINFO_IOCTL: Fix line offset validationLars-Peter Clausen2016-10-211-1/+1
| * | | gpio / ACPI: fix returned error from acpi_dev_gpio_irq_get()David Arcari2016-10-201-2/+5
| * | | gpio: mockup: add sysfs dependencyArnd Bergmann2016-10-201-1/+1
| * | | gpio: stmpe: || vs && typoDan Carpenter2016-10-201-1/+1
| * | | gpio: mxs: Unmap region obtained by of_iomapArvind Yadav2016-10-201-2/+6
| * | | gpio/board.txt: point to gpiod_set_valuePavel Machek2016-10-201-4/+7
| |/ /
* | | Merge tag 'for-linus-4.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-244-19/+36
|\ \ \
| * | | xenbus: check return value of xenbus_scanf()Jan Beulich2016-10-241-1/+3
| * | | xenbus: prefer list_for_each()Jan Beulich2016-10-241-2/+2
| * | | x86: xen: move cpu_up functions out of ifdefArnd Bergmann2016-10-241-0/+2
| * | | xenbus: advertise control feature flagsJuergen Gross2016-10-241-16/+29
* | | | mm: unexport __get_user_pages()Lorenzo Stoakes2016-10-244-13/+6
* | | | proc: don't use FOLL_FORCE for reading cmdline and environmentLinus Torvalds2016-10-241-10/+8