summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-134-121/+5
|\
| * mm: remove unused savedwrite infrastructureDavid Hildenbrand2022-11-302-77/+5
| * mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-7/+0
| * hugetlb: simplify hugetlb handling in follow_page_maskMike Kravetz2022-11-081-37/+0
* | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-1322-21/+219
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-082-31/+22
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-1/+1
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-0317-49/+238
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | eth: fealnx: delete the driver for Myson MTD-800Jakub Kicinski2022-10-271-1/+0
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-2010-102/+163
| |\ \ \ \
| * | | | | powerpc: dts: qoriq: Add nodes for QSGMII PCSsSean Anderson2022-10-1920-20/+131
| * | | | | powerpc: dts: t208x: Mark MAC1 and MAC2 as 10GSean Anderson2022-10-193-2/+90
* | | | | | Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-124-17/+18
|\ \ \ \ \ \
| * | | | | | kexec: replace crash_mem_range with rangeLi Chen2022-11-182-5/+5
| * | | | | | powerpc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-152-12/+13
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-124-13/+4
|\ \ \ \ \ \
| * | | | | | random: use random.trust_{bootloader,cpu} command line option onlyJason A. Donenfeld2022-11-181-1/+0
| * | | | | | stackprotector: actually use get_random_canary()Jason A. Donenfeld2022-11-181-9/+1
| * | | | | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-182-3/+3
| |/ / / / /
* | | | | | Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-121-4/+4
|\ \ \ \ \ \
| * | | | | | perf: Rewrite core context handlingPeter Zijlstra2022-10-271-4/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-121-22/+0
|\ \ \ \ \ \
| * | | | | | vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn2022-12-011-22/+0
| |/ / / / /
* | | | | | Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-121-5/+2
|\ \ \ \ \ \
| * | | | | | powerpc/pseries/msi: Use msi_domain_ops:: Msi_post_free()Thomas Gleixner2022-11-171-5/+2
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-12-121-2/+22
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | ftrace: abstract DYNAMIC_FTRACE_WITH_ARGS accessesMark Rutland2022-11-181-0/+19
| * | | | | ftrace: rename ftrace_instruction_pointer_set() -> ftrace_regs_set_instructio...Mark Rutland2022-11-181-2/+3
| |/ / / /
* | | | | powerpc/64s: Add missing declaration for machine_check_early_boot()Michael Ellerman2022-11-261-0/+1
* | | | | powerpc/bpf/32: Fix Oops on tail call testsChristophe Leroy2022-11-241-31/+21
| |_|_|/ |/| | |
* | | | powerpc: Fix writable sections being moved into the rodata regionNicholas Piggin2022-11-161-1/+1
|/ / /
* | | powerpc/32: Select ARCH_SPLIT_ARG64Michael Ellerman2022-11-011-0/+1
* | | powerpc/32: fix syscall wrappers with 64-bit argumentsAndreas Schwab2022-11-013-3/+24
* | | powerpc/64e: Fix amdgpu build on Book3E w/o AltiVecMichael Ellerman2022-10-311-1/+1
* | | 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
|\ \ \