[GIT PULL] Please pull powerpc/linux.git powerpc-4.8-1 tag

From: Michael Ellerman
Date: Sat Jul 30 2016 - 23:19:57 EST


Hi Linus,

Please pull powerpc updates for 4.8:

The following changes since commit 5edb56491d4812c42175980759da53388e5d86f5:

 Linux 4.7-rc3

are available in the git repository at:

 git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-4.8-1

for you to fetch changes up to 719dbb2df78fc9a40e28392b07cd715bfc5a665c:

 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next (2016-07-30 13:43:19 +1000)


The merge of Scott's tree is only ~1 day old, but both trees have been in linux-next for at least a few days.

----------------------------------------------------------------
powerpc updates for 4.8 # 1

Highlights:
Â- PowerNV PCI hotplug support.
Â- Lots more Power9 support.
Â- eBPF JIT support on ppc64le.
Â- Lots of cxl updates.
Â- Boot code consolidation.

Bug fixes:
Â- Fix spin_unlock_wait() from Boqun Feng
Â- Fix stack pointer corruption in __tm_recheckpoint() from Michael Neuling
Â- Fix multiple bugs in memory_hotplug_max() from Bharata B Rao
Â- mm: Ensure "special" zones are empty from Oliver O'Halloran
Â- ftrace: Separate the heuristics for checking call sites from Michael Ellerman
Â- modules: Never restore r2 for a mprofile-kernel style mcount() call from Michael Ellerman
Â- Fix endianness when reading TCEs from Alexey Kardashevskiy
Â- start rtasd before PCI probing from Greg Kurz
Â- PCI: rpaphp: Fix slot registration for multiple slots under a PHB from Tyrel Datwyler
Â- powerpc/mm: Add memory barrier in __hugepte_alloc() from Sukadev Bhattiprolu

Cleanups & fixes:
Â- Drop support for MPIC in pseries from Rashmica Gupta
Â- Define and use PPC64_ELF_ABI_v2/v1 from Michael Ellerman
Â- Remove unused symbols in asm-offsets.c from Rashmica Gupta
Â- Fix SRIOV not building without EEH enabled from Russell Currey
Â- Remove kretprobe_trampoline_holder. from Thiago Jung Bauermann
Â- Reduce log level of PCI I/O space warning from Benjamin Herrenschmidt
Â- Add array bounds checking to crash_shutdown_handlers from Suraj Jitindar Singh
Â- Avoid -maltivec when using clang integrated assembler from Anton Blanchard
Â- Fix array overrun in ppc_rtas() syscall from Andrew Donnellan
Â- Fix error return value in cmm_mem_going_offline() from Rasmus Villemoes
Â- export cpu_to_core_id() from Mauricio Faria de Oliveira
Â- Remove old symbols from defconfigs from Andrew Donnellan
Â- Update obsolete comments in setup_32.c about entry conditions from Benjamin Herrenschmidt
Â- Add comment explaining the purpose of setup_kdump_trampoline() from Benjamin Herrenschmidt
Â- Merge the RELOCATABLE config entries for ppc32 and ppc64 from Kevin Hao
Â- Remove RELOCATABLE_PPC32 from Kevin Hao
Â- Fix .long's in tlb-radix.c to more meaningful from Balbir Singh

Minor cleanups & fixes:
Â- Andrew Donnellan, Anna-Maria Gleixner, Anton Blanchard, Benjamin
ÂÂÂHerrenschmidt, Bharata B Rao, Christophe Leroy, Colin Ian King, Geliang
ÂÂÂTang, Greg Kurz, Madhavan Srinivasan, Michael Ellerman, Michael Ellerman,
ÂÂÂStephen Rothwell, Stewart Smith.

Freescale updates from Scott:
Â- "Highlights include more 8xx optimizations, device tree updates,
ÂÂÂand MVME7100 support."

PowerNV PCI hotplug from Gavin Shan:
Â- PCI: Add pcibios_setup_bridge()
Â- Override pcibios_setup_bridge()
Â- Remove PCI_RESET_DELAY_US
Â- Move pnv_pci_ioda_setup_opal_tce_kill() around
Â- Increase PE# capacity
Â- Allocate PE# in reverse order
Â- Create PEs in pcibios_setup_bridge()
Â- Setup PE for root bus
Â- Extend PCI bridge resources
Â- Make pnv_ioda_deconfigure_pe() visible
Â- Dynamically release PE
Â- Update bridge windows on PCI plug
Â- Delay populating pdn
Â- Support PCI slot ID
Â- Use PCI slot reset infrastructure
Â- Introduce pnv_pci_get_slot_id()
Â- Functions to get/set PCI slot state
Â- PCI/hotplug: PowerPC PowerNV PCI hotplug driver
Â- Print correct PHB type names

Power9 idle support from Shreyas B. Prabhu:
Â- set power_save func after the idle states are initialized
Â- Use PNV_THREAD_WINKLE macro while requesting for winkle
Â- make hypervisor state restore a function
Â- Rename idle_power7.S to idle_book3s.S
Â- Rename reusable idle functions to hardware agnostic names
Â- Make pnv_powersave_common more generic
Â- abstraction for saving SPRs before entering deep idle states
Â- Add platform support for stop instruction
Â- cpuidle/powernv: Use CPUIDLE_STATE_MAX instead of MAX_POWERNV_IDLE_STATES
Â- cpuidle/powernv: cleanup cpuidle-powernv.c
Â- cpuidle/powernv: Add support for POWER ISA v3 idle states
Â- Use deepest stop state when cpu is offlined

Power9 PMU from Madhavan Srinivasan:
Â- factor out power8 pmu macros and defines
Â- factor out power8 pmu functions
Â- factor out power8 __init_pmu code
Â- Add power9 event list macros for generic and cache events
Â- Power9 PMU support
Â- Export Power9 generic and cache events to sysfs

Power9 preliminary interrupt & PCI support from Benjamin Herrenschmidt:
Â- Add XICS emulation APIs
Â- Move a few exception common handlers to make room
Â- Add support for HV virtualization interrupts
Â- Add mechanism to force a replay of interrupts
Â- Add ICP OPAL backend
Â- Discover IODA3 PHBs
Â- pci: Remove obsolete SW invalidate
Â- opal: Add real mode call wrappers
Â- Rename TCE invalidation calls
Â- Remove SWINV constants and obsolete TCE code
Â- Rework accessing the TCE invalidate register
Â- Fallback to OPAL for TCE invalidations
Â- Use the device-tree to get available range of M64's
Â- Check status of a PHB before using it
Â- pci: Don't try to allocate resources that will be reassigned

Other Power9:
Â- Send SIGBUS on unaligned copy and paste from Chris Smart
Â- Large Decrementer support from Oliver O'Halloran
Â- Load Monitor Register Support from Jack Miller

Performance improvements from Anton Blanchard:
Â- Avoid load hit store in __giveup_fpu() and __giveup_altivec()
Â- Avoid load hit store in setup_sigcontext()
Â- Remove assembly versions of strcpy, strcat, strlen and strcmp
Â- Align hot loops of some string functions

eBPF JIT from Naveen N. Rao:
Â- Fix/enhance 32-bit Load Immediate implementation
Â- Optimize 64-bit Immediate loads
Â- Introduce rotate immediate instructions
Â- A few cleanups
Â- Isolate classic BPF JIT specifics into a separate header
Â- Implement JIT compiler for extended BPF

Operator Panel driver from Suraj Jitindar Singh:
Â- devicetree/bindings: Add binding for operator panel on FSP machines
Â- Add inline function to get rc from an ASYNC_COMP opal_msg
Â- Add driver for operator panel on FSP machines

Sparse fixes from Daniel Axtens:
Â- make some things static
Â- Introduce asm-prototypes.h
Â- Include headers containing prototypes
Â- Use #ifdef __BIG_ENDIAN__ #else for REG_BYTE
Â- kvm: Clarify __user annotations
Â- Pass endianness to sparse
Â- Make ppc_md.{halt, restart} __noreturn

MM fixes & cleanups from Aneesh Kumar K.V:
Â- radix: Update LPCR HR bit as per ISA
Â- use _raw variant of page table accessors
Â- Compile out radix related functions if RADIX_MMU is disabled
Â- Clear top 16 bits of va only on older cpus
Â- Print formation regarding the the MMU mode
Â- hash: Update SDR1 size encoding as documented in ISA 3.0
Â- radix: Update PID switch sequence
Â- radix: Update machine call back to support new HCALL.
Â- radix: Add LPID based tlb flush helpers
Â- radix: Add a kernel command line to disable radix
Â- Cleanup LPCR defines

Boot code consolidation from Benjamin Herrenschmidt:
Â- Move epapr_paravirt_early_init() to early_init_devtree()
Â- cell: Don't use flat device-tree after boot
Â- ge_imp3a: Don't use the flat device-tree after boot
Â- mpc85xx_ds: Don't use the flat device-tree after boot
Â- mpc85xx_rdb: Don't use the flat device-tree after boot
Â- Don't test for machine type in rtas_initialize()
Â- Don't test for machine type in smp_setup_cpu_maps()
Â- dt: Add of_device_compatible_match()
Â- Factor do_feature_fixup calls
Â- Move 64-bit feature fixup earlier
Â- Move 64-bit memory reserves to setup_arch()
Â- Use a cachable DART
Â- Move FW feature probing out of pseries probe()
Â- Put exception configuration in a common place
Â- Remove early allocation of the SMU command buffer
Â- Move MMU backend selection out of platform code
Â- pasemi: Remove IOBMAP allocation from platform probe()
Â- mm/hash: Don't use machine_is() early during boot
Â- Don't test for machine type to detect HEA special case
Â- pmac: Remove spurrious machine type test
Â- Move hash table ops to a separate structure
Â- Ensure that ppc_md is empty before probing for machine type
Â- Move 64-bit probe_machine() to later in the boot process
Â- Move 32-bit probe() machine to later in the boot process
Â- Get rid of ppc_md.init_early()
Â- Move the boot time info banner to a separate function
Â- Move setting of {i,d}cache_bsize to initialize_cache_info()
Â- Move the content of setup_system() to setup_arch()
Â- Move cache info inits to a separate function
Â- Re-order the call to smp_setup_cpu_maps()
Â- Re-order setup_panic()
Â- Make a few boot functions __init
Â- Merge 32-bit and 64-bit setup_arch()

