summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-02-2214-72/+119
|\
| * s390: add missing "do {} while (0)" loop constructs to multiline macrosHeiko Carstens2017-02-173-8/+8
| * s390: get rid of MACHINE_HAS_PFMF and MACHINE_HAS_HPAGEHeiko Carstens2017-02-173-5/+2
| * s390: replace ACCESS_ONCE with READ_ONCEChristian Borntraeger2017-02-171-1/+1
| * s390: Audit and remove any remaining unnecessary uses of module.hPaul Gortmaker2017-02-171-1/+1
| * s390: add no-execute supportMartin Schwidefsky2017-02-083-38/+89
| * s390: report new vector facilitiesMartin Schwidefsky2017-02-081-0/+2
| * s390/sclp: make early sclp code readableHeiko Carstens2017-02-081-6/+7
| * s390/debug: make debug event time stamps relative to the boot TOD clockMartin Schwidefsky2017-02-071-8/+0
| * s390: provide sclp based boot consoleHeiko Carstens2017-01-161-0/+1
| * s390/sclp: make early sclp irq handler more robustHeiko Carstens2017-01-161-1/+3
| * s390: remove couple of unneeded semicolonsHeiko Carstens2017-01-161-2/+2
| * s390/pci: use proper endianness annotationsSebastian Ott2017-01-161-1/+1
| * s390/cpumf: get rid of variable length arrayHeiko Carstens2017-01-161-2/+3
* | s390, sched/cputime: Remove unused cputime definitionsFrederic Weisbecker2017-02-011-107/+0
* | s390, sched/cputime: Make arch_cpu_idle_time() to return nsecsFrederic Weisbecker2017-02-011-1/+1
* | Merge branch 'linus' into sched/core, to pick up fixes and refresh the branchIngo Molnar2017-02-011-1/+3
|\|
| * s390/ctl_reg: make __ctl_load a full memory barrierHeiko Carstens2017-01-161-1/+3
* | sched/cputime, s390: Implement delayed accounting of system timeMartin Schwidefsky2017-01-142-31/+37
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-01-021-0/+8
|\
| * s390/kbuild: enable modversions for symbols exported from asmHeiko Carstens2016-12-201-0/+8
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-243-3/+3
|/
* s390/pci: query fmb lengthSebastian Ott2016-12-142-1/+3
* s390/lib: add missing memory barriers to string inline assembliesHeiko Carstens2016-12-141-4/+4
* s390/cpumf: fix qsi inline assemblyHeiko Carstens2016-12-141-7/+3
* s390/zcrypt: tracepoint definitions for zcrypt device driver.Harald Freudenberger2016-12-141-0/+122
* s390/zcrypt: Introduce new zcrypt device status APIIngo Tuchscherer2016-12-141-0/+37
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-12-1325-389/+423
|\
| * s390/cpumf: Use configuration level indication for sampling dataChristian Borntraeger2016-12-121-1/+2
| * s390: provide memmove implementationHeiko Carstens2016-12-121-1/+2
| * s390: fix initrd corruptions with gcov/kcov instrumented kernelsHeiko Carstens2016-12-121-1/+1
| * s390/dasd: channel path aware error recoveryStefan Haberland2016-12-121-1/+5
| * s390/sysinfo: show partition extended name and UUID if availableViktor Mihajlovski2016-12-071-1/+6
| * s390/numa: establish cpu to node mapping earlyHeiko Carstens2016-12-071-0/+3
| * s390/topology: use cpu_topology array instead of per cpu variableHeiko Carstens2016-12-071-13/+12
| * s390/smp: initialize cpu_present_mask in setup_archHeiko Carstens2016-12-072-1/+11
| * s390/numa: always use logical cpu and core idsHeiko Carstens2016-12-071-0/+6
| * s390: Remove VLAIS in ptff() and clear_table()Michael Holzheu2016-12-072-26/+33
| * s390/uapi: sort header export listHeiko Carstens2016-11-291-2/+2
| * s390/hypfs: add hypfs header file to uapi header export listHeiko Carstens2016-11-291-0/+1
| * s390: use generic asm-offsets.hHeiko Carstens2016-11-292-1/+1
| * s390/pci: use unique UIDs for domain enumerationSebastian Ott2016-11-231-1/+4
| * s390: add cma supportHeiko Carstens2016-11-231-2/+1
| * s390/thread_info: get rid of THREAD_ORDER defineHeiko Carstens2016-11-231-4/+2
| * s390/uaccess: make setfs macro return voidHeiko Carstens2016-11-231-3/+3
| * s390: move sys_call_table and last_break from thread_info to thread_structMartin Schwidefsky2016-11-153-5/+5
| * s390: move cputime accounting fields from thread_info to thread_structMartin Schwidefsky2016-11-112-2/+2
| * s390: move system_call field from thread_info to thread_structMartin Schwidefsky2016-11-112-1/+2
| * s390: move thread_info into task_structHeiko Carstens2016-11-112-12/+1
| * s390/preempt: move preempt_count to the lowcoreMartin Schwidefsky2016-11-113-3/+139