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
/
s390
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-01
sched/cputime: Push time to account_idle_time() in nsecs
Frederic Weisbecker
1
-1
/
+1
2017-02-01
sched/cputime: Push time to account_steal_time() in nsecs
Frederic Weisbecker
1
-1
/
+1
2017-02-01
sched/cputime: Push time to account_user_time() in nsecs
Frederic Weisbecker
1
-1
/
+1
2017-02-01
sched/cputime: Convert task/group cputime to nsecs
Frederic Weisbecker
1
-3
/
+3
2017-02-01
Merge branch 'linus' into sched/core, to pick up fixes and refresh the branch
Ingo Molnar
1
-0
/
+8
2017-01-31
s390: store breaking event address only for program checks
Martin Schwidefsky
1
-38
/
+12
2017-01-24
s390/ptrace: Preserve previous registers for short regset write
Martin Schwidefsky
1
-0
/
+8
2017-01-16
s390: provide sclp based boot console
Heiko Carstens
3
-10
/
+52
2017-01-16
s390/sclp: always stay within bounds of the early sccb
Heiko Carstens
1
-1
/
+6
2017-01-16
s390/sclp: make early sclp irq handler more robust
Heiko Carstens
1
-5
/
+10
2017-01-16
s390/topology: make "topology=off" parameter work
Heiko Carstens
2
-9
/
+14
2017-01-16
s390: use false/true when using bool
Heiko Carstens
2
-2
/
+2
2017-01-16
s390: remove couple of unneeded semicolons
Heiko Carstens
1
-1
/
+1
2017-01-16
s390/topology: reduce number of printks
Heiko Carstens
1
-5
/
+3
2017-01-16
s390/setup: call memblock_reserve only for size > 0
Heiko Carstens
1
-0
/
+2
2017-01-16
s390: proper type casts for csum_partial invocations
Heiko Carstens
2
-4
/
+5
2017-01-14
sched/cputime: Rename vtime_account_user() to vtime_flush()
Frederic Weisbecker
1
-1
/
+1
2017-01-14
sched/cputime, s390: Implement delayed accounting of system time
Martin Schwidefsky
1
-45
/
+85
2017-01-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
1
-4
/
+4
2016-12-25
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2016-12-25
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-2
/
+2
2016-12-25
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
1
-1
/
+1
2016-12-25
cpu/hotplug: Cleanup state names
Thomas Gleixner
2
-2
/
+2
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
10
-10
/
+10
2016-12-20
s390/vtime: correct system time accounting
Martin Schwidefsky
1
-4
/
+4
2016-12-14
s390/nmi: fix inline assembly constraints
Heiko Carstens
1
-9
/
+10
2016-12-14
s390/setup: reword printk messages
Martin Schwidefsky
1
-2
/
+2
2016-12-14
s390: fix compile error with memmove_early() inline assembly
Heiko Carstens
1
-1
/
+1
2016-12-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
25
-289
/
+435
2016-12-12
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-25
/
+11
2016-12-12
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+6
2016-12-12
s390/cpumf: Use configuration level indication for sampling data
Christian Borntraeger
1
-7
/
+20
2016-12-12
s390: cleanup arch/s390/kernel Makefile
Heiko Carstens
1
-30
/
+36
2016-12-12
s390: fix initrd corruptions with gcov/kcov instrumented kernels
Heiko Carstens
2
-8
/
+46
2016-12-12
s390: exclude early C code from gcov profiling
Heiko Carstens
1
-0
/
+1
2016-12-12
s390: remove unused labels from entry.S
Heiko Carstens
1
-5
/
+0
2016-12-07
s390/sysinfo: show partition extended name and UUID if available
Viktor Mihajlovski
1
-12
/
+21
2016-12-07
s390/numa: establish cpu to node mapping early
Heiko Carstens
2
-9
/
+25
2016-12-07
s390/topology: use cpu_topology array instead of per cpu variable
Heiko Carstens
1
-9
/
+9
2016-12-07
s390/smp: initialize cpu_present_mask in setup_arch
Heiko Carstens
2
-13
/
+10
2016-12-07
s390/topology: always use s390 specific sched_domain_topology_level
Heiko Carstens
1
-1
/
+1
2016-12-07
s390/smp: use smp_get_base_cpu() helper function
Heiko Carstens
1
-2
/
+2
2016-12-07
s390: fix machine check panic stack switch
Martin Schwidefsky
1
-1
/
+1
2016-12-02
s390/setup: fix memblock usage
Heiko Carstens
1
-8
/
+8
2016-12-02
s390/kexec: use node 0 when re-adding crash kernel memory
Heiko Carstens
1
-1
/
+1
2016-11-29
s390: convert remaining bootmem allocations to memblock
Heiko Carstens
1
-8
/
+8
2016-11-25
s390: fix kernel oops for CONFIG_MARCH_Z900=y builds
Martin Schwidefsky
1
-1
/
+2
2016-11-23
s390: add cma support
Heiko Carstens
1
-0
/
+2
2016-11-23
s390/cpumf: simplify psw generation
Heiko Carstens
1
-21
/
+5
2016-11-23
s390/thread_info: get rid of THREAD_ORDER define
Heiko Carstens
5
-5
/
+5
[prev]
[next]