Other new features:
Â- tty/hvc: Use IRQF_SHARED for OPAL hvc consoles from Sam Mendoza-Jonas
Â- tty/hvc: Use opal irqchip interface if available from Sam Mendoza-Jonas
Â- powerpc: Add module autoloading based on CPU features from Alastair D'Silva
Â- crypto: vmx - Convert to CPU feature based module autoloading from Alastair D'Silva
Â- Wake up kopald polling thread before waiting for events from Benjamin Herrenschmidt
Â- xmon: Dump ISA 2.06 SPRs from Michael Ellerman
Â- xmon: Dump ISA 2.07 SPRs from Michael Ellerman
Â- Add a parameter to disable 1TB segs from Oliver O'Halloran
Â- powerpc/boot: Add OPAL console to epapr wrappers from Oliver O'Halloran
Â- Assign fixed PHB number based on device-tree properties from Guilherme G. Piccoli
Â- pseries: Add pseries hotplug workqueue from John Allen
Â- pseries: Add support for hotplug interrupt source from John Allen
Â- pseries: Use kernel hotplug queue for PowerVM hotplug events from John Allen
Â- pseries: Move property cloning into its own routine from Nathan Fontenot
Â- pseries: Dynamic add entires to associativity lookup array from Nathan Fontenot
Â- pseries: Auto-online hotplugged memory from Nathan Fontenot
Â- pseries: Remove call to memblock_add() from Nathan Fontenot

cxl:
Â- Add set and get private data to context struct from Michael Neuling
Â- make base more explicitly non-modular from Paul Gortmaker
Â- Use for_each_compatible_node() macro from Wei Yongjun
Â- Frederic Barrat
ÂÂÂ- Abstract the differences between the PSL and XSL
ÂÂÂ- Make vPHB device node match adapter's
Â- Philippe Bergheaud
ÂÂÂ- Add mechanism for delivering AFU driver specific events
ÂÂÂ- Ignore CAPI adapters misplaced in switched slots
ÂÂÂ- Refine slice error debug messages
Â- Andrew Donnellan
ÂÂÂ- static-ify variables to fix sparse warnings
ÂÂÂ- PCI/hotplug: pnv_php: export symbols and move struct types needed by cxl
ÂÂÂ- PCI/hotplug: pnv_php: handle OPAL_PCI_SLOT_OFFLINE power state
ÂÂÂ- Add cxl_check_and_switch_mode() API to switch bi-modal cards
ÂÂÂ- remove dead Kconfig options
ÂÂÂ- fix potential NULL dereference in free_adapter()
Â- Ian Munsie
ÂÂÂ- Update process element after allocating interrupts
ÂÂÂ- Add support for CAPP DMA mode
ÂÂÂ- Fix allowing bogus AFU descriptors with 0 maximum processes
ÂÂÂ- Fix allocating a minimum of 2 pages for the SPA
ÂÂÂ- Fix bug where AFU disable operation had no effect
ÂÂÂ- Workaround XSL bug that does not clear the RA bit after a reset
ÂÂÂ- Fix NULL pointer dereference on kernel contexts with no AFU interrupts
ÂÂÂ- powerpc/powernv: Split cxl code out into a separate file
ÂÂÂ- Add cxl_slot_is_supported API
ÂÂÂ- Enable bus mastering for devices using CAPP DMA mode
ÂÂÂ- Move cxl_afu_get / cxl_afu_put to base
ÂÂÂ- Allow a default context to be associated with an external pci_dev
ÂÂÂ- Do not create vPHB if there are no AFU configuration records
ÂÂÂ- powerpc/powernv: Add support for the cxl kernel api on the real phb
ÂÂÂ- Add support for using the kernel API with a real PHB
ÂÂÂ- Add kernel APIs to get & set the max irqs per context
ÂÂÂ- Add preliminary workaround for CX4 interrupt limitation
ÂÂÂ- Add support for interrupts on the Mellanox CX4
ÂÂÂ- Workaround PE=0 hardware limitation in Mellanox CX4
ÂÂÂ- powerpc/powernv: Fix pci-cxl.c build when CONFIG_MODULES=n

selftests:
Â- Test unaligned copy and paste from Chris Smart
Â- Load Monitor Register Tests from Jack Miller
Â- Cyril Bur
ÂÂÂ- exec() with suspended transaction
ÂÂÂ- Use signed long to read perf_event_paranoid
ÂÂÂ- Fix usage message in context_switch
ÂÂÂ- Fix generation of vector instructions/types in context_switch
Â- Michael Ellerman
ÂÂÂ- Use "Delta" rather than "Error" in normal output
ÂÂÂ- Import Anton's mmap & futex micro benchmarks
ÂÂÂ- Add a test for PROT_SAO

----------------------------------------------------------------
Alastair D'Silva (2):
ÂÂÂÂÂÂpowerpc: Add module autoloading based on CPU features
ÂÂÂÂÂÂcrypto: vmx - Convert to CPU feature based module autoloading

Alessio Igor Bogani (1):
ÂÂÂÂÂÂpowerpc/86xx: Add support for Emerson/Artesyn MVME7100

Alexey Kardashevskiy (1):
ÂÂÂÂÂÂpowerpc/powernv/ioda: Fix endianness when reading TCEs

Andrew Donnellan (11):
ÂÂÂÂÂÂcxl: static-ify variables to fix sparse warnings
ÂÂÂÂÂÂpowerpc/rtas: Fix array overrun in ppc_rtas() syscall
ÂÂÂÂÂÂpowerpc/eeh: Fix pr_debug()s in eeh_cache.c
ÂÂÂÂÂÂpowerpc/ps3: Fix typo in comment reference to CONFIG_PS3_REPOSITORY_WRITE
ÂÂÂÂÂÂpowerpc: Fix typo in comment reference to CONFIG_TRACE_IRQFLAGS
ÂÂÂÂÂÂpowerpc/configs: Remove old symbols from defconfigs
ÂÂÂÂÂÂPCI/hotplug: pnv_php: export symbols and move struct types needed by cxl
ÂÂÂÂÂÂPCI/hotplug: pnv_php: handle OPAL_PCI_SLOT_OFFLINE power state
ÂÂÂÂÂÂcxl: Add cxl_check_and_switch_mode() API to switch bi-modal cards
ÂÂÂÂÂÂcxl: remove dead Kconfig options
ÂÂÂÂÂÂcxl: fix potential NULL dereference in free_adapter()

Aneesh Kumar K.V (11):
ÂÂÂÂÂÂpowerpc/mm/radix: Update LPCR HR bit as per ISA
ÂÂÂÂÂÂpowerpc/mm: use _raw variant of page table accessors
ÂÂÂÂÂÂpowerpc/mm: Compile out radix related functions if RADIX_MMU is disabled
ÂÂÂÂÂÂpowerpc/mm: Clear top 16 bits of va only on older cpus
ÂÂÂÂÂÂpowerpc/mm: Print formation regarding the the MMU mode
ÂÂÂÂÂÂpowerpc/mm/hash: Update SDR1 size encoding as documented in ISA 3.0
ÂÂÂÂÂÂpowerpc/mm/radix: Update PID switch sequence
ÂÂÂÂÂÂpowerpc/mm/radix: Update machine call back to support new HCALL.
ÂÂÂÂÂÂpowerpc/mm/radix: Add LPID based tlb flush helpers
ÂÂÂÂÂÂpowerpc/mm/radix: Add a kernel command line to disable radix
ÂÂÂÂÂÂpowerpc/mm: Cleanup LPCR defines

Anna-Maria Gleixner (1):
ÂÂÂÂÂÂpowerpc/pmac/smp: Add missing FROZEN hotplug notifier transitions

Anton Blanchard (6):
ÂÂÂÂÂÂpowerpc: Avoid load hit store in __giveup_fpu() and __giveup_altivec()
ÂÂÂÂÂÂpowerpc: Avoid load hit store in setup_sigcontext()
ÂÂÂÂÂÂpowerpc: Remove assembly versions of strcpy, strcat, strlen and strcmp
ÂÂÂÂÂÂpowerpc: Align hot loops of some string functions
ÂÂÂÂÂÂpowerpc: Avoid -maltivec when using clang integrated assembler
ÂÂÂÂÂÂpowerpc: Improve comment explaining why we modify VRSAVE

Balbir Singh (1):
ÂÂÂÂÂÂpowerpc/mm: Fix .long's in tlb-radix.c to more meaningful

Bartlomiej Zolnierkiewicz (1):
ÂÂÂÂÂÂpowerpc: disable IDE subsystem in pq2fads_defconfig

