summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-0812-60/+90
|\ \ \
| * | | kernel/fork.c: remove duplicated includeYueHaibing2019-03-081-1/+0
| * | | kcov: convert kcov.refcount to refcount_tElena Reshetova2019-03-081-4/+5
| * | | kcov: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-03-081-4/+2
| * | | kernel/configs: use .incbin directive to embed config_data.gzMasahiro Yamada2019-03-083-34/+21
| * | | kernel/gcov/gcc_3_4.c: use struct_size() in kzalloc()Gustavo A. R. Silva2019-03-081-4/+2
| * | | sysctl: handle overflow for file-maxChristian Brauner2019-03-081-0/+3
| * | | sysctl: handle overflow in proc_get_longChristian Brauner2019-03-081-1/+39
| * | | kernel: workqueue: clarify wq_worker_last_func() caller requirementsJohannes Weiner2019-03-081-0/+10
| * | | dynamic_debug: add static inline stub for ddebug_add_moduleRasmus Villemoes2019-03-081-2/+0
| * | | dynamic_debug: move pr_err from module.c to ddebug_add_moduleRasmus Villemoes2019-03-081-3/+1
| * | | kernel/sys: annotate implicit fall throughMathieu Malaterre2019-03-081-0/+1
| * | | kernel/hung_task.c: Use continuously blocked time when reporting.Tetsuo Handa2019-03-081-1/+1
| * | | kernel/hung_task.c - fix sparse warningsValdis Kletnieks2019-03-081-0/+1
| * | | kernel/panic.c: taint: fix debugfs_simple_attr.cocci warningsYueHaibing2019-03-081-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
| * | | | | powerpc: Drop page_is_ram() and walk_system_ram_range()Christophe Leroy2019-02-041-4/+0
| |/ / / /
* | | | | Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-077-322/+375
|\ \ \ \ \
| * | | | | audit: mark expected switch fall-throughGustavo A. R. Silva2019-02-131-1/+1
| * | | | | audit: hide auditsc_get_stamp and audit_serial prototypesRichard Guy Briggs2019-02-081-0/+5
| * | | | | audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALLRichard Guy Briggs2019-02-033-166/+158
| * | | | | audit: remove unused actx param from audit_rule_matchRichard Guy Briggs2019-02-012-10/+13
| * | | | | audit: ignore fcaps on umountRichard Guy Briggs2019-01-313-5/+13
| * | | | | audit: clean up AUDITSYSCALL prototypes and stubsRichard Guy Briggs2019-01-251-31/+33