summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* 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 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-011-0/+2
|\ \
| * | s390/time: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange2017-04-141-0/+2
| |/
* | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-014-188/+62
|\ \
| * | HAVE_ARCH_HARDENED_USERCOPY is unconditional nowAl Viro2017-04-261-1/+0
| * | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro2017-04-261-1/+0
| | |
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. \ Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-2620-220/+119
| |\ \ \ \ \ \
| | | | | | * | s390: get rid of zeroing, switch to RAW_COPY_USERAl Viro2017-03-303-156/+33
| | | | | | * | 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-0216-33/+56
| | | | | |\ \ | | | |_|/ / / | | |/| | | / | | | | | |/
| | | | * | Merge commit 'fc69910f329d' into uaccess.mipsAl Viro2017-04-064-4/+4
| | | | |\ \ | | | |/ / / | | |/| | |
| | | * | | Merge commit 'b4fb8f66f1ae2e167d06c12d018025a8d4d3ba7e' into uaccess.ia64Al Viro2017-04-064-4/+4
| | | |\ \ \ | | |/ / / / | | | | _ / | | | | /
| | * | | 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 tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-04-081-5/+2
|\ \ \ \
| * \ \ \ Merge tag 'kvm-s390-master-4.11-1' of git://git.kernel.org/pub/scm/linux/kern...Radim Krčmář2017-04-041-5/+2
| |\ \ \ \
| | * | | | KVM: s390: remove change-recording override supportHeiko Carstens2017-04-031-5/+2
| | | |_|/ | | |/| |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-04-033-20/+22
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | s390/uaccess: get_user() should zero on failure (again)Heiko Carstens2017-03-301-1/+1
| * | | | s390/smp: fix ipl from cpu with non-zero addressHeiko Carstens2017-03-221-3/+2
| * | | | s390/decompressor: fix initrd corruption caused by bss clearMarcelo Henrique Cerri2017-03-221-16/+19
| |/ / /
* | | | mm: fix section name for .data..ro_after_initKees Cook2017-03-312-3/+0
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-03-1211-29/+51
|\ \ \
| * | | s390: wire up statx system callHeiko Carstens2017-03-093-1/+6
| * | | KVM: s390: Fix guest migration for huge guests resulting in panicJanosch Frank2017-03-021-1/+18
| * | | s390/ipl: always use load normal for CCW-type re-IPLHeiko Carstens2017-03-021-0/+2
| * | | 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: reset all accounting fields on forkMartin Schwidefsky2017-03-011-0/+3
| * | | s390/cputime: remove last traces of cputime_tMartin Schwidefsky2017-03-012-13/+3
| * | | s390: fix in-kernel program checksMartin Schwidefsky2017-03-011-5/+5
| * | | s390/crypt: fix missing unlock in ctr_paes_crypt on error pathMartin Schwidefsky2017-03-011-1/+4
* | | | arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-091-0/+1
| |_|/ |/| |
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-03-074-4/+4
|\ \ \ | |_|/ |/| |
| * | perf/core: Rename CONFIG_[UK]PROBE_EVENT to CONFIG_[UK]PROBE_EVENTSAnton Blanchard2017-03-014-4/+4
| |/
* | sched/headers: Move task statistics APIs from <linux/sched.h> to <linux/sched...Ingo Molnar2017-03-031-0/+1
* | sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar2017-03-031-0/+2
* | sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <li...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-022-2/+2
* | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-025-1/+7
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-0210-0/+12
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-025-0/+5
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-023-0/+6
* | sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar2017-03-021-0/+1
OpenPOWER on IntegriCloud