Benjamin Herrenschmidt (54):
ÂÂÂÂÂÂpowerpc/pci: Reduce log level of PCI I/O space warning
ÂÂÂÂÂÂpowerpc/mm: Fix build of Book3E/64 with 64K pages
ÂÂÂÂÂÂpowerpc: Fix build with CONFIG_MEMORY_HOTPLUG on some configs
ÂÂÂÂÂÂpowerpc/opal: Wake up kopald polling thread before waiting for events
ÂÂÂÂÂÂpowerpc: Update obsolete comments in setup_32.c about entry conditions
ÂÂÂÂÂÂpowerpc: Add comment explaining the purpose of setup_kdump_trampoline()
ÂÂÂÂÂÂpowerpc: Move epapr_paravirt_early_init() to early_init_devtree()
ÂÂÂÂÂÂpowerpc/cell: Don't use flat device-tree after boot
ÂÂÂÂÂÂpowerpc/85xx/ge_imp3a: Don't use the flat device-tree after boot
ÂÂÂÂÂÂpowerpc/85xx/mpc85xx_ds: Don't use the flat device-tree after boot
ÂÂÂÂÂÂpowerpc/85xx/mpc85xx_rdb: Don't use the flat device-tree after boot
ÂÂÂÂÂÂpowerpc/rtas: Don't test for machine type in rtas_initialize()
ÂÂÂÂÂÂpowerpc: Don't test for machine type in smp_setup_cpu_maps()
ÂÂÂÂÂÂpowerpc/powernv: Add XICS emulation APIs
ÂÂÂÂÂÂpowerpc/book64s: Move a few exception common handlers to make room
ÂÂÂÂÂÂpowerpc/irq: Add support for HV virtualization interrupts
ÂÂÂÂÂÂpowerpc/irq: Add mechanism to force a replay of interrupts
ÂÂÂÂÂÂpowerpc/xics: Add ICP OPAL backend
ÂÂÂÂÂÂpowerpc/powernv: Discover IODA3 PHBs
ÂÂÂÂÂÂpowerpc/pseries/pci: Remove obsolete SW invalidate
ÂÂÂÂÂÂpowerpc/opal: Add real mode call wrappers
ÂÂÂÂÂÂpowerpc/powernv/pci: Rename TCE invalidation calls
ÂÂÂÂÂÂpowerpc/powernv/pci: Remove SWINV constants and obsolete TCE code
ÂÂÂÂÂÂpowerpc/powernv/pci: Rework accessing the TCE invalidate register
ÂÂÂÂÂÂpowerpc/powernv/pci: Fallback to OPAL for TCE invalidations
ÂÂÂÂÂÂpowerpc/powernv/pci: Use the device-tree to get available range of M64's
ÂÂÂÂÂÂpowerpc/powernv/pci: Check status of a PHB before using it
ÂÂÂÂÂÂpowerpc/pci: Don't try to allocate resources that will be reassigned
ÂÂÂÂÂÂdt: Add of_device_compatible_match()
ÂÂÂÂÂÂpowerpc: Factor do_feature_fixup calls
ÂÂÂÂÂÂpowerpc: Move 64-bit feature fixup earlier
ÂÂÂÂÂÂpowerpc: Move 64-bit memory reserves to setup_arch()
ÂÂÂÂÂÂpowerpc/dart: Use a cachable DART
ÂÂÂÂÂÂpowerpc: Move FW feature probing out of pseries probe()
ÂÂÂÂÂÂpowerpc: Put exception configuration in a common place
ÂÂÂÂÂÂpowerpc/pmac: Remove early allocation of the SMU command buffer
ÂÂÂÂÂÂpowerpc/64: Move MMU backend selection out of platform code
ÂÂÂÂÂÂpowerpc/pasemi: Remove IOBMAP allocation from platform probe()
ÂÂÂÂÂÂpowerpc/mm/hash: Don't use machine_is() early during boot
ÂÂÂÂÂÂpowerpc/mm/hash64: Don't test for machine type to detect HEA special case
ÂÂÂÂÂÂpowerpc/pmac: Remove spurrious machine type test
ÂÂÂÂÂÂpowerpc/mm: Move hash table ops to a separate structure
ÂÂÂÂÂÂpowerpc: Ensure that ppc_md is empty before probing for machine type
ÂÂÂÂÂÂpowerpc/64: Move 64-bit probe_machine() to later in the boot process
ÂÂÂÂÂÂpowerpc: Move 32-bit probe() machine to later in the boot process
ÂÂÂÂÂÂpowerpc: Get rid of ppc_md.init_early()
ÂÂÂÂÂÂpowerpc/64: Move the boot time info banner to a separate function
ÂÂÂÂÂÂpowerpc/64: Move setting of {i,d}cache_bsize to initialize_cache_info()
ÂÂÂÂÂÂpowerpc/64: Move the content of setup_system() to setup_arch()
ÂÂÂÂÂÂpowerpc/32: Move cache info inits to a separate function
ÂÂÂÂÂÂpowerpc: Re-order the call to smp_setup_cpu_maps()
ÂÂÂÂÂÂpowerpc: Re-order setup_panic()
ÂÂÂÂÂÂpowerpc/64: Make a few boot functions __init
ÂÂÂÂÂÂpowerpc: Merge 32-bit and 64-bit setup_arch()

Bharata B Rao (2):
ÂÂÂÂÂÂpowerpc/numa: Fix whitespace in hot_add_drconf_memory_max()
ÂÂÂÂÂÂpowerpc/numa: Fix multiple bugs in memory_hotplug_max()

Boqun Feng (1):
ÂÂÂÂÂÂpowerpc/spinlock: Fix spin_unlock_wait()

Chris Smart (2):
ÂÂÂÂÂÂpowerpc: Send SIGBUS on unaligned copy and paste
ÂÂÂÂÂÂselftests/powerpc: Test unaligned copy and paste

Christophe Leroy (9):
ÂÂÂÂÂÂpowerpc/32: Get rid of sub_reloc_offset()
ÂÂÂÂÂÂpowerpc32: provide VIRT_CPU_ACCOUNTING
ÂÂÂÂÂÂpowerpc/8xx: Fix vaddr for IMMR early remap
ÂÂÂÂÂÂpowerpc/8xx: Map IMMR area with 512k page at a fixed address
ÂÂÂÂÂÂpowerpc/8xx: CONFIG_PIN_TLB unneeded for CONFIG_PPC_EARLY_DEBUG_CPM
ÂÂÂÂÂÂpowerpc/8xx: unpin all TLBs before flushing
ÂÂÂÂÂÂpowerpc/8xx: Don't use page table for linear memory space
ÂÂÂÂÂÂpowerpc/8xx: Rework CONFIG_PIN_TLB handling
ÂÂÂÂÂÂpowerpc/8xx: add CONFIG_PIN_TLB_IMMR

Claudiu Manoil (1):
ÂÂÂÂÂÂpowerpc/85xx: Don't report SRAM to L2 cache fallback as error

Colin Ian King (2):
ÂÂÂÂÂÂpowerpc/fadump: Trivial fix of spelling mistake, clean up message
ÂÂÂÂÂÂpowerpc/powernv: Fix spelling mistake "Retrived" -> "Retrieved"

Cyril Bur (4):
ÂÂÂÂÂÂselftests/powerpc/pmu: Use signed long to read perf_event_paranoid
ÂÂÂÂÂÂselftests/powerpc: Fix usage message in context_switch
ÂÂÂÂÂÂselftests/powerpc: Fix generation of vector instructions/types in context_switch
ÂÂÂÂÂÂselftests/powerpc: exec() with suspended transaction

Daniel Axtens (7):
ÂÂÂÂÂÂpowerpc/sparse: make some things static
ÂÂÂÂÂÂpowerpc: Introduce asm-prototypes.h
ÂÂÂÂÂÂpowerpc/sparse: Include headers containing prototypes
ÂÂÂÂÂÂpowerpc/align: Use #ifdef __BIG_ENDIAN__ #else for REG_BYTE
ÂÂÂÂÂÂpowerpc/kvm: Clarify __user annotations
ÂÂÂÂÂÂpowerpc/sparse: Pass endianness to sparse
ÂÂÂÂÂÂpowerpc: Make ppc_md.{halt, restart} __noreturn

Frederic Barrat (2):
ÂÂÂÂÂÂcxl: Abstract the differences between the PSL and XSL
ÂÂÂÂÂÂcxl: Make vPHB device node match adapter's

Gavin Shan (19):
ÂÂÂÂÂÂPCI: Add pcibios_setup_bridge()
ÂÂÂÂÂÂpowerpc/pci: Override pcibios_setup_bridge()
ÂÂÂÂÂÂpowerpc/powernv: Remove PCI_RESET_DELAY_US
ÂÂÂÂÂÂpowerpc/powernv: Move pnv_pci_ioda_setup_opal_tce_kill() around
ÂÂÂÂÂÂpowerpc/powernv: Increase PE# capacity
ÂÂÂÂÂÂpowerpc/powernv: Allocate PE# in reverse order
ÂÂÂÂÂÂpowerpc/powernv: Create PEs in pcibios_setup_bridge()
ÂÂÂÂÂÂpowerpc/powernv: Setup PE for root bus
ÂÂÂÂÂÂpowerpc/powernv: Extend PCI bridge resources
ÂÂÂÂÂÂpowerpc/powernv: Make pnv_ioda_deconfigure_pe() visible
ÂÂÂÂÂÂpowerpc/powernv: Dynamically release PE
ÂÂÂÂÂÂpowerpc/pci: Update bridge windows on PCI plug
ÂÂÂÂÂÂpowerpc/pci: Delay populating pdn
ÂÂÂÂÂÂpowerpc/powernv: Support PCI slot ID
ÂÂÂÂÂÂpowerpc/powernv: Use PCI slot reset infrastructure
ÂÂÂÂÂÂpowerpc/powernv: Introduce pnv_pci_get_slot_id()
ÂÂÂÂÂÂpowerpc/powernv: Functions to get/set PCI slot state
ÂÂÂÂÂÂPCI/hotplug: PowerPC PowerNV PCI hotplug driver
ÂÂÂÂÂÂpowerpc/powernv: Print correct PHB type names

Geliang Tang (1):
ÂÂÂÂÂÂpowerpc/pseries: Remove unused pstore headers in nvram.c

Greg Kurz (2):
ÂÂÂÂÂÂpowerpc/pseries: Fix trivial typo in function name
ÂÂÂÂÂÂpowerpc/pseries: start rtasd before PCI probing

Guilherme G. Piccoli (1):
ÂÂÂÂÂÂpowerpc/pci: Assign fixed PHB number based on device-tree properties

