summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/li...Linus Torvalds2015-07-022-0/+45
|\
| * platform_device: better support builtin boilerplate avoidancePaul Gortmaker2015-06-162-0/+45
* | Merge tag 'cpuinit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-07-021-11/+0
|\ \
| * | init: delete the __cpuinit related stubsPaul Gortmaker2015-06-161-11/+0
| |/
* | Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-07-014-9/+28
|\ \
| * \ Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely2015-06-304-8/+24
| |\ \
| | * | of: define of_find_node_by_phandle for !CONFIG_OFSuman Anna2015-06-231-0/+5
| | * | of/fdt: Make fdt blob input parameters of unflatten functions constGeert Uytterhoeven2015-05-281-1/+1
| | * | of: add helper function to retrive match dataJoachim Eastwood2015-05-281-0/+7
| | * | of: Grammar s/property exist/property exists/Geert Uytterhoeven2015-05-281-1/+1
| | * | of: Move OF flags to be visible even when !CONFIG_OFPantelis Antoniou2015-05-281-6/+6
| | * | libfdt: add fdt type definitionsRob Herring2015-04-291-0/+4
| * | | of: return NUMA_NO_NODE from fallback of_node_to_nid()Konstantin Khlebnikov2015-06-041-1/+4
* | | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2015-07-011-0/+3
|\ \ \ \
| * | | | watchdog: watchdog_core: Add watchdog registration deferral mechanismJean-Baptiste Theou2015-06-291-0/+3
| | |_|/ | |/| |
* | | | Merge tag 'clk-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-07-011-5/+11
|\ \ \ \
| * \ \ \ Merge tag 'tegra-for-4.2-clk' of git://git.kernel.org/pub/scm/linux/kernel/gi...Michael Turquette2015-06-201-0/+1
| |\ \ \ \
| | * | | | clk: Expose clk_hw_reparent() to providersTomeu Vizoso2015-05-131-0/+1
| | | |_|/ | | |/| |
| * | | | Merge branch 'clk-exynos-cpu-clk' into clk-nextMichael Turquette2015-06-201-0/+1
| |\ \ \ \
| | * | | | clk: add CLK_RECALC_NEW_RATES clock flag for Exynos cpu clock supportBartlomiej Zolnierkiewicz2015-06-201-0/+1
| * | | | | Merge remote-tracking branch 'clk/clk-next' into clk-nextMichael Turquette2015-06-171-5/+9
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | clk: fixed: Add comment to clk_fixed_set_rateDaniel Thompson2015-06-101-1/+1
| | * | | | clk: of: helper for filling parent clock array and return num of parentsDinh Nguyen2015-06-051-0/+2
| | * | | | Merge branch 'clk-fixes' into clk-nextMichael Turquette2015-05-081-4/+0
| | |\ \ \ \
| | * | | | | clk: make strings in parent name arrays constSascha Hauer2015-05-051-4/+6
| | | |/ / / | | |/| | |
* | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2015-07-012-0/+40
|\ \ \ \ \ \
| * | | | | | gpiolib: Add missing dummies for the unified device properties interfaceGeert Uytterhoeven2015-05-251-0/+15
| * | | | | | leds: unify the location of led-trigger APIJacek Anaszewski2015-05-041-0/+25
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-07-017-12/+61
|\ \ \ \ \ \ \
| * | | | | | | genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()Vladimir Zapolskiy2015-06-301-2/+2
| * | | | | | | genalloc: rename dev_get_gen_pool() to gen_pool_get()Vladimir Zapolskiy2015-06-301-1/+1
| * | | | | | | drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issueDave Gordon2015-06-301-0/+3
| * | | | | | | lib/scatterlist: mark input buffer parameters as 'const'Dave Gordon2015-06-301-2/+2
| * | | | | | | kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops pathHATAYAMA Daisuke2015-06-301-0/+3
| * | | | | | | mm: meminit: finish initialisation of struct pages before basic setupMel Gorman2015-06-301-0/+8
| * | | | | | | mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA...Mel Gorman2015-06-301-0/+8
| * | | | | | | mm: meminit: inline some helper functionsMel Gorman2015-06-301-9/+0
| * | | | | | | mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nidMel Gorman2015-06-302-3/+19
| * | | | | | | mm: meminit: only set page reserved in the memblock regionNathan Zimmer2015-06-301-0/+2
| * | | | | | | memblock: introduce a for_each_reserved_mem_region iteratorRobin Holt2015-06-301-0/+18
* | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-013-10/+46
|\ \ \ \ \ \ \ \
| * | | | | | | | genirq: Implement irq_set_handler_locked()/irq_set_chip_handler_name_locked()Thomas Gleixner2015-06-261-0/+41
| * | | | | | | | genirq: Introduce helper irq_desc_get_irq()Jiang Liu2015-06-261-0/+5
| * | | | | | | | genirq: Remove irq_node()Jiang Liu2015-06-251-6/+0
| * | | | | | | | genirq: Clean up outdated comments related to include/linux/irqdesc.hJiang Liu2015-06-252-4/+0
* | | | | | | | | Merge tag 'pm+acpi-4.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-07-012-4/+4
|\ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *-----. \ \ \ \ \ \ \ \ Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle'Rafael J. Wysocki2015-06-262-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node()Alexander Sverdlin2015-06-242-4/+4
| | | | |_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | |
* | | | | | | | | | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-019-107/+416
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | param: fix module param locks when !CONFIG_SYSFS.Rusty Russell2015-06-281-0/+2