summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2023-04-04powerpc/isa-bridge: Remove open coded "ranges" parsingRob Herring
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman
2023-04-02Merge tag 'powerpc-6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-03-30powerpc: Use of_property_read_bool() for boolean propertiesRob Herring
2023-03-30powerpc: Use of_property_present() for testing DT property presenceRob Herring
2023-03-30powerpc/rtas: lockdep annotationsNathan Lynch
2023-03-30powerpc/rtas: fix miswording in rtas_function kerneldocNathan Lynch
2023-03-30powerpc/rtas: rtas_call_unlocked() kerneldocNathan Lynch
2023-03-30powerpc/rtas: use memmove for potentially overlapping buffer copyNathan Lynch
2023-03-28lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin
2023-03-28powerpc: Don't try to copy PPR for task with NULL pt_regsJens Axboe
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider
2023-03-23kasan, powerpc: don't rename memintrinsics if compiler adds prefixesMarco Elver
2023-03-21vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song
2023-03-17powerpc/sysfs: move to use bus_get_dev_root()Greg Kroah-Hartman
2023-03-16powerpc: Simplify sysctl registration for powersave_nap_ctl_tableLuis Chamberlain
2023-03-16powerpc: Make generic_calibrate_decr() the defaultChristophe Leroy
2023-03-15powerpc/machdep: Define 'compatible' property in ppc_md and use itChristophe Leroy
2023-03-15powerpc: Fix a kernel-doc warningBo Liu
2023-03-15powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domainsAlexey Kardashevskiy
2023-03-14powerpc/pci_64: Init pcibios subsys a bit laterAlexey Kardashevskiy
2023-03-14powerpc/iommu: Add "borrowing" iommu_table_group_opsAlexey Kardashevskiy
2023-03-09module: replace module_layout with module_memorySong Liu
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf
2023-03-04Merge tag 'powerpc-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-02-28powerpc/vmlinux.lds: Add .text.asan/tsan sectionsMichael Ellerman
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2023-02-25Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-02-17powerpc/64: Fix unannotated intra-function call warningSathvika Vasireddy
2023-02-17powerpc/epapr: Don't use wrteei on non bookeChristophe Leroy
2023-02-15powerpc/eeh: Set channel state after notifying the driversGanesh Goudar
2023-02-13powerpc/rtas: arch-wide function token lookup conversionsNathan Lynch
2023-02-13powerpc/rtas: introduce rtas_function_token() APINathan Lynch
2023-02-13powerpc/pseries: add RTAS work area allocatorNathan Lynch
2023-02-13powerpc/rtas: add tracepoints around RTAS entryNathan Lynch
2023-02-13powerpc/rtas: strengthen do_enter_rtas() type safety, drop inlineNathan Lynch
2023-02-13powerpc/rtas: improve function information lookupsNathan Lynch
2023-02-13powerpc/rtas: ensure 4KB alignment for rtas_data_bufNathan Lynch
2023-02-13powerpc/rtas: handle extended delays safely in early bootNathan Lynch
2023-02-12powerpc/pseries: Pass PLPKS password on kexecRussell Currey
2023-02-12powerpc/secvar: Don't print error on ENOENT when reading variablesAndrew Donnellan
2023-02-12powerpc/secvar: Warn when PAGE_SIZE is smaller than max object sizeAndrew Donnellan
2023-02-12powerpc/secvar: Allow backend to populate static list of variable namesAndrew Donnellan
2023-02-12powerpc/secvar: Extend sysfs to include config varsRussell Currey
2023-02-12powerpc/secvar: Clean up init error messagesAndrew Donnellan
2023-02-12powerpc/secvar: Handle max object size in the consumerRussell Currey
2023-02-12powerpc/secvar: Handle format string in the consumerRussell Currey
2023-02-12powerpc/secvar: Use sysfs_emit() instead of sprintf()Russell Currey