summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * s390: convert debug_info.ref_count from atomic_t to refcount_tElena Reshetova2017-05-111-4/+4
| * s390: move _text symbol to address higher than zeroHeiko Carstens2017-05-091-1/+7
| * s390/ftrace: fix compile for !MODULESHeiko Carstens2017-05-031-0/+4
| * s390/cputime: fix incorrect system timeMartin Schwidefsky2017-05-031-3/+18
* | s390: use set_memory.h headerLaura Abbott2017-05-083-1/+3
* | cpumask: make "nr_cpumask_bits" unsignedAlexey Dobriyan2017-05-081-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-021-1/+29
|\
| * livepatch/s390: add TIF_PATCH_PENDING thread flagMiroslav Benes2017-03-081-1/+30
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-05-0224-142/+761
|\ \
| * | s390/gs: add regset for the guarded storage broadcast control blockMartin Schwidefsky2017-04-211-0/+46
| * | s390/spinlock: remove compare and delay instructionMartin Schwidefsky2017-04-121-13/+6
| * | s390/cpumf: simplify detection of guest samplesMartin Schwidefsky2017-04-053-9/+4
| * | s390: use 64-bit lctlg to load task pid to cr4 on context switchMartin Schwidefsky2017-04-051-1/+3
| * | s390/cpum_cf: make hw_perf_event_update() a void functionHendrik Brueckner2017-03-311-4/+2
| * | s390/cpum_cf: correct variable naming (cleanup)Hendrik Brueckner2017-03-311-9/+9
| * | s390/cpum_cf: add IBM z13 counter event namesHendrik Brueckner2017-03-311-7/+123
| * | s390/cpum_cf: add support for the MT-diagnostic counter set (z13)Hendrik Brueckner2017-03-311-25/+64
| * | s390/cpum_cf: cleanup event/counter validationHendrik Brueckner2017-03-311-30/+1
| * | s390/cpum_cf: update counter numbers to ecctr limitsHendrik Brueckner2017-03-311-1/+1
| * | s390/kdump: Add final noteMichael Holzheu2017-03-281-0/+15
| * | s390/facilities: get rid of __ASSEMBLY__ in facility header fileHeiko Carstens2017-03-221-1/+0
| * | s390/sysinfo: provide remaining stsi information via debugfsHeiko Carstens2017-03-221-1/+19
| * | s390/sysinfo,topology: provide raw stsi 15,1,x data via debugfsHeiko Carstens2017-03-222-1/+81
| * | s390/debugfs: introduce top-level 's390' directoryHeiko Carstens2017-03-222-1/+16
| * | s390/dump_stack: use control program identification stringHeiko Carstens2017-03-221-5/+13
| * | s390/dump_stack: remove whitespace from arch descriptionHeiko Carstens2017-03-221-5/+24
| * | s390/sysinfo: allow compiler warnings againHeiko Carstens2017-03-221-2/+0
| * | s390/topology: fix typo in early topology codeHeiko Carstens2017-03-221-1/+1
| * | s390/topology: get rid of core mask arrayHeiko Carstens2017-03-221-1/+3
| * | s390/cpuinfo: show facilities as reported by stfleHeiko Carstens2017-03-221-0/+14
| * | Merge branch 'guarded-storage' into 'features' to make merging withMartin Schwidefsky2017-03-2215-31/+322
| |\ \
| | * | s390: add a system call for guarded storageMartin Schwidefsky2017-03-2215-31/+322
* | | | 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 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-04-031-3/+2
|\ \ \ \ | | |/ / | |/| |
| * | | s390/smp: fix ipl from cpu with non-zero addressHeiko Carstens2017-03-221-3/+2
| |/ /
* | | mm: fix section name for .data..ro_after_initKees Cook2017-03-311-2/+0
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-03-126-6/+14
|\ \ | |/ |/|
| * s390: wire up statx system callHeiko Carstens2017-03-092-0/+3
| * s390/ipl: always use load normal for CCW-type re-IPLHeiko Carstens2017-03-021-0/+2
| * s390/cputime: reset all accounting fields on forkMartin Schwidefsky2017-03-011-0/+3
| * s390/cputime: remove last traces of cputime_tMartin Schwidefsky2017-03-011-1/+1
| * s390: fix in-kernel program checksMartin Schwidefsky2017-03-011-5/+5
* | 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-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-028-0/+10
* | 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
OpenPOWER on IntegriCloud