aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+1
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-4/+3
2020-01-18open: introduce openat2(2) syscallAleksa Sarai1-0/+1
2020-01-14arch/powerpc/setup: Drop dummy_con initializationArvind Sankar1-3/+0
2020-01-13arch: wire up pidfd_getfd syscallSargun Dhillon1-0/+1
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar6-10/+17
2019-12-23Merge 5.5-rc3 into tty-nextGreg Kroah-Hartman1-2/+2
2019-12-18tty/serial: Migrate 8250_fsl to use has_sysrqDmitry Safonov1-1/+3
2019-12-14powerpc/irq: fix stack overflow verificationChristophe Leroy1-2/+2
2019-12-08sched/rt, powerpc: Use CONFIG_PREEMPTIONThomas Gleixner2-4/+4
2019-12-05powerpc: Fix vDSO clock_getres()Vincenzo Frascino4-5/+12
2019-12-05powerpc/kasan: Fix boot failure with RELOCATABLE && FSL_BOOKEChristophe Leroy1-3/+3
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds5-23/+18
2019-11-30Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds36-2682/+753
2019-11-27Merge tag 'powerpc-spectre-rsb' of powerpc-CVE-2019-18660.bundleLinus Torvalds2-4/+59
2019-11-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-30/+7
2019-11-25powerpc/prom_init: Use -ffreestanding to avoid a reference to bcmpNathan Chancellor1-0/+1
2019-11-21y2038: fix typo in powerpc vdso "LOPART"Arnd Bergmann1-2/+2
2019-11-21powerpc/kexec: Move kexec files into a dedicated subdir.Christophe Leroy9-2256/+0
2019-11-21powerpc/32: Split kexec low level code out of misc_32.SChristophe Leroy3-491/+501
2019-11-19powerpc: Add support for GENERIC_EARLY_IOREMAPChristophe Leroy2-0/+6
2019-11-18Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into nextMichael Ellerman1-1/+1
2019-11-17powerpc/booke: Spelling s/date/data/Geert Uytterhoeven1-1/+1
2019-11-15y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann1-2/+2
2019-11-15y2038: vdso: powerpc: avoid timespec referencesArnd Bergmann4-19/+14
2019-11-15y2038: vdso: change timeval to __kernel_old_timevalArnd Bergmann1-4/+4
2019-11-14Merge branch 'topic/kaslr-book3e32' into nextMichael Ellerman7-41/+94
2019-11-14KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernelMichael Ellerman1-0/+9
2019-11-14powerpc/book3s64: Fix link stack flush on context switchMichael Ellerman2-4/+50
2019-11-13powerpc/fsl_booke/kaslr: export offset in VMCOREINFO ELF notesJason Yan1-0/+1
2019-11-13powerpc/fsl_booke/kaslr: dump out kernel offset information on panicJason Yan1-0/+20
2019-11-13powerpc/fsl_booke/32: implement KASLR infrastructureJason Yan3-14/+23
2019-11-13powerpc/fsl_booke/32: introduce reloc_kernel_entry() helperJason Yan1-0/+13
2019-11-13powerpc/fsl_booke/32: introduce create_kaslr_tlb_entry() helperJason Yan1-0/+35
2019-11-13powerpc: unify definition of M_IF_NEEDEDJason Yan3-29/+4
2019-11-13powerpc/fadump: when fadump is supported register the fadump sysfs files.Michal Suchanek1-9/+6
2019-11-13powerpc/eeh: differentiate duplicate detection messageSam Bobroff1-2/+2
2019-11-13powerpc/64s/exception: Fix kaup -> kuap typoAndrew Donnellan1-3/+3
2019-11-13powerpc: Replace GPL boilerplate with SPDX identifiersThomas Huth2-34/+2
2019-11-13powerpc/book3s/mm: Update Oops message to print the correct translation in useAneesh Kumar K.V1-4/+11
2019-11-13powerpc/64s: Fix debugfs_simple_attr.cocci warningsYueHaibing1-10/+14
2019-11-13powerpc/watchpoint: Don't ignore extraneous exceptions blindlyRavi Bangoria1-21/+31
2019-11-13powerpc/watchpoint: Fix ptrace code that muck around with address/lenRavi Bangoria1-6/+3
2019-11-13powerpc/watchpoint: Fix length calculation for unaligned targetRavi Bangoria4-23/+54
2019-11-13powerpc/watchpoint: Introduce macros for watchpoint lengthRavi Bangoria2-5/+5
2019-11-13powerpc/security: Fix wrong message when RFI Flush is disableGustavo L. F. Walbon1-10/+6
2019-11-13powerpc/pseries: Enable support for ibm,drc-info propertyTyrel Datwyler1-1/+1
2019-11-13Merge branch 'topic/secureboot' into nextMichael Ellerman5-0/+396