summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * s390: report new vector facilitiesMartin Schwidefsky2017-02-082-2/+8
| * s390: use correct input data address for setup_randomnessHeiko Carstens2017-02-081-1/+1
| * s390/sclp: don't add new lines to each printed stringHeiko Carstens2017-02-082-3/+6
| * s390/sclp: make early sclp code readableHeiko Carstens2017-02-084-8/+8
| * s390/sclp: move early printk code to driversHeiko Carstens2017-02-082-221/+2
| * s390/debug: make debug event time stamps relative to the boot TOD clockMartin Schwidefsky2017-02-072-8/+8
| * s390/topology: correct allocation of topology informationMartin Schwidefsky2017-02-071-1/+1
| * s390: make setup_randomness workHeiko Carstens2017-02-071-3/+3
| * s390: store breaking event address only for program checksMartin Schwidefsky2017-01-311-38/+12
| * s390: provide sclp based boot consoleHeiko Carstens2017-01-163-10/+52
| * s390/sclp: always stay within bounds of the early sccbHeiko Carstens2017-01-161-1/+6
| * s390/sclp: make early sclp irq handler more robustHeiko Carstens2017-01-161-5/+10
| * s390/topology: make "topology=off" parameter workHeiko Carstens2017-01-162-9/+14
| * s390: use false/true when using boolHeiko Carstens2017-01-162-2/+2
| * s390: remove couple of unneeded semicolonsHeiko Carstens2017-01-161-1/+1
| * s390/topology: reduce number of printksHeiko Carstens2017-01-161-5/+3
| * s390/setup: call memblock_reserve only for size > 0Heiko Carstens2017-01-161-0/+2
| * s390: proper type casts for csum_partial invocationsHeiko Carstens2017-01-162-4/+5
* | s390, sched/cputime: Make arch_cpu_idle_time() to return nsecsFrederic Weisbecker2017-02-011-2/+3
* | sched/cputime: Push time to account_system_time() in nsecsFrederic Weisbecker2017-02-012-4/+4
* | sched/cputime: Push time to account_idle_time() in nsecsFrederic Weisbecker2017-02-011-1/+1
* | sched/cputime: Push time to account_steal_time() in nsecsFrederic Weisbecker2017-02-011-1/+1
* | sched/cputime: Push time to account_user_time() in nsecsFrederic Weisbecker2017-02-011-1/+1
* | sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker2017-02-011-3/+3
* | Merge branch 'linus' into sched/core, to pick up fixes and refresh the branchIngo Molnar2017-02-011-0/+8
|\ \
| * | s390/ptrace: Preserve previous registers for short regset writeMartin Schwidefsky2017-01-241-0/+8
| |/
* | sched/cputime: Rename vtime_account_user() to vtime_flush()Frederic Weisbecker2017-01-141-1/+1
* | sched/cputime, s390: Implement delayed accounting of system timeMartin Schwidefsky2017-01-141-48/+88
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-01-021-4/+4
|\
| * s390/vtime: correct system time accountingMartin Schwidefsky2016-12-201-4/+4
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-251-1/+1
|\ \
| * | clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-1/+1
* | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-252-2/+2
|\ \ \ | |/ / |/| |
| * | cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-252-2/+2
| |/
* / Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2410-10/+10
|/
* s390/nmi: fix inline assembly constraintsHeiko Carstens2016-12-141-9/+10
* s390/setup: reword printk messagesMartin Schwidefsky2016-12-141-2/+2
* s390: fix compile error with memmove_early() inline assemblyHeiko Carstens2016-12-141-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-12-1325-289/+435
|\
| * s390/cpumf: Use configuration level indication for sampling dataChristian Borntraeger2016-12-121-7/+20
| * s390: cleanup arch/s390/kernel MakefileHeiko Carstens2016-12-121-30/+36
| * s390: fix initrd corruptions with gcov/kcov instrumented kernelsHeiko Carstens2016-12-122-8/+46
| * s390: exclude early C code from gcov profilingHeiko Carstens2016-12-121-0/+1
| * s390: remove unused labels from entry.SHeiko Carstens2016-12-121-5/+0
| * s390/sysinfo: show partition extended name and UUID if availableViktor Mihajlovski2016-12-071-12/+21
| * s390/numa: establish cpu to node mapping earlyHeiko Carstens2016-12-072-9/+25
| * s390/topology: use cpu_topology array instead of per cpu variableHeiko Carstens2016-12-071-9/+9
| * s390/smp: initialize cpu_present_mask in setup_archHeiko Carstens2016-12-072-13/+10
| * s390/topology: always use s390 specific sched_domain_topology_levelHeiko Carstens2016-12-071-1/+1
| * s390/smp: use smp_get_base_cpu() helper functionHeiko Carstens2016-12-071-2/+2