Ian Munsie (20):
ÂÂÂÂÂÂcxl: Update process element after allocating interrupts
ÂÂÂÂÂÂcxl: Add support for CAPP DMA mode
ÂÂÂÂÂÂcxl: Fix allowing bogus AFU descriptors with 0 maximum processes
ÂÂÂÂÂÂcxl: Fix allocating a minimum of 2 pages for the SPA
ÂÂÂÂÂÂcxl: Fix bug where AFU disable operation had no effect
ÂÂÂÂÂÂcxl: Workaround XSL bug that does not clear the RA bit after a reset
ÂÂÂÂÂÂcxl: Fix NULL pointer dereference on kernel contexts with no AFU interrupts
ÂÂÂÂÂÂpowerpc/powernv: Split cxl code out into a separate file
ÂÂÂÂÂÂcxl: Add cxl_slot_is_supported API
ÂÂÂÂÂÂcxl: Enable bus mastering for devices using CAPP DMA mode
ÂÂÂÂÂÂcxl: Move cxl_afu_get / cxl_afu_put to base
ÂÂÂÂÂÂcxl: Allow a default context to be associated with an external pci_dev
ÂÂÂÂÂÂcxl: Do not create vPHB if there are no AFU configuration records
ÂÂÂÂÂÂpowerpc/powernv: Add support for the cxl kernel api on the real phb
ÂÂÂÂÂÂcxl: Add support for using the kernel API with a real PHB
ÂÂÂÂÂÂcxl: Add kernel APIs to get & set the max irqs per context
ÂÂÂÂÂÂcxl: Add preliminary workaround for CX4 interrupt limitation
ÂÂÂÂÂÂcxl: Add support for interrupts on the Mellanox CX4
ÂÂÂÂÂÂcxl: Workaround PE=0 hardware limitation in Mellanox CX4
ÂÂÂÂÂÂpowerpc/powernv: Fix pci-cxl.c build when CONFIG_MODULES=n

Jack Miller (2):
ÂÂÂÂÂÂpowerpc: Load Monitor Register Support
ÂÂÂÂÂÂselftests/powerpc: Load Monitor Register Tests

John Allen (3):
ÂÂÂÂÂÂpowerpc/pseries: Add pseries hotplug workqueue
ÂÂÂÂÂÂpowerpc/pseries: Add support for hotplug interrupt source
ÂÂÂÂÂÂpowerpc/pseries: Use kernel hotplug queue for PowerVM hotplug events

Kevin Hao (3):
ÂÂÂÂÂÂpowerpc/32/booke: Fix the build error when CRASH_DUMP is enabled
ÂÂÂÂÂÂpowerpc: Merge the RELOCATABLE config entries for ppc32 and ppc64
ÂÂÂÂÂÂpowerpc/32: Remove RELOCATABLE_PPC32

Madhavan Srinivasan (7):
ÂÂÂÂÂÂpowerpc: Fix misleading comment in early_setup_secondary()
ÂÂÂÂÂÂpowerpc/perf: factor out power8 pmu macros and defines
ÂÂÂÂÂÂpowerpc/perf: factor out power8 pmu functions
ÂÂÂÂÂÂpowerpc/perf: factor out power8 __init_pmu code
ÂÂÂÂÂÂpowerpc/perf: Add power9 event list macros for generic and cache events
ÂÂÂÂÂÂpowerpc/perf: Power9 PMU support
ÂÂÂÂÂÂpowerpc/perf: Export Power9 generic and cache events to sysfs

Mauricio Faria de Oliveira (1):
ÂÂÂÂÂÂpowerpc: export cpu_to_core_id()

Michael Ellerman (21):
ÂÂÂÂÂÂpowerpc: Various typo fixes
ÂÂÂÂÂÂpowerpc: Define and use PPC64_ELF_ABI_v2/v1
ÂÂÂÂÂÂpowerpc/fadump: Fix build error introduced by recent cleanup
ÂÂÂÂÂÂselftests/powerpc: Import Anton's mmap & futex micro benchmarks
ÂÂÂÂÂÂselftests/powerpc: Use "Delta" rather than "Error" in normal output
ÂÂÂÂÂÂpowerpc/pci: Fix build with PCI_IOV=y and EEH=n
ÂÂÂÂÂÂpowerpc/kernel: Drop unused extern for current_set
ÂÂÂÂÂÂpowerpc/xmon: Remove unused externs
ÂÂÂÂÂÂpowerpc/xmon: Move static regno into its only user
ÂÂÂÂÂÂpowerpc/xmon: Adjust spacing of existing SPRs to make room for more
ÂÂÂÂÂÂpowerpc/xmon: Dump ISA 2.06 SPRs
ÂÂÂÂÂÂpowerpc/xmon: Dump ISA 2.07 SPRs
ÂÂÂÂÂÂselftests/powerpc: Add a test for PROT_SAO
ÂÂÂÂÂÂMerge tag 'powerpc-4.7-5' into next
ÂÂÂÂÂÂpowerpc/pseries: HVC early debug options should depend on HVC_CONSOLE
ÂÂÂÂÂÂpowerpc/ftrace: Separate the heuristics for checking call sites
ÂÂÂÂÂÂpowerpc/modules: Never restore r2 for a mprofile-kernel style mcount() call
ÂÂÂÂÂÂpowerpc/mm: Fix build break when PPC_NATIVE=n
ÂÂÂÂÂÂpowerpc/mm: Rename hpte_init_lpar() and move the fallback to a header
ÂÂÂÂÂÂpowerpc/mm: Drop unused externs for hpte_init_beat[_v3]()
ÂÂÂÂÂÂMerge branch 'next' of git://git.kernel.org/.../scottwood/linux into next

Michael Neuling (4):
ÂÂÂÂÂÂpowerpc: Improve FSCR init and context switching
ÂÂÂÂÂÂcxl: Add set and get private data to context struct
ÂÂÂÂÂÂpowerpc: Add MTD_BLOCK to powernv_defconfig
ÂÂÂÂÂÂpowerpc/tm: Fix stack pointer corruption in __tm_recheckpoint()

Nathan Fontenot (4):
ÂÂÂÂÂÂpowerpc/pseries: Move property cloning into its own routine
ÂÂÂÂÂÂpowerpc/pseries: Dynamic add entires to associativity lookup array
ÂÂÂÂÂÂpowerpc/pseries: Auto-online hotplugged memory
ÂÂÂÂÂÂpowerpc/pseries: Remove call to memblock_add()

Naveen N. Rao (6):
ÂÂÂÂÂÂpowerpc/bpf/jit: Fix/enhance 32-bit Load Immediate implementation
ÂÂÂÂÂÂpowerpc/bpf/jit: Optimize 64-bit Immediate loads
ÂÂÂÂÂÂpowerpc/bpf/jit: Introduce rotate immediate instructions
ÂÂÂÂÂÂpowerpc/bpf/jit: A few cleanups
ÂÂÂÂÂÂpowerpc/bpf/jit: Isolate classic BPF JIT specifics into a separate header
ÂÂÂÂÂÂpowerpc/ebpf/jit: Implement JIT compiler for extended BPF

Oliver O'Halloran (4):
ÂÂÂÂÂÂpowerpc/mm: Ensure "special" zones are empty
ÂÂÂÂÂÂpowerpc/timer: Large Decrementer support
ÂÂÂÂÂÂpowerpc/mm: Add a parameter to disable 1TB segs
ÂÂÂÂÂÂpowerpc/boot: Add OPAL console to epapr wrappers

Paul Gortmaker (1):
ÂÂÂÂÂÂcxl: make base more explicitly non-modular

Philippe Bergheaud (3):
ÂÂÂÂÂÂcxl: Add mechanism for delivering AFU driver specific events
ÂÂÂÂÂÂcxl: Refine slice error debug messages
ÂÂÂÂÂÂcxl: Ignore CAPI adapters misplaced in switched slots

Rashmica Gupta (6):
ÂÂÂÂÂÂpowerpc/pseries: Drop support for MPIC in pseries
ÂÂÂÂÂÂpowerpc/pseries: Remove MPIC from pseries smp
ÂÂÂÂÂÂpowerpc/pseries: Remove MPIC from pseries kexec
ÂÂÂÂÂÂpowerpc/pseries: Remove MPIC from pseries cpu hotplug
ÂÂÂÂÂÂpowerpc/pseries: Remove MPIC from pseries event sources
ÂÂÂÂÂÂpowerpc/asm: Remove unused symbols in asm-offsets.c

Rasmus Villemoes (1):
ÂÂÂÂÂÂpowerpc/pseries: Fix error return value in cmm_mem_going_offline()

Russell Currey (1):
ÂÂÂÂÂÂpowerpc/pci: Fix SRIOV not building without EEH enabled

Sam Mendoza-Jonas (2):
ÂÂÂÂÂÂtty/hvc: Use IRQF_SHARED for OPAL hvc consoles
ÂÂÂÂÂÂtty/hvc: Use opal irqchip interface if available

Scott Wood (1):
ÂÂÂÂÂÂpowerpc/8xx: Force VIRT_IMMR_BASE to be a positive number

Shreyas B. Prabhu (12):
ÂÂÂÂÂÂpowerpc/powernv: set power_save func after the idle states are initialized
ÂÂÂÂÂÂpowerpc/powernv: Use PNV_THREAD_WINKLE macro while requesting for winkle
ÂÂÂÂÂÂpowerpc/kvm: make hypervisor state restore a function
ÂÂÂÂÂÂpowerpc/powernv: Rename idle_power7.S to idle_book3s.S
ÂÂÂÂÂÂpowerpc/powernv: Rename reusable idle functions to hardware agnostic names
ÂÂÂÂÂÂpowerpc/powernv: Make pnv_powersave_common more generic
ÂÂÂÂÂÂpowerpc/powernv: abstraction for saving SPRs before entering deep idle states
ÂÂÂÂÂÂpowerpc/powernv: Add platform support for stop instruction
ÂÂÂÂÂÂcpuidle/powernv: Use CPUIDLE_STATE_MAX instead of MAX_POWERNV_IDLE_STATES
ÂÂÂÂÂÂcpuidle/powernv: cleanup cpuidle-powernv.c
ÂÂÂÂÂÂcpuidle/powernv: Add support for POWER ISA v3 idle states
ÂÂÂÂÂÂpowerpc/powernv: Use deepest stop state when cpu is offlined

