summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-062-2/+1
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-04-031-1/+1
| |\
| | * s390/uaccess: get_user() should zero on failure (again)Heiko Carstens2017-03-301-1/+1
| * | mm: fix section name for .data..ro_after_initKees Cook2017-03-311-1/+0
| |/
* | net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala2017-03-241-0/+2
* | sock: introduce SO_MEMINFO getsockoptJosh Hunt2017-03-221-0/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-03-123-21/+15
|\
| * s390: wire up statx system callHeiko Carstens2017-03-091-1/+3
| * s390/timex: micro optimization for tod_to_nsMartin Schwidefsky2017-03-011-8/+4
| * s390/cputime: provide archicture specific cputime_to_nsecsMartin Schwidefsky2017-03-011-1/+7
| * s390/cputime: remove last traces of cputime_tMartin Schwidefsky2017-03-011-12/+2
* | arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-091-0/+1
* | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-022-1/+2
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-271-1/+6
|\
| * kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-271-1/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-02-278-27/+282
|\ \ | |/ |/|
| * s390: TASK_SIZE for kernel threadsMartin Schwidefsky2017-02-241-1/+2
| * s390/crypt: Add protected key AES moduleMartin Schwidefsky2017-02-241-1/+13
| * s390/pkey: Introduce pkey kernel moduleHarald Freudenberger2017-02-233-0/+203
| * s390/crypto: Add PCKMO inline functionHarald Freudenberger2017-02-231-0/+32
| * s390/mm: use _SEGMENT_ENTRY_EMPTY in the codeDominik Dingel2017-02-231-7/+7
| * s390: restore address space when returning to user spaceHeiko Carstens2017-02-232-14/+21
| * s390: rename CIF_ASCE to CIF_ASCE_PRIMARYHeiko Carstens2017-02-232-4/+4
* | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-252-5/+2
|\ \ | |/ |/|
| * treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-241-3/+1
| * treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-242-3/+2
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-242-3/+3
* | 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
|/
OpenPOWER on IntegriCloud