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