index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
setup-common.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-17
arch, mm: set max_mapnr when allocating memory map for FLATMEM
Mike Rapoport (Microsoft)
1
-2
/
+0
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-4
/
+1
2025-01-25
mm/memblock: add memblock_alloc_or_panic interface
Guo Weikang
1
-4
/
+1
2024-12-23
powerpc: Use str_on_off() helper in check_cache_coherency()
Thorsten Blum
1
-2
/
+2
2024-11-23
Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-2
/
+4
2024-11-02
powerpc: Split systemcfg struct definitions out from vdso
Thomas Weißschuh
1
-0
/
+1
2024-11-02
powerpc: Split systemcfg data out of vdso data page
Thomas Weißschuh
1
-1
/
+3
2024-10-21
powerpc/fadump: Move fadump_cma_init to setup_arch() after initmem_init()
Ritesh Harjani (IBM)
1
-2
/
+4
2024-08-12
powerpc/mm: Fix boot warning with hugepages and CONFIG_DEBUG_VIRTUAL
Christophe Leroy
1
-0
/
+1
2024-04-03
powerpc: Use str_plural() in cpu_init_thread_core_maps()
Thorsten Blum
1
-1
/
+1
2024-03-17
powerpc/kdump: Split KEXEC_CORE and CRASH_DUMP dependency
Hari Bathini
1
-1
/
+1
2024-03-15
Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-17
/
+43
2024-03-03
powerpc/machdep: Define 'compatibles' property in ppc_md and use it
Christophe Leroy
1
-0
/
+2
2024-02-23
crash: split vmcoreinfo exporting code out from crash_core.c
Baoquan He
1
-1
/
+1
2024-02-15
powerpc/smp: Remap boot CPU onto core 0 if >= nr_cpu_ids
Michael Ellerman
1
-2
/
+17
2024-02-15
powerpc/smp: Factor out assign_threads()
Michael Ellerman
1
-11
/
+21
2024-02-15
powerpc/smp: Lookup avail once per device tree node
Michael Ellerman
1
-6
/
+5
2023-11-03
Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
1
-16
/
+0
2023-11-03
Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-1
/
+0
2023-10-25
powerpc: Remove initialisation of readpos
Matthew Wilcox (Oracle)
1
-1
/
+0
2023-10-23
powerpc/mm: Fix boot crash with FLATMEM
Michael Ellerman
1
-0
/
+2
2023-10-17
vga16fb: drop powerpc support
Arnd Bergmann
1
-16
/
+0
2023-08-02
powerpc: Explicitly include correct DT includes
Rob Herring
1
-2
/
+2
2023-08-02
powerpc: Account mm_cpumask and active_cpus in init_mm
Nicholas Piggin
1
-1
/
+5
2023-03-15
powerpc/machdep: Define 'compatible' property in ppc_md and use it
Christophe Leroy
1
-6
/
+7
2023-02-10
powerpc/64: Move paca allocation to early_setup()
Nicholas Piggin
1
-0
/
+4
2022-12-20
random: do not include <asm/archrandom.h> from random.h
Jason A. Donenfeld
1
-0
/
+1
2022-09-30
powerpc: Add hardware description string
Michael Ellerman
1
-1
/
+18
2022-08-07
Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux
Linus Torvalds
1
-0
/
+8
2022-08-01
powerpc: drop dependency on <asm/machdep.h> in archrandom.h
Yury Norov
1
-0
/
+12
2022-06-18
powerpc/mm: Move CMA reservations after initmem_init()
Michael Ellerman
1
-6
/
+7
2022-05-30
Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-3
/
+1
2022-05-19
powerpc: Use do_kernel_power_off()
Dmitry Osipenko
1
-3
/
+1
2022-05-19
powerpc/setup: Refactor/untangle panic notifiers
Guilherme G. Piccoli
1
-20
/
+54
2022-05-08
powerpc: Add missing headers
Christophe Leroy
1
-1
/
+2
2022-05-05
powerpc: fix typos in comments
Julia Lawall
1
-1
/
+1
2022-02-03
powerpc: Fix debug print in smp_setup_cpu_maps
Fabiano Rosas
1
-2
/
+2
2021-11-29
powerpc: Mark probe_machine() __init and static
Michael Ellerman
1
-1
/
+1
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2021-11-06
memblock: use memblock_free for freeing virtual pointers
Mike Rapoport
1
-1
/
+1
2021-11-06
memblock: rename memblock_free to memblock_phys_free
Mike Rapoport
1
-1
/
+1
2021-10-22
powerpc/machdep: Remove stale functions from ppc_md structure
Christophe Leroy
1
-3
/
+0
2021-08-13
powerpc: rename powerpc_debugfs_root to arch_debugfs_dir
Aneesh Kumar K.V
1
-13
/
+0
2021-07-08
powerpc: convert to setup_initial_init_mm()
Kefeng Wang
1
-4
/
+1
2021-07-02
Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-3
/
+1
2021-07-01
kernel.h: split out panic and oops helpers
Andy Shevchenko
1
-0
/
+1
2021-06-25
powerpc: Remove klimit
Christophe Leroy
1
-3
/
+1
2021-03-29
powerpc: Fix section mismatch warning in smp_setup_pacas()
Michael Ellerman
1
-1
/
+1
2021-03-24
powerpc: Remove duplicate includes
Zhang Yunkai
1
-1
/
+0
2021-01-31
powerpc/setup: Adjust six seq_printf() calls in show_cpuinfo()
Markus Elfring
1
-6
/
+5
[next]