Sriram Dash (2):
ÂÂÂÂÂÂpowerpc/85xx: Change T1040si USB controller version
ÂÂÂÂÂÂpowerpc/85xx: add aliases for usb nodes on t4240, b4860, and b4420

Stephen Rothwell (1):
ÂÂÂÂÂÂpowerpc/mm: Parenthesise IS_ENABLED() in if condition

Stewart Smith (1):
ÂÂÂÂÂÂpowerpc/lib: Clarify that adde is an instruction and we mean plural

Sukadev Bhattiprolu (1):
ÂÂÂÂÂÂpowerpc/mm: Add memory barrier in __hugepte_alloc()

Suraj Jitindar Singh (5):
ÂÂÂÂÂÂpowerpc: Add array bounds checking to crash_shutdown_handlers
ÂÂÂÂÂÂdevicetree/bindings: Add binding for operator panel on FSP machines
ÂÂÂÂÂÂpowerpc/opal: Add inline function to get rc from an ASYNC_COMP opal_msg
ÂÂÂÂÂÂpowerpc/powernv: Add driver for operator panel on FSP machines
ÂÂÂÂÂÂpowerpc/crash: Rearrange loop condition to avoid out of bounds array access

Thiago Jung Bauermann (1):
ÂÂÂÂÂÂpowerpc/kprobes: Remove kretprobe_trampoline_holder.

Tyrel Datwyler (1):
ÂÂÂÂÂÂPCI: rpaphp: Fix slot registration for multiple slots under a PHB

Valentin Longchamp (1):
ÂÂÂÂÂÂpowerpc: define the fman node for the kmcoge4 DTS

Wei Yongjun (1):
ÂÂÂÂÂÂcxl: Use for_each_compatible_node() macro

Zhao Qiang (7):
ÂÂÂÂÂÂQE: Add IC, SI and SIRAM document to device tree bindings.
ÂÂÂÂÂÂQE: Add ucc hdlc document to bindings
ÂÂÂÂÂÂQE: Add uqe_serial document to bindings
ÂÂÂÂÂÂbindings: move cpm_qe binding from powerpc/fsl to soc/fsl
ÂÂÂÂÂÂT104xD4RDB: Add qe node to t104xd4rdb
ÂÂÂÂÂÂT104xRDB: Add qe node to t104xrdb
ÂÂÂÂÂÂT104xQDS: Add qe node to t104xqds

