index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
setup_64.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/32: Fix crash during static key init
Benjamin Herrenschmidt
2016-08-10
1
-0
/
+1
*
powerpc/mm: Convert early cpu/mmu feature check to use the new helpers
Aneesh Kumar K.V
2016-08-01
1
-2
/
+2
*
powerpc/64: Do feature patching before MMU init
Michael Ellerman
2016-08-01
1
-3
/
+3
*
powerpc: Merge 32-bit and 64-bit setup_arch()
Benjamin Herrenschmidt
2016-07-21
1
-168
/
+7
*
powerpc/64: Make a few boot functions __init
Benjamin Herrenschmidt
2016-07-21
1
-3
/
+3
*
powerpc: Re-order setup_panic()
Benjamin Herrenschmidt
2016-07-21
1
-3
/
+2
*
powerpc: Re-order the call to smp_setup_cpu_maps()
Benjamin Herrenschmidt
2016-07-21
1
-1
/
+2
*
powerpc/64: Move the content of setup_system() to setup_arch()
Benjamin Herrenschmidt
2016-07-21
1
-72
/
+62
*
powerpc/64: Move setting of {i,d}cache_bsize to initialize_cache_info()
Benjamin Herrenschmidt
2016-07-21
1
-9
/
+4
*
powerpc/64: Move the boot time info banner to a separate function
Benjamin Herrenschmidt
2016-07-21
1
-31
/
+33
*
powerpc: Get rid of ppc_md.init_early()
Benjamin Herrenschmidt
2016-07-21
1
-8
/
+0
*
powerpc/64: Move 64-bit probe_machine() to later in the boot process
Benjamin Herrenschmidt
2016-07-21
1
-3
/
+3
*
powerpc: Put exception configuration in a common place
Benjamin Herrenschmidt
2016-07-21
1
-14
/
+42
*
powerpc: Move 64-bit memory reserves to setup_arch()
Benjamin Herrenschmidt
2016-07-21
1
-11
/
+11
*
powerpc: Move 64-bit feature fixup earlier
Benjamin Herrenschmidt
2016-07-21
1
-2
/
+3
*
powerpc: Factor do_feature_fixup calls
Benjamin Herrenschmidt
2016-07-21
1
-12
/
+1
*
powerpc: Move epapr_paravirt_early_init() to early_init_devtree()
Benjamin Herrenschmidt
2016-07-11
1
-3
/
+0
*
powerpc: Add comment explaining the purpose of setup_kdump_trampoline()
Benjamin Herrenschmidt
2016-07-11
1
-2
/
+4
*
powerpc: Fix misleading comment in early_setup_secondary()
Madhavan Srinivasan
2016-06-21
1
-1
/
+1
*
Merge branch 'topic/livepatch' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jiri Kosina
2016-04-15
1
-7
/
+10
|
\
|
*
powerpc/livepatch: Add livepatch stack to struct thread_info
Michael Ellerman
2016-04-14
1
-7
/
+10
*
|
locking/lockdep: Eliminate lockdep_init()
Andrey Ryabinin
2016-02-09
1
-3
/
+0
|
/
*
powerpc/book3e-64/kexec: Enable SMP release
Scott Wood
2015-10-28
1
-1
/
+16
*
powerpc/85xx: Load all early TLB entries at once
Scott Wood
2015-10-23
1
-0
/
+8
*
powerpc/mmu: Add userspace-to-physical addresses translation cache
Alexey Kardashevskiy
2015-06-11
1
-0
/
+3
*
powerpc: Show utsname->machine in boot-up banner
Michael Ellerman
2015-05-11
1
-1
/
+2
*
Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...
Linus Torvalds
2015-04-16
1
-0
/
+20
|
\
|
*
powerpc: Add ppc64 hard lockup detector support
Anton Blanchard
2015-04-11
1
-0
/
+20
|
/
*
powerpc: Remove more traces of bootmem
Michael Ellerman
2014-11-19
1
-1
/
+1
*
powerpc: Move sparse_init() into initmem_init
Anton Blanchard
2014-11-09
1
-1
/
+0
*
powerpc: Remove bootmem allocator
Anton Blanchard
2014-11-09
1
-2
/
+1
*
powerpc: Remove ppc64_boot_msg
Anton Blanchard
2014-11-05
1
-29
/
+0
*
powerpc: Add printk levels to setup_system output
Anton Blanchard
2014-10-16
1
-16
/
+16
*
powerpc: Remove powerpc specific cmd_line
Anton Blanchard
2014-10-02
1
-1
/
+1
*
powerpc/ppc64: Print CPU/MMU/FW features at boot
Michael Ellerman
2014-09-25
1
-0
/
+8
*
powerpc/ppc64: Clean up the boot-time settings display
Michael Ellerman
2014-09-25
1
-10
/
+12
*
arch/powerpc: replace obsolete strict_strto* calls
Daniel Walter
2014-08-09
1
-3
/
+3
*
Merge remote-tracking branch 'scott/next' into next
Benjamin Herrenschmidt
2014-08-05
1
-1
/
+5
|
\
|
*
powerpc/e6500: Add support for hardware threads
Andy Fleming
2014-07-30
1
-1
/
+5
*
|
powerpc: Document how we set AIL on guest kernels
Michael Ellerman
2014-07-28
1
-1
/
+5
*
|
powerpc: Remove STAB code
Michael Ellerman
2014-07-28
1
-3
/
+0
|
/
*
powerpc: Allow ppc_md platform hook to override memory_block_size_bytes
Anton Blanchard
2014-06-05
1
-0
/
+10
*
powerpc: Fix SMP issues with ppc64le ABIv2
Anton Blanchard
2014-04-23
1
-1
/
+1
*
powerpc: Don't try to set LPCR unless we're in hypervisor mode
Paul Mackerras
2014-04-13
1
-1
/
+2
*
powerpc/ppc64: Do not turn AIL (reloc-on interrupts) too early
Benjamin Herrenschmidt
2014-04-07
1
-3
/
+15
*
powerpc/ppc64: Gracefully handle early interrupts
Benjamin Herrenschmidt
2014-04-07
1
-0
/
+15
*
powerpc: Make boot_cpuid common between 32 and 64-bit
Benjamin Herrenschmidt
2014-04-07
1
-1
/
+0
*
powerpc/e6500: Make TLB lock recursive
Scott Wood
2014-03-20
1
-0
/
+2
*
powerpc/book3e: initialize crit/mc/dbg kernel stack pointers
Tiejun Chen
2014-03-20
1
-6
/
+12
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2014-01-28
1
-6
/
+41
|
\
[next]