Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
1dad093b66fdd4fd5d7d2692169dc1bafd794628
/
arch
/
s390
/
kernel
/
smp.c
1dad093
s390/irq: Use defines for external interruption codes
by Thomas Huth
· 11 years ago
cf813db
s390/smp: limit number of cpus in possible cpu mask
by Heiko Carstens
· 11 years ago
f479c01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 11 years ago
d80512f
s390/smp: improve setup of possible cpu mask
by Heiko Carstens
· 11 years ago
96619fc
s390/smp: reduce memory consumption of pcpu_devices array
by Heiko Carstens
· 11 years ago
dea2419
s390/smp: only send external call ipi if needed
by Heiko Carstens
· 11 years ago
4560e7c
s390/vtime: correct idle time calculation
by Martin Schwidefsky
· 11 years ago
5895294
s390: Remove zfcpdump NR_CPUS dependency
by Michael Holzheu
· 11 years ago
e258d71
s390/uaccess: always run the kernel in home space
by Martin Schwidefsky
· 11 years ago
63df41d6
s390: make various functions static, add declarations to header files
by Heiko Carstens
· 11 years ago
e2741f1
s390: delete __cpuinit usage from all s390 files
by Paul Gortmaker
· 12 years ago
b6ed49e
s390/smp: get rid of generic_smp_call_function_interrupt
by Heiko Carstens
· 12 years ago
9acf73b
s390/smp: lost IPIs on cpu hotplug
by Heiko Carstens
· 12 years ago
a4eeea4
s390/smp: fix cpu re-scan vs. cpu state
by Martin Schwidefsky
· 12 years ago
8700c95
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
dc7ee00
s390: lowcore stack pointer offsets
by Martin Schwidefsky
· 12 years ago
52c0065
s390: Use generic idle loop
by Thomas Gleixner
· 12 years ago
1aae056
s390/time: rename tod clock access functions
by Heiko Carstens
· 12 years ago
93f3b2e
s390/irq: count cpu restart events
by Heiko Carstens
· 12 years ago
420f42e
s390/irq: remove split irq fields from /proc/stat
by Heiko Carstens
· 12 years ago
eba6197
s390/smp: fix section mismatch for smp_add_present_cpu()
by Heiko Carstens
· 12 years ago
b881bc4
ARCH: drivers remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
41459d36cf
s390: add uninitialized_var() to suppress false positive compiler warnings
by Heiko Carstens
· 12 years ago
50ab9a9
s390/smp,topology: add polarization member to pcpu struct
by Heiko Carstens
· 12 years ago
c5e3acd
s390/smp: avoid concurrent write to sigp status field
by Heiko Carstens
· 12 years ago
1c72592
s390/cpu hotplug: mask out CPU_TASKS_FROZEN in cu hotplug notifiers
by Heiko Carstens
· 12 years ago
7755d6b
s390/cpu hotplug: use hotcpu_notifier() instead of register_cpu_notifier()
by Heiko Carstens
· 12 years ago
e017507
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 12 years ago
27f6b41
s390/vtimer: rework virtual timer interface
by Martin Schwidefsky
· 12 years ago
a53c8fa
s390/comments: unify copyright messages and remove file names
by Heiko Carstens
· 12 years ago
0008204
s390/idle: fix sequence handling vs cpu hotplug
by Heiko Carstens
· 12 years ago
fbe7656
s390/smp: make absolute lowcore / cpu restart parameter accesses more robust
by Heiko Carstens
· 13 years ago
46ce7fb
S390: Smp: remove call to ipi_call_lock()/ipi_call_unlock()
by Yong Zhang
· 13 years ago
eb54619
s390/sigp: use sigp order code defines in assembly code
by Heiko Carstens
· 13 years ago
a095a8a
s390/smp: use sigp cpu status definitions
by Heiko Carstens
· 13 years ago
a9ae32c
s390/smp/kvm: unifiy sigp definitions
by Heiko Carstens
· 13 years ago
524b24a
s390/smp: remove redundant check
by Heiko Carstens
· 13 years ago
b9e3f77
s390/cpu: remove cpu "capabilities" sysfs attribute
by Heiko Carstens
· 13 years ago
061da3d
s390/kernel: Fix smp_call_ipl_cpu() for offline CPUs
by Michael Holzheu
· 13 years ago
d7b7cde
s390/kernel: Remove OS info init function call and diag 308 for kdump
by Michael Holzheu
· 13 years ago
bf67f3a
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
9d0f46a
s390/smp: get rid of compile warning
by Heiko Carstens
· 13 years ago
e80e781
s390: Use generic idle thread allocation
by Thomas Gleixner
· 13 years ago
8239c25
smp: Add task_struct argument to __cpu_up()
by Thomas Gleixner
· 13 years ago
1e3cab2
[S390] Fix build errors (fallout from system.h disintegration)
by Heiko Carstens
· 13 years ago
db14179
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 13 years ago
c6da39f
[S390] kernel: Pass correct stack for smp_call_ipl_cpu()
by Michael Holzheu
· 13 years ago
5fbd036
sched: Cleanup cpu_active madness
by Peter Zijlstra
· 13 years ago
4857d4b
[S390] kernel: Add OS info memory interface
by Michael Holzheu
· 13 years ago
3ab121a
[S390] kernel: Add z/VM LGR detection
by Michael Holzheu
· 13 years ago
fde15c3
[S390] irq: external interrupt code passing
by Heiko Carstens
· 13 years ago
4c1051e
[S390] rework idle code
by Martin Schwidefsky
· 13 years ago
8b646bd
[S390] rework smp code
by Martin Schwidefsky
· 13 years ago
72f3188
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 13 years ago
85ac7ca
[S390] outstanding interrupts vs. smp_send_stop
by Martin Schwidefsky
· 13 years ago
d68bddb
[S390] topology: increase poll frequency if change is anticipated
by Heiko Carstens
· 13 years ago
c532890
[S390] entry[64].S improvements
by Martin Schwidefsky
· 13 years ago
83a24e3
[S390] topology: get rid of ifdefs
by Heiko Carstens
· 13 years ago
3931723
[S390] kernel: Fix smp_switch_to_ipl_cpu() stack frame setup
by Michael Holzheu
· 13 years ago
272f01b
[S390] irq: fix accounting of external call/emergency signal
by Heiko Carstens
· 13 years ago
8a25a2f
cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem
by Kay Sievers
· 13 years ago
2a3a2d6
[S390] irqstats: split IPI interrupt accounting
by Heiko Carstens
· 13 years ago
d98e19c
[S390] smp: external call vs. emergency signal
by Martin Schwidefsky
· 13 years ago
b50511e
[S390] cleanup psw related bits and pieces
by Martin Schwidefsky
· 13 years ago
60a0c68
[S390] kdump backend code
by Michael Holzheu
· 13 years ago
1943f53
[S390] Force PSW restart on online CPU
by Michael Holzheu
· 13 years ago
b7f2750
[S390] smp: remove pointless comments in startup_secondary()
by Heiko Carstens
· 13 years ago
cc34321
[S390] cpu hotplug: on cpu start wait until being marked active
by Heiko Carstens
· 13 years ago
7dd6b33
[S390] Add PSW restart shutdown trigger
by Michael Holzheu
· 13 years ago
cadfce7
[S390] disable cpu measurement alerts on a dying cpu
by Jan Glauber
· 13 years ago
859c965
[S390] allow setting of upper 32 bit in smp_ctl_set_bit
by Jan Glauber
· 14 years ago
d7b250e
[S390] irq: merge irq.c and s390_ext.c
by Heiko Carstens
· 14 years ago
5bd4187
[S390] cpu hotplug: fix external interrupt subclass mask handling
by Heiko Carstens
· 14 years ago
0f1959f
[S390] convert old cpumask API into new one
by KOSAKI Motohiro
· 14 years ago
b456d94
[S390] smp: add __noreturn attribute to cpu_die()
by Heiko Carstens
· 14 years ago
184748c
sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()
by Peter Zijlstra
· 14 years ago
974de4d7
[S390] smp: remove cpu hotplug messages
by Heiko Carstens
· 14 years ago
da7f51c
[S390] smp/idle: call init_idle() before starting a new cpu
by Heiko Carstens
· 14 years ago
f230886
[S390] smp: delay idle task creation
by Heiko Carstens
· 14 years ago
052ff46
[S390] irq: have detailed statistics for interrupt types
by Heiko Carstens
· 14 years ago
14375bc
[S390] cleanup facility list handling
by Martin Schwidefsky
· 14 years ago
f6649a7
[S390] cleanup lowcore access from external interrupts
by Martin Schwidefsky
· 14 years ago
050eef3
[S390] fix tlb flushing vs. concurrent /proc accesses
by Martin Schwidefsky
· 14 years ago
d882ba6
s390: convert cpu notifier to return encapsulate errno value
by Akinobu Mita
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
92fe313
[S390] zcore: CPU registers are not saved under LPAR
by Michael Holzheu
· 15 years ago
5fbcae5
sysdev: fix missing s390 conversion
by Heiko Carstens
· 15 years ago
c9be0a3
sysdev: Pass attribute in sysdev_class attributes show/store
by Andi Kleen
· 15 years ago
cbb870c
[S390] Cleanup struct _lowcore usage and defines.
by Heiko Carstens
· 15 years ago
a93b8ec
[S390] smp: rework sigp code
by Heiko Carstens
· 15 years ago
2c2df11
[S390] smp: always reboot on cpu 0
by Heiko Carstens
· 15 years ago
f64ca21
[S390] zfcpdump: remove cross arch dump support
by Heiko Carstens
· 15 years ago
fb380aa
[S390] Move __cpu_logical_map to smp.c
by Heiko Carstens
· 15 years ago
02beacc
[S390] smp: setup smp_processor_id early
by Heiko Carstens
· 15 years ago
b3dcf3d
[S390] smp: fix sigp sense handling
by Heiko Carstens
· 15 years ago
f8501ba
[S390] smp: fix sigp stop handling
by Heiko Carstens
· 15 years ago
4f8048e
[S390] smp: fix prefix handling of offlined cpus
by Heiko Carstens
· 15 years ago
630cd04
cpumask: arch_send_call_function_ipi_mask: s390
by Rusty Russell
· 15 years ago
1aaf179
[S390] hibernate: Do real CPU swap at resume time
by Michael Holzheu
· 15 years ago
3fd26a7
[S390] smp: introduce LC_ORDER and simplify lowcore handling
by Heiko Carstens
· 15 years ago
Next »