summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-08-048-52/+155
|\
| * extable.h: add stddef.h so "NULL" definition is not implicitPaul Gortmaker2016-08-041-0/+2
| * modules: add ro_after_init supportJessica Yu2016-08-044-15/+60
| * jump_label: disable preemption around __module_text_address().Rusty Russell2016-08-041-1/+4
| * exceptions: fork exception table content from module.h into extable.hPaul Gortmaker2016-08-042-25/+32
| * modules: Add kernel parameter to blacklist modulesPrarit Bhargava2016-08-042-0/+27
| * module: Do a WARN_ON_ONCE() for assert module mutex not heldSteven Rostedt2016-08-041-1/+1
| * Documentation/module-signing.txt: Note need for version info if reusing a keyBen Hutchings2016-07-271-0/+6
| * module: Invalidate signatures on force-loaded modulesBen Hutchings2016-07-271-4/+9
| * module: Issue warnings when tainting kernelLibor Pechacek2016-07-271-1/+10
| * module: fix redundant test.Rusty Russell2016-07-271-2/+1
| * module: fix noreturn attribute for __module_put_and_exit()Jiri Kosina2016-07-272-3/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-08-04177-1029/+1040
|\ \
| * | dynamic_debug: add jump label supportJason Baron2016-08-042-6/+61
| * | jump_label: remove bug.h, atomic.h dependencies for HAVE_JUMP_LABELJason Baron2016-08-042-23/+76
| * | arm: jump label may reference text in __exitJason Baron2016-08-041-1/+1
| * | tile: support static_key usage in non-module __exit sectionsChris Metcalf2016-08-041-0/+12
| * | sparc: support static_key usage in non-module __exit sectionsJason Baron2016-08-041-0/+7
| * | powerpc: add explicit #include <asm/asm-compat.h> for jump labelJason Baron2016-08-041-0/+1
| * | drivers/media/dvb-frontends/cxd2841er.c: avoid misleading gcc warningArnd Bergmann2016-08-041-2/+8
| * | MAINTAINERS: update email and list of Samsung HW driver maintainersKamil Debski2016-08-041-4/+8
| * | block: remove BLK_DEV_DAX config optionRoss Zwisler2016-08-042-18/+1
| * | samples/kretprobe: fix the wrong typeHuang Shijie2016-08-041-2/+2
| * | samples/kretprobe: convert the printk to pr_info/pr_errHuang Shijie2016-08-041-7/+5
| * | samples/jprobe: convert the printk to pr_info/pr_errHuang Shijie2016-08-041-3/+3
| * | samples/kprobe: convert the printk to pr_info/pr_errHuang Shijie2016-08-041-17/+12
| * | dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-04111-804/+705
| * | media: mtk-vcodec: remove unused dma_attrsKrzysztof Kozlowski2016-08-041-4/+0
| * | include/linux/bitmap.h: cleanupAndrew Morton2016-08-041-4/+3
| * | tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-0448-135/+135
| * | drivers/fpga/Kconfig: fix build failureSudip Mukherjee2016-08-041-0/+1
* | | Revert "ACPI / hotplug / PCI: Runtime resume bridge before rescan"Linus Torvalds2016-08-041-4/+0
* | | shmem: Fix link error if huge pages support is disabledGeert Uytterhoeven2016-08-041-1/+2
* | | drm: i915: fix build when DEBUG_FS is disabledLinus Torvalds2016-08-041-2/+2
|/ /
* | Merge tag 'trace-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2016-08-034-9/+19
|\ \
| * | tracing: Fix use-after-free in hist_register_trigger()Tom Zanussi2016-08-021-3/+3
| * | tracing: Fix use-after-free in hist_unreg_all/hist_enable_unreg_allSteven Rostedt2016-08-021-4/+4
| * | Makefile: Mute warning for __builtin_return_address(>0) for tracing onlySteven Rostedt2016-08-022-1/+4
| * | ftrace/recordmcount: Work around for addition of metag magic but not relocationsLaura Abbott2016-08-021-1/+8
* | | fs/proc: Add compiler check for -Wno-override-init to support gcc < 4.2Geert Uytterhoeven2016-08-031-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-08-0352-95/+195
|\ \ \
| * | | qed: Fail driver load in 100g MSI mode.Sudarsana Reddy Kalluru2016-08-021-1/+6
| * | | Merge branch 'net-of_node_put'David S. Miller2016-08-0216-22/+67
| |\ \ \
| | * | | ethernet: ti: davinci_emac: add missing of_node_put after calling of_parse_ph...Peter Chen2016-08-021-0/+1
| | * | | ethernet: stmicro: stmmac: add missing of_node_put after calling of_parse_pha...Peter Chen2016-08-022-2/+6
| | * | | ethernet: stmicro: stmmac: dwmac-socfpga: add missing of_node_put after calli...Peter Chen2016-08-021-10/+26
| | * | | ethernet: renesas: sh_eth: add missing of_node_put after calling of_parse_pha...Peter Chen2016-08-021-0/+1
| | * | | ethernet: renesas: ravb_main: add missing of_node_put after calling of_parse_...Peter Chen2016-08-021-0/+1
| | * | | ethernet: marvell: pxa168_eth: add missing of_node_put after calling of_parse...Peter Chen2016-08-021-0/+1
| | * | | ethernet: marvell: mvpp2: add missing of_node_put after calling of_parse_phandlePeter Chen2016-08-021-0/+2