summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* unicore: switch to copy_thread_tls()Christian Brauner2020-07-042-4/+5
* sh: switch to copy_thread_tls()Christian Brauner2020-07-042-3/+4
* nds32: switch to copy_thread_tls()Christian Brauner2020-07-042-3/+5
* microblaze: switch to copy_thread_tls()Christian Brauner2020-07-042-3/+4
* hexagon: switch to copy_thread_tls()Christian Brauner2020-07-042-3/+4
* c6x: switch to copy_thread_tls()Christian Brauner2020-07-042-3/+4
* alpha: switch to copy_thread_tls()Christian Brauner2020-07-042-5/+5
* fork: remove do_fork()Christian Brauner2020-07-042-25/+1
* h8300: select HAVE_COPY_THREAD_TLS, switch to kernel_clone_argsChristian Brauner2020-07-042-5/+14
* nios2: enable HAVE_COPY_THREAD_TLS, switch to kernel_clone_argsChristian Brauner2020-07-043-9/+22
* ia64: enable HAVE_COPY_THREAD_TLS, switch to kernel_clone_argsChristian Brauner2020-06-233-26/+39
* sparc: unconditionally enable HAVE_COPY_THREAD_TLSChristian Brauner2020-06-232-4/+5
* sparc: share process creation helpers between sparc and sparc64Christian Brauner2020-06-236-149/+123
* sparc64: enable HAVE_COPY_THREAD_TLSChristian Brauner2020-06-234-29/+93
* fork: fold legacy_clone_args_valid() into _do_fork()Christian Brauner2020-06-224-23/+14
* Linux 5.8-rc2v5.8-rc2Linus Torvalds2020-06-221-1/+1
* Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-222-13/+12
|\
| * selinux: fix undefined return of cond_evaluate_exprTom Rix2020-06-171-0/+3
| * selinux: fix a double free in cond_read_node()/cond_read_list()Tom Rix2020-06-171-13/+5
| * selinux: fix double freeTom Rix2020-06-111-0/+4
* | Merge tag 'pinctrl-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-06-216-23/+19
|\ \
| * | pinctrl: single: fix function name in documentationDrew Fustini2020-06-201-1/+1
| * | pinctrl: qcom: ipq6018 Add missing pins in qpic pin groupSivaprakash Murugesan2020-06-201-1/+2
| * | Revert "pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource le...Haibo Chen2020-06-201-4/+3
| * | pinctrl: mcp23s08: Split to three parts: fix ptr_ret.cocci warningskernel test robot2020-06-161-4/+1
| * | pinctrl: tegra: Use noirq suspend/resume callbacksVidya Sagar2020-06-161-2/+2
| * | pinctrl: qcom: spmi-gpio: fix warning about irq chip reusageDmitry Baryshkov2020-06-161-11/+10
* | | Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-218-34/+18
|\ \ \
| * | | samples: watch_queue: build sample program for target architectureMasahiro Yamada2020-06-212-7/+5
| * | | Revert "Makefile: install modules.builtin even if CONFIG_MODULES=n"Masahiro Yamada2020-06-211-11/+3
| * | | scripts: Fix typo in headers_install.shMasanari Iida2020-06-171-1/+1
| * | | kconfig: unify cc-option and as-optionMasahiro Yamada2020-06-173-9/+2
| * | | kbuild: improve cc-option to clean up all temporary filesMasahiro Yamada2020-06-171-5/+6
| * | | Makefile: Improve compressed debug info support detectionArvind Sankar2020-06-152-2/+2
| |/ /
* | | Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-217-20/+37
|\ \ \
| * | | powerpc/8xx: Provide ptep_get() with 16k pagesChristophe Leroy2020-06-201-0/+10
| * | | mm: Allow arches to provide ptep_get()Christophe Leroy2020-06-203-2/+9
| * | | mm/gup: Use huge_ptep_get() in gup_hugepte()Christophe Leroy2020-06-201-1/+1
| * | | powerpc/syscalls: Use the number when building SPU syscall tableMichael Ellerman2020-06-171-1/+1
| * | | powerpc/8xx: use pmd_off() to access a PMD entry in pte_update()Mike Rapoport2020-06-171-5/+3
| * | | powerpc/64s: Fix KVM interrupt using wrong save areaNicholas Piggin2020-06-161-2/+2
| * | | powerpc: Fix kernel crash in show_instructions() w/DEBUG_VIRTUALAneesh Kumar K.V2020-06-151-9/+11
| |/ /
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-2112-35/+45
|\ \ \
| * | | crypto: drbg - always try to free Jitter RNG instanceStephan Müller2020-06-151-2/+4
| * | | crypto: marvell/octeontx - Fix a potential NULL dereferenceDan Carpenter2020-06-151-4/+7
| * | | crypto: algboss - don't wait during notifier callbackEric Biggers2020-06-151-2/+0
| * | | crypto: caam - fix typosHeinrich Schuchardt2020-06-154-13/+13
| * | | crypto: ccp - Fix sparse warnings in sev-devHerbert Xu2020-06-152-8/+17
| * | | crypto: hisilicon - Cap block size at 2^31Herbert Xu2020-06-151-1/+2
| * | | crypto: algif_skcipher - Cap recv SG list at ctx->usedHerbert Xu2020-06-151-5/+1