summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-09-16irqchip/gic: Use IRQD_FORWARDED_TO_VCPU flagThomas Gleixner
2015-09-16pinctrl/pistachio: Use irq_set_handler_lockedThomas Gleixner
2015-09-16gpio: vf610: Use irq_set_handler_lockedThomas Gleixner
2015-09-16pinctrl: sunxi: Use irq_set_chip_handler_name_locked()Thomas Gleixner
2015-09-16virtio/s390: handle failures of READ_VQ_CONF ccwPierre Morel
2015-09-16vhost: move features to coreMichael S. Tsirkin
2015-09-16cpufreq: acpi-cpufreq: Use cpufreq_cpu_get_raw() in ->get()Rafael J. Wysocki
2015-09-15irqchip/renesas-irqc: Propagate wake-up settings to parentGeert Uytterhoeven
2015-09-15irqchip/renesas-intc-irqpin: Propagate wake-up settings to parentGeert Uytterhoeven
2015-09-15irqchip/renesas-intc-irqpin: Use a separate lockdep classGeert Uytterhoeven
2015-09-15irqchip/renesas-irqc: Use a separate lockdep classGeert Uytterhoeven
2015-09-15irqchip/GICv2m: Fix GICv2m build warning on 32 bitsPavel Fedin
2015-09-15irqchip/gic-v3-its: Add missing cache flushesMarc Zyngier
2015-09-15irqchip/GIC: Add workaround for aliased GIC400Marc Zyngier
2015-09-15platform-msi: Do not cache msi_desc in handler_dataMarc Zyngier
2015-09-15net/mlx4_en: Use access helper irq_data_get_affinity_mask()Thomas Gleixner
2015-09-15cxl: Fix build failure due to -Wunused-variable behaviour changeIan Munsie
2015-09-15cxl: Fix unbalanced pci_dev_get in cxl_probeDaniel Axtens
2015-09-15ACPI: Eliminate CONFIG_.*{, _MODULE} #ifdef in favor of IS_ENABLED()Sudeep Holla
2015-09-15ACPI: int340x_thermal: add missing CONFIG_ prefixSudeep Holla
2015-09-14Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-09-15Merge branch 'for-rafael' of https://git.kernel.org/pub/scm/linux/kernel/git/...Rafael J. Wysocki
2015-09-14clk: rockchip: add critical clock for rk3368Heiko Stübner
2015-09-14soc: dove: Prepare irq handler for irq argument removalThomas Gleixner
2015-09-14soc: dove: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descThomas Gleixner
2015-09-14pinctrl: samsung: s3c24xx: fix syntax errorLinus Walleij
2015-09-14pinctrl: core: Warn about NULL gpio_chip in pinctrl_ready_for_gpio_range()Tony Lindgren
2015-09-14pinctrl: join lines that can be a single line within 80 columnsMasahiro Yamada
2015-09-14pinctrl: digicolor: convert null test to IS_ERR testJulia Lawall
2015-09-14pinctrl: qcom: ssbi: convert null test to IS_ERR testJulia Lawall
2015-09-14gpio: omap: Fix GPIO numbering for deferred probeTony Lindgren
2015-09-14gpio: omap: Fix gpiochip_add() handling for deferred probeTony Lindgren
2015-09-14gpio: sx150x: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas
2015-09-14gpio: Propagate errors from chip->get()Bjorn Andersson
2015-09-14gpio: rcar: GPIO_RCAR doesn't relate to ARMKuninori Morimoto
2015-09-14gpio: mxs: need to check return value of irq_alloc_generic_chipPeng Fan
2015-09-14gpio: mxc: need to check return value of irq_alloc_generic_chipPeng Fan
2015-09-12hwmon: (nct6775) Add support for NCT6793DGuenter Roeck
2015-09-12hwmon: (nct6775) Swap STEP_UP_TIME and STEP_DOWN_TIME registers for most chipsGuenter Roeck
2015-09-11thermal: fix intel PCH thermal driver mismergeLinus Torvalds
2015-09-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-09-11Merge tag 'ntb-4.3' of git://github.com/jonmason/ntbLinus Torvalds
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2015-09-11Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-09-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-09-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2015-09-11Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2015-09-11Merge tag 'edac/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds
2015-09-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds
2015-09-11fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidJoe Perches