| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'm68k-for-v4.12-tag1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-05-02 | 3 | -116/+61 |
|\ |
|
| * | m68k/mac: Clarify IOP message alloc/free confusion | Finn Thain | 2017-04-20 | 1 | -13/+6 |
| * | m68k/mac: Adopt platform_device_register_simple() | Finn Thain | 2017-04-20 | 1 | -37/+12 |
| * | m68k/mac: Modernize printing of kernel messages | Geert Uytterhoeven | 2017-04-20 | 2 | -21/+14 |
| * | m68k/mac: IOP - Modernize printing of kernel messages | Geert Uytterhoeven | 2017-04-20 | 1 | -45/+29 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2017-05-02 | 91 | -508/+1495 |
|\ \ |
|
| * \ | Merge branch 's390forkvm' of git://git.kernel.org/pub/scm/linux/kernel/git/kv... | Martin Schwidefsky | 2017-04-27 | 1 | -2/+3 |
| |\ \ |
|
| | * | | s390/cpacf: Introduce kma instruction | Jason J. Herne | 2017-04-26 | 1 | -0/+1 |
| | * | | s390/cpacf: query instructions use unique parameters for compatibility with KMA | Jason J. Herne | 2017-04-26 | 1 | -2/+2 |
| * | | | s390/crypt: use the correct module alias for paes_s390. | Harald Freudenberger | 2017-04-26 | 1 | -1/+1 |
| * | | | s390/crypto: Provide s390 specific arch random functionality. | Harald Freudenberger | 2017-04-26 | 5 | -1/+117 |
| * | | | s390/crypto: Add new subfunctions to the cpacf PRNO function. | Harald Freudenberger | 2017-04-26 | 1 | -2/+29 |
| * | | | s390/crypto: Renaming PPNO to PRNO. | Harald Freudenberger | 2017-04-26 | 3 | -32/+32 |
| * | | | s390/pageattr: avoid unnecessary page table splitting | Heiko Carstens | 2017-04-26 | 1 | -3/+7 |
| * | | | s390/mm: simplify arch_get_unmapped_area[_topdown] | Martin Schwidefsky | 2017-04-25 | 1 | -57/+32 |
| * | | | s390/mm: make TASK_SIZE independent from the number of page table levels | Martin Schwidefsky | 2017-04-25 | 7 | -33/+21 |
| * | | | s390/gs: add regset for the guarded storage broadcast control block | Martin Schwidefsky | 2017-04-21 | 1 | -0/+46 |
| * | | | s390/kvm: Add use_cmma field to mm_context_t | Claudio Imbrenda | 2017-04-20 | 2 | -0/+3 |
| * | | | s390/kvm: Add PGSTE manipulation functions | Claudio Imbrenda | 2017-04-20 | 4 | -6/+185 |
| * | | | s390/spinlock: remove compare and delay instruction | Martin Schwidefsky | 2017-04-12 | 3 | -45/+13 |
| * | | | s390/spinlock: use atomic primitives for spinlocks | Martin Schwidefsky | 2017-04-12 | 4 | -76/+70 |
| * | | | s390/cpumf: simplify detection of guest samples | Martin Schwidefsky | 2017-04-05 | 3 | -9/+4 |
| * | | | s390/pci: remove forward declaration | Sebastian Ott | 2017-04-05 | 1 | -8/+5 |
| * | | | s390/pci: increase the PCI_NR_FUNCTIONS default | Sebastian Ott | 2017-04-05 | 1 | -1/+1 |
| * | | | s390/pci: reduce iomap size (even more) | Sebastian Ott | 2017-04-05 | 1 | -1/+1 |
| * | | | s390/pci: remove duplicated define | Sebastian Ott | 2017-04-05 | 1 | -2/+0 |
| * | | | s390/pci: remove unused function | Sebastian Ott | 2017-04-05 | 1 | -5/+0 |
| * | | | s390: use 64-bit lctlg to load task pid to cr4 on context switch | Martin Schwidefsky | 2017-04-05 | 1 | -1/+3 |
| * | | | Merge branch 'vfio-ccw-for-martin' of git://git.kernel.org/pub/scm/linux/kern... | Martin Schwidefsky | 2017-03-31 | 3 | -0/+29 |
| |\ \ \ |
|
| | * | | | vfio: ccw: introduce support for ccw0 | Dong Jia Shi | 2017-03-31 | 1 | -0/+18 |
| | * | | | vfio: ccw: register vfio_ccw to the mediated device framework | Dong Jia Shi | 2017-03-31 | 1 | -1/+1 |
| | * | | | vfio: ccw: basic implementation for vfio_ccw driver | Dong Jia Shi | 2017-03-31 | 2 | -0/+11 |
| | |/ / |
|
| * | | | s390/cpum_cf: make hw_perf_event_update() a void function | Hendrik Brueckner | 2017-03-31 | 1 | -4/+2 |
| * | | | s390/cpu_mf: remove register variable in __ecctr() | Hendrik Brueckner | 2017-03-31 | 1 | -1/+1 |
| * | | | s390/cpum_cf: correct variable naming (cleanup) | Hendrik Brueckner | 2017-03-31 | 1 | -9/+9 |
| * | | | s390/cpum_cf: add IBM z13 counter event names | Hendrik Brueckner | 2017-03-31 | 1 | -7/+123 |
| * | | | s390/cpum_cf: add support for the MT-diagnostic counter set (z13) | Hendrik Brueckner | 2017-03-31 | 2 | -26/+67 |
| * | | | s390/cpum_cf: cleanup event/counter validation | Hendrik Brueckner | 2017-03-31 | 1 | -30/+1 |
| * | | | s390/cpum_cf: update counter numbers to ecctr limits | Hendrik Brueckner | 2017-03-31 | 2 | -3/+3 |
| * | | | s390: use generic headers if possible | Heiko Carstens | 2017-03-30 | 7 | -16/+6 |
| * | | | s390/uapi: use generic headers if possible | Heiko Carstens | 2017-03-30 | 10 | -59/+10 |
| * | | | s390: make MAX_PHYSMEM_BITS configurable | Heiko Carstens | 2017-03-28 | 2 | -1/+11 |
| * | | | s390: enable ARCH_SUPPORTS_DEFERRED_STRUCT_PAGE_INIT | Heiko Carstens | 2017-03-28 | 4 | -0/+4 |
| * | | | s390/kdump: Add final note | Michael Holzheu | 2017-03-28 | 1 | -0/+15 |
| * | | | s390: remove HAVE_ARCH_EARLY_PFN_TO_NID select statement | Heiko Carstens | 2017-03-28 | 1 | -1/+0 |
| * | | | s390/mm: Remove double gaddr calculation when notifying | Janosch Frank | 2017-03-24 | 1 | -21/+14 |
| * | | | s390/facilities: get rid of __ASSEMBLY__ in facility header file | Heiko Carstens | 2017-03-22 | 2 | -5/+0 |
| * | | | s390/facilites: use stfle_fac_list array size for MAX_FACILITY_BIT | Heiko Carstens | 2017-03-22 | 1 | -1/+1 |
| * | | | s390/sysinfo: provide remaining stsi information via debugfs | Heiko Carstens | 2017-03-22 | 1 | -1/+19 |
| * | | | s390/sysinfo,topology: provide raw stsi 15,1,x data via debugfs | Heiko Carstens | 2017-03-22 | 3 | -1/+90 |