aboutsummaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-04dynamic_debug: add jump label supportJason Baron1-0/+7
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-03fs/proc: Add compiler check for -Wno-override-init to support gcc < 4.2Geert Uytterhoeven1-1/+1
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
2016-08-02init/Kconfig: ban CONFIG_LOCALVERSION_AUTO with allmodconfigAlexey Dobriyan1-0/+1
2016-08-02relay: add global mode support for buffer-only channelsAkash Goel1-2/+32
2016-08-02init: allow blacklisting of module_init functionsPrarit Bhargava1-0/+6
2016-08-02w1:omap_hdq: fix regressionH. Nikolaus Schaller1-2/+0
2016-08-02w1: add helper macro module_w1_familyAndrew F. Davis11-131/+22
2016-08-02w1: remove need for ida and use PLATFORM_DEVID_AUTOAndrew F. Davis3-66/+13
2016-08-02rapidio/switches: add driver for IDT gen3 switchesAlexandre Bounine4-0/+391
2016-08-02powerpc/fsl_rio: apply changes for RIO spec rev 3Alexandre Bounine1-15/+5
2016-08-02rapidio: modify for rev.3 specification changesAlexandre Bounine8-191/+249
2016-08-02rapidio: change inbound window size type to u64Alexandre Bounine3-8/+12
2016-08-02rapidio/idt_gen2: fix locking warningAlexandre Bounine1-4/+3
2016-08-02rapidio: fix error handling in mbox request/release functionsAlexandre Bounine1-12/+42
2016-08-02rapidio/tsi721_dma: advance queue processing from transfer submit callAlexandre Bounine1-0/+1
2016-08-02rapidio/tsi721: add messaging mbox selector parameterAlexandre Bounine2-0/+20
2016-08-02rapidio/tsi721: add PCIe MRRS override parameterAlexandre Bounine2-1/+22
2016-08-02rapidio/tsi721_dma: add channel mask and queue size parametersAlexandre Bounine3-10/+32
2016-08-02rapidio: fix return value description for dma_prep functionsAlexandre Bounine1-2/+6
2016-08-02rapidio/documentation: fix mangled paragraph in mport_cdevAlexandre Bounine1-2/+1
2016-08-02rapidio: remove unnecessary 0x prefixes before %pa extension usesJoe Perches2-6/+6
2016-08-02rapidio: add RapidIO channelized messaging driverAlexandre Bounine6-0/+2574
2016-08-02kexec: add restriction on kexec_load() segment sizeszhong jiang1-0/+17
2016-08-02kexec: allow kdump with crash_kexec_post_notifiersPetr Tesarik1-3/+2
2016-08-02kexec: add a kexec_crash_loaded() functionPetr Tesarik3-1/+9
2016-08-02kexec: use core_param for crash_kexec_post_notifiers boot optionHidehiro Kawai1-9/+4
2016-08-02ARM: kexec: fix kexec for Keystone 2Russell King2-1/+25
2016-08-02ARM: keystone: dts: add psci command definitionVitaly Andrianov1-0/+8
2016-08-02kexec: allow architectures to override boot mappingRussell King3-14/+55