summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner
2020-07-04arch: remove HAVE_COPY_THREAD_TLSChristian Brauner
2020-07-04unicore: switch to copy_thread_tls()Christian Brauner
2020-07-04sh: switch to copy_thread_tls()Christian Brauner
2020-07-04nds32: switch to copy_thread_tls()Christian Brauner
2020-07-04microblaze: switch to copy_thread_tls()Christian Brauner
2020-07-04hexagon: switch to copy_thread_tls()Christian Brauner
2020-07-04c6x: switch to copy_thread_tls()Christian Brauner
2020-07-04alpha: switch to copy_thread_tls()Christian Brauner
2020-07-04h8300: select HAVE_COPY_THREAD_TLS, switch to kernel_clone_argsChristian Brauner
2020-07-04nios2: enable HAVE_COPY_THREAD_TLS, switch to kernel_clone_argsChristian Brauner
2020-06-23ia64: enable HAVE_COPY_THREAD_TLS, switch to kernel_clone_argsChristian Brauner
2020-06-23sparc: unconditionally enable HAVE_COPY_THREAD_TLSChristian Brauner
2020-06-23sparc: share process creation helpers between sparc and sparc64Christian Brauner
2020-06-23sparc64: enable HAVE_COPY_THREAD_TLSChristian Brauner
2020-06-22fork: fold legacy_clone_args_valid() into _do_fork()Christian Brauner
2020-06-21Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-21Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-06-20Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-06-20Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-06-20Merge tag 'libnvdimm-for-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-06-20Merge tag 's390-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-06-20Merge tag 'riscv-for-linus-5.8-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-06-20powerpc/8xx: Provide ptep_get() with 16k pagesChristophe Leroy
2020-06-19Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-06-19x86/platform/intel-mid: convert to use i2c_new_client_device()Wolfram Sang
2020-06-18RISC-V: Acquire mmap lock before invoking walk_page_rangeAtish Patra
2020-06-18RISC-V: Don't allow write+exec only page mapping request in mmapYash Shah
2020-06-18Merge branch 'hch' (maccess patches from Christoph Hellwig)Linus Torvalds
2020-06-18maccess: make get_kernel_nofault() check for minimal type compatibilityLinus Torvalds
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig
2020-06-18arm64: hw_breakpoint: Don't invoke overflow handler on uaccess watchpointsWill Deacon
2020-06-18arm64: kexec_file: Use struct_size() in kmalloc()Gustavo A. R. Silva
2020-06-18arm64: mm: reserve hugetlb CMA after numa_initBarry Song
2020-06-17s390: fix syscall_get_error for compat processesDmitry V. Levin
2020-06-17maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-17powerpc/syscalls: Use the number when building SPU syscall tableMichael Ellerman
2020-06-17powerpc/8xx: use pmd_off() to access a PMD entry in pte_update()Mike Rapoport
2020-06-17arm64: bti: Require clang >= 10.0.1 for in-kernel BTI supportWill Deacon
2020-06-17kconfig: unify cc-option and as-optionMasahiro Yamada
2020-06-16kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa
2020-06-16Merge tag 'flex-array-conversions-5.8-rc2' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2020-06-16x86/purgatory: Add -fno-stack-protectorArvind Sankar
2020-06-16arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=nWill Deacon
2020-06-16arm64: pgtable: Clear the GP bit for non-executable kernel pagesWill Deacon
2020-06-16s390/numa: let NODES_SHIFT depend on NEED_MULTIPLE_NODESHeiko Carstens
2020-06-16s390/vdso: fix vDSO clock_getres()Vincenzo Frascino
2020-06-16s390/vdso: Use $(LD) instead of $(CC) to link vDSONathan Chancellor
2020-06-16s390/protvirt: use scnprintf() instead of snprintf()Chen Zhou