summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* scsi: fc: move FC transport's bsg code to bsg-libJohannes Thumshirn2016-11-171-1/+0
* block: add bsg_job_put() and bsg_job_get()Johannes Thumshirn2016-11-171-1/+2
* scsi: fc: use bsg_softirq_doneJohannes Thumshirn2016-11-171-0/+1
* scsi: fc: Use bsg_destroy_jobJohannes Thumshirn2016-11-171-0/+1
* block: add reference counting for struct bsg_jobJohannes Thumshirn2016-11-171-0/+2
* scsi: ufs-qcom: phy/hcd: Refactoring phy clock handlingVivek Gautam2016-11-081-18/+0
* blk-mq: export blk_mq_map_queuesChristoph Hellwig2016-11-081-0/+1
* Merge tag 'for-linus-20161104' of git://git.infradead.org/linux-mtdLinus Torvalds2016-11-051-1/+1
|\
| * mtd: nand: Fix data interface configuration logicBoris Brezillon2016-10-281-1/+1
* | Merge tag 'regmap-fix-v4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-311-5/+6
|\ \
| | \
| | \
| *-. \ Merge remote-tracking branches 'regmap/fix/header' and 'regmap/fix/macro' int...Mark Brown2016-10-291-5/+6
| |\ \ \ | | |_|/ | |/| |
| | | * regmap: Rename ret variable in regmap_read_poll_timeoutCharles Keepax2016-10-281-5/+5
| | * | regmap: include <linux/delay.h> from include/linux/regmap.hMasahiro Yamada2016-10-131-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-298-25/+63
|\ \ \ \
| * | | | net/mlx4: Fix firmware command timeout during interrupt testEugenia Emantayev2016-10-291-1/+2
| * | | | Revert "hv_netvsc: report vmbus name in ethtool"Stephen Hemminger2016-10-291-7/+0
| * | | | net/mlx5: PCI error recovery health care simulationMohamad Haj Yahia2016-10-291-0/+1
| * | | | net/mlx5: Fix race between PCI error handlers and health workMohamad Haj Yahia2016-10-291-0/+4
| * | | | {net, ib}/mlx5: Make cache line size determination at runtime.Daniel Jurgens2016-10-291-11/+0
| * | | | doc: update docbook annotations for socket and skbStephen Hemminger2016-10-261-0/+1
| * | | | qed*: Reduce the memory footprint for Rx pathSudarsana Reddy Kalluru2016-10-221-0/+1
| * | | | net: add recursion limit to GROSabrina Dubroca2016-10-201-1/+38
| * | | | net: core: Correctly iterate over lower adjacency listIdo Schimmel2016-10-191-1/+1
| * | | | net: Require exact match for TCP socket lookups if dif is l3mdevDavid Ahern2016-10-171-3/+14
| * | | | qed*: Fix Kconfig dependencies with INFINIBAND_QEDRYuval Mintz2016-10-141-1/+1
* | | | | Merge tag 'acpi-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-10-281-0/+1
|\ \ \ \ \
| * | | | | ACPI/PCI: pci_link: penalize SCI correctlySinan Kaya2016-10-241-0/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-281-0/+1
|\ \ \ \ \
| * | | | | perf/powerpc: Don't call perf_event_disable() from atomic contextJiri Olsa2016-10-281-0/+1
* | | | | | Merge tag 'drm-x86-pat-regression-fix' of git://people.freedesktop.org/~airli...Linus Torvalds2016-10-281-0/+22
|\ \ \ \ \ \
| * | | | | | x86/io: add interface to reserve io memtype for a resource range. (v1.1)Dave Airlie2016-10-261-0/+22
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-271-3/+2
|\ \ \ \ \ \
| * | | | | | kconfig.h: remove config_enabled() macroMasahiro Yamada2016-10-271-3/+2
* | | | | | | Merge tag 'xfs-fixes-for-linus-4.9-rc3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-10-271-6/+11
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | iomap: add IOMAP_REPORTChristoph Hellwig2016-10-201-6/+11
| | |_|_|_|/ | |/| | | |
* | | | | | mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds2016-10-271-28/+2
* | | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-241-1/+1
|\ \ \ \ \ \
| * | | | | | clk: core: add __init decoration for CLK_OF_DECLARE_DRIVER functionShawn Guo2016-10-171-1/+1
| |/ / / / /
* | / / / / mm: unexport __get_user_pages()Lorenzo Stoakes2016-10-241-4/+0
| |/ / / / |/| | | |
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-10-221-0/+1
|\ \ \ \ \
| * | | | | clocksource: Add J-Core timer/clocksource driverRich Felker2016-10-201-0/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-221-11/+0
|\ \ \ \ \
| * | | | | sched/core, x86: Make struct thread_info arch specific againHeiko Carstens2016-10-201-11/+0
| |/ / / /
* | | | | Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-10-221-1/+1
|\ \ \ \ \
| * | | | | mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()Andy Lutomirski2016-10-201-1/+1
| |/ / / /
* | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-221-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge tag 'gic-fixes-for-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Thomas Gleixner2016-10-211-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | irqchip/gic-v3-its: Fix entry size mask for GITS_BASERVladimir Murzin2016-10-171-1/+1
| | |/ / /
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-211-9/+40
|\ \ \ \ \
| * | | | | nvme.h: add an enum for cns valuesChristoph Hellwig2016-10-191-0/+10