Â.../bindings/powerpc/fsl/cpm_qe/network.txtÂÂÂÂÂÂÂÂ|ÂÂ43 -
Â.../bindings/powerpc/opal/oppanel-opal.txtÂÂÂÂÂÂÂÂÂ|ÂÂ14 +
ÂDocumentation/devicetree/bindings/rtc/rtc-opal.txt |ÂÂÂ2 +-
Â.../bindings/{powerpc => soc}/fsl/cpm_qe/cpm.txtÂÂÂ|ÂÂÂ0
Â.../{powerpc => soc}/fsl/cpm_qe/cpm/brg.txtÂÂÂÂÂÂÂÂ|ÂÂÂ0
Â.../{powerpc => soc}/fsl/cpm_qe/cpm/i2c.txtÂÂÂÂÂÂÂÂ|ÂÂÂ0
Â.../{powerpc => soc}/fsl/cpm_qe/cpm/pic.txtÂÂÂÂÂÂÂÂ|ÂÂÂ0
Â.../{powerpc => soc}/fsl/cpm_qe/cpm/usb.txtÂÂÂÂÂÂÂÂ|ÂÂÂ0
Â.../bindings/{powerpc => soc}/fsl/cpm_qe/gpio.txtÂÂ|ÂÂÂ0
Â.../devicetree/bindings/soc/fsl/cpm_qe/network.txt | 124 +++
Â.../bindings/{powerpc => soc}/fsl/cpm_qe/qe.txtÂÂÂÂ|ÂÂ52 ++
Â.../{powerpc => soc}/fsl/cpm_qe/qe/firmware.txtÂÂÂÂ|ÂÂÂ0
Â.../{powerpc => soc}/fsl/cpm_qe/qe/par_io.txtÂÂÂÂÂÂ|ÂÂÂ0
Â.../{powerpc => soc}/fsl/cpm_qe/qe/pincfg.txtÂÂÂÂÂÂ|ÂÂÂ0
Â.../{powerpc => soc}/fsl/cpm_qe/qe/ucc.txtÂÂÂÂÂÂÂÂÂ|ÂÂÂ0
Â.../{powerpc => soc}/fsl/cpm_qe/qe/usb.txtÂÂÂÂÂÂÂÂÂ|ÂÂÂ0
Â.../{powerpc => soc}/fsl/cpm_qe/serial.txtÂÂÂÂÂÂÂÂÂ|ÂÂÂ0
Â.../bindings/soc/fsl/cpm_qe/uqe_serial.txtÂÂÂÂÂÂÂÂÂ|ÂÂ17 +
ÂDocumentation/kernel-parameters.txtÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ9 +
ÂMAINTAINERSÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ7 +
Âarch/powerpc/KconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ71 +-
Âarch/powerpc/Kconfig.debugÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ5 +-
Âarch/powerpc/MakefileÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ7 +-
Âarch/powerpc/boot/MakefileÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ8 +-
Âarch/powerpc/boot/dts/fsl/b4420si-pre.dtsiÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 +
Âarch/powerpc/boot/dts/fsl/b4860si-pre.dtsiÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 +
Âarch/powerpc/boot/dts/fsl/kmcoge4.dtsÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ37 +
Âarch/powerpc/boot/dts/fsl/mvme7100.dtsÂÂÂÂÂÂÂÂÂÂÂÂÂ| 153 ++++
Âarch/powerpc/boot/dts/fsl/qonverge-usb2-dr-0.dtsiÂÂ|ÂÂÂ2 +-
Âarch/powerpc/boot/dts/fsl/t1040si-post.dtsiÂÂÂÂÂÂÂÂ|ÂÂ49 +-
Âarch/powerpc/boot/dts/fsl/t104xd4rdb.dtsiÂÂÂÂÂÂÂÂÂÂ|ÂÂ38 +
Âarch/powerpc/boot/dts/fsl/t104xqds.dtsiÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ38 +
Âarch/powerpc/boot/dts/fsl/t104xrdb.dtsiÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ38 +
Âarch/powerpc/boot/dts/fsl/t4240si-pre.dtsiÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +
Âarch/powerpc/boot/motload-head.SÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ11 +
Âarch/powerpc/boot/mvme7100.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ59 ++
Âarch/powerpc/boot/opal-calls.SÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ58 ++
Âarch/powerpc/boot/opal.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ98 +++
Âarch/powerpc/boot/ops.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 +
Âarch/powerpc/boot/ppc_asm.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +
Âarch/powerpc/boot/ppcboot.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/boot/serial.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +
Âarch/powerpc/boot/types.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ10 +
Âarch/powerpc/boot/wrapperÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ5 +
Âarch/powerpc/configs/40x/acadia_defconfigÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/configs/40x/ep405_defconfigÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/configs/40x/kilauea_defconfigÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/configs/40x/klondike_defconfigÂÂÂÂÂÂÂÂ|ÂÂÂ3 -
Âarch/powerpc/configs/40x/makalu_defconfigÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/configs/40x/obs600_defconfigÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/configs/40x/virtex_defconfigÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/configs/40x/walnut_defconfigÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/configs/44x/akebono_defconfigÂÂÂÂÂÂÂÂÂ|ÂÂÂ8 +-
Âarch/powerpc/configs/44x/arches_defconfigÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/configs/44x/bamboo_defconfigÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/configs/44x/bluestone_defconfigÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/configs/44x/canyonlands_defconfigÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/configs/44x/currituck_defconfigÂÂÂÂÂÂÂ|ÂÂÂ8 +-
Âarch/powerpc/configs/44x/ebony_defconfigÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/configs/44x/eiger_defconfigÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 -
Âarch/powerpc/configs/44x/icon_defconfigÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/44x/iss476-smp_defconfigÂÂÂÂÂÂ|ÂÂÂ8 +-
Âarch/powerpc/configs/44x/katmai_defconfigÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/configs/44x/rainier_defconfigÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/configs/44x/redwood_defconfigÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 -
Âarch/powerpc/configs/44x/sam440ep_defconfigÂÂÂÂÂÂÂÂ|ÂÂÂ6 +-
Âarch/powerpc/configs/44x/sequoia_defconfigÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/configs/44x/taishan_defconfigÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/configs/44x/virtex5_defconfigÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/configs/44x/warp_defconfigÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ5 +-
Âarch/powerpc/configs/52xx/cm5200_defconfigÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/52xx/lite5200b_defconfigÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/52xx/motionpro_defconfigÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/52xx/pcm030_defconfigÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/52xx/tqm5200_defconfigÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/83xx/asp8347_defconfigÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/83xx/kmeter1_defconfigÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/configs/83xx/mpc8313_rdb_defconfigÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/83xx/mpc8315_rdb_defconfigÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/83xx/mpc832x_mds_defconfigÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/83xx/mpc832x_rdb_defconfigÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/83xx/mpc834x_itx_defconfigÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/83xx/mpc834x_itxgp_defconfigÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/83xx/mpc834x_mds_defconfigÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/83xx/mpc836x_mds_defconfigÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/83xx/mpc836x_rdk_defconfigÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/83xx/mpc837x_mds_defconfigÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/83xx/mpc837x_rdb_defconfigÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/83xx/sbc834x_defconfigÂÂÂÂÂÂÂÂ|ÂÂÂ5 +-
Âarch/powerpc/configs/85xx/ge_imp3a_defconfigÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/85xx/kmp204x_defconfigÂÂÂÂÂÂÂÂ|ÂÂÂ3 +-
Âarch/powerpc/configs/85xx/ksi8560_defconfigÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/85xx/mpc8540_ads_defconfigÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/85xx/mpc8560_ads_defconfigÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/85xx/mpc85xx_cds_defconfigÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/85xx/sbc8548_defconfigÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/configs/85xx/socrates_defconfigÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/85xx/stx_gp3_defconfigÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/85xx/tqm8540_defconfigÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/85xx/tqm8541_defconfigÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/85xx/tqm8548_defconfigÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/configs/85xx/tqm8555_defconfigÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/85xx/tqm8560_defconfigÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/85xx/xes_mpc85xx_defconfigÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/86xx-hw.configÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/adder875_defconfigÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/configs/amigaone_defconfigÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 -
Âarch/powerpc/configs/c2k_defconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ8 +-
Âarch/powerpc/configs/cell_defconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/configs/chrp32_defconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/configs/ep8248e_defconfigÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ5 +-
Âarch/powerpc/configs/ep88xc_defconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/configs/fsl-emb-nonhw.configÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/g5_defconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ7 +-
Âarch/powerpc/configs/gamecube_defconfigÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ5 +-
Âarch/powerpc/configs/holly_defconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ3 +-
Âarch/powerpc/configs/linkstation_defconfigÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/maple_defconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ5 +-
Âarch/powerpc/configs/mgcoge_defconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/configs/mpc512x_defconfigÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ8 +-
Âarch/powerpc/configs/mpc5200_defconfigÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/mpc7448_hpc2_defconfigÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/mpc8272_ads_defconfigÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/mpc83xx_defconfigÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/mpc866_ads_defconfigÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/mpc86xx_basic_defconfigÂÂÂÂÂÂÂ|ÂÂÂ1 +
Âarch/powerpc/configs/mpc885_ads_defconfigÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/configs/mvme5100_defconfigÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/pasemi_defconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ3 +-
Âarch/powerpc/configs/pmac32_defconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ5 +-
Âarch/powerpc/configs/powernv_defconfigÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ8 +-
Âarch/powerpc/configs/ppc40x_defconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/ppc44x_defconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/ppc64_defconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ6 +-
Âarch/powerpc/configs/ppc64e_defconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ6 +-
Âarch/powerpc/configs/ppc6xx_defconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ9 +-
Âarch/powerpc/configs/pq2fads_defconfigÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ5 +-
Âarch/powerpc/configs/ps3_defconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/configs/pseries_defconfigÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ7 +-
Âarch/powerpc/configs/storcenter_defconfigÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/configs/tqm8xx_defconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/configs/wii_defconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ5 +-
Âarch/powerpc/include/asm/accounting.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ24 +
Âarch/powerpc/include/asm/asm-compat.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +
Âarch/powerpc/include/asm/asm-prototypes.hÂÂÂÂÂÂÂÂÂÂ|ÂÂ75 ++
Âarch/powerpc/include/asm/book3s/64/mmu-hash.hÂÂÂÂÂÂ|ÂÂ50 +-
Âarch/powerpc/include/asm/book3s/64/mmu.hÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ5 +
Âarch/powerpc/include/asm/book3s/64/pgtable-4k.hÂÂÂÂ|ÂÂÂ6 +-
Âarch/powerpc/include/asm/book3s/64/pgtable-64k.hÂÂÂ|ÂÂÂ6 +-
Âarch/powerpc/include/asm/book3s/64/pgtable.hÂÂÂÂÂÂÂ|ÂÂ99 ++-
Â.../powerpc/include/asm/book3s/64/tlbflush-radix.h |ÂÂÂ4 +-
Âarch/powerpc/include/asm/code-patching.hÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ10 +-
Âarch/powerpc/include/asm/cpufeature.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ40 +
Âarch/powerpc/include/asm/cpuidle.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +
Âarch/powerpc/include/asm/cputime.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ14 +-
Âarch/powerpc/include/asm/eeh.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/include/asm/exception-64s.hÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/include/asm/feature-fixups.hÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +
Âarch/powerpc/include/asm/firmware.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ6 +
Âarch/powerpc/include/asm/fixmap.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ7 +
Âarch/powerpc/include/asm/ftrace.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ8 +-
Âarch/powerpc/include/asm/hvcall.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ11 -
Âarch/powerpc/include/asm/hw_irq.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +
Âarch/powerpc/include/asm/iommu.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/include/asm/kprobes.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ8 +-
Âarch/powerpc/include/asm/kvm_book3s_asm.hÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/include/asm/linkage.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ6 +-
Âarch/powerpc/include/asm/machdep.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ44 +-
Âarch/powerpc/include/asm/mmu-8xx.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ3 +
Âarch/powerpc/include/asm/mmu.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ9 +-
Âarch/powerpc/include/asm/mpc52xx.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/include/asm/nohash/32/pte-44x.hÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/include/asm/nohash/64/pgtable-64k.hÂÂÂ|ÂÂÂ1 +
Âarch/powerpc/include/asm/opal-api.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ46 +-
Âarch/powerpc/include/asm/opal.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ34 +-
Âarch/powerpc/include/asm/paca.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ9 +-
Âarch/powerpc/include/asm/page.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ6 +-
Âarch/powerpc/include/asm/pci-bridge.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +
Âarch/powerpc/include/asm/pgtable-be-types.hÂÂÂÂÂÂÂÂ|ÂÂ15 +
Âarch/powerpc/include/asm/pmac_feature.hÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/include/asm/pnv-pci.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ47 +
Âarch/powerpc/include/asm/ppc-opcode.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ47 +-
Âarch/powerpc/include/asm/ppc-pci.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 -
Âarch/powerpc/include/asm/ppc4xx.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/include/asm/ppc_asm.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ28 +-
Âarch/powerpc/include/asm/processor.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ7 +-
Âarch/powerpc/include/asm/ps3.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +
Âarch/powerpc/include/asm/ps3av.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/include/asm/pte-common.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/include/asm/ptrace.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/include/asm/reg.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ88 +-
Âarch/powerpc/include/asm/rtas.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ7 +-
Âarch/powerpc/include/asm/sections.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/include/asm/setup.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ12 +
Âarch/powerpc/include/asm/smp.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ9 +-
Âarch/powerpc/include/asm/smu.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ9 +-
Âarch/powerpc/include/asm/spinlock.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ38 +-
Âarch/powerpc/include/asm/string.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 -
Âarch/powerpc/include/asm/synch.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/include/asm/tce.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ3 -
Âarch/powerpc/include/asm/thread_info.hÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +
Âarch/powerpc/include/asm/time.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ6 +-
Âarch/powerpc/include/asm/tsi108.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/include/asm/types.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ8 +
Âarch/powerpc/include/asm/xics.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ6 +
Âarch/powerpc/kernel/MakefileÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ5 +-
Âarch/powerpc/kernel/align.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ18 +-
Âarch/powerpc/kernel/asm-offsets.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ80 +-
Âarch/powerpc/kernel/cpu_setup_6xx.SÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/kernel/cpu_setup_power.SÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ20 +-
Âarch/powerpc/kernel/cputable.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/kernel/crash.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ15 +-
Âarch/powerpc/kernel/eeh_cache.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ8 +-
Âarch/powerpc/kernel/eeh_dev.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ17 +-
Âarch/powerpc/kernel/eeh_driver.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/kernel/entry_32.SÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ17 +
Âarch/powerpc/kernel/entry_64.SÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ8 +-
Âarch/powerpc/kernel/exceptions-64e.SÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ6 +-
Âarch/powerpc/kernel/exceptions-64s.SÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ66 +-
Âarch/powerpc/kernel/fadump.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ3 +-
Âarch/powerpc/kernel/ftrace.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ39 +-
Âarch/powerpc/kernel/head_64.SÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ7 +-
Âarch/powerpc/kernel/head_8xx.SÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 159 ++--
Â.../kernel/{idle_power7.S => idle_book3s.S}ÂÂÂÂÂÂÂÂ| 371 +++++---
Âarch/powerpc/kernel/irq.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ17 +-
Âarch/powerpc/kernel/kprobes.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ17 +-
Âarch/powerpc/kernel/machine_kexec_64.cÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ10 +-
Âarch/powerpc/kernel/misc_32.SÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ14 -
Âarch/powerpc/kernel/misc_64.SÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/kernel/module_64.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ9 +-
Âarch/powerpc/kernel/pci-common.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ82 +-
Âarch/powerpc/kernel/pci_64.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/kernel/pci_dn.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ34 +-
Âarch/powerpc/kernel/process.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ48 +-
Âarch/powerpc/kernel/prom.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ25 +
Âarch/powerpc/kernel/rtas-proc.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/kernel/rtas.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ8 +-
Âarch/powerpc/kernel/rtasd.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ28 +-
Âarch/powerpc/kernel/setup-common.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 189 +++-
Âarch/powerpc/kernel/setup.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ58 ++
Âarch/powerpc/kernel/setup_32.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 113 +--
Âarch/powerpc/kernel/setup_64.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 287 ++-----
Âarch/powerpc/kernel/signal_64.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ11 +-
Âarch/powerpc/kernel/smp.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ3 +
Âarch/powerpc/kernel/sysfs.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/kernel/time.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 148 +++-
Âarch/powerpc/kernel/tm.SÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ3 +-
Âarch/powerpc/kernel/traps.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ13 +-
Âarch/powerpc/kernel/vector.SÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ9 +-
Âarch/powerpc/kernel/vmlinux.lds.SÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/kvm/book3s_64_mmu_host.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ18 +-
Âarch/powerpc/kvm/book3s_64_vio.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ3 +-
Âarch/powerpc/kvm/book3s_hv_rmhandlers.SÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/kvm/book3s_interrupts.SÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/kvm/book3s_pr.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ6 +-
Âarch/powerpc/kvm/book3s_rmhandlers.SÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/lib/checksum_64.SÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ12 +-
Âarch/powerpc/lib/feature-fixups.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ32 +-
Âarch/powerpc/lib/locks.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ16 -
Âarch/powerpc/lib/ppc_ksyms.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 -
Âarch/powerpc/lib/rheap.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/lib/string.SÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ44 +-
Âarch/powerpc/lib/vmx-helper.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 +
Âarch/powerpc/mm/8xx_mmu.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 131 ++-
Âarch/powerpc/mm/hash64_4k.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ18 +-
Âarch/powerpc/mm/hash64_64k.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ39 +-
Âarch/powerpc/mm/hash_native_64.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ36 +-
Âarch/powerpc/mm/hash_utils_64.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 153 ++--
Âarch/powerpc/mm/hugepage-hash64.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ17 +-
Âarch/powerpc/mm/hugetlbpage-hash64.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/mm/hugetlbpage.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ7 +
Âarch/powerpc/mm/init_32.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ5 +-
Âarch/powerpc/mm/mem.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ18 +-
Âarch/powerpc/mm/mmu_context_book3s64.cÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ5 +-
Âarch/powerpc/mm/mmu_decl.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ3 +-
Âarch/powerpc/mm/numa.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ36 +-
Âarch/powerpc/mm/pgtable-radix.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ17 +-
Âarch/powerpc/mm/tlb-radix.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ65 +-
Âarch/powerpc/net/MakefileÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +
Âarch/powerpc/net/bpf_jit.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 235 ++---
Âarch/powerpc/net/bpf_jit32.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 139 +++
Âarch/powerpc/net/bpf_jit64.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 102 +++
Âarch/powerpc/net/bpf_jit_asm.SÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/net/bpf_jit_asm64.SÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 180 ++++
Âarch/powerpc/net/bpf_jit_comp.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ10 +-
Âarch/powerpc/net/bpf_jit_comp64.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 954 +++++++++++++++++++++
Âarch/powerpc/oprofile/cell/spu_task_sync.cÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/perf/MakefileÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/perf/core-book3s.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/perf/hv-24x7.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/perf/hv-24x7.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/perf/isa207-common.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 263 ++++++
Âarch/powerpc/perf/isa207-common.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 236 +++++
Âarch/powerpc/perf/power8-pmu.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 477 +----------
Âarch/powerpc/perf/power9-events-list.hÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ55 ++
Âarch/powerpc/perf/power9-pmu.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 330 +++++++
Âarch/powerpc/platforms/40x/ep405.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/40x/ppc40x_simple.cÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/platforms/40x/virtex.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/40x/walnut.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/44x/canyonlands.cÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ5 +-
Âarch/powerpc/platforms/44x/ebony.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/44x/iss4xx.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/44x/ppc44x_simple.cÂÂÂÂÂÂÂÂÂ|ÂÂÂ3 +-
Âarch/powerpc/platforms/44x/ppc476.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ10 +-
Âarch/powerpc/platforms/44x/sam440ep.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/44x/virtex.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/44x/warp.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/512x/clock-commonclk.cÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/platforms/512x/mpc5121_ads.cÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ8 +-
Âarch/powerpc/platforms/512x/mpc512x.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/platforms/512x/mpc512x_generic.cÂÂÂÂÂÂ|ÂÂÂ8 +-
Âarch/powerpc/platforms/512x/mpc512x_shared.cÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/platforms/512x/pdm360ng.cÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ8 +-
Âarch/powerpc/platforms/52xx/efika.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ3 +-
Âarch/powerpc/platforms/52xx/lite5200.cÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/platforms/52xx/media5200.cÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/platforms/52xx/mpc5200_simple.cÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/platforms/52xx/mpc52xx_common.cÂÂÂÂÂÂÂ|ÂÂÂ3 +-
Âarch/powerpc/platforms/82xx/ep8248e.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ3 +-
Âarch/powerpc/platforms/82xx/km82xx.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ3 +-
Âarch/powerpc/platforms/82xx/mpc8272_ads.cÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ3 +-
Âarch/powerpc/platforms/82xx/pq2.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/platforms/82xx/pq2.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/platforms/82xx/pq2fads.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ3 +-
Âarch/powerpc/platforms/83xx/asp834x.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ3 +-
Âarch/powerpc/platforms/83xx/km83xx.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ3 +-
Âarch/powerpc/platforms/83xx/misc.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/platforms/83xx/mpc830x_rdb.cÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/platforms/83xx/mpc831x_rdb.cÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/platforms/83xx/mpc832x_mds.cÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/83xx/mpc832x_rdb.cÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/83xx/mpc834x_itx.cÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/83xx/mpc834x_mds.cÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/83xx/mpc836x_mds.cÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/83xx/mpc836x_rdk.cÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/83xx/mpc837x_mds.cÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/83xx/mpc837x_rdb.cÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/platforms/83xx/mpc83xx.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/platforms/83xx/sbc834x.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/85xx/bsc913x_qds.cÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/85xx/bsc913x_rdb.cÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/85xx/c293pcie.cÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/85xx/corenet_generic.cÂÂÂÂÂÂ|ÂÂÂ5 +-
Âarch/powerpc/platforms/85xx/ge_imp3a.cÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ7 +-
Âarch/powerpc/platforms/85xx/ksi8560.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ6 +-
Âarch/powerpc/platforms/85xx/mpc8536_ds.cÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/85xx/mpc85xx_ads.cÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/85xx/mpc85xx_cds.cÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ6 +-
Âarch/powerpc/platforms/85xx/mpc85xx_ds.cÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ16 +-
Âarch/powerpc/platforms/85xx/mpc85xx_mds.cÂÂÂÂÂÂÂÂÂÂ|ÂÂ12 +-
Âarch/powerpc/platforms/85xx/mpc85xx_rdb.cÂÂÂÂÂÂÂÂÂÂ|ÂÂ43 +-
Âarch/powerpc/platforms/85xx/mvme2500.cÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/85xx/p1010rdb.cÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ6 +-
Âarch/powerpc/platforms/85xx/p1022_ds.cÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/85xx/p1022_rdk.cÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/85xx/p1023_rdb.cÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/85xx/ppa8548.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/85xx/qemu_e500.cÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/85xx/sbc8548.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/85xx/socrates.cÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/85xx/stx_gp3.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/85xx/tqm85xx.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/platforms/85xx/twr_p102x.cÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/85xx/xes_mpc85xx.cÂÂÂÂÂÂÂÂÂÂ|ÂÂ12 +-
Âarch/powerpc/platforms/86xx/KconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ8 +-
Âarch/powerpc/platforms/86xx/MakefileÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 +
Âarch/powerpc/platforms/86xx/gef_ppc9a.cÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/86xx/gef_sbc310.cÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/86xx/gef_sbc610.cÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/86xx/mpc8610_hpcd.cÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/86xx/mpc86xx_hpcn.cÂÂÂÂÂÂÂÂÂ|ÂÂÂ6 +-
Âarch/powerpc/platforms/86xx/mvme7100.cÂÂÂÂÂÂÂÂÂÂÂÂÂ| 121 +++
Âarch/powerpc/platforms/86xx/sbc8641d.cÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/8xx/adder875.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ3 +-
Âarch/powerpc/platforms/8xx/ep88xc.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ3 +-
Âarch/powerpc/platforms/8xx/m8xx_setup.cÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/platforms/8xx/mpc86xads_setup.cÂÂÂÂÂÂÂ|ÂÂÂ3 +-
Âarch/powerpc/platforms/8xx/mpc885ads_setup.cÂÂÂÂÂÂÂ|ÂÂÂ3 +-
Âarch/powerpc/platforms/8xx/mpc8xx.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/platforms/8xx/tqm8xx_setup.cÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/Kconfig.cputypeÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/platforms/amigaone/setup.cÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ6 +-
Âarch/powerpc/platforms/cell/iommu.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/cell/setup.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ7 +-
Âarch/powerpc/platforms/cell/spider-pic.cÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/platforms/cell/spu_base.cÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/cell/spu_manage.cÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ3 +-
Âarch/powerpc/platforms/cell/spufs/file.cÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/platforms/cell/spufs/run.cÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/platforms/cell/spufs/sched.cÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/platforms/chrp/setup.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ7 +-
Âarch/powerpc/platforms/embedded6xx/c2k.cÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ10 +-
Âarch/powerpc/platforms/embedded6xx/gamecube.cÂÂÂÂÂÂ|ÂÂ19 +-
Âarch/powerpc/platforms/embedded6xx/holly.cÂÂÂÂÂÂÂÂÂ|ÂÂÂ6 +-
Âarch/powerpc/platforms/embedded6xx/linkstation.cÂÂÂ|ÂÂ12 +-
Âarch/powerpc/platforms/embedded6xx/mpc7448_hpc2.cÂÂ|ÂÂÂ6 +-
Âarch/powerpc/platforms/embedded6xx/mvme5100.cÂÂÂÂÂÂ|ÂÂÂ6 +-
Âarch/powerpc/platforms/embedded6xx/storcenter.cÂÂÂÂ|ÂÂÂ6 +-
Âarch/powerpc/platforms/embedded6xx/wii.cÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ19 +-
Âarch/powerpc/platforms/maple/pci.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ34 +-
Âarch/powerpc/platforms/maple/setup.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ37 +-
Âarch/powerpc/platforms/pasemi/iommu.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ15 +-
Âarch/powerpc/platforms/pasemi/pasemi.hÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âarch/powerpc/platforms/pasemi/pci.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ3 -
Âarch/powerpc/platforms/pasemi/setup.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ18 +-
Âarch/powerpc/platforms/powermac/low_i2c.cÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/platforms/powermac/pci.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ38 +-
Âarch/powerpc/platforms/powermac/setup.cÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ54 +-
Âarch/powerpc/platforms/powermac/smp.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ3 +-
Âarch/powerpc/platforms/powernv/MakefileÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 +
Âarch/powerpc/platforms/powernv/eeh-powernv.cÂÂÂÂÂÂÂ|ÂÂ49 +-
Âarch/powerpc/platforms/powernv/idle.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 188 +++-
Âarch/powerpc/platforms/powernv/npu-dma.cÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ8 +-
Âarch/powerpc/platforms/powernv/opal-async.cÂÂÂÂÂÂÂÂ|ÂÂÂ5 +
Â.../powerpc/platforms/powernv/opal-memory-errors.c |ÂÂÂ2 +-
Âarch/powerpc/platforms/powernv/opal-sensor.cÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/platforms/powernv/opal-sysparam.cÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/powernv/opal-tracepoints.cÂÂ|ÂÂÂ1 +
Âarch/powerpc/platforms/powernv/opal-wrappers.SÂÂÂÂÂ|ÂÂ72 +-
Âarch/powerpc/platforms/powernv/opal.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ30 +-
Âarch/powerpc/platforms/powernv/pci-cxl.cÂÂÂÂÂÂÂÂÂÂÂ| 385 +++++++++
Âarch/powerpc/platforms/powernv/pci-ioda.cÂÂÂÂÂÂÂÂÂÂ| 905 ++++++++++---------
Âarch/powerpc/platforms/powernv/pci.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 132 ++-
Âarch/powerpc/platforms/powernv/pci.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ43 +-
Âarch/powerpc/platforms/powernv/powernv.hÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 +
Âarch/powerpc/platforms/powernv/setup.cÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ16 +-
Âarch/powerpc/platforms/powernv/smp.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/platforms/ps3/htab.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ12 +-
Âarch/powerpc/platforms/ps3/repository.cÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/platforms/ps3/setup.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ23 +-
Âarch/powerpc/platforms/pseries/cmm.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/platforms/pseries/dlpar.cÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ56 +-
Âarch/powerpc/platforms/pseries/eeh_pseries.cÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/platforms/pseries/event_sources.cÂÂÂÂÂ|ÂÂ53 +-
Âarch/powerpc/platforms/pseries/firmware.cÂÂÂÂÂÂÂÂÂÂ|ÂÂ48 +-
Âarch/powerpc/platforms/pseries/hotplug-cpu.cÂÂÂÂÂÂÂ|ÂÂ13 -
Âarch/powerpc/platforms/pseries/hotplug-memory.cÂÂÂÂ| 184 ++--
Âarch/powerpc/platforms/pseries/io_event_irq.cÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/platforms/pseries/iommu.cÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ53 +-
Âarch/powerpc/platforms/pseries/kexec.cÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ23 +-
Âarch/powerpc/platforms/pseries/lpar.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ41 +-
Âarch/powerpc/platforms/pseries/nvram.cÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 -
Âarch/powerpc/platforms/pseries/power.cÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +
Âarch/powerpc/platforms/pseries/pseries.hÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ21 +-
Âarch/powerpc/platforms/pseries/pseries_energy.cÂÂÂÂ|ÂÂÂ8 +-
Âarch/powerpc/platforms/pseries/ras.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ39 +
Âarch/powerpc/platforms/pseries/setup.cÂÂÂÂÂÂÂÂÂÂÂÂÂ| 241 ++----
Âarch/powerpc/platforms/pseries/smp.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ31 +-
Âarch/powerpc/sysdev/cpm_common.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ22 +-
Âarch/powerpc/sysdev/dart_iommu.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 184 ++--
Âarch/powerpc/sysdev/fsl_85xx_l2ctlr.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ8 +-
Âarch/powerpc/sysdev/fsl_soc.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ8 +-
Âarch/powerpc/sysdev/fsl_soc.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ6 +-
Âarch/powerpc/sysdev/xics/MakefileÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âarch/powerpc/sysdev/xics/icp-opal.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 144 ++++
Âarch/powerpc/sysdev/xics/xics-common.cÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ5 +-
Âarch/powerpc/xmon/xmon.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 107 ++-
Âdrivers/char/KconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ14 +
Âdrivers/char/MakefileÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 +
Âdrivers/char/powernv-op-panel.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 223 +++++
Âdrivers/cpuidle/cpuidle-powernv.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 101 ++-
Âdrivers/crypto/vmx/KconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âdrivers/crypto/vmx/vmx.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ6 +-
Âdrivers/i2c/busses/i2c-opal.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âdrivers/leds/leds-powernv.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âdrivers/macintosh/smu.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ9 +-
Âdrivers/misc/cxl/KconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ17 +-
Âdrivers/misc/cxl/MakefileÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âdrivers/misc/cxl/api.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 168 +++-
Âdrivers/misc/cxl/base.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 104 ++-
Âdrivers/misc/cxl/context.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ6 +-
Âdrivers/misc/cxl/cxl.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ87 +-
Âdrivers/misc/cxl/debugfs.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ35 +-
Âdrivers/misc/cxl/file.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ64 +-
Âdrivers/misc/cxl/flash.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âdrivers/misc/cxl/guest.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ26 +-
Âdrivers/misc/cxl/irq.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ32 +-
Âdrivers/misc/cxl/main.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ5 +
Âdrivers/misc/cxl/native.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 207 ++++-
Âdrivers/misc/cxl/pci.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 484 ++++++++++-
Âdrivers/misc/cxl/phb.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ44 +
Âdrivers/misc/cxl/vphb.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ78 +-
Âdrivers/mtd/devices/powernv_flash.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âdrivers/of/base.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ22 +
Âdrivers/pci/hotplug/KconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ13 +
Âdrivers/pci/hotplug/MakefileÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ3 +
Âdrivers/pci/hotplug/pnv_php.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 711 +++++++++++++++
Âdrivers/pci/hotplug/rpaphp_slot.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ17 +-
Âdrivers/pci/setup-bus.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ5 +
Âdrivers/rtc/rtc-opal.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âdrivers/scsi/cxlflash/main.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 -
Âdrivers/tty/hvc/hvc_console.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 +
Âdrivers/tty/hvc/hvc_irq.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ9 +-
Âdrivers/tty/hvc/hvc_opal.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ11 +-
Âinclude/linux/of.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +
Âinclude/linux/pci.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 +
Âinclude/misc/cxl-base.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ14 +
Âinclude/misc/cxl.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 114 +++
Âinclude/uapi/misc/cxl.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ17 +
Âtools/testing/selftests/powerpc/MakefileÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ3 +-
Â.../testing/selftests/powerpc/alignment/.gitignore |ÂÂÂ5 +
Âtools/testing/selftests/powerpc/alignment/Makefile |ÂÂ10 +
Â.../powerpc/alignment/copy_first_unaligned.cÂÂÂÂÂÂÂ|ÂÂ41 +
Â.../alignment/copy_paste_unaligned_common.cÂÂÂÂÂÂÂÂ|ÂÂ53 ++
Â.../alignment/copy_paste_unaligned_common.hÂÂÂÂÂÂÂÂ|ÂÂ26 +
Â.../selftests/powerpc/alignment/copy_unaligned.cÂÂÂ|ÂÂ41 +
Â.../powerpc/alignment/paste_last_unaligned.cÂÂÂÂÂÂÂ|ÂÂ43 +
Â.../selftests/powerpc/alignment/paste_unaligned.cÂÂ|ÂÂ43 +
Â.../selftests/powerpc/benchmarks/.gitignoreÂÂÂÂÂÂÂÂ|ÂÂÂ2 +
Â.../testing/selftests/powerpc/benchmarks/MakefileÂÂ|ÂÂÂ3 +-
Â.../selftests/powerpc/benchmarks/context_switch.cÂÂ|ÂÂ17 +-
Â.../selftests/powerpc/benchmarks/futex_bench.cÂÂÂÂÂ|ÂÂ42 +
Â.../selftests/powerpc/benchmarks/mmap_bench.cÂÂÂÂÂÂ|ÂÂ41 +
Âtools/testing/selftests/powerpc/instructions.hÂÂÂÂÂ|ÂÂ68 ++
Âtools/testing/selftests/powerpc/mm/.gitignoreÂÂÂÂÂÂ|ÂÂÂ1 +
Âtools/testing/selftests/powerpc/mm/MakefileÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âtools/testing/selftests/powerpc/mm/prot_sao.cÂÂÂÂÂÂ|ÂÂ42 +
Âtools/testing/selftests/powerpc/pmu/ebb/.gitignore |ÂÂÂ2 +
Âtools/testing/selftests/powerpc/pmu/ebb/MakefileÂÂÂ|ÂÂÂ2 +-
Âtools/testing/selftests/powerpc/pmu/ebb/ebb_lmr.cÂÂ| 143 +++
Âtools/testing/selftests/powerpc/pmu/ebb/ebb_lmr.hÂÂ|ÂÂ39 +
Â.../selftests/powerpc/pmu/ebb/ebb_lmr_regs.cÂÂÂÂÂÂÂ|ÂÂ37 +
Â.../powerpc/pmu/ebb/instruction_count_test.cÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âtools/testing/selftests/powerpc/pmu/lib.cÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ6 +-
Âtools/testing/selftests/powerpc/reg.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ5 +
Âtools/testing/selftests/powerpc/tm/.gitignoreÂÂÂÂÂÂ|ÂÂÂ1 +
Âtools/testing/selftests/powerpc/tm/MakefileÂÂÂÂÂÂÂÂ|ÂÂÂ7 +-
Âtools/testing/selftests/powerpc/tm/tm-exec.cÂÂÂÂÂÂÂ|ÂÂ70 ++
Âtools/testing/selftests/powerpc/tm/tm-syscall.cÂÂÂÂ|ÂÂ15 -
Âtools/testing/selftests/powerpc/tm/tm.hÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ23 +-
Âtools/testing/selftests/powerpc/utils.hÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ5 +
Â532 files changed, 11335 insertions(+), 4123 deletions(-)

Attachment: signature.asc
Description: This is a digitally signed message part