summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | vfio: ccw: basic implementation for vfio_ccw driverDong Jia Shi2017-03-311-0/+1
| | |/ / /
| * | | | s390/cpu_mf: remove register variable in __ecctr()Hendrik Brueckner2017-03-311-1/+1
| * | | | s390/cpum_cf: add support for the MT-diagnostic counter set (z13)Hendrik Brueckner2017-03-311-1/+3
| * | | | s390/cpum_cf: update counter numbers to ecctr limitsHendrik Brueckner2017-03-311-2/+2
| * | | | s390: use generic headers if possibleHeiko Carstens2017-03-307-16/+6
| * | | | s390: make MAX_PHYSMEM_BITS configurableHeiko Carstens2017-03-281-1/+1
| * | | | s390/facilities: get rid of __ASSEMBLY__ in facility header fileHeiko Carstens2017-03-221-4/+0
| * | | | s390/facilites: use stfle_fac_list array size for MAX_FACILITY_BITHeiko Carstens2017-03-221-1/+1
| * | | | s390/sysinfo,topology: provide raw stsi 15,1,x data via debugfsHeiko Carstens2017-03-221-0/+9
| * | | | s390/pkey: Introduce new API for secure key verificationHarald Freudenberger2017-03-221-0/+21
| * | | | s390/topology: get rid of core mask arrayHeiko Carstens2017-03-221-2/+1
| * | | | s390/bitops: remove outdated commentHeiko Carstens2017-03-221-8/+0
| * | | | s390/bitops: add for_each_set_bit_inv helperHeiko Carstens2017-03-221-0/+5
| | |_|/ | |/| |
| * | | s390: add a system call for guarded storageMartin Schwidefsky2017-03-227-12/+32
| |/ /
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-011-6/+0
|\ \ \
| * \ \ Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar2017-04-031-1/+0
| |\ \ \
| * | | | mm/gup: Drop the arch_pte_access_permitted() MMU callbackKirill A. Shutemov2017-03-181-6/+0
| | |/ / | |/| |
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-011-2/+2
|\ \ \ \
| * | | | debug: Add _ONCE() logic to report_bug()Peter Zijlstra2017-03-301-2/+2
| |/ / /
* | | | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-012-142/+39
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-265-162/+52
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | | | * | | s390: get rid of zeroing, switch to RAW_COPY_USERAl Viro2017-03-301-111/+9
| | | | * | | s390: switch to extable.hAl Viro2017-03-282-25/+29
| | | |/ / / | | |/| | |
| | | * | | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-023-20/+13
| | | |\ \ \ | | |/ / / / | | | | _ / | | | | /
| | * | | new helper: uaccess_kernel()Al Viro2017-03-281-1/+1
| | * | | uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-051-2/+0
| | * | | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-051-3/+0
| |/ / /
* | | | s390/mm: fix CMMA vs KSM vs othersChristian Borntraeger2017-04-121-0/+2
* | | | 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
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-03-122-20/+12
|\ \
| * | 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-276-27/+169
|\ \ | |/ |/|
| * 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-231-0/+90
| * 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
OpenPOWER on IntegriCloud