summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-06-11x86/entry: Exclude low level entry code from sanitizingPeter Zijlstra1-0/+8
2020-06-11x86/entry: Remove the unused LOCKDEP_SYSEXIT cruftThomas Gleixner2-29/+0
2020-06-11x86/entry/64: Avoid pointless code when CONTEXT_TRACKING=nThomas Gleixner1-0/+2
2020-06-11x86/doublefault: Remove memmove() callPeter Zijlstra1-1/+6
2020-06-11x86/hw_breakpoint: Prevent data breakpoints on cpu_entry_areaAndy Lutomirski1-0/+25
2020-06-11x86/idt: Keep spurious entries unset in system_vectorsVitaly Kuznetsov1-1/+5
2020-06-11x86/idt: Annotate alloc_intr_gate() with __initVitaly Kuznetsov1-3/+13
2020-06-11x86/xen: Split HVM vector callback setup and interrupt gate allocationVitaly Kuznetsov2-2/+2
2020-06-11x86/idt: Remove address operator on function machine_check()Lai Jiangshan1-2/+2
2020-06-11x86/entry/64: Remove unneeded kernel CR3 switchingLai Jiangshan1-1/+0
2020-06-11x86/entry/64: Remove an unused labelLai Jiangshan1-1/+0
2020-06-11locking/atomics: Flip fallbacks and instrumentationPeter Zijlstra4-10/+37
2020-06-11Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-26/+23
2020-06-11Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-22/+26
2020-06-11arch/powerpc/mm/pgtable.c: another missed conversionAndrew Morton1-1/+1
2020-06-10Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-4/+64
2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds20-474/+19
2020-06-10Merge tag 'for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds2-4/+4
2020-06-10arch/sparc/mm/srmmu.c: fix buildAndrew Morton1-10/+0
2020-06-09x86: use proper parentheses around new uaccess macro argument usesLinus Torvalds1-7/+7
2020-06-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds687-2549/+1264
2020-06-09x86: use non-set_fs based maccess routinesChristoph Hellwig1-0/+16
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig3-9/+4
2020-06-09maccess: unify the probe kernel arch hooksChristoph Hellwig3-35/+20
2020-06-09maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofaultChristoph Hellwig1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse32-68/+68
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse14-14/+14
2020-06-09mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse2-3/+3
2020-06-09mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()Michel Lespinasse1-1/+1
2020-06-09mmap locking API: add MMAP_LOCK_INITIALIZERMichel Lespinasse1-1/+1
2020-06-09mmap locking API: convert nested write lock sitesMichel Lespinasse1-1/+2
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse4-18/+18
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse67-280/+280
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport52-860/+135
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport43-297/+58
2020-06-09x86/mm: simplify init_trampoline() and surrounding logicMike Rapoport5-47/+37
2020-06-09m68k/mm: move {cache,nocahe}_page() definitions close to their userMike Rapoport3-84/+43
2020-06-09m68k/mm/motorola: move comment about page table allocation funcitonsMike Rapoport2-6/+6
2020-06-09csky: replace definitions of __pXd_offset() with pXd_index()Mike Rapoport4-8/+7
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport213-217/+204
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport272-297/+245
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport261-261/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov32-196/+44
2020-06-09x86/amd_gart: print stacktrace for a leak with KERN_ERRDmitry Safonov1-1/+1
2020-06-09xtensa: add show_stack_loglvl()Dmitry Safonov1-4/+10
2020-06-09xtensa: add loglvl to show_trace()Dmitry Safonov1-5/+9
2020-06-09x86: add show_stack_loglvl()Dmitry Safonov1-2/+8
2020-06-09x86: add missing const qualifiers for log_lvlDmitry Safonov2-3/+3
2020-06-09unicore32: add show_stack_loglvl()Dmitry Safonov1-10/+17
2020-06-09unicore32: add loglvl to c_backtrace()Dmitry Safonov3-10/+18