aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* Merge branch 'stable/for-linus-5.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-08
|\
| * swiotlb: drop pointless static qualifier in swiotlb_create_debugfs()YueHaibing2019-02-16
| * swiotlb: checking whether swiotlb buffer is full with io_tlb_usedDongli Zhang2019-02-12
| * swiotlb: add debugfs to track swiotlb buffer usageDongli Zhang2019-02-12
| * swiotlb: fix comment on swiotlb_bounce()Dongli Zhang2019-02-12
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2019-03-08
|\ \
| * \ Merge branch 'for-5.1/atomic-replace' into for-linusJiri Kosina2019-03-05
| |\ \
| | * | livepatch: Module coming and going callbacks can proceed with all listed patchesPetr Mladek2019-02-06
| | * | livepatch: Introduce klp_for_each_patch macroPetr Mladek2019-02-06
| | * | livepatch: core: Return EOPNOTSUPP instead of ENOSYSAlice Ferrazzi2019-02-06
| * | | livepatch: Remove signal sysfs attributeMiroslav Benes2019-01-16
| * | | livepatch: Send a fake signal periodicallyMiroslav Benes2019-01-16
| |/ /
| * | livepatch: Remove ordering (stacking) of the livepatchesPetr Mladek2019-01-11
| * | livepatch: Remove Nop structures when unusedPetr Mladek2019-01-11
| * | livepatch: Add atomic replaceJason Baron2019-01-11
| * | livepatch: Use lists to manage patches, objects and functionsJason Baron2019-01-11
| * | livepatch: Simplify API by removing registration stepPetr Mladek2019-01-11
| * | livepatch: Don't block the removal of patches loaded after a forced transitionPetr Mladek2019-01-11
| * | livepatch: Consolidate klp_free functionsPetr Mladek2019-01-11
| * | livepatch: Shuffle klp_enable_patch()/klp_disable_patch() codePetr Mladek2019-01-11
| * | livepatch: Change unsigned long old_addr -> void *old_func in struct klp_funcPetr Mladek2019-01-11
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-07
|\ \ \
| * | | kernel/fork.c: remove duplicated includeYueHaibing2019-03-07
| * | | kcov: convert kcov.refcount to refcount_tElena Reshetova2019-03-07
| * | | kcov: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-03-07
| * | | kernel/configs: use .incbin directive to embed config_data.gzMasahiro Yamada2019-03-07
| * | | kernel/gcov/gcc_3_4.c: use struct_size() in kzalloc()Gustavo A. R. Silva2019-03-07
| * | | sysctl: handle overflow for file-maxChristian Brauner2019-03-07
| * | | sysctl: handle overflow in proc_get_longChristian Brauner2019-03-07
| * | | kernel: workqueue: clarify wq_worker_last_func() caller requirementsJohannes Weiner2019-03-07
| * | | dynamic_debug: add static inline stub for ddebug_add_moduleRasmus Villemoes2019-03-07
| * | | dynamic_debug: move pr_err from module.c to ddebug_add_moduleRasmus Villemoes2019-03-07
| * | | kernel/sys: annotate implicit fall throughMathieu Malaterre2019-03-07
| * | | kernel/hung_task.c: Use continuously blocked time when reporting.Tetsuo Handa2019-03-07
| * | | kernel/hung_task.c - fix sparse warningsValdis Kletnieks2019-03-07
| * | | kernel/panic.c: taint: fix debugfs_simple_attr.cocci warningsYueHaibing2019-03-07
* | | | Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-03-07
|\ \ \ \
| * \ \ \ Merge branch 'topic/dma' into nextMichael Ellerman2019-02-21
| |\ \ \ \
| | * | | | swiotlb: remove swiotlb_dma_supportedChristoph Hellwig2019-02-18
| | * | | | dma-mapping, powerpc: simplify the arch dma_set_mask overrideChristoph Hellwig2019-02-18
| | * | | | powerpc/dma: stop overriding dma_get_required_maskChristoph Hellwig2019-02-18
| | * | | | dma-direct: we might need GFP_DMA for 32-bit dma masksChristoph Hellwig2019-02-18
| * | | | | powerpc: Drop page_is_ram() and walk_system_ram_range()Christophe Leroy2019-02-04
| |/ / / /
* | | | | Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-07
|\ \ \ \ \
| * | | | | audit: mark expected switch fall-throughGustavo A. R. Silva2019-02-12
| * | | | | audit: hide auditsc_get_stamp and audit_serial prototypesRichard Guy Briggs2019-02-07
| * | | | | audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALLRichard Guy Briggs2019-02-03
| * | | | | audit: remove unused actx param from audit_rule_matchRichard Guy Briggs2019-01-31
| * | | | | audit: ignore fcaps on umountRichard Guy Briggs2019-01-30
| * | | | | audit: clean up AUDITSYSCALL prototypes and stubsRichard Guy Briggs2019-01-25