summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc/fsl_rio: fix a missing error codeDan Carpenter2016-08-051-0/+1
* mm: initialise per_cpu_nodestats for all online pgdats at bootMel Gorman2016-08-051-5/+5
* mm/memblock: fix a typo in a commentAlexander Kuleshov2016-08-051-2/+2
* mm: disable CONFIG_MEMORY_HOTPLUG when KASAN is enabledzhong jiang2016-08-051-0/+1
* Merge tag 'media/v4.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-08-04235-62566/+49
|\
| * [media] cec: fix off-by-one memsetHans Verkuil2016-07-291-1/+1
| * [media] staging: add MEDIA_SUPPORT dependencyArnd Bergmann2016-07-291-1/+1
| * [media] vivid: don't handle CEC_MSG_SET_STREAM_PATHHans Verkuil2016-07-291-10/+0
| * [media] media: adv7180: Fix broken interrupt register accessSteve Longerbeam2016-07-291-9/+9
| * [media] vb2: Fix allocation size of dma_parmsVincent Stehlé2016-07-291-1/+1
| * [media] vim2m: copy the other colorspace-related fields as wellHans Verkuil2016-07-291-1/+14
| * [media] adv7511: fix VIC autodetectHans Verkuil2016-07-291-4/+20
| * doc-rst: Remove the media docbookMauro Carvalho Chehab2016-07-29228-62539/+3
* | 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