summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-04-182-0/+52
|\
| * Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely2015-03-291-0/+20
| |\
| | * of: Explicitly include linux/types.h in of_graph.hMark Brown2015-03-261-0/+2
| | * Merge tag 'of-graph-for-4.0' of git://git.pengutronix.de/git/pza/linux into f...Rob Herring2015-03-251-0/+18
| | |\
| | | * of: Add of_graph_get_port_by_id functionPhilipp Zabel2015-02-231-0/+7
| | | * of: Add for_each_endpoint_of_node helper macroPhilipp Zabel2015-02-231-0/+11
| * | | of: Empty node & property flag accessors when !OFPantelis Antoniou2015-03-271-0/+32
| |/ /
* | | Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-04-183-48/+125
|\ \ \
| * | | gpio: move pincontrol calls to <linux/gpio/driver.h>Linus Walleij2015-03-192-48/+48
| * | | gpiolib: add devm_gpiod_get_array and devm_gpiod_put_array functionsRojhalat Ibrahim2015-03-051-0/+30
| * | | gpiolib: add gpiod_get_array and gpiod_put_array functionsRojhalat Ibrahim2015-03-051-0/+46
| * | | gpio: add parameter to allow the use named gpiosOlliver Schinagl2015-03-041-0/+1
| | |/ | |/|
* | | Merge tag 'dm-4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-04-183-8/+3
|\ \ \
| * | | init: export name_to_dev_t and mark name argument as constDan Ehrenberg2015-04-151-1/+1
| * | | dm: add full blk-mq support to request-based DMMike Snitzer2015-04-151-2/+2
| * | | dm: remove unnecessary wrapper around blk_lld_busyMike Snitzer2015-03-311-5/+0
| * | | Merge remote-tracking branch 'jens/for-4.1/core' into dm/for-nextMike Snitzer2015-03-311-0/+3
| |\ \ \
* | \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-04-176-7/+10
|\ \ \ \ \
| * | | | | netns: remove BUG_ONs from net_generic()Denys Vlasenko2015-04-171-2/+0
| * | | | | net: remove unused 'dev' argument from netif_needs_gso()Johannes Berg2015-04-171-1/+1
| * | | | | inet_diag: fix access to tcp cc informationEric Dumazet2015-04-171-1/+1
| * | | | | bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov2015-04-162-3/+6
| * | | | | stmmac: Read tx-fifo-depth and rx-fifo-depth from the devicetreeVince Bridgers2015-04-161-0/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2015-04-171-0/+55
|\ \ \ \ \ \
| * | | | | | sparc: Break up monolithic iommu table/lock into finer graularity pools and lockSowmini Varadhan2015-04-161-0/+55
* | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-04-174-0/+232
|\ \ \ \ \ \ \
| * | | | | | | MIPS: BCM47xx: Move NVRAM header to the include/linux/.Rafał Miłecki2015-04-011-0/+34
| * | | | | | | IRQCHIP: irq-mips-gic: Add new functions to start/stop the GIC counterMarkos Chandras2015-03-311-0/+2
| * | | | | | | IRQCHIP: mips-gic: Add function for retrieving FDC IRQJames Hogan2015-03-311-0/+1
| * | | | | | | MIPS: Add CDMM bus supportJames Hogan2015-03-311-0/+8
| * | | | | | | IRQCHIP: mips-gic: Add missing definitions for FDC IRQJames Hogan2015-03-311-0/+6
| * | | | | | | CLK: Add binding document for Pistachio clock controllersAndrew Bresticker2015-03-271-0/+183
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-04-171-1/+1
|\ \ \ \ \ \ \
| * | | | | | | blk-mq: fix iteration of busy bitmapJens Axboe2015-04-171-1/+1
* | | | | | | | Merge tag 'acpica-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2015-04-174-72/+63
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | ACPICA: Store GPE register enable masks upfrontRafael J. Wysocki2015-04-151-4/+0
| * | | | | | | ACPICA: Update version to 20150410.Bob Moore2015-04-141-1/+1
| * | | | | | | ACPICA: Disassembler: Some cleanup of the table dump module.Bob Moore2015-04-141-1/+2
| * | | | | | | ACPICA: iASL: Add support for MSDM ACPI table.Bob Moore2015-04-141-2/+17
| * | | | | | | ACPICA: Update for SLIC ACPI table.Bob Moore2015-04-141-49/+3
| * | | | | | | ACPICA: Add "Windows 2015" string to _OSI support.Bob Moore2015-04-141-0/+1
| * | | | | | | ACPICA: Events: Add support to return both enable/status register values for ...Lv Zheng2015-04-141-11/+14
| * | | | | | | ACPICA: Utilities: split IO address types from data type models.Lv Zheng2015-04-142-0/+21
| * | | | | | | ACPICA: Tables: Change acpi_find_root_pointer() to use acpi_physical_address.Lv Zheng2015-04-141-6/+6
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-1711-16/+91
|\ \ \ \ \ \ \ \
| * | | | | | | | proc: show locks in /proc/pid/fdinfo/XAndrey Vagin2015-04-171-0/+7
| * | | | | | | | seccomp: allow COMPAT sigreturn overridesKees Cook2015-04-171-0/+2
| * | | | | | | | include/linux/kconfig.h: ese macros which are already definedMichal Simek2015-04-171-8/+7
| * | | | | | | | mm: rcu-protected get_mm_exe_file()Konstantin Khlebnikov2015-04-172-1/+2
| * | | | | | | | kernel/sysctl.c: threads-max observe limitsHeinrich Schuchardt2015-04-171-0/+3
OpenPOWER on IntegriCloud