- c545b9f powerpc/inst: Define ppc_inst_t by Christophe Leroy · 3 years, 2 months ago
- 047a6fd powerpc/config: Add CONFIG_BOOKE_OR_40x by Christophe Leroy · 3 years, 3 months ago
- 69d4d6e powerpc: Don't use 'struct ppc_inst' to reference instruction location by Christophe Leroy · 3 years, 8 months ago
- f30becb powerpc: Replace PPC_INST_NOP by PPC_RAW_NOP() by Christophe Leroy · 3 years, 8 months ago
- a4719f5 powerpc/32: Statically initialise first emergency context by Christophe Leroy · 3 years, 10 months ago
- 8817aab powerpc: Remove ucache_bsize by Christophe Leroy · 4 years, 2 months ago
- 39c8bf2 powerpc: Retire e200 core (mpc555x processor) by Christophe Leroy · 4 years, 2 months ago
- 8b14e1d powerpc: Remove support for PowerPC 601 by Christophe Leroy · 4 years, 4 months ago
- 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
- ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
- 925ac14 powerpc/mm: Allocate static page tables for fixmap by Christophe Leroy · 4 years, 8 months ago
- 94afd06 powerpc: Use a datatype for instructions by Jordan Niethe · 4 years, 9 months ago
- 7534625 powerpc: Use a macro for creating instructions from u32s by Jordan Niethe · 4 years, 9 months ago
- 7c95d88 powerpc: Change calling convention for create_branch() et. al. by Jordan Niethe · 4 years, 9 months ago
- b77afad powerpc/32: drop unused ISA_DMA_THRESHOLD by Mike Rapoport · 5 years ago
- 547db12 powerpc/32: Use vmapped stacks for interrupts by Christophe Leroy · 5 years ago
- 3978eb7 powerpc/32: Add early stack overflow detection with VMAP stack. by Christophe Leroy · 5 years ago
- 63289e7 powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACK by Christophe Leroy · 5 years ago
- 265c349 powerpc: Add support for GENERIC_EARLY_IOREMAP by Christophe Leroy · 5 years ago
- e0291f1 powerpc/32: drop CPU_FTR_UNIFIED_ID_CACHE by Christophe Leroy · 5 years ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
- d69ca6b powerpc/32: Move early_init() in a separate file by Christophe Leroy · 6 years ago
- 6c3ac11 Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
- c8e409a powerpc/irq: use memblock functions returning virtual address by Christophe Leroy · 6 years ago
- f9c3a57 powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAM by Finn Thain · 6 years ago
- a156c7b powerpc: Replace nvram_* extern declarations with standard header by Finn Thain · 6 years ago
- acddff9 powerpc/dma: remove the unused ISA_DMA_THRESHOLD export by Christoph Hellwig · 6 years ago
- 04b0a72 powerpc/32: use patch_site_addr() in machine_init() by Christophe Leroy · 6 years ago
- d7cceda powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32 by Christophe Leroy · 6 years ago
- 9a8dd70 memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc* by Mike Rapoport · 6 years ago
- f2c6d0d powerpc/32: Include setup.h header file to fix warnings by Mathieu Malaterre · 7 years ago
- fa54a98 powerpc/lib: Use patch_site to patch copy_32 functions once cache is enabled by Christophe Leroy · 6 years ago
- 2c86cd1 powerpc: clean inclusions of asm/feature-fixups.h by Christophe Leroy · 7 years ago
- db0a2b6 powerpc: remove kdump.h from page.h by Christophe Leroy · 7 years ago
- e82d70cf9 powerpc/32: Add missing prototypes for (early|machine)_init() by Mathieu Malaterre · 7 years ago
- d15a261 powerpc/32: Make some functions static by Mathieu Malaterre · 7 years ago
- ad1b012 powerpc/32: remove a NOP from memset() by Christophe Leroy · 7 years ago
- 33ec723 powerpc: Move {d,i,u}cache_bsize definitions to a common place by Benjamin Herrenschmidt · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 84d6984 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
- 97f6e0c powerpc/32: Fix crash during static key init by Benjamin Herrenschmidt · 8 years ago
- f9cc1d1 powerpc: Update obsolete comment in setup_32.c about early_init() by Benjamin Herrenschmidt · 8 years ago
- 9445aa1 ppc: move exports to definitions by Al Viro · 9 years ago
- b92a226 powerpc: Move cpu_has_feature() to a separate file by Kevin Hao · 8 years ago
- b1923ca powerpc: Merge 32-bit and 64-bit setup_arch() by Benjamin Herrenschmidt · 9 years ago
- f7b9ebb powerpc: Re-order setup_panic() by Benjamin Herrenschmidt · 9 years ago
- e39afba powerpc: Re-order the call to smp_setup_cpu_maps() by Benjamin Herrenschmidt · 9 years ago
- 8f212cb powerpc/32: Move cache info inits to a separate function by Benjamin Herrenschmidt · 9 years ago
- f2d5769 powerpc: Get rid of ppc_md.init_early() by Benjamin Herrenschmidt · 9 years ago
- 5657138 powerpc: Move 32-bit probe() machine to later in the boot process by Benjamin Herrenschmidt · 9 years ago
- 9402c68 powerpc: Factor do_feature_fixup calls by Benjamin Herrenschmidt · 9 years ago
- da6a97b powerpc: Move epapr_paravirt_early_init() to early_init_devtree() by Benjamin Herrenschmidt · 9 years ago
- bd7c93c powerpc: Update obsolete comments in setup_32.c about entry conditions by Benjamin Herrenschmidt · 9 years ago
- 06bea3d locking/lockdep: Eliminate lockdep_init() by Andrey Ryabinin · 9 years ago
- 400c47d powerpc32: memset: only use dcbz once cache is enabled by LEROY Christophe · 9 years ago
- 1cd0389 powerpc32: memcpy: only use dcbz once cache is enabled by LEROY Christophe · 9 years ago
- e88f157 powerpc: Remove unused vgacon_remap_base & fix build break by Michael Ellerman · 10 years ago
- 68cf0d6 powerpc: Remove superfluous bootmem includes by Anton Blanchard · 10 years ago
- 1023973 powerpc: Remove bootmem allocator by Anton Blanchard · 10 years ago
- 3e47d14 powerpc: Remove powerpc specific cmd_line by Anton Blanchard · 10 years ago
- 36ae37e powerpc: Make boot_cpuid common between 32 and 64-bit by Benjamin Herrenschmidt · 11 years ago
- 04a3411 powerpc/ppc32: Fix the bug in the init of non-base exception stack for UP by Kevin Hao · 11 years ago
- b71d47c powerpc: Clean up panic_timeout usage by Jason Baron · 11 years ago
- b88c476 powerpc: Move local setup.h declarations to arch includes by Robert Jennings · 11 years ago
- 4e21b94 powerpc/85xx: Move ePAPR paravirt initialization earlier by Laurentiu TUDOR · 12 years ago
- c5f02bb powerpc/watchdog: move booke watchdog param related code to setup-common.c by Shaohui Xie · 13 years ago
- eda713e powerpc: fix build when CONFIG_BOOKE_WDT is enabled by Baruch Siach · 13 years ago
- ae3a197 Disintegrate asm/system.h for PowerPC by David Howells · 13 years ago
- d715e43 powerpc: Copy down exception vectors after feature fixups by Anton Blanchard · 13 years ago
- 6dece0eb powerpc/32: Pass device tree address as u64 to machine_init by Scott Wood · 13 years ago
- 4b575f3 Merge remote-tracking branch 'jwb/next' into next by Benjamin Herrenschmidt · 13 years ago
- 9974eec powerpc: Exporting boot_cpuid_phys by Andrew Gabbasov · 14 years ago
- 91b191c powerpc/44x: don't use tlbivax on AMP systems by Dave Kleikamp · 14 years ago
- 7ac87ab powerpc: Fix early boot accounting of CPUs by Matt Evans · 14 years ago
- 9d07bc8 powerpc: Properly handshake CPUs going out of boot spin loop by Benjamin Herrenschmidt · 14 years ago
- d4429f6 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
- 2ed38b2 powerpc/fsl_booke: Add support to boot from core other than 0 by Matthew McClintock · 14 years ago
- daab7fc Merge commit 'v2.6.36-rc3' into x86/memblock by Ingo Molnar · 14 years ago
- 3e7f45a powerpc/4xx: Index interrupt stacks by physical cpu by Dave Kleikamp · 14 years ago
- e63075a memblock: Introduce default allocation limit and use it to replace explicit ones by Benjamin Herrenschmidt · 15 years ago
- 95f72d1 lmb: rename to memblock by Yinghai Lu · 15 years ago
- f1ba9a5 powerpc: Unconditionally enabled irq stacks by Christoph Hellwig · 15 years ago
- a932729 powerpc: Fix swiotlb to respect the boot option by FUJITA Tomonori · 15 years ago
- ad32e8c swiotlb: Defer swiotlb init printing, export swiotlb_print_info() by FUJITA Tomonori · 15 years ago
- d331d83 powerpc/nvram: Enable use Generic NVRAM driver for different size chips by Martyn Welch · 15 years ago
- 5d38902 powerpc: Add irqtrace support for 32-bit powerpc by Benjamin Herrenschmidt · 16 years ago
- ec3cf2e powerpc: Add support for swiotlb on 32-bit by Becky Bruce · 16 years ago
- f8f50b1 powerpc/32: Wire up the trampoline code for kdump by Dale Farnsworth · 16 years ago
- 7752035 powerpc/mm: Runtime allocation of mmu context maps for nohash CPUs by Benjamin Herrenschmidt · 16 years ago
- 7c03d65 powerpc/mm: Introduce MMU features by Benjamin Herrenschmidt · 16 years ago
- 13a9801 powerpc: Move smp_hw_index to 32-bit code by Nathan Lynch · 16 years ago
- 6b82b3e powerpc: Remove `have_of' global variable by Anton Vorontsov · 16 years ago
- cd301c7 powerpc: Reflect the used arguments in machine_init() prototype by Sebastian Andrzej Siewior · 16 years ago
- b950bdd powerpc: Expose PMCs & cache topology in sysfs on 32-bit by Benjamin Herrenschmidt · 16 years ago
- 17ce452 kgdb, powerpc: arch specific powerpc kgdb support by Jason Wessel · 16 years ago
- 43d2548 Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-build by Benjamin Herrenschmidt · 17 years ago
- 2d1b202 powerpc: Fixup lwsync at runtime by Kumar Gala · 17 years ago
- fc4033b powerpc/85xx: add DOZE/NAP support for e500 core by Kumar Gala · 17 years ago
- bcf0b08 [POWERPC] Move to runtime allocated exception stacks by Kumar Gala · 17 years ago
- ccbfac2 ftrace: powerpc clean ups by Steven Rostedt · 17 years ago