Sign in
android-kvm
/
linux
/
bed45f79a2afc9d7c279b880dfcac8f27d513b50
/
arch
/
powerpc
/
kernel
/
setup_64.c
de39981
Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
da66588
powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.
by Thiago Jung Bauermann
· 8 years ago
c0a3601
powerpc/64: Fix setting of AIL in hypervisor mode
by Benjamin Herrenschmidt
· 8 years ago
97f6e0c
powerpc/32: Fix crash during static key init
by Benjamin Herrenschmidt
· 9 years ago
b8f1b4f
powerpc/mm: Convert early cpu/mmu feature check to use the new helpers
by Aneesh Kumar K.V
· 9 years ago
9e8066f
powerpc/64: Do feature patching before MMU init
by Michael Ellerman
· 9 years ago
b1923ca
powerpc: Merge 32-bit and 64-bit setup_arch()
by Benjamin Herrenschmidt
· 9 years ago
009776b
powerpc/64: Make a few boot functions __init
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
fa745a1
powerpc/64: Move the content of setup_system() to setup_arch()
by Benjamin Herrenschmidt
· 9 years ago
9df549a
powerpc/64: Move setting of {i,d}cache_bsize to initialize_cache_info()
by Benjamin Herrenschmidt
· 9 years ago
bf1b61f
powerpc/64: Move the boot time info banner 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
406b0b6
powerpc/64: Move 64-bit probe_machine() to later in the boot process
by Benjamin Herrenschmidt
· 9 years ago
d3cbff1
powerpc: Put exception configuration in a common place
by Benjamin Herrenschmidt
· 9 years ago
de4cf3d
powerpc: Move 64-bit memory reserves to setup_arch()
by Benjamin Herrenschmidt
· 9 years ago
c4bd6cb
powerpc: Move 64-bit feature fixup earlier
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
63c254a
powerpc: Add comment explaining the purpose of setup_kdump_trampoline()
by Benjamin Herrenschmidt
· 9 years ago
103b782
powerpc: Fix misleading comment in early_setup_secondary()
by Madhavan Srinivasan
· 9 years ago
4d4fb97
Merge branch 'topic/livepatch' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux into for-4.7/livepatching-ppc64le
by Jiri Kosina
· 9 years ago
5d31a96
powerpc/livepatch: Add livepatch stack to struct thread_info
by Michael Ellerman
· 9 years ago
06bea3d
locking/lockdep: Eliminate lockdep_init()
by Andrey Ryabinin
· 9 years ago
567cf94
powerpc/book3e-64/kexec: Enable SMP release
by Scott Wood
· 9 years ago
d9e1831
powerpc/85xx: Load all early TLB entries at once
by Scott Wood
· 9 years ago
15b244a
powerpc/mmu: Add userspace-to-physical addresses translation cache
by Alexey Kardashevskiy
· 10 years ago
5c0aebf
powerpc: Show utsname->machine in boot-up banner
by Michael Ellerman
· 10 years ago
d19d5ef
Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux
by Linus Torvalds
· 10 years ago
c54b2bf
powerpc: Add ppc64 hard lockup detector support
by Anton Blanchard
· 10 years ago
e39f223f
powerpc: Remove more traces of bootmem
by Michael Ellerman
· 10 years ago
21098b9
powerpc: Move sparse_init() into initmem_init
by Anton Blanchard
· 10 years ago
1023973
powerpc: Remove bootmem allocator
by Anton Blanchard
· 10 years ago
64ff91ff
powerpc: Remove ppc64_boot_msg
by Anton Blanchard
· 10 years ago
2c186e0
powerpc: Add printk levels to setup_system output
by Anton Blanchard
· 10 years ago
3e47d14
powerpc: Remove powerpc specific cmd_line
by Anton Blanchard
· 10 years ago
87d99c0
powerpc/ppc64: Print CPU/MMU/FW features at boot
by Michael Ellerman
· 11 years ago
bdce97e
powerpc/ppc64: Clean up the boot-time settings display
by Michael Ellerman
· 11 years ago
1618bd5
arch/powerpc: replace obsolete strict_strto* calls
by Daniel Walter
· 11 years ago
9287b95
Merge remote-tracking branch 'scott/next' into next
by Benjamin Herrenschmidt
· 11 years ago
e16c876
powerpc/e6500: Add support for hardware threads
by Andy Fleming
· 13 years ago
633440f
powerpc: Document how we set AIL on guest kernels
by Michael Ellerman
· 11 years ago
376af59
powerpc: Remove STAB code
by Michael Ellerman
· 11 years ago
a5d8625
powerpc: Allow ppc_md platform hook to override memory_block_size_bytes
by Anton Blanchard
· 11 years ago
2751b62
powerpc: Fix SMP issues with ppc64le ABIv2
by Anton Blanchard
· 11 years ago
18aa0da
powerpc: Don't try to set LPCR unless we're in hypervisor mode
by Paul Mackerras
· 11 years ago
8f619b54
powerpc/ppc64: Do not turn AIL (reloc-on interrupts) too early
by Benjamin Herrenschmidt
· 11 years ago
a944a9c
powerpc/ppc64: Gracefully handle early interrupts
by Benjamin Herrenschmidt
· 11 years ago
36ae37e
powerpc: Make boot_cpuid common between 32 and 64-bit
by Benjamin Herrenschmidt
· 11 years ago
82d86de
powerpc/e6500: Make TLB lock recursive
by Scott Wood
· 11 years ago
160c732
powerpc/book3e: initialize crit/mc/dbg kernel stack pointers
by Tiejun Chen
· 11 years ago
1b17366
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 11 years ago
28efc35
powerpc/e6500: TLB miss handler with hardware tablewalk support
by Scott Wood
· 11 years ago
729b0f7
powerpc/book3s: Introduce exclusive emergency stack for machine check exception.
by Mahesh Salgaonkar
· 11 years ago
565c2f2
powerpc: Use patch_exception to update the debug exception handler
by Kevin Hao
· 12 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
39eda2a
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 12 years ago
bf550fc
Merge remote-tracking branch 'origin/next' into kvm-ppc-next
by Alexander Graf
· 12 years ago
7946d5a
powerpc: Make cache info device tree accesses endian safe
by Anton Blanchard
· 12 years ago
ecd73cc
powerpc: Better split CONFIG_PPC_INDIRECT_PIO and CONFIG_PPC_INDIRECT_MMIO
by Benjamin Herrenschmidt
· 12 years ago
7191b61
powerpc/pmac: Early debug output on screen on 64-bit macs
by Benjamin Herrenschmidt
· 12 years ago
b0d436c
powerpc: Fix a number of sparse warnings
by Anton Blanchard
· 12 years ago
4e21b94
powerpc/85xx: Move ePAPR paravirt initialization earlier
by Laurentiu TUDOR
· 12 years ago
6c45b81
powerpc/kvm: Contiguous memory allocator based RMA allocation
by Aneesh Kumar K.V
· 12 years ago
fa61a4e3
powerpc/kvm: Contiguous memory allocator based hash page table allocation
by Aneesh Kumar K.V
· 12 years ago
8246aca
powerpc/smp: Section mismatch from smp_release_cpus to __initdata spinning_secondaries
by Chen Gang
· 12 years ago
5c1f6ee
powerpc: Reduce PTE table memory wastage
by Aneesh Kumar K.V
· 12 years ago
25e1381
powerpc: Apply early paca fixups to boot_paca and the boot cpu's paca
by Michael Ellerman
· 12 years ago
6a7e406
powerpc: Move boot_paca into early_setup
by Geoff Levand
· 12 years ago
61e2390
powerpc: Make load_hander handle upto 64k offset
by Michael Neuling
· 12 years ago
466921c5
powerpc: Set paca->data_offset = 0 for boot cpu
by Michael Ellerman
· 12 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
ae3a197e
Disintegrate asm/system.h for PowerPC
by David Howells
· 13 years ago
b4e7061
KVM: PPC: Convert RMA allocation into generic code
by Alexander Graf
· 13 years ago
a614688
powerpc: Add gpages reservation code for 64-bit FSL BOOKE
by Becky Bruce
· 13 years ago
d715e43
powerpc: Copy down exception vectors after feature fixups
by Anton Blanchard
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
4b16f8e
powerpc: various straight conversions from module.h --> export.h
by Paul Gortmaker
· 14 years ago
dfbe93a
powerpc: Coding style cleanups
by Anton Blanchard
· 14 years ago
94db7c5
powerpc: Use for_each_node_by_type instead of open coding it
by Anton Blanchard
· 14 years ago
1844750
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 14 years ago
aa04b4c
KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guests
by Paul Mackerras
· 14 years ago
7ac87ab
powerpc: Fix early boot accounting of CPUs
by Matt Evans
· 14 years ago
d36b4c4
powerpc/fsl-booke64: Add support for Debug Level exception handler
by Kumar Gala
· 14 years ago
40bd587
powerpc: Rename slb0_limit() to safe_stack_limit() and add Book3E support
by Benjamin Herrenschmidt
· 14 years ago
44ae3ab
powerpc: Free up some CPU feature bits by moving out MMU-related features
by Matt Evans
· 14 years ago
9d07bc8
powerpc: Properly handshake CPUs going out of boot spin loop
by Benjamin Herrenschmidt
· 14 years ago
8f4da26
powerpc: Fix incorrect comment about interrupt stack allocation
by Anton Blanchard
· 14 years ago
0f6b77c
powerpc: Update a BKL related comment
by Alessio Igor Bogani
· 14 years ago
daab7fc
Merge commit 'v2.6.36-rc3' into x86/memblock
by Ingo Molnar
· 15 years ago
954e6da
powerpc: Correct smt_enabled=X boot option for > 2 threads per core
by Nathan Fontenot
· 15 years ago
cd3db0c
memblock: Remove rmo_size, burry it in arch/powerpc where it belongs
by Benjamin Herrenschmidt
· 15 years ago
412a4ac
Merge commit 'gcl/next' into next
by Benjamin Herrenschmidt
· 15 years ago
fc53b42
powerpc/kexec: Switch to a static PACA on the way out
by Matt Evans
· 15 years ago
95f72d1
lmb: rename to memblock
by Yinghai Lu
· 15 years ago
ae01f84
powerpc: Optimise per cpu accesses on 64bit
by Anton Blanchard
· 15 years ago
f1ba9a5
powerpc: Unconditionally enabled irq stacks
by Christoph Hellwig
· 15 years ago
095c796
powerpc: Use more accurate limit for first segment memory allocations
by Anton Blanchard
· 15 years ago
Next »