summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-0/+3
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-111-1/+0
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-241-1/+1
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-206-3/+16
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | net: Add a new socket option for a future transmit time.Richard Cochran2018-07-041-0/+3
* | | | | | | | | Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-152-33/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-2/+0
| * | | | | | | | | Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-022-7/+0
| * | | | | | | | | kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-24/+0
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-08-152-5/+4
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | kbuild: do not redirect the first prerequisite for filechkMasahiro Yamada2018-07-281-3/+3
| * | | | | | | | kbuild: move bin2c back to scripts/ from scripts/basic/Masahiro Yamada2018-07-181-2/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-08-1367-574/+1483
|\ \ \ \ \ \ \ \
| * | | | | | | | s390/mm: fix addressing exception after suspend/resumeGerald Schaefer2018-08-091-1/+1
| * | | | | | | | s390: fix br_r1_trampoline for machines without exrlMartin Schwidefsky2018-08-071-2/+0
| * | | | | | | | s390/lib: use expoline for all bcr instructionsMartin Schwidefsky2018-08-071-6/+10
| * | | | | | | | s390/numa: move initial setup of node_to_cpumask_mapMartin Schwidefsky2018-08-011-14/+2
| * | | | | | | | s390/kdump: Fix elfcorehdr size calculationPhilipp Rudo2018-07-311-6/+98
| * | | | | | | | s390/cpum_sf: save TOD clock base in SDBs for time conversionHendrik Brueckner2018-07-312-4/+22
| * | | | | | | | Merge tag 'hlp_stage1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms3...Martin Schwidefsky2018-07-3111-121/+740
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | KVM: s390: Add huge page enablement controlJanosch Frank2018-07-301-2/+40
| | * | | | | | | s390/mm: Add huge page gmap linking supportJanosch Frank2018-07-304-7/+13
| | * | | | | | | s390/mm: hugetlb pages within a gmap can not be freedDominik Dingel2018-07-301-0/+6
| | * | | | | | | KVM: s390: Add skey emulation fault handlingJanosch Frank2018-07-302-37/+83
| | * | | | | | | s390/mm: Add huge pmd storage key handlingJanosch Frank2018-07-301-10/+98
| | * | | | | | | s390/mm: Clear skeys for newly mapped huge guest pmdsJanosch Frank2018-07-303-1/+30
| | * | | | | | | s390/mm: Clear huge page storage keys on enable_skeyDominik Dingel2018-07-302-7/+31
| | * | | | | | | s390/mm: Add huge page dirty sync supportJanosch Frank2018-07-305-44/+148
| | * | | | | | | s390/mm: Add gmap pmd invalidation and clearingJanosch Frank2018-07-303-3/+143
| | * | | | | | | s390/mm: Add gmap pmd notification bit settingJanosch Frank2018-07-302-6/+57
| | * | | | | | | s390/mm: Add gmap pmd linkingJanosch Frank2018-07-302-6/+13
| | * | | | | | | s390/mm: Abstract gmap notify bit settingJanosch Frank2018-07-302-4/+11
| | * | | | | | | s390/mm: Make gmap_protect_range more modularJanosch Frank2018-07-301-10/+83
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | s390: reenable gcc pluginsMartin Schwidefsky2018-07-251-1/+1
| * | | | | | | s390: disable gcc pluginsMartin Schwidefsky2018-07-251-1/+1
| * | | | | | | s390: vdso_fault return typeSouptick Joarder2018-07-231-1/+1
| * | | | | | | s390/hypfs: Replace PTR_RET with PTR_ERR_OR_ZEROGustavo A. R. Silva2018-07-191-2/+2
| * | | | | | | s390: detect etoken facilityMartin Schwidefsky2018-07-182-1/+13
| * | | | | | | s390/chsc: fix packed-not-aligned warningsSebastian Ott2018-07-171-5/+5
| * | | | | | | s390/kvm: fix deadlock when killed by oomClaudio Imbrenda2018-07-161-0/+2
| * | | | | | | s390/cmm: avoid add_timer on concurrently used timerVasily Gorbik2018-07-161-6/+1
| * | | | | | | s390/appldata: reuse generic proc handler functionsVasily Gorbik2018-07-061-76/+45
| * | | | | | | s390/cmm: split and simplify cmm pages proc handlerVasily Gorbik2018-07-061-35/+32
| * | | | | | | s390/topology: correct topology mode proc handlerVasily Gorbik2018-07-061-25/+18
| * | | | | | | s390/mm: correct allocate_pgste proc_handler callbackVasily Gorbik2018-07-061-1/+1
| * | | | | | | s390/purgatory: Remove duplicate variable definitionsPhilipp Rudo2018-07-064-42/+20
| * | | | | | | s390/purgatory: Add missing FORCE to Makefile targetsPhilipp Rudo2018-07-061-3/+3
| * | | | | | | s390/purgatory: Fix crash with expoline enabledPhilipp Rudo2018-07-061-0/+1
| * | | | | | | s390/pci: add fmt3 fmbSebastian Ott2018-07-042-0/+13
| * | | | | | | s390/decompressor: support extra debug flagsVasily Gorbik2018-07-021-0/+4