summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-111-2/+3
|\
| * dentry: switch the lists of children to hlistAl Viro2023-11-251-2/+3
* | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-111-1/+0
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-041-2/+2
| |\ \
| * | | net/sched: Remove CONFIG_NET_ACT_IPT from default configsJamal Hadi Salim2024-01-021-1/+0
* | | | Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-102-8/+0
|\ \ \ \
| * \ \ \ Merge branch 'asm-generic-prototypes' into asm-genericArnd Bergmann2023-11-281-1/+0
| |\ \ \ \
| | * | | | arch: consolidate arch_irq_work_raise prototypesArnd Bergmann2023-11-231-1/+0
| | | |_|/ | | |/| |
| * | | | asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang2023-11-231-6/+0
| * | | | arch/*/io.h: remove ioremap_uc in some architecturesBaoquan He2023-11-231-1/+0
| |/ / /
* | | | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-102-0/+2
|\ \ \ \
| * | | | Kill sched.h dependency on rcupdate.hKent Overstreet2023-12-271-0/+1
| * | | | rseq: Split out rseq.h from sched.hKent Overstreet2023-12-271-0/+1
* | | | | Merge tag 'bcachefs-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-101-0/+2
|\ \ \ \ \
| * | | | | powerpc: Export kvm_guest static key, for bcachefs six locksKent Overstreet2024-01-011-0/+2
| | |_|_|/ | |/| | |
* | | | | Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-01-101-1/+1
|\ \ \ \ \
| * | | | | crypto: p10-aes-gcm - Avoid -Wstringop-overflow warningsGustavo A. R. Silva2023-12-011-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-091-0/+3
|\ \ \ \ \
| * | | | | LSM: wireup Linux Security Module syscallsCasey Schaufler2023-11-121-0/+3
| |/ / / /
* | | | | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-093-15/+14
|\ \ \ \ \
| * | | | | kexec_file, power: print out debugging message if requiredBaoquan He2023-12-202-13/+13
| * | | | | powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGEStephen Rothwell2023-12-101-0/+2
| * | | | | arch: remove ARCH_TASK_STRUCT_ON_STACKHeiko Carstens2023-12-101-2/+1
* | | | | | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-094-4/+4
|\ \ \ \ \ \
| * | | | | | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-084-4/+4
* | | | | | | Merge tag 'perf-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-01-081-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'tip/perf/urgent'Peter Zijlstra2023-11-15156-1811/+5417
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | perf: Add branch stack countersKan Liang2023-10-271-1/+1
* | | | | | | | Merge tag 'powerpc-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-01-0881-552/+1507
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2023-12-298-39/+107
| |\ \ \ \ \ \ \ \
| | * | | | | | | | KVM: PPC: Book3S HV nestedv2: Do not cancel pending decrementer exceptionJordan Niethe2023-12-071-1/+1
| | * | | | | | | | KVM: PPC: Reduce reliance on analyse_instr() in mmio emulationJordan Niethe2023-12-071-11/+10
| | * | | | | | | | KVM: PPC: Book3S HV nestedv2: Register the VPA with the L0Jordan Niethe2023-12-073-9/+59
| | * | | | | | | | KVM: PPC: Book3S HV nestedv2: Do not call H_COPY_TOFROM_GUESTJordan Niethe2023-12-071-0/+3
| | * | | | | | | | KVM: PPC: Book3S HV nestedv2: Avoid msr check in kvmppc_handle_exit_hv()Jordan Niethe2023-12-071-1/+1
| | * | | | | | | | KVM: PPC: Book3S HV nestedv2: Do not inject certain interruptsJordan Niethe2023-12-071-2/+2
| | * | | | | | | | KVM: PPC: Book3S HV: Handle pending exceptions on guest entry with MSR_EENicholas Piggin2023-12-071-6/+12
| | * | | | | | | | KVM: PPC: Book3S HV nestedv2: Ensure LPCR_MER bit is passed to the L0Jordan Niethe2023-12-071-0/+2
| | * | | | | | | | KVM: PPC: Book3S HV nestedv2: Get the PID only if needed to copy tofrom a guestJordan Niethe2023-12-071-1/+3
| | * | | | | | | | KVM: PPC: Book3S HV nestedv2: Do not check msr on hcallsJordan Niethe2023-12-071-2/+2
| | * | | | | | | | KVM: PPC: Book3S HV nestedv2: Avoid reloading the tb offsetJordan Niethe2023-12-071-3/+6
| | * | | | | | | | KVM: PPC: Book3S HV nestedv2: Invalidate RPT before deleting a guestJordan Niethe2023-12-073-3/+6
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | powerpc/ps3_defconfig: Disable PPC64_BIG_ENDIAN_ELF_ABI_V2Geoff Levand2023-12-291-0/+1
| * | | | | | | | powerpc/86xx: Drop unused CONFIG_MPC8610Michael Ellerman2023-12-291-7/+0
| * | | | | | | | powerpc/powernv: Add error handling to opal_prd_range_is_validHaoran Liu2023-12-211-0/+2
| * | | | | | | | powerpc/hvcall: Reorder Nestedv2 hcall opcodesVaibhav Jain2023-12-211-10/+10
| * | | | | | | | powerpc/ps3: Add missing set_freezable() for ps3_probe_thread()Kevin Hao2023-12-211-0/+1
| * | | | | | | | powerpc/mpc83xx: Use wait_event_freezable() for freezable kthreadKevin Hao2023-12-211-2/+1
| * | | | | | | | powerpc/mpc83xx: Add the missing set_freezable() for agent_thread_fn()Kevin Hao2023-12-211-0/+2
| * | | | | | | | powerpc/fsl: Fix fsl,tmu-calibration to match the schemaDavid Heidelberg2023-12-192-74/+76