summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-03-083-11/+58
|\
| * Merge branch 'ib-qcom-ssbi' into develLinus Walleij2019-02-212-11/+45
| |\
| | * genirq: introduce irq_chip_mask_ack_parent()Linus Walleij2019-02-131-0/+11
| | * genirq: introduce irq_domain_translate_twocellBrian Masney2019-02-131-11/+34
| * | Merge tag 'gpio-v5.1-updates-for-linus-part-2' of git://git.kernel.org/pub/sc...Linus Walleij2019-02-201-0/+12
| |\ \
| | * | irq/irq_sim: add irq_set_type() callbackBartosz Golaszewski2019-02-191-0/+12
| * | | Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij2019-02-1735-147/+423
| |\| |
| * | | genirq: export irq_chip_set_wake_parent symbolBrian Masney2019-02-041-0/+1
| | |/ | |/|
* | | Merge branch 'stable/for-linus-5.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-081-1/+49
|\ \ \
| * | | swiotlb: drop pointless static qualifier in swiotlb_create_debugfs()YueHaibing2019-02-161-1/+1
| * | | swiotlb: checking whether swiotlb buffer is full with io_tlb_usedDongli Zhang2019-02-121-0/+4
| * | | swiotlb: add debugfs to track swiotlb buffer usageDongli Zhang2019-02-121-0/+44
| * | | swiotlb: fix comment on swiotlb_bounce()Dongli Zhang2019-02-121-1/+1
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2019-03-086-409/+643
|\ \ \
| * \ \ Merge branch 'for-5.1/atomic-replace' into for-linusJiri Kosina2019-03-053-26/+18
| |\ \ \
| | * | | livepatch: Module coming and going callbacks can proceed with all listed patchesPetr Mladek2019-02-061-20/+6
| | * | | livepatch: Introduce klp_for_each_patch macroPetr Mladek2019-02-063-5/+11
| | * | | livepatch: core: Return EOPNOTSUPP instead of ENOSYSAlice Ferrazzi2019-02-061-1/+1
| * | | | livepatch: Remove signal sysfs attributeMiroslav Benes2019-01-163-74/+41
| * | | | livepatch: Send a fake signal periodicallyMiroslav Benes2019-01-161-3/+13
| |/ / /
| * | | livepatch: Remove ordering (stacking) of the livepatchesPetr Mladek2019-01-111-4/+0
| * | | livepatch: Remove Nop structures when unusedPetr Mladek2019-01-115-9/+76
| * | | livepatch: Add atomic replaceJason Baron2019-01-114-8/+236
| * | | livepatch: Use lists to manage patches, objects and functionsJason Baron2019-01-111-2/+7
| * | | livepatch: Simplify API by removing registration stepPetr Mladek2019-01-113-193/+108
| * | | livepatch: Don't block the removal of patches loaded after a forced transitionPetr Mladek2019-01-113-6/+9
| * | | livepatch: Consolidate klp_free functionsPetr Mladek2019-01-111-45/+92
| * | | livepatch: Shuffle klp_enable_patch()/klp_disable_patch() codePetr Mladek2019-01-111-164/+166
| * | | livepatch: Change unsigned long old_addr -> void *old_func in struct klp_funcPetr Mladek2019-01-114-15/+17
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-0712-60/+90
|\ \ \ \
| * | | | kernel/fork.c: remove duplicated includeYueHaibing2019-03-071-1/+0
| * | | | kcov: convert kcov.refcount to refcount_tElena Reshetova2019-03-071-4/+5
| * | | | kcov: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-03-071-4/+2
| * | | | kernel/configs: use .incbin directive to embed config_data.gzMasahiro Yamada2019-03-073-34/+21
| * | | | kernel/gcov/gcc_3_4.c: use struct_size() in kzalloc()Gustavo A. R. Silva2019-03-071-4/+2
| * | | | sysctl: handle overflow for file-maxChristian Brauner2019-03-071-0/+3
| * | | | sysctl: handle overflow in proc_get_longChristian Brauner2019-03-071-1/+39
| * | | | kernel: workqueue: clarify wq_worker_last_func() caller requirementsJohannes Weiner2019-03-071-0/+10
| * | | | dynamic_debug: add static inline stub for ddebug_add_moduleRasmus Villemoes2019-03-071-2/+0
| * | | | dynamic_debug: move pr_err from module.c to ddebug_add_moduleRasmus Villemoes2019-03-071-3/+1
| * | | | kernel/sys: annotate implicit fall throughMathieu Malaterre2019-03-071-0/+1
| * | | | kernel/hung_task.c: Use continuously blocked time when reporting.Tetsuo Handa2019-03-071-1/+1
| * | | | kernel/hung_task.c - fix sparse warningsValdis Kletnieks2019-03-071-0/+1
| * | | | kernel/panic.c: taint: fix debugfs_simple_attr.cocci warningsYueHaibing2019-03-071-6/+4
* | | | | Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-03-075-22/+11
|\ \ \ \ \
| * \ \ \ \ Merge branch 'topic/dma' into nextMichael Ellerman2019-02-214-18/+11
| |\ \ \ \ \
| | * | | | | swiotlb: remove swiotlb_dma_supportedChristoph Hellwig2019-02-181-12/+0
| | * | | | | dma-mapping, powerpc: simplify the arch dma_set_mask overrideChristoph Hellwig2019-02-182-2/+10
| | * | | | | powerpc/dma: stop overriding dma_get_required_maskChristoph Hellwig2019-02-181-2/+0
| | * | | | | dma-direct: we might need GFP_DMA for 32-bit dma masksChristoph Hellwig2019-02-181-2/+1