summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2017-05-011-5/+0
|\
| * libata: remove SCT WRITE SAME supportChristoph Hellwig2017-04-281-5/+0
* | Merge tag 'leds_for_4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/j....Linus Torvalds2017-05-014-11/+16
|\ \
| * | leds: pca9532: Extend pca9532 device tree supportFelix Brack2017-04-191-2/+2
| * | Merge tag 'ib-mfd-leds-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jacek Anaszewski2017-03-281-0/+3
| |\ \
| | * | mfd: cpcap: Add missing include dependenciesSebastian Reichel2017-03-281-0/+3
| | |/
| * | leds: core: add OF variants of LED registering functionsRafał Miłecki2017-03-081-4/+10
| * | ALSA: hda - use dell_micmute_led_set() instead of dell_app_wmi_led_set()Michał Kępień2017-03-061-5/+1
| |/
* | Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds2017-05-011-4/+10
|\ \
| * | mailbox: Add driver for Broadcom FlexRM ring managerAnup Patel2017-03-281-4/+10
* | | Merge tag 'for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds2017-05-012-21/+16
|\ \ \
| * \ \ Merge remote-tracking branch 'chanwoo-extcon/ib-extcon-4.12' into psy-nextSebastian Reichel2017-04-141-5/+16
| |\ \ \
| | * | | extcon: Add new extcon_register_notifier_all() to monitor all external connec...Chanwoo Choi2017-04-041-5/+16
| | |/ /
| * / / power: supply: bq24190_charger: Use i2c-core irq-mapping codeHans de Goede2017-04-141-16/+0
| |/ /
* | | Merge tag 'hwmon-for-linus-v4.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-011-1/+1
|\ \ \
| * | | hwmon: Constify str parameter of hwmon_ops->read_stringJean Delvare2017-04-021-1/+1
| |/ /
* | | Merge tag 'edac_for_4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2017-05-011-27/+3
|\ \ \
| * | | EDAC: Rename report status accessorsBorislav Petkov2017-04-101-2/+2
| * | | EDAC: Delete edac_stub.cBorislav Petkov2017-04-101-23/+3
| * | | EDAC: Remove edac_err_assertBorislav Petkov2017-04-101-1/+0
| * | | EDAC: Get rid of edac_handlersBorislav Petkov2017-04-101-1/+0
| * | | x86/nmi, EDAC: Get rid of DRAM error reporting thru PCI SERR NMIBorislav Petkov2017-04-101-2/+0
| | |/ | |/|
* | | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-0129-248/+447
|\ \ \
| * | | blk-mq: unify hctx delay_work and run_workJens Axboe2017-04-281-2/+1
| * | | block: add kblock_mod_delayed_work_on()Jens Axboe2017-04-281-0/+1
| * | | blk-mq: unify hctx delayed_run_work and run_workJens Axboe2017-04-281-2/+1
| * | | blk-mq: Add blk_mq_ops.show_rq()Bart Van Assche2017-04-261-0/+8
| * | | block: get rid of blk_integrity_revalidate()Ilya Dryomov2017-04-211-2/+0
| * | | nvmet_fc: Rework target side abort handlingJames Smart2017-04-211-9/+16
| * | | nvmet_fc: add req_release to lldd apiJames Smart2017-04-211-22/+35
| * | | nvmet_fc: add target feature flags for upcall isr contextsJames Smart2017-04-211-0/+16
| * | | nvme: improve performance for virtual NVMe devicesHelen Koike2017-04-211-0/+13
| * | | blk-mq: Fix poll_stat for new size-based bucketing.Stephen Bates2017-04-201-1/+4
| * | | block: remove the errors field from struct requestChristoph Hellwig2017-04-202-12/+7
| * | | blktrace: remove the unused block_rq_abort tracepointChristoph Hellwig2017-04-201-34/+10
| * | | block: add a error_count field to struct requestChristoph Hellwig2017-04-201-0/+1
| * | | blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-201-1/+1
| * | | scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-202-1/+2
| * | | block: remove the blk_execute_rq return valueChristoph Hellwig2017-04-201-1/+1
| * | | bdi: Drop 'parent' argument from bdi_register[_va]()Jan Kara2017-04-201-5/+4
| * | | block: Remove unused functionsJan Kara2017-04-201-5/+0
| * | | fs: Remove SB_I_DYNBDI flagJan Kara2017-04-201-3/+0
| * | | nfs: Convert to separately allocated bdiJan Kara2017-04-201-1/+0
| * | | coda: Convert to separately allocated bdiJan Kara2017-04-201-1/+0
| * | | mtd: Convert to dynamically allocated bdi infrastructureJan Kara2017-04-201-5/+0
| * | | fs: Provide infrastructure for dynamic BDIs in filesystemsJan Kara2017-04-202-1/+7
| * | | bdi: Provide bdi_register_va() and bdi_alloc()Jan Kara2017-04-201-0/+6
| * | | block: Inline blk_rq_set_prio()Bart Van Assche2017-04-191-14/+0
| * | | block: Export blk_init_request_from_bio()Bart Van Assche2017-04-191-0/+1
| * | | block: remove blk_end_request_curChristoph Hellwig2017-04-191-1/+0