index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kernel
/
smp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-28
ARM: Fix __cpuexit section mismatch warnings
Russell King
1
-3
/
+3
2009-09-28
ARM: Don't allow highmem on SMP platforms without h/w TLB ops broadcast
Russell King
1
-6
/
+1
2009-09-24
cpumask: use mm_cpumask() wrapper: arm
Rusty Russell
1
-5
/
+5
2009-06-11
Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into devel
Russell King
1
-26
/
+43
2009-05-30
Check whether the TLB operations need broadcasting on SMP systems
Catalin Marinas
1
-26
/
+43
2009-05-28
[ARM] smp: use new cpumask functions
Russell King
1
-3
/
+3
2009-05-17
[ARM] smp: move core localtimer support out of platform specific files
Russell King
1
-8
/
+48
2009-05-17
[ARM] smp: fix cpumask usage in ARM SMP code
Russell King
1
-30
/
+16
2009-02-12
[ARM] 5389/1: Make sure the pmd entries are visible by the secondary CPU
Catalin Marinas
1
-0
/
+2
2009-01-02
Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-10
/
+0
2008-12-13
cpumask: centralize cpu_online_map and cpu_possible_map
Rusty Russell
1
-10
/
+0
2008-12-01
RealView: Use only the shadow mapping of ARM11MPCore local timers
Catalin Marinas
1
-2
/
+2
2008-09-08
kernel/cpu.c: create a CPU_STARTING cpu_chain notifier
Manfred Spraul
1
-0
/
+1
2008-08-07
[ARM] Fix SMP booting with non-zero PHYS_OFFSET
Russell King
1
-2
/
+2
2008-06-26
on_each_cpu(): kill unused 'retry' parameter
Jens Axboe
1
-3
/
+3
2008-06-26
arm: convert to generic helpers for IPI function calls
Jens Axboe
1
-142
/
+15
2008-02-05
add mm argument to pte/pmd/pud/pgd_free
Benjamin Herrenschmidt
1
-1
/
+1
2008-02-04
[ARM] 4814/1: RealView: Add broadcasting clockevents support for ARM11MPCore
Catalin Marinas
1
-5
/
+5
2008-02-04
[ARM] 4813/1: Add SMP helper functions for clockevents support
Catalin Marinas
1
-2
/
+27
2007-07-29
Remove fs.h from mm.h
Alexey Dobriyan
1
-0
/
+1
2007-07-23
[ARM] setup_profiling_timer must not be __init
Russell King
1
-1
/
+1
2007-05-08
[ARM] Mark SMP local timer and IPI as exception entries
Russell King
1
-2
/
+2
2006-11-26
[ARM] Export smp_call_function()
Russell King
1
-0
/
+1
2006-10-28
[ARM] Fix SMP irqflags support
Russell King
1
-7
/
+13
2006-10-02
[PATCH] cpumask: export cpu_online_map and cpu_possible_map consistently
Greg Banks
1
-0
/
+2
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-03-25
[ARM] SMP: don't set cpu_*_map in smp_prepare_boot_cpu
Russell King
1
-3
/
+0
2006-02-16
[ARM] Fix SMP initialisation oops
Russell King
1
-1
/
+0
2006-01-12
[PATCH] arm: task_stack_page()
Al Viro
1
-2
/
+2
2005-11-12
[ARM] Restore apparant pointless change in arch/arm/kernel/smp.c
Russell King
1
-3
/
+1
2005-11-09
[PATCH] sched: disable preempt in idle tasks
Nick Piggin
1
-1
/
+4
2005-11-08
[ARM SMP] Add core ARM support for local timers
Russell King
1
-0
/
+34
2005-11-08
[ARM] More sparse fixes
Russell King
1
-1
/
+1
2005-11-08
[ARM SMP] Fix some sparse warnings in SMP code
Russell King
1
-3
/
+3
2005-11-02
[ARM SMP] Add hotplug CPU infrastructure
Russell King
1
-0
/
+85
2005-11-02
[ARM SMP] Fix a couple of warnings
Russell King
1
-2
/
+2
2005-11-02
[ARM SMP] Track CPU idle threads
Russell King
1
-7
/
+13
2005-09-04
[ARM] Stack starts at THREAD_START_SP offset, not THREAD_SIZE-8
Russell King
1
-1
/
+1
2005-07-28
[ARM SMP] Ensure secondary CPUs have a clean TLB
Russell King
1
-0
/
+1
2005-07-17
[PATCH] ARM SMP: Mark CPU init functions/data with __cpuinit/...data
Russell King
1
-3
/
+3
2005-07-11
[PATCH] ARM SMP: Initialise cpu_present_map
Russell King
1
-0
/
+1
2005-07-11
[PATCH] ARM SMP: We list IRQs for present CPUs, not online CPUs
Russell King
1
-1
/
+1
2005-07-11
[PATCH] ARM SMP: Rename cpu_present_mask to cpu_possible_map
Russell King
1
-2
/
+2
2005-06-28
[PATCH] ARM SMP: Add IPI support code for SMP TLB flushing
Russell King
1
-0
/
+123
2005-06-19
[PATCH] ARM SMP: Messages about CPUs should be prefixed by CPU%u
Russell King
1
-1
/
+2
2005-06-18
[PATCH] ARM SMP: Add support for startup of secondary processors
Russell King
1
-0
/
+107
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+396