summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-06-12Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds14-7/+68
2020-06-12Merge tag 'locking-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-10/+37
2020-06-12Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-63/+98
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2020-06-11alpha: Fix build around srm_sysrq_reboot_opJoerg Roedel1-1/+6
2020-06-11Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds25-157/+284
2020-06-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds6-5/+28
2020-06-11Merge tag 'm68knommu-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-5/+6
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner14-7/+68
2020-06-11arm64: warn on incorrect placement of the kernel by the bootloaderArd Biesheuvel2-1/+6
2020-06-11locking/atomics: Flip fallbacks and instrumentationPeter Zijlstra4-10/+37
2020-06-11riscv: set the permission of vdso_data to read-onlyVincent Chen1-2/+14
2020-06-11riscv: use vDSO common flow to reduce the latency of the time-related functionsVincent Chen16-69/+199
2020-06-11kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig1-2/+2
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-10arm64: acpi: fix UBSAN warningNick Desaulniers1-2/+3
2020-06-10arm64: vdso32: add CONFIG_THUMB2_COMPAT_VDSONick Desaulniers2-0/+16
2020-06-10riscv: fix build warning of missing prototypesZong Li1-0/+1
2020-06-10RISC-V: Don't mark init section as non-executableAnup Patel1-11/+0
2020-06-10RISC-V: Force select RISCV_INTC for CONFIG_RISCVAnup Patel1-0/+1
2020-06-10RISC-V: Remove do_IRQ() functionAnup Patel2-7/+3
2020-06-10clocksource/drivers/timer-riscv: Use per-CPU timer interruptAnup Patel1-2/+0
2020-06-10irqchip: RISC-V per-HART local interrupt controller driverAnup Patel4-34/+4
2020-06-10RISC-V: Rename and move plic_find_hart_id() to arch directoryAnup Patel2-0/+17
2020-06-10RISC-V: self-contained IPI handling routineAnup Patel4-9/+22
2020-06-10RISC-V: Sort select statements alphanumericallyPalmer Dabbelt1-34/+34
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