aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-08-04Fixup direct bi_rw modifiersShaun Tancheff1-1/+1
2016-08-04block: fix bdi vs gendisk lifetime mismatchDan Williams4-1/+22
2016-08-04blk-mq: Allow timeouts to run while queue is freezingGabriel Krisman Bertazi1-1/+14
2016-08-04nbd: fix race in ioctlVegard Nossum1-8/+4
2016-08-04block: fix use-after-free in seq fileVegard Nossum1-0/+1
2016-08-04f2fs: drop bio->bi_rw manual assignmentJens Axboe1-1/+0
2016-08-04block: add missing group association in bio-cloning functionsPaolo Valente3-6/+18
2016-08-04blkcg: kill unused field nr_undestroyed_grpsHou Tao1-5/+0
2016-08-04writeback: Write dirty times for WB_SYNC_ALL writebackJan Kara1-0/+1
2016-08-04floppy: fix open(O_ACCMODE) for ioctl-only openJiri Kosina1-12/+9
2016-08-04Merge tag 'media/v4.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds235-62566/+49
2016-08-04Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds8-52/+155
2016-08-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds177-1029/+1040
2016-08-04dynamic_debug: add jump label supportJason Baron2-6/+61
2016-08-04jump_label: remove bug.h, atomic.h dependencies for HAVE_JUMP_LABELJason Baron2-23/+76
2016-08-04arm: jump label may reference text in __exitJason Baron1-1/+1
2016-08-04tile: support static_key usage in non-module __exit sectionsChris Metcalf1-0/+12
2016-08-04sparc: support static_key usage in non-module __exit sectionsJason Baron1-0/+7
2016-08-04powerpc: add explicit #include <asm/asm-compat.h> for jump labelJason Baron1-0/+1
2016-08-04drivers/media/dvb-frontends/cxd2841er.c: avoid misleading gcc warningArnd Bergmann1-2/+8
2016-08-04MAINTAINERS: update email and list of Samsung HW driver maintainersKamil Debski1-4/+8
2016-08-04block: remove BLK_DEV_DAX config optionRoss Zwisler2-18/+1
2016-08-04samples/kretprobe: fix the wrong typeHuang Shijie1-2/+2
2016-08-04samples/kretprobe: convert the printk to pr_info/pr_errHuang Shijie1-7/+5
2016-08-04samples/jprobe: convert the printk to pr_info/pr_errHuang Shijie1-3/+3
2016-08-04samples/kprobe: convert the printk to pr_info/pr_errHuang Shijie1-17/+12
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski111-804/+705
2016-08-04media: mtk-vcodec: remove unused dma_attrsKrzysztof Kozlowski1-4/+0
2016-08-04include/linux/bitmap.h: cleanupAndrew Morton1-4/+3
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada48-135/+135
2016-08-04drivers/fpga/Kconfig: fix build failureSudip Mukherjee1-0/+1
2016-08-03Revert "ACPI / hotplug / PCI: Runtime resume bridge before rescan"Linus Torvalds1-4/+0
2016-08-04extable.h: add stddef.h so "NULL" definition is not implicitPaul Gortmaker1-0/+2
2016-08-04modules: add ro_after_init supportJessica Yu4-15/+60
2016-08-04jump_label: disable preemption around __module_text_address().Rusty Russell1-1/+4
2016-08-04exceptions: fork exception table content from module.h into extable.hPaul Gortmaker2-25/+32
2016-08-04modules: Add kernel parameter to blacklist modulesPrarit Bhargava2-0/+27
2016-08-04module: Do a WARN_ON_ONCE() for assert module mutex not heldSteven Rostedt1-1/+1
2016-08-03shmem: Fix link error if huge pages support is disabledGeert Uytterhoeven1-1/+2
2016-08-03drm: i915: fix build when DEBUG_FS is disabledLinus Torvalds1-2/+2
2016-08-03Merge tag 'trace-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds4-9/+19
2016-08-03fs/proc: Add compiler check for -Wno-override-init to support gcc < 4.2Geert Uytterhoeven1-1/+1
2016-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds52-95/+195
2016-08-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds206-2012/+5749
2016-08-02Merge tag 'for-linus-v4.8' of git://github.com/martinbrandenburg/linuxLinus Torvalds9-34/+135
2016-08-02Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds31-823/+1412
2016-08-02ipc: delete "nr_ipc_ns"Alexey Dobriyan3-6/+0
2016-08-02kcov: allow more fine-grained coverage instrumentationVegard Nossum2-1/+12
2016-08-02init/Kconfig: add clarification for out-of-tree modulesValdis Kletnieks1-1/+1
2016-08-02config: add android config fragmentsRob Herring3-0/+278