| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'powerpc-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2023-03-04 | 2 | -1/+2 |
|\ |
|
| * | powerpc: Avoid dead code/data elimination when using recordmcount | Michael Ellerman | 2023-02-28 | 1 | -1/+1 |
| * | powerpc/vmlinux.lds: Add .text.asan/tsan sections | Michael Ellerman | 2023-02-28 | 1 | -0/+1 |
* | | Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2023-02-26 | 4 | -16/+24 |
|\ \ |
|
| * | | kbuild: remove --include-dir MAKEFLAG from top Makefile | Masahiro Yamada | 2023-02-05 | 1 | -1/+1 |
| * | | powerpc/vdso: Filter clang's auto var init zero enabler when linking | Nathan Chancellor | 2023-02-05 | 1 | -1/+1 |
| * | | powerpc/vdso: Remove an unsupported flag from vgettimeofday-32.o with clang | Nathan Chancellor | 2023-01-26 | 1 | -0/+5 |
| * | | powerpc/vdso: Improve linker flags | Nathan Chancellor | 2023-01-26 | 1 | -8/+12 |
| * | | powerpc/vdso: Remove unused '-s' flag from ASFLAGS | Nathan Chancellor | 2023-01-26 | 1 | -2/+2 |
| * | | powerpc: Remove linker flag from KBUILD_AFLAGS | Nathan Chancellor | 2023-01-26 | 1 | -1/+1 |
| * | | kbuild: do not print extra logs for V=2 | Masahiro Yamada | 2023-01-22 | 1 | -5/+4 |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2023-02-25 | 7 | -41/+11 |
|\ \ \
| |_|/
|/| | |
|
| * | | Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEAD | Paolo Bonzini | 2023-02-15 | 13 | -89/+135 |
| |\ \ |
|
| * | | | KVM: PPC: Fix refactoring goof in kvmppc_e500mc_init() | Sean Christopherson | 2023-01-24 | 2 | -3/+3 |
| * | | | Merge branch 'kvm-v6.2-rc4-fixes' into HEAD | Paolo Bonzini | 2023-01-24 | 2 | -1/+21 |
| |\ \ \ |
|
| * | | | | KVM: Opt out of generic hardware enabling on s390 and PPC | Sean Christopherson | 2022-12-29 | 2 | -6/+0 |
| * | | | | KVM: Drop kvm_arch_check_processor_compat() hook | Sean Christopherson | 2022-12-29 | 4 | -8/+3 |
| * | | | | KVM: Drop kvm_arch_{init,exit}() hooks | Sean Christopherson | 2022-12-29 | 2 | -6/+0 |
| * | | | | KVM: PPC: Move processor compatibility check to module init | Sean Christopherson | 2022-12-29 | 5 | -14/+7 |
| * | | | | KVM: Drop arch hardware (un)setup hooks | Sean Christopherson | 2022-12-29 | 2 | -6/+0 |
* | | | | | Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2023-02-25 | 94 | -1259/+3305 |
|\ \ \ \ \ |
|
| * | | | | | powerpc/pseries: Avoid hcall in plpks_is_available() on non-pseries | Russell Currey | 2023-02-22 | 1 | -0/+4 |
| * | | | | | powerpc: dts: turris1x.dts: Set lower priority for CPLD syscon-reboot | Pali Rohár | 2023-02-21 | 1 | -0/+23 |
| * | | | | | powerpc/e500: Add missing prototype for 'relocate_init' | Christophe Leroy | 2023-02-20 | 1 | -0/+1 |
| * | | | | | powerpc/64: Fix unannotated intra-function call warning | Sathvika Vasireddy | 2023-02-17 | 1 | -1/+2 |
| * | | | | | powerpc/epapr: Don't use wrteei on non booke | Christophe Leroy | 2023-02-17 | 1 | -0/+6 |
| * | | | | | powerpc: Pass correct CPU reference to assembler | Christophe Leroy | 2023-02-17 | 1 | -4/+0 |
| * | | | | | powerpc/mm: Rearrange if-else block to avoid clang warning | Anders Roxell | 2023-02-16 | 1 | -7/+4 |
| * | | | | | powerpc/nohash: Fix build with llvm-as | Michael Ellerman | 2023-02-16 | 1 | -1/+1 |
| * | | | | | powerpc/nohash: Fix build error with binutils >= 2.38 | Michael Ellerman | 2023-02-16 | 1 | -1/+4 |
| * | | | | | powerpc/pseries: Fix endianness issue when parsing PLPKS secvar flags | Andrew Donnellan | 2023-02-16 | 1 | -1/+2 |
| * | | | | | powerpc/kexec_file: print error string on usable memory property update failure | Sourabh Jain | 2023-02-15 | 1 | -1/+2 |
| * | | | | | powerpc/machdep: warn when machine_is() used too early | Nathan Lynch | 2023-02-15 | 1 | -5/+11 |
| * | | | | | powerpc/64: Replace -mcpu=e500mc64 by -mcpu=e5500 | Christophe Leroy | 2023-02-15 | 1 | -1/+1 |
| * | | | | | powerpc/eeh: Set channel state after notifying the drivers | Ganesh Goudar | 2023-02-15 | 1 | -2/+2 |
| * | | | | | powerpc/rtas: arch-wide function token lookup conversions | Nathan Lynch | 2023-02-13 | 28 | -137/+123 |
| * | | | | | powerpc/rtas: introduce rtas_function_token() API | Nathan Lynch | 2023-02-13 | 2 | -1/+126 |
| * | | | | | powerpc/pseries/lpar: convert to papr_sysparm API | Nathan Lynch | 2023-02-13 | 1 | -28/+9 |
| * | | | | | powerpc/pseries/hv-24x7: convert to papr_sysparm API | Nathan Lynch | 2023-02-13 | 1 | -23/+16 |
| * | | | | | powerpc/pseries/lparcfg: convert to papr_sysparm API | Nathan Lynch | 2023-02-13 | 1 | -80/+24 |
| * | | | | | powerpc/pseries: convert CMO probe to papr_sysparm API | Nathan Lynch | 2023-02-13 | 1 | -17/+6 |
| * | | | | | powerpc/pseries: PAPR system parameter API | Nathan Lynch | 2023-02-13 | 3 | -1/+190 |
| * | | | | | powerpc/pseries/dlpar: use RTAS work area API | Nathan Lynch | 2023-02-13 | 1 | -18/+9 |
| * | | | | | powerpc/pseries: add RTAS work area allocator | Nathan Lynch | 2023-02-13 | 4 | -1/+309 |
| * | | | | | powerpc/rtas: add tracepoints around RTAS entry | Nathan Lynch | 2023-02-13 | 1 | -6/+53 |
| * | | | | | powerpc/tracing: tracepoints for RTAS entry and exit | Nathan Lynch | 2023-02-13 | 1 | -0/+103 |
| * | | | | | powerpc/rtas: strengthen do_enter_rtas() type safety, drop inline | Nathan Lynch | 2023-02-13 | 1 | -5/+5 |
| * | | | | | powerpc/rtas: improve function information lookups | Nathan Lynch | 2023-02-13 | 2 | -106/+700 |
| * | | | | | powerpc/pseries: drop RTAS-based timebase synchronization | Nathan Lynch | 2023-02-13 | 1 | -6/+0 |
| * | | | | | powerpc/rtas: ensure 4KB alignment for rtas_data_buf | Nathan Lynch | 2023-02-13 | 1 | -1/+1 |