summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-1913-62/+82
|\
| * Merge tag 'powerpc-5.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-08-1513-62/+82
| |\
| | * powerpc/xive: Do not skip CPU-less nodes when creating the IPIsCédric Le Goater2021-08-121-11/+24
| | * powerpc/interrupt: Do not call single_step_exception() from other exceptionsChristophe Leroy2021-08-121-2/+7
| | * powerpc/interrupt: Fix OOPS by not calling do_IRQ() from timer_interrupt()Christophe Leroy2021-08-124-3/+11
| | * powerpc/kprobes: Fix kprobe Oops happens in bookePu Lehui2021-08-091-1/+2
| | * powerpc/pseries: Fix update of LPAR security flavor after LPMLaurent Dufour2021-08-071-2/+3
| | * powerpc/smp: Fix OOPS in topology_init()Christophe Leroy2021-08-071-1/+1
| | * powerpc/32: Fix critical and debug interrupts on BOOKEChristophe Leroy2021-08-073-41/+33
| | * powerpc/32s: Fix napping restore in data storage interrupt (DSI)Christophe Leroy2021-08-071-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-052-1/+8
|\| |
| * | Merge tag 'powerpc-5.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-08-012-1/+8
| |\|
| | * powerpc/vdso: Don't use r30 to avoid breaking Go langMichael Ellerman2021-07-291-0/+7
| | * powerpc/pseries: Fix regression while building external modulesSrikar Dronamraju2021-07-291-1/+1
| | * Merge branch 'fixes' into nextMichael Ellerman2021-07-265-8/+68
| | |\
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-319-9/+81
|\| | |
| * | | Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-302-0/+12
| |\ \ \
| | * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-292-0/+12
| | |\ \ \
| | | * | | bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-07-292-0/+12
| * | | | | Merge tag 'libata-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-301-1/+0
| |\ \ \ \ \
| | * | | | | arch: Kconfig: clean up obsolete use of HAVE_IDELukas Bulwahn2021-07-301-1/+0
| * | | | | | Merge tag 'powerpc-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-255-8/+68
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | KVM: PPC: Book3S HV Nested: Sanitise H_ENTER_NESTED TM stateNicholas Piggin2021-07-231-0/+20
| | * | | | | KVM: PPC: Book3S: Fix H_RTAS rets buffer overflowNicholas Piggin2021-07-231-3/+22
| | * | | | | KVM: PPC: Fix kvm_arch_vcpu_ioctl vcpu_load leakNicholas Piggin2021-07-171-2/+2
| | * | | | | KVM: PPC: Book3S: Fix CONFIG_TRANSACTIONAL_MEM=n crashNicholas Piggin2021-07-171-0/+2
| | * | | | | KVM: PPC: Book3S HV P9: Fix guest TM supportNicholas Piggin2021-07-151-3/+22
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'fallthrough-fixes-clang-5.14-rc3' of git://git.kernel.org/pub/scm/...Linus Torvalds2021-07-221-0/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | powerpc/pasemi: Fix fall-through warning for ClangGustavo A. R. Silva2021-07-191-0/+1
| | | |_|/ | | |/| |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-232-0/+11
|\| | | |
| * | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-07-221-0/+10
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Jonathan Marek2021-07-211-0/+10
| | |/ /
| * / / powerpc/smp: Fix fall-through warning for ClangGustavo A. R. Silva2021-07-141-0/+1
| |/ /
* / / compat: make linux/compat.h available everywhereArnd Bergmann2021-07-231-11/+0
|/ /
* | Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-101-3/+0
|\ \
| * | kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada2021-05-261-3/+0
* | | Merge tag 'powerpc-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-097-19/+22
|\ \ \
| * | | powerpc/preempt: Don't touch the idle task's preempt_count during hotplugValentin Schneider2021-07-082-6/+0
| * | | powerpc/64e: Fix system call illegal mtmsrd instructionNicholas Piggin2021-07-061-1/+5
| * | | powerpc/xive: Fix error handling when allocating an IPICédric Le Goater2021-07-051-4/+3
| * | | powerpc/bpf: Reject atomic ops in ppc32 JITNaveen N. Rao2021-07-051-3/+11
| * | | powerpc/bpf: Fix detecting BPF atomic instructionsNaveen N. Rao2021-07-051-2/+2
| * | | powerpc/mm: Fix lockup on kernel exec faultChristophe Leroy2021-07-051-3/+1
* | | | powerpc/mm: enable HAVE_MOVE_PMD supportAneesh Kumar K.V2021-07-081-0/+2
* | | | powerpc/book3s64/mm: update flush_tlb_range to flush page walk cacheAneesh Kumar K.V2021-07-083-18/+36
* | | | mm/mremap: allow arch runtime overrideAneesh Kumar K.V2021-07-081-0/+6
* | | | mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V2021-07-084-4/+11
* | | | mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-084-5/+13
* | | | powerpc: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
| |_|/ |/| |
* | | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-1/+0
|\ \ \ | |/ / |/| |