summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-0641-219/+602
|\
| * mm/uaccess: Use 'unsigned long' to placate UBSAN warnings on older GCC versionsPeter Zijlstra2019-04-242-4/+5
| * x86/uaccess: Dont leak the AC flag into __put_user() argument evaluationPeter Zijlstra2019-04-241-3/+4
| * sched/x86_64: Don't save flags on context switchPeter Zijlstra2019-04-033-10/+1
| * objtool: Add Direction Flag validationPeter Zijlstra2019-04-034-2/+37
| * objtool: Add UACCESS validationPeter Zijlstra2019-04-0310-21/+226
| * objtool: Fix sibling call detectionPeter Zijlstra2019-04-031-31/+55
| * objtool: Rewrite alt->skip_origPeter Zijlstra2019-04-031-6/+10
| * objtool: Add --backtrace supportPeter Zijlstra2019-04-034-6/+25
| * objtool: Rewrite add_ignores()Peter Zijlstra2019-04-032-32/+20
| * objtool: Handle function aliasesPeter Zijlstra2019-04-032-5/+12
| * objtool: Set insn->func for alternativesPeter Zijlstra2019-04-031-0/+1
| * x86/uaccess, kcov: Disable stack protectorPeter Zijlstra2019-04-031-0/+1
| * x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAPPeter Zijlstra2019-04-031-0/+4
| * x86/uaccess, ubsan: Fix UBSAN vs. SMAPPeter Zijlstra2019-04-032-0/+5
| * x86/uaccess, kasan: Fix KASAN vs SMAPPeter Zijlstra2019-04-033-2/+14
| * x86/smap: Ditch __stringify()Peter Zijlstra2019-04-031-10/+9
| * x86/uaccess: Introduce user_access_{save,restore}()Peter Zijlstra2019-04-033-0/+25
| * x86/uaccess, signal: Fix AC=1 bloatPeter Zijlstra2019-04-031-12/+17
| * x86/uaccess: Always inline user_access_begin()Peter Zijlstra2019-04-031-1/+1
| * x86/uaccess, xen: Suppress SMAP warningsPeter Zijlstra2019-04-031-4/+20
| * x86/nospec, objtool: Introduce ANNOTATE_IGNORE_ALTERNATIVEPeter Zijlstra2019-04-034-23/+34
| * x86/uaccess: Fix up the fixupPeter Zijlstra2019-04-031-1/+2
| * x86/uaccess: Move copy_user_handle_tail() into asmPeter Zijlstra2019-04-034-47/+48
| * i915, uaccess: Fix redundant CLACPeter Zijlstra2019-04-031-2/+4
| * x86/ia32: Fix ia32_restore_sigcontext() AC leakPeter Zijlstra2019-04-031-12/+17
| * tracing: Improve "if" macro code generationJosh Poimboeuf2019-04-031-1/+1
| * sched/x86: Save [ER]FLAGS on context switchPeter Zijlstra2019-04-035-0/+20
* | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-0655-1296/+482
|\ \
| * | mm/resource: Use resource_overlaps() to simplify region_intersects()Wei Yang2019-04-192-8/+7
| * | ia64/tlb: Eradicate tlb_migrate_finish() callbackPeter Zijlstra2019-04-038-40/+0
| * | asm-generic/tlb: Remove tlb_table_flush()Peter Zijlstra2019-04-032-18/+17
| * | asm-generic/tlb: Remove tlb_flush_mmu_free()Peter Zijlstra2019-04-033-9/+5
| * | asm-generic/tlb: Remove CONFIG_HAVE_GENERIC_MMU_GATHERPeter Zijlstra2019-04-032-5/+0
| * | asm-generic/tlb: Remove arch_tlb*_mmu()Peter Zijlstra2019-04-031-51/+42
| * | s390/tlb: Convert to generic mmu_gatherMartin Schwidefsky2019-04-033-151/+42
| * | asm-generic/tlb: Introduce CONFIG_HAVE_MMU_GATHER_NO_GATHER=yMartin Schwidefsky2019-04-033-49/+70
| * | arch/tlb: Clean up simple architecturesPeter Zijlstra2019-04-0322-143/+16
| * | um/tlb: Convert to generic mmu_gatherPeter Zijlstra2019-04-031-154/+2
| * | sh/tlb: Convert SH to generic mmu_gatherPeter Zijlstra2019-04-032-129/+10
| * | ia64/tlb: Convert to generic mmu_gatherPeter Zijlstra2019-04-033-257/+47
| * | arm/tlb: Convert to generic mmu_gatherPeter Zijlstra2019-04-031-241/+13
| * | asm-generic/tlb, arch: Invert CONFIG_HAVE_RCU_TABLE_INVALIDATEPeter Zijlstra2019-04-037-8/+9
| * | asm-generic/tlb, ia64: Conditionally provide tlb_migrate_finish()Peter Zijlstra2019-04-031-0/+2
| * | asm-generic/tlb: Provide generic tlb_flush() based on flush_tlb_mm()Peter Zijlstra2019-04-031-1/+40
| * | asm-generic/tlb, arch: Provide generic tlb_flush() based on flush_tlb_range()Peter Zijlstra2019-04-035-12/+87
| * | asm-generic/tlb, arch: Provide generic VIPT cache flushPeter Zijlstra2019-04-038-61/+11
| * | asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra2019-04-0314-49/+39
| * | asm-generic/tlb: Provide a commentPeter Zijlstra2019-04-031-3/+116
| |/
* | tty: rocket: fix incorrect forward declaration of 'rp_init()'Linus Torvalds2019-05-061-1/+1