index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-07
powerpc/ftrace: directly call of function graph tracer by ftrace caller
Christophe Leroy
3
-114
/
+14
2022-02-07
powerpc/ftrace: Refactor ftrace_{en/dis}able_ftrace_graph_caller
Christophe Leroy
1
-12
/
+9
2022-02-07
powerpc/ftrace: Prepare PPC64's ftrace_caller() for CONFIG_DYNAMIC_FTRACE_WITH_ARGS
Christophe Leroy
1
-6
/
+19
2022-02-07
powerpc/ftrace: Prepare PPC32's ftrace_caller() for CONFIG_DYNAMIC_FTRACE_WITH_ARGS
Christophe Leroy
1
-4
/
+25
2022-02-07
powerpc/ftrace: Simplify PPC32's return_to_handler()
Christophe Leroy
1
-10
/
+6
2022-02-07
powerpc/ftrace: Don't save again LR in ftrace_regs_caller() on PPC32
Christophe Leroy
1
-3
/
+0
2022-02-07
powerpc/ftrace: Add support for livepatch to PPC32
Christophe Leroy
1
-1
/
+1
2022-02-07
powerpc/module_32: Fix livepatching for RO modules
Christophe Leroy
1
-14
/
+30
2022-02-07
powerpc/32: Remove _ENTRY() macro
Christophe Leroy
5
-20
/
+20
2022-02-07
powerpc/32: Remove remaining .stabs annotations
Christophe Leroy
1
-3
/
+0
2022-02-07
powerpc/603: Fix boot failure with DEBUG_PAGEALLOC and KFENCE
Christophe Leroy
1
-2
/
+2
2022-02-07
powerpc: Set crashkernel offset to mid of RMA region
Sourabh Jain
1
-0
/
+6
2022-02-03
powerpc/603: Clear C bit when PTE is read only
Christophe Leroy
1
-0
/
+2
2022-02-03
powerpc/603: Remove outdated comment
Christophe Leroy
1
-8
/
+0
2022-02-03
powerpc/module_64: use module_init_section instead of patching names
Wedson Almeida Filho
1
-5
/
+6
2022-02-03
powerpc: Fix debug print in smp_setup_cpu_maps
Fabiano Rosas
1
-2
/
+2
2022-02-02
powerpc/64: Move paca allocation later in boot
Michael Ellerman
1
-5
/
+10
2022-01-31
powerpc: add link stack flush mitigation status in debugfs.
Michal Suchanek
1
-0
/
+15
2022-01-25
powerpc/64s/interrupt: Fix decrementer storm
Nicholas Piggin
1
-2
/
+3
2022-01-23
Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-0
/
+2
2022-01-22
proc: remove PDE_DATA() completely
Muchun Song
1
-2
/
+2
2022-01-20
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-91
/
+6
2022-01-20
mm: percpu: add generic pcpu_populate_pte() function
Kefeng Wang
1
-46
/
+1
2022-01-20
mm: percpu: add generic pcpu_fc_alloc/free funciton
Kefeng Wang
1
-49
/
+2
2022-01-20
mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedef
Kefeng Wang
1
-4
/
+11
2022-01-18
powerpc/64s: Mask SRR0 before checking against the masked NIP
Nicholas Piggin
1
-0
/
+2
2022-01-17
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-4
/
+4
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+1
2022-01-15
mm/mempolicy: wire up syscall set_mempolicy_home_node
Aneesh Kumar K.V
1
-0
/
+1
2022-01-14
Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
69
-563
/
+1133
2022-01-12
Merge tag 'devicetree-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Linus Torvalds
1
-14
/
+13
2022-01-10
Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-10
/
+8
2022-01-10
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-2
/
+1
2022-01-05
powerpc/cacheinfo: use default_groups in kobj_type
Greg Kroah-Hartman
1
-2
/
+3
2021-12-25
powerpc/64s: Use EMIT_WARN_ENTRY for SRR debug warnings
Michael Ellerman
1
-4
/
+4
2021-12-25
powerpc/64s: Mask NIP before checking against SRR0
Michael Ellerman
1
-0
/
+2
2021-12-23
powerpc/32: Fix boot failure with GCC latent entropy plugin
Christophe Leroy
1
-0
/
+1
2021-12-23
powerpc/mm: Switch obsolete dssall to .long
Alexey Kardashevskiy
5
-7
/
+7
2021-12-23
powerpc/64/asm: Do not reassign labels
Daniel Axtens
3
-26
/
+26
2021-12-23
powerpc/64/asm: Inline BRANCH_TO_C000
Alexey Kardashevskiy
1
-14
/
+3
2021-12-23
powerpc/toc: Future proof kernel toc
Alan Modra
2
-6
/
+4
2021-12-23
powerpc/kernel: Add __init attribute to eligible functions
Nick Child
15
-49
/
+50
2021-12-19
Merge tag 'powerpc-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-8
/
+34
2021-12-16
of/fdt: Rework early_init_dt_scan_memory() to call directly
Rob Herring
1
-11
/
+10
2021-12-16
of/fdt: Rework early_init_dt_scan_root() to call directly
Rob Herring
1
-2
/
+2
2021-12-16
of/fdt: Rework early_init_dt_scan_chosen() to call directly
Rob Herring
1
-1
/
+1
2021-12-16
powerpc/64s/interrupt: avoid saving CFAR in some asynchronous interrupts
Nicholas Piggin
1
-0
/
+63
2021-12-16
powerpc/64s/interrupt: Don't enable MSR[EE] in irq handlers unless perf is in use
Nicholas Piggin
3
-17
/
+20
2021-12-16
powerpc/64s/interrupt: handle MSR EE and RI in interrupt entry wrapper
Nicholas Piggin
3
-34
/
+19
2021-12-14
powerpc/module_64: Fix livepatching for RO modules
Russell Currey
1
-8
/
+34
[prev]
[next]