aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-07arch: simplify several early memory allocationsMike Rapoport1-2/+2
2019-03-07powerpc: prefer memblock APIs returning virtual addressMike Rapoport2-12/+9
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-191/+3
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-4/+4
2019-03-05powerpc/vdso: don't clear PG_reservedDavid Hildenbrand1-2/+0
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2-2/+4
2019-02-10Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038Thomas Gleixner1-27/+94
2019-02-10Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038Thomas Gleixner1-0/+13
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann1-0/+20
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann1-5/+14
2019-02-07y2038: use time32 syscall names on 32-bitArnd Bergmann1-22/+60
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann1-26/+26
2019-01-28Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman3-11/+6
2019-01-25arch: add split IPC system calls where neededArnd Bergmann1-0/+13
2019-01-22powerpc: Adopt nvram module for PPC64Finn Thain1-156/+2
2019-01-22powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAMFinn Thain1-11/+0
2019-01-22powerpc: Replace nvram_* extern declarations with standard headerFinn Thain1-24/+1
2019-01-15powerpc/syscalls: Fix syscall tracingMichael Ellerman1-7/+0
2019-01-11powerpc/tm: Limit TM code inside PPC_TRANSACTIONAL_MEMBreno Leitao1-3/+4
2019-01-11powerpc/8xx: fix setting of pagetable for Abatron BDI debug tool.Christophe Leroy1-1/+2
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-2/+0
2019-01-04Merge branch 'master' into fixesMichael Ellerman15-62/+56
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds8-20/+18
2019-01-01Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2-3/+3
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linuxLinus Torvalds1-4/+4
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-4/+9
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy1-1/+1
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson1-2/+2
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson1-1/+1
2018-12-30powerpc/fsl: Fixed warning: orphan section `__btb_flush_fixup'Diana Craciun1-6/+12
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-29/+22
2018-12-27Merge tag 'pstore-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+0
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds47-588/+1177
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+9
2018-12-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-54/+0
2018-12-24Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into nextMichael Ellerman1-4/+6
2018-12-22powerpc/frace: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackSteven Rostedt (VMware)1-4/+9
2018-12-22powerpc: Fix HMIs on big-endian with CONFIG_RELOCATABLE=yBenjamin Herrenschmidt1-1/+1
2018-12-22powerpc: Use of_node_name_eq for node name comparisonsRob Herring1-4/+3
2018-12-21powerpc/83xx: handle machine check caused by watchdog timerChristophe Leroy1-4/+6
2018-12-21powerpc/powernv/pseries: Rework device adding to IOMMU groupsAlexey Kardashevskiy1-55/+3
2018-12-21powerpc/vfio/iommu/kvm: Do not pin device memoryAlexey Kardashevskiy1-3/+8
2018-12-21powerpc: generate uapi header and system call table filesFiroz Khan3-110/+12
2018-12-21powerpc: add system call table generation supportFiroz Khan4-0/+563
2018-12-21powerpc: split compat syscall table out from native tableFiroz Khan3-11/+38
2018-12-21powerpc: move macro definition from asm/systbl.hFiroz Khan1-0/+1
2018-12-21powerpc/tm: Unset MSR[TS] if not recheckpointingBreno Leitao2-9/+29
2018-12-21powerpc/tm: Print scratch valueBreno Leitao1-1/+2
2018-12-21powerpc/tm: Save MSR to PACA before RFIDBreno Leitao1-0/+4
2018-12-21powerpc/tm: Set MSR[TS] just prior to recheckpointBreno Leitao2-15/+49