| Commit message (Expand) | Author | Age | Files | Lines |
* | s390/hypfs: add interface for diagnose 0x304 | Martin Schwidefsky | 2014-01-24 | 1 | -0/+5 |
* | s390/vmur: Link parent CCW device during UR device creation | Hendrik Brueckner | 2014-01-22 | 1 | -2/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2014-01-20 | 4 | -70/+65 |
|\ |
|
| * | s390/sclp_early: Add function to detect sclp console capabilities | Hendrik Brueckner | 2013-12-16 | 1 | -16/+30 |
| * | s390/sclp_early: Pass sccb pointer to every *_detect() function | Hendrik Brueckner | 2013-12-16 | 1 | -21/+16 |
| * | s390/sclp_early: Replace early_read_info_sccb with sccb_early | Hendrik Brueckner | 2013-12-16 | 1 | -8/+4 |
| * | s390/sclp_early: Get rid of sclp_early_read_info_sccb_valid | Hendrik Brueckner | 2013-12-16 | 3 | -23/+16 |
| * | s390/3270: fix use after free of tty3270_screen structure | Martin Schwidefsky | 2013-12-16 | 1 | -5/+2 |
* | | s390/3270: fix allocation of tty3270_screen structure | Martin Schwidefsky | 2013-12-18 | 1 | -1/+1 |
|/ |
|
* | s390/sclp: replace uninitialized early_event_mask_sccb variable with sccb_early | Hendrik Brueckner | 2013-12-02 | 1 | -3/+2 |
* | s390/sclp: Consolidate early sclp init calls to sclp_early_detect() | Michael Holzheu | 2013-11-15 | 1 | -18/+9 |
* | s390/sclp: Move early code from sclp_cmd.c to sclp_early.c | Michael Holzheu | 2013-11-15 | 3 | -172/+176 |
* | s390/sclp: Determine HSA size dynamically for zfcpdump | Michael Holzheu | 2013-11-15 | 5 | -17/+122 |
* | s390/sclp: Move declarations for sclp_sdias into separate header file | Michael Holzheu | 2013-11-15 | 2 | -56/+68 |
* | s390/3270: fix missing device_destroy() call | Hendrik Brueckner | 2013-11-15 | 1 | -0/+1 |
* | s390/3270: use diagnose 0x210 for device sensing under z/VM | Martin Schwidefsky | 2013-10-24 | 1 | -1/+1 |
* | s390/3270: remove unnecessary pointer check | Martin Schwidefsky | 2013-10-24 | 1 | -1/+1 |
* | s390/monwriter: fix smatch warning for strcpy() | Gerald Schaefer | 2013-10-24 | 1 | -1/+1 |
* | s390: Remove zfcpdump NR_CPUS dependency | Michael Holzheu | 2013-10-24 | 1 | -11/+9 |
* | s390/time: correct use of store clock fast | Martin Schwidefsky | 2013-10-22 | 1 | -2/+2 |
* | s390/vmlogrdr: fix array access in vmlogrdr_open() | Heiko Carstens | 2013-10-15 | 1 | -1/+1 |
* | s390/sclp: properly detect line mode console | Christian Borntraeger | 2013-09-30 | 1 | -3/+5 |
* | s390/3270: fix return value check in tty3270_resize_work() | Wei Yongjun | 2013-09-30 | 1 | -1/+1 |
* | s390/vmcore: use vmcore for zfcpdump | Michael Holzheu | 2013-09-11 | 1 | -3/+3 |
* | s390: make various functions static, add declarations to header files | Heiko Carstens | 2013-09-07 | 2 | -6/+6 |
* | s390/irq: rework irq subclass handling | Heiko Carstens | 2013-09-04 | 1 | -3/+3 |
* | s390/sclp: reword cpu capability change message | Heiko Carstens | 2013-08-22 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-07-04 | 1 | -1/+1 |
|\ |
|
| * | treewide: relase -> release | Geert Uytterhoeven | 2013-06-28 | 1 | -1/+1 |
* | | s390/vmwatchdog: do not use static data | Sebastian Ott | 2013-06-26 | 1 | -2/+3 |
* | | s390/sclp: remove duplicated include from sclp_ctl.c | Wei Yongjun | 2013-06-26 | 1 | -1/+0 |
* | | s390/drivers: Cocci spatch "ptr_ret.spatch" | Thomas Meyer | 2013-06-26 | 3 | -3/+3 |
* | | s390/sclp: Add SCLP character device driver | Michael Holzheu | 2013-06-26 | 5 | -15/+166 |
* | | s390/sclp: add parameter to specify number of buffer pages | Martin Schwidefsky | 2013-06-26 | 4 | -7/+138 |
|/ |
|
* | s390/memory hotplug,sclp: get rid of per memory increment usecount | Heiko Carstens | 2013-05-02 | 1 | -18/+2 |
* | s390/mem_detect: limit memory detection loop to "mem=" parameter | Heiko Carstens | 2013-05-02 | 1 | -2/+2 |
* | s390/zcore: calculate real memory size using own get_mem_size function | Heiko Carstens | 2013-05-02 | 1 | -15/+15 |
* | Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2013-04-29 | 2 | -14/+3 |
|\ |
|
| * | Merge 3.9-rc7 intp tty-next | Greg Kroah-Hartman | 2013-04-14 | 1 | -7/+9 |
| |\ |
|
| * \ | Merge 3.9-rc5 into tty-next | Greg Kroah-Hartman | 2013-04-01 | 1 | -0/+2 |
| |\ \ |
|
| * | | | TTY: add tty_port_tty_wakeup helper | Jiri Slaby | 2013-03-18 | 2 | -14/+3 |
* | | | | s390/memory hotplug: prevent offline of active memory increments | Heiko Carstens | 2013-04-26 | 1 | -1/+3 |
* | | | | s390/zcore: Fix HSA copy length for last block | Michael Holzheu | 2013-04-23 | 1 | -1/+1 |
* | | | | s390/cio: ccw_device_force_console don't use static variable | Sebastian Ott | 2013-04-17 | 2 | -2/+2 |
* | | | | s390/cio: wait_cons_dev don't use static variable | Sebastian Ott | 2013-04-17 | 2 | -3/+3 |
* | | | | s390/monreader: Remove redundant NULL check before kfree | Syam Sidhardhan | 2013-04-17 | 1 | -2/+1 |
| |_|/
|/| | |
|
* | | | s390/3270: fix minor_start issue | Martin Schwidefsky | 2013-03-21 | 1 | -7/+9 |
| |/
|/| |
|
* | | s390/kdump: Do not add standby memory for kdump | Michael Holzheu | 2013-03-11 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-26 | 3 | -7/+7 |
|\ |
|
| * | new helper: file_inode(file) | Al Viro | 2013-02-22 | 3 | -7/+7 |