index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
mksysmap
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-18
powerpc/prom_init: Check display props exist before enabling btext
Michael Ellerman
1
-4
/
+13
2020-09-18
powerpc/smp: Move ppc_md.cpu_die() to smp_ops.cpu_offline_self()
Michael Ellerman
10
-19
/
+23
2020-09-18
powerpc/smp: Fold cpu_die() into its only caller
Michael Ellerman
2
-5
/
+0
2020-09-18
powerpc: Move arch_cpu_idle_dead() into smp.c
Michael Ellerman
2
-8
/
+6
2020-09-18
powerpc/perf: Add declarations to fix sparse warnings
Michael Ellerman
7
-1
/
+12
2020-09-18
powerpc/mm/64s: Fix slb_setup_new_exec() sparse warning
Michael Ellerman
2
-2
/
+4
2020-09-18
powerpc/pseries: convert to use DEFINE_SEQ_ATTRIBUTE macro
Liu Shixin
1
-20
/
+3
2020-09-18
powerpc/book3s64: fix link error with CONFIG_PPC_RADIX_MMU=n
Yang Yingliang
1
-0
/
+2
2020-09-18
powerpc/process: Fix uninitialised variable error
Michael Ellerman
1
-1
/
+1
2020-09-16
powerpc/smp: Implement cpu_to_coregroup_id
Srikar Dronamraju
1
-0
/
+20
2020-09-16
powerpc/smp: Create coregroup domain
Srikar Dronamraju
3
-1
/
+68
2020-09-16
powerpc/smp: Allocate cpumask only after searching thread group
Srikar Dronamraju
1
-4
/
+3
2020-09-16
powerpc/numa: Detect support for coregroup
Srikar Dronamraju
3
-13
/
+23
2020-09-16
powerpc/smp: Optimize start_secondary
Srikar Dronamraju
1
-6
/
+11
2020-09-16
powerpc/smp: Dont assume l2-cache to be superset of sibling
Srikar Dronamraju
1
-14
/
+29
2020-09-16
powerpc/smp: Move topology fixups into a new function
Srikar Dronamraju
1
-6
/
+11
2020-09-16
powerpc/smp: Move powerpc_topology above
Srikar Dronamraju
1
-52
/
+52
2020-09-16
powerpc/smp: Merge Power9 topology with Power topology
Srikar Dronamraju
1
-22
/
+3
2020-09-16
powerpc/smp: Fix a warning under !NEED_MULTIPLE_NODES
Srikar Dronamraju
1
-0
/
+2
2020-09-16
powerpc/numa: Offline memoryless cpuless node 0
Srikar Dronamraju
1
-0
/
+10
2020-09-16
powerpc/numa: Prefer node id queried from vphn
Srikar Dronamraju
1
-9
/
+10
2020-09-16
powerpc/numa: Set numa_node for all possible cpus
Srikar Dronamraju
1
-1
/
+15
2020-09-16
powerpc/numa: Restrict possible nodes based on platform
Srikar Dronamraju
1
-3
/
+12
2020-09-16
powerpc/topology: Override cpu_smt_mask
Srikar Dronamraju
2
-1
/
+13
2020-09-16
sched/topology: Allow archs to override cpu_smt_mask
Srikar Dronamraju
1
-1
/
+1
2020-09-16
drivers/macintosh/smu.c: Fix undeclared symbol warning
Wang Wensheng
1
-1
/
+1
2020-09-16
powerpc/papr_scm: Fix warning triggered by perf_stats_show()
Vaibhav Jain
1
-2
/
+3
2020-09-16
powerpc/64s/radix: Fix mm_cpumask trimming race vs kthread_use_mm
Nicholas Piggin
2
-20
/
+16
2020-09-16
sparc64: remove mm_cpumask clearing to fix kthread_use_mm race
Nicholas Piggin
1
-51
/
+14
2020-09-16
powerpc: select ARCH_WANT_IRQS_OFF_ACTIVATE_MM
Nicholas Piggin
2
-1
/
+2
2020-09-16
mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching race
Nicholas Piggin
2
-2
/
+22
2020-09-15
macintosh: windfarm: use for_each_child_of_node() macro
Qinglang Miao
1
-2
/
+1
2020-09-15
powerpc/pci: unmap legacy INTx interrupts when a PHB is removed
Cédric Le Goater
2
-0
/
+120
2020-09-15
powerpc/powernv/idle: add a basic stop 0-3 driver for POWER10
Nicholas Piggin
5
-97
/
+212
2020-09-15
powerepc/book3s64/hash: Align start/end address correctly with bolt mapping
Aneesh Kumar K.V
2
-3
/
+10
2020-09-15
powerpc/ps3: make two symbols static
Jason Yan
1
-2
/
+2
2020-09-15
powerpc/kasan: Fix CONFIG_KASAN_VMALLOC for 8xx
Christophe Leroy
1
-3
/
+9
2020-09-15
powerpc/powermac: Fix low_sleep_handler with KUAP and KUEP
Christophe Leroy
2
-9
/
+2
2020-09-15
powerpc/process: Remove useless #ifdef CONFIG_PPC_FPU
Christophe Leroy
1
-5
/
+4
2020-09-15
powerpc/process: Remove useless #ifdef CONFIG_SPE
Christophe Leroy
2
-14
/
+8
2020-09-15
powerpc/process: Remove useless #ifdef CONFIG_ALTIVEC
Christophe Leroy
1
-4
/
+0
2020-09-15
powerpc/process: Remove useless #ifdef CONFIG_VSX
Christophe Leroy
1
-12
/
+1
2020-09-15
powerpc/process: Tag an #endif to help locate the matching #ifdef.
Christophe Leroy
1
-1
/
+1
2020-09-15
powerpc/process: Replace #ifdef CONFIG_KALLSYMS by IS_ENABLED()
Christophe Leroy
1
-4
/
+4
2020-09-15
powerpc/process: Replace an #if defined(CONFIG_4xx) || defined(CONFIG_BOOKE) ...
Christophe Leroy
1
-6
/
+7
2020-09-15
powerpc/process: Replace an #ifdef CONFIG_PPC_BOOK3S_64 by IS_ENABLED()
Christophe Leroy
1
-3
/
+1
2020-09-15
powerpc/process: Replace an #ifdef CONFIG_PPC_47x by IS_ENABLED()
Christophe Leroy
1
-3
/
+2
2020-09-15
powerpc/32: Fix vmap stack - Properly set r1 before activating MMU
Christophe Leroy
1
-14
/
+29
2020-09-15
powerpc/32: Fix vmap stack - Do not activate MMU before reading task struct
Christophe Leroy
2
-31
/
+6
2020-09-15
powerpc/uaccess: Remove __put_user_asm() and __put_user_asm2()
Christophe Leroy
1
-36
/
+5
[next]