index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
/
smp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[S390] vdso: compile fix
Heiko Carstens
2009-01-09
1
-1
/
+2
*
Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
Linus Torvalds
2009-01-03
1
-12
/
+22
|
\
|
*
[PATCH] fast vdso implementation for CLOCK_THREAD_CPUTIME_ID
Martin Schwidefsky
2008-12-31
1
-0
/
+9
|
*
[PATCH] improve precision of idle time detection.
Martin Schwidefsky
2008-12-31
1
-12
/
+13
*
|
Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2009-01-02
1
-6
/
+0
|
\
\
|
|
/
|
/
|
|
*
cpumask: centralize cpu_online_map and cpu_possible_map
Rusty Russell
2008-12-13
1
-6
/
+0
*
|
[S390] convert cpu related printks to pr_xxx macros.
Martin Schwidefsky
2008-12-25
1
-9
/
+8
*
|
[S390] panic_stack leak in smp_alloc_lowcore
Martin Schwidefsky
2008-12-25
1
-5
/
+2
*
|
[S390] Remove config options.
Martin Schwidefsky
2008-12-25
1
-2
/
+0
*
|
[S390] convert s390 to generic IPI infrastructure
Heiko Carstens
2008-12-25
1
-156
/
+19
|
/
*
[S390] Fix sysdev class file creation.
Heiko Carstens
2008-10-28
1
-15
/
+9
*
kernel/cpu.c: create a CPU_STARTING cpu_chain notifier
Manfred Spraul
2008-09-08
1
-0
/
+2
*
[S390] Remove unneeded spinlock initialization.
Heiko Carstens
2008-08-21
1
-2
/
+0
*
sysdev: Pass the attribute to the low level sysdev show/store function
Andi Kleen
2008-07-21
1
-12
/
+24
*
on_each_cpu(): kill unused 'retry' parameter
Jens Axboe
2008-06-26
1
-3
/
+3
*
smp_call_function: get rid of the unused nonatomic/retry argument
Jens Axboe
2008-06-26
1
-10
/
+6
*
[S390] Fix build failure in __cpu_up()
Segher Boessenkool
2008-06-10
1
-1
/
+1
*
[S390] Fix section mismatch warnings.
Heiko Carstens
2008-05-30
1
-1
/
+1
*
[S390] smp: __smp_call_function_map vs cpu_online_map fix.
Heiko Carstens
2008-05-15
1
-8
/
+8
*
[S390] Automatically detect added cpus.
Heiko Carstens
2008-04-30
1
-5
/
+14
*
[S390] smp: Fix locking order.
Heiko Carstens
2008-04-30
1
-6
/
+6
*
[S390] Fix a lot of sparse warnings.
Heiko Carstens
2008-04-17
1
-1
/
+2
*
[S390] Convert monitor calls to function calls.
Heiko Carstens
2008-04-17
1
-1
/
+0
*
[S390] Vertical cpu management.
Heiko Carstens
2008-04-17
1
-2
/
+81
*
[S390] cpu topology support for s390.
Heiko Carstens
2008-04-17
1
-3
/
+1
*
[S390] Get rid of memcpy gcc warning workaround.
Heiko Carstens
2008-03-05
1
-8
/
+2
*
[S390] Initialize per cpu lowcores on cpu hotplug.
Heiko Carstens
2008-02-19
1
-15
/
+38
*
[S390] Fix couple of section mismatches.
Heiko Carstens
2008-02-05
1
-3
/
+3
*
[S390] Fix smp_call_function_mask semantics.
Heiko Carstens
2008-02-05
1
-4
/
+3
*
[S390] replace lock_cpu_hotplug with get_online_cpus
Martin Schwidefsky
2008-01-26
1
-6
/
+6
*
[S390] add smp_call_function_mask
Carsten Otte
2008-01-26
1
-0
/
+27
*
[S390] Allocate and free cpu lowcores and stacks when needed/possible.
Heiko Carstens
2008-01-26
1
-34
/
+72
*
[S390] kernel: Shutdown Actions Interface
Michael Holzheu
2008-01-26
1
-27
/
+0
*
[S390] Get rid of additional_cpus kernel parameter.
Heiko Carstens
2008-01-26
1
-104
/
+76
*
[S390] Standby cpu activation/deactivation.
Heiko Carstens
2008-01-26
1
-71
/
+330
*
[S390] Dont overwrite lowcores on smp_send_stop().
Heiko Carstens
2007-11-20
1
-49
/
+7
*
[S390] Rename "idle_time" attribute to "idle_time_us".
Heiko Carstens
2007-11-05
1
-3
/
+3
*
[S390] tlb flush fix.
Martin Schwidefsky
2007-10-22
1
-1
/
+1
*
[S390] Add per-cpu idle time / idle count sysfs attributes.
Heiko Carstens
2007-10-22
1
-3
/
+60
*
Remove fs.h from mm.h
Alexey Dobriyan
2007-07-29
1
-0
/
+1
*
[S390] Improve __smp_call_function_map.
Heiko Carstens
2007-07-27
1
-8
/
+6
*
[S390] Convert to smp_call_function_single.
Heiko Carstens
2007-07-27
1
-9
/
+7
*
[S390] smp: Merge smp_count_cpus() and smp_get_save_areas().
Heiko Carstens
2007-07-10
1
-42
/
+21
*
[S390] Fix section annotations.
Heiko Carstens
2007-05-31
1
-3
/
+3
*
Add suspend-related notifications for CPU hotplug
Rafael J. Wysocki
2007-05-09
1
-0
/
+2
*
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-05-08
1
-1
/
+0
*
[S390] Clean up smp code in preparation for some larger changes.
Heiko Carstens
2007-04-27
1
-161
/
+100
*
[S390] Processor degradation notification.
Heiko Carstens
2007-04-27
1
-5
/
+43
*
[S390] zfcpdump support.
Michael Holzheu
2007-04-27
1
-0
/
+62
*
[S390] smp: disable preemption in smp_call_function/smp_call_function_on
Heiko Carstens
2007-03-05
1
-7
/
+8
[next]