| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2016-10-04 | 3 | -15/+16 |
|\ |
|
| * | s390/con3270: fix insufficient space padding | Sascha Silbe | 2016-09-30 | 1 | -2/+7 |
| * | s390/con3270: fix use of uninitialised data | Sascha Silbe | 2016-09-30 | 1 | -1/+1 |
| * | s390/vmur: fix irq pointer dereference in int handler | Sebastian Ott | 2016-09-20 | 1 | -4/+5 |
| * | s390/tape: Use memdup_user() rather than duplicating its implementation | Markus Elfring | 2016-08-24 | 1 | -8/+3 |
* | | miscdevice: Add helper macro for misc device boilerplate | PrasannaKumar Muralidharan | 2016-08-31 | 1 | -18/+1 |
|/ |
|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-08-02 | 2 | -9/+26 |
|\ |
|
| * | s390/sclp: detect storage-key facility | David Hildenbrand | 2016-06-10 | 1 | -0/+1 |
| * | s390/sclp: detect interlock-and-broadcast-suppression facility | David Hildenbrand | 2016-06-10 | 1 | -0/+1 |
| * | s390/sclp: detect PFMF interpretation facility | David Hildenbrand | 2016-06-10 | 1 | -1/+3 |
| * | s390/sclp: detect conditional-external-interception facility | David Hildenbrand | 2016-06-10 | 1 | -0/+1 |
| * | s390/sclp: detect intervention bypass facility | David Hildenbrand | 2016-06-10 | 1 | -0/+1 |
| * | s390/sclp: detect guest-storage-limit-suppression | David Hildenbrand | 2016-06-10 | 1 | -0/+1 |
| * | s390/sclp: detect cmma | David Hildenbrand | 2016-06-10 | 1 | -0/+1 |
| * | s390/sclp: detect guest-PER enhancement | David Hildenbrand | 2016-06-10 | 1 | -0/+1 |
| * | s390/sclp: detect 64-bit-SCAO facility | David Hildenbrand | 2016-06-10 | 1 | -0/+1 |
| * | s390: Make cpc_name accessible | Janosch Frank | 2016-06-10 | 1 | -8/+15 |
* | | s390/console: Make preferred console handling more consistent | Peter Oberparleiter | 2016-07-13 | 1 | -1/+2 |
* | | s390/ipl: rename diagnose enums | Heiko Carstens | 2016-06-13 | 1 | -1/+1 |
* | | s390/cpuinfo: show dynamic and static cpu mhz | Heiko Carstens | 2016-06-13 | 1 | -1/+1 |
* | | s390/keyboard: use memdup_user_nul() | Muhammad Falak R Wani | 2016-06-13 | 1 | -12/+3 |
|/ |
|
* | Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2016-05-20 | 2 | -14/+12 |
|\ |
|
| * | Merge 4.6-rc7 into tty-next | Greg Kroah-Hartman | 2016-05-09 | 1 | -5/+7 |
| |\ |
|
| * | | tty: Replace ASYNC_INITIALIZED bit and update atomically | Peter Hurley | 2016-04-30 | 1 | -7/+5 |
| * | | tty: Replace ASYNC_SUSPENDED bit and update atomically | Peter Hurley | 2016-04-30 | 1 | -6/+6 |
| * | | tty: Replace TTY_IO_ERROR bit tests with tty_io_error() | Peter Hurley | 2016-04-30 | 1 | -2/+2 |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-05-19 | 1 | -1/+5 |
|\ \ \ |
|
| * | | | s390/sclp: Add hmfai field | Alexander Yarygin | 2016-05-09 | 1 | -1/+5 |
| |/ / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2016-05-18 | 10 | -190/+337 |
|\ \ \
| |_|/
|/| | |
|
| * | | s390/3270: hangup the 3270 tty after a disconnect | Martin Schwidefsky | 2016-05-10 | 1 | -3/+35 |
| * | | s390/3270: handle reconnect of a tty with a different size | Martin Schwidefsky | 2016-05-10 | 2 | -4/+53 |
| * | | s390/3270: avoid endless I/O loop with disconnected 3270 terminals | Martin Schwidefsky | 2016-05-04 | 5 | -95/+23 |
| * | | s390/3270: fix garbled output on 3270 tty view | Martin Schwidefsky | 2016-05-04 | 1 | -1/+4 |
| * | | s390/3270: fix view reference counting | Martin Schwidefsky | 2016-05-04 | 1 | -8/+6 |
| * | | s390/3270: add missing tty_kref_put | Martin Schwidefsky | 2016-05-04 | 1 | -0/+1 |
| * | | s390/sclp: avoid compile warning in sclp_pci_report | Martin Schwidefsky | 2016-04-21 | 1 | -1/+2 |
| * | | s390/sclp: event type macro cleanup | Sebastian Ott | 2016-04-15 | 2 | -20/+20 |
| * | | s390/sclp: add error notification command | Sebastian Ott | 2016-04-15 | 2 | -2/+120 |
| * | | s390/sclp: move pci related commands to separate file | Sebastian Ott | 2016-04-15 | 3 | -61/+78 |
| |/ |
|
* | | s390/sclp_ctl: fix potential information leak with /dev/sclp | Martin Schwidefsky | 2016-04-27 | 1 | -5/+7 |
|/ |
|
* | Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2016-03-17 | 1 | -2/+1 |
|\ |
|
| * | tty: Remove ASYNC_CLOSING | Peter Hurley | 2016-01-28 | 1 | -2/+1 |
* | | s390: Use pr_warn instead of pr_warning | Joe Perches | 2016-03-07 | 5 | -30/+23 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2016-01-13 | 9 | -466/+167 |
|\ |
|
| * | s390/sclp: fix possible control register corruption | Heiko Carstens | 2016-01-11 | 1 | -3/+2 |
| * | s390/con3270: testing return kzalloc retval | Pierre Morel | 2015-12-30 | 1 | -0/+2 |
| * | s390/hmcdrv: constify hmcdrv_ftp_ops structs | Aya Mahfouz | 2015-12-30 | 1 | -3/+3 |
| * | s390/cio: add NULL test | Julia Lawall | 2015-12-30 | 1 | -0/+2 |
| * | s390/sclp: add open for business support | Jochen Schweflinghaus | 2015-11-27 | 2 | -1/+109 |
| * | s390/sclp_cpi: remove sclp_cpi module in favor of sysfs interface | Hendrik Brueckner | 2015-11-27 | 3 | -54/+0 |