aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Merge tag 'reset-fixes-for-4.11' of git://git.pengutronix.de/git/pza/linux in...Olof Johansson2017-03-211-7/+2
| | |\ \ \ \ \
| | | * | | | | reset: fix optional reset_control_get stubs to return NULLPhilipp Zabel2017-03-211-7/+2
| | * | | | | | Merge tag 'omap-for-v4.11/fixes-rc1-v2' of git://git.kernel.org/pub/scm/linux...Olof Johansson2017-03-131-13/+3
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | | * | | | | Merge tag 'v4.11-rc1' into omap-for-v4.11/fixesTony Lindgren2017-03-06394-7005/+12320
| | | |\| | | |
| | | * | | | | ARM: OMAP2+: Remove legacy gpmc-nand.cLadislav Michl2017-02-281-11/+0
| | | * | | | | ARM: OMAP2+: gpmc-onenand: propagate error on initialization failureLadislav Michl2017-02-281-2/+3
| * | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-03-241-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | crypto: ccp - Assign DMA commands to the channel's CCPGary R Hook2017-03-161-1/+1
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge tag 'iommu-fixes-v4.11-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-03-241-5/+13
| |\ \ \ \ \ \ \
| | * | | | | | | iommu: Disambiguate MSI region typesRobin Murphy2017-03-221-5/+13
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-233-0/+6
| |\ \ \ \ \ \ \
| | * | | | | | | tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh2017-03-211-0/+2
| | * | | | | | | vsock: track pkt owner vsockPeng Tao2017-03-211-0/+3
| | * | | | | | | net/mlx4_core: Avoid delays during VF driver device shutdownJack Morgenstein2017-03-161-0/+1
| * | | | | | | | Merge tag 'gpio-v4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-03-211-16/+0
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | serial: st-asc: Use new GPIOD API to obtain RTS pinLee Jones2017-03-141-16/+0
| | | |/ / / / / | | |/| | | | |
* | | | | | | | block: trace completion of all bios.NeilBrown2017-04-071-0/+2
* | | | | | | | block: simple improvements for bio->flagsNeilBrown2017-04-071-9/+13
* | | | | | | | block: move timeout field in struct request to pack betterJens Axboe2017-04-051-1/+2
* | | | | | | | block, scsi: move the retries field to struct scsi_requestChristoph Hellwig2017-04-051-1/+0
* | | | | | | | blk-mq: Remove blk_mq_queue_data.listBart Van Assche2017-04-051-1/+0
* | | | | | | | nvme_fc: Clean up host fcpio done status handlingJames Smart2017-04-041-3/+3
* | | | | | | | nvme_fc: Sync FC-NVME header with standardJames Smart2017-04-041-9/+59
* | | | | | | | net/utils: generic inet_pton_with_scope helperSagi Grimberg2017-04-041-0/+6
* | | | | | | | Revert "blkcg: allocate struct blkcg_gq outside request queue spinlock"Jens Axboe2017-03-291-4/+2
* | | | | | | | block: warn if sharing request queue across gendisksOmar Sandoval2017-03-291-0/+1
* | | | | | | | block: rename blk_mq_freeze_queue_start()Ming Lei2017-03-291-1/+1
* | | | | | | | blkcg: allocate struct blkcg_gq outside request queue spinlockTahsin Erdogan2017-03-281-2/+4
* | | | | | | | blk-throttle: add a mechanism to estimate IO latencyShaohua Li2017-03-281-4/+5
* | | | | | | | block: track request size in blk_issue_statShaohua Li2017-03-281-1/+1
* | | | | | | | blk-throttle: add a simple idle detectionShaohua Li2017-03-281-0/+3
* | | | | | | | block: constify struct blk_integrity_profileEric Biggers2017-03-242-9/+9
* | | | | | | | block: make nr_iovecs unsigned in bio_alloc_bioset()Dan Carpenter2017-03-231-1/+1
* | | | | | | | blk-mq: remove BLK_MQ_F_DEFER_ISSUEChristoph Hellwig2017-03-221-1/+0
* | | | | | | | kobject: Export kobject_get_unless_zero()Jan Kara2017-03-221-0/+2
* | | | | | | | block: Fix oops in locked_inode_to_wb_and_lock_list()Jan Kara2017-03-221-0/+1
* | | | | | | | bdi: Do not wait for cgwbs release in bdi_unregister()Jan Kara2017-03-221-1/+0
* | | | | | | | bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy()Jan Kara2017-03-221-0/+1
* | | | | | | | bdi: Mark congested->bdi as internalJan Kara2017-03-221-1/+3
* | | | | | | | blk-stat: convert to callback-based statistics reportingOmar Sandoval2017-03-212-3/+8
* | | | | | | | blk-stat: move BLK_RQ_STAT_BATCH definition to blk-stat.cOmar Sandoval2017-03-211-2/+0
|/ / / / / / /
* | | | | | | Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-03-171-4/+1
|\ \ \ \ \ \ \
| * | | | | | | acpi/processor: Check for duplicate processor ids at hotplug timeDou Liyang2017-03-111-1/+1
| * | | | | | | Revert "x86/acpi: Set persistent cpuid <-> nodeid mapping when booting"Dou Liyang2017-03-111-3/+0
* | | | | | | | drivers core: remove assert_held_device_hotplug()Heiko Carstens2017-03-161-1/+0
* | | | | | | | kasan: add a prototype of task_struct to avoid warningMasami Hiramatsu2017-03-161-0/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-146-5/+37
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | bpf: improve read-only handlingDaniel Borkmann2017-03-121-4/+12
| * | | | | | net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-1/+1
| * | | | | | bpf: convert htab map to hlist_nullsAlexei Starovoitov2017-03-092-0/+19