summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s/interrupt: Fix clear of PACA_IRQS_HARD_DIS when returning to soft...Nicholas Piggin2022-10-271-2/+11
* powerpc/64s/interrupt: Perf NMI should not take normal exit pathNicholas Piggin2022-10-182-7/+21
* powerpc/64/interrupt: Prevent NMI PMI causing a dangerous warningNicholas Piggin2022-10-182-3/+16
* KVM: PPC: BookS PR-KVM and BookE do not support context trackingNicholas Piggin2022-10-181-0/+4
* powerpc: Fix reschedule bug in KUAP-unlocked user copyNicholas Piggin2022-10-181-1/+11
* powerpc/64s: Fix hash__change_memory_range preemption warningNicholas Piggin2022-10-181-3/+5
* powerpc/64s: Disable preemption in hash lazy mmu modeNicholas Piggin2022-10-181-0/+6
* powerpc/64s: make linear_map_hash_lock a raw spinlockNicholas Piggin2022-10-181-6/+6
* powerpc/64s: make HPTE lock and native_tlbie_lock irq-safeNicholas Piggin2022-10-181-2/+25
* powerpc/64s: Add lockdep for HPTE lockNicholas Piggin2022-10-181-7/+35
* powerpc/pseries: Use lparcfg to reconfig VAS windows for DLPAR CPUHaren Myneni2022-10-183-14/+45
* powerpc/pseries/vas: Add VAS IRQ primary handlerHaren Myneni2022-10-182-7/+34
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-162-2/+2
|\
| * treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-1/+1
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* | Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-141-9/+12
|\ \
| * | mm: free device private pages have zero refcountAlistair Popple2022-10-121-1/+1
| * | mm/memory.c: fix race when faulting a device private pageAlistair Popple2022-10-121-8/+11
* | | Merge tag 'powerpc-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-10-147-91/+149
|\ \ \
| * | | powerpc/pseries: Fix CONFIG_DTL=n buildNicholas Piggin2022-10-132-74/+80
| * | | powerpc/64s/interrupt: Fix lost interrupts when returning to soft-masked contextNicholas Piggin2022-10-131-2/+13
| * | | powerpc/32: fix syscall wrappers with 64-bit arguments of unaligned register-...Nicholas Piggin2022-10-134-15/+56
| | |/ | |/|
* | | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-122-6/+0
|\ \ \ | |/ / |/| |
| * | kernel: exit: cleanup release_thread()Kefeng Wang2022-09-112-6/+0
* | | powerpc: Fix 85xx buildJoel Stanley2022-10-111-1/+1
* | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-108-24/+14
|\ \ \ | | |/ | |/|
| * | mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner2022-10-032-2/+0
| * | powerpc: remove mmap linked list walksMatthew Wilcox (Oracle)2022-09-263-19/+11
| * | Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-09-261-9/+0
| |\ \
| * | | arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan2022-09-113-3/+3
| | |/ | |/|
* | | Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-10-101-0/+97
|\ \ \
| * | | crypto: Kconfig - simplify cipher entriesRobert Elliott2022-08-261-3/+11
| * | | crypto: Kconfig - simplify hash entriesRobert Elliott2022-08-261-12/+18
| * | | crypto: Kconfig - simplify CRC entriesRobert Elliott2022-08-261-11/+17
| * | | crypto: Kconfig - move powerpc entries to a submenuRobert Elliott2022-08-261-0/+77
* | | | Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds2022-10-101-0/+4
|\ \ \ \
| * | | | powerpc/64: don't refer nr_cpu_ids in asm code when it's undefinedYury Norov2022-09-201-0/+4
* | | | | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-103-23/+11
|\ \ \ \ \
| * | | | | kbuild: remove head-y syntaxMasahiro Yamada2022-10-021-12/+0
| * | | | | kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-10/+10
| * | | | | kbuild: build init/built-in.a just onceMasahiro Yamada2022-09-291-1/+1
* | | | | | Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-102-16/+47
|\ \ \ \ \ \
| * | | | | | Merge branch 'v6.0-rc7'Peter Zijlstra2022-09-298-72/+93
| |\| | | | |
| * | | | | | perf: Use sample_flags for data_srcKan Liang2022-09-061-1/+3
| * | | | | | perf: Use sample_flags for weightKan Liang2022-09-061-2/+3
| * | | | | | perf: Use sample_flags for branch stackKan Liang2022-09-061-0/+1
| * | | | | | powerpc/hw_breakpoint: Avoid relying on caller synchronizationMarco Elver2022-08-301-13/+40
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-10-09290-3686/+4236
|\ \ \ \ \ \
| * | | | | | KVM: PPC: Book3S HV: Fix stack frame regs markerNicholas Piggin2022-10-071-1/+1
| * | | | | | powerpc: Don't add __powerpc_ prefix to syscall entry pointsMichael Ellerman2022-10-074-16/+10