Age | Commit message (Expand) | Author | Files | Lines |
2014-04-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 4 | -49/+76 |
2014-03-13 | cputime: Default implementation of nsecs -> cputime conversion | Frederic Weisbecker | 1 | -1/+1 |
2014-03-12 | Merge branch 'irq/for-gpio' into irq/core | Thomas Gleixner | 1 | -0/+1 |
2014-03-05 | s390: Do not rely on magic indirect includes | Thomas Gleixner | 1 | -0/+1 |
2014-03-04 | s390: Cio: Use the core irq stats function | Thomas Gleixner | 1 | -4/+1 |
2014-03-03 | Merge 3.14-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -0/+1 |
2014-02-21 | s390: improve debug feature usage | Sebastian Ott | 2 | -4/+3 |
2014-02-21 | s390/airq: add support for irq ranges | Martin Schwidefsky | 1 | -25/+41 |
2014-02-21 | s390/cio: fix irq stats for early interrupts on ccw consoles | Sebastian Ott | 1 | -8/+14 |
2014-02-21 | s390/cio: reorder initialization of ccw consoles | Sebastian Ott | 1 | -12/+17 |
2014-02-21 | s390/cio: fix driver callback initialization for ccw consoles | Sebastian Ott | 1 | -1/+2 |
2014-02-21 | s390/cio: Fix missing subchannels after CHPID configure on | Peter Oberparleiter | 1 | -0/+1 |
2014-02-18 | Merge 3.14-rc3 into driver-core-next | Greg Kroah-Hartman | 3 | -35/+21 |
2014-02-08 | s390: use device_remove_file_self() instead of device_schedule_callback() | Tejun Heo | 1 | -10/+16 |
2014-02-06 | s390/cio: improve cio_commit_config | Sebastian Ott | 1 | -26/+14 |
2014-01-29 | s390/qdio: correct program-controlled interruption checking | Ursula Braun | 1 | -1/+1 |
2014-01-29 | s390/qdio: for_each macro correctness | Jose Alonso | 1 | -8/+6 |
2014-01-14 | s390/qdio: bridgeport support - CHSC part | Eugene Crosser | 3 | -1/+174 |
2013-12-16 | s390/cio: use device_lock to synchronize calls to the ccwgroup driver | Sebastian Ott | 1 | -6/+6 |
2013-12-16 | s390/cio: use device_lock to synchronize calls to the ccw driver | Sebastian Ott | 1 | -10/+6 |
2013-12-16 | s390/cio: fix unlocked access of online member | Sebastian Ott | 1 | -4/+9 |
2013-12-16 | s390/blacklist: Perform subchannel scan only when needed | Peter Oberparleiter | 1 | -3/+3 |
2013-12-16 | s390/css: Prevent unnecessary allocation in subchannel loop | Peter Oberparleiter | 1 | -1/+9 |
2013-12-16 | s390/cio: Delay scan for newly available I/O devices | Peter Oberparleiter | 3 | -7/+9 |
2013-12-16 | s390/cio: Relax subchannel scan loop | Peter Oberparleiter | 1 | -0/+3 |
2013-12-16 | s390/cio: More efficient handling of CHPID availability events | Peter Oberparleiter | 1 | -36/+4 |
2013-11-15 | s390/scm_block: do not hide eadm subchannel dependency | Sebastian Ott | 2 | -53/+2 |
2013-10-24 | s390/eadm_sch: improve quiesce handling | Sebastian Ott | 2 | -3/+28 |
2013-10-24 | s390/bitops: rename find_first_bit_left() to find_first_bit_inv() | Heiko Carstens | 1 | -12/+7 |
2013-10-24 | s390/s390dbf: use debug_level_enabled() where applicable | Hendrik Brueckner | 2 | -8/+2 |
2013-10-24 | s390/qdio: fix atomic_sub() misusage | Heiko Carstens | 1 | -1/+1 |
2013-10-22 | s390/time: correct use of store clock fast | Martin Schwidefsky | 2 | -7/+7 |
2013-08-30 | s390/cio: fix unlocked access of global bitmap | Sebastian Ott | 1 | -0/+2 |
2013-08-30 | s390/hibernate: add early resume function | Sebastian Ott | 1 | -2/+0 |
2013-08-22 | s390: convert interrupt handling to use generic hardirq | Martin Schwidefsky | 3 | -28/+42 |
2013-08-22 | s390/airq: introduce adapter interrupt vector helper | Martin Schwidefsky | 1 | -0/+153 |
2013-08-22 | s390: replace strict_strtoul() with kstrtoul() | Jingoo Han | 4 | -4/+4 |
2013-07-16 | s390/qdio: remove unused variable | Sebastian Ott | 1 | -2/+2 |
2013-06-26 | s390/airq: simplify adapter interrupt code | Martin Schwidefsky | 2 | -128/+72 |
2013-06-26 | s390/irq: store interrupt information in pt_regs | Martin Schwidefsky | 1 | -40/+28 |
2013-06-26 | s390/chsc: Use snprintf instead of sprintf | Michael Holzheu | 1 | -6/+6 |
2013-06-26 | s390/qdio: cleanup chsc SADC usage | Sebastian Ott | 4 | -54/+73 |
2013-06-26 | s390/qdio: cleanup chsc SSQD usage | Sebastian Ott | 4 | -43/+58 |
2013-06-26 | s390/cio: Introduce on-close CHSC IOCTLs | Michael Holzheu | 1 | -0/+94 |
2013-06-26 | s390/cio: Make /dev/chsc a single-open device | Michael Holzheu | 1 | -1/+19 |
2013-06-26 | s390/cio: Introduce generic synchronous CHSC IOCTL | Michael Holzheu | 2 | -7/+35 |
2013-06-26 | s390/qdio: remove unused function | Sebastian Ott | 1 | -44/+0 |
2013-05-15 | s390/cio: add channel ID sysfs attribute | Peter Oberparleiter | 2 | -1/+39 |
2013-05-02 | s390/cio: add condev keyword to cio_ignore | Sebastian Ott | 1 | -0/+7 |
2013-05-02 | s390/cio: add ipldev keyword to cio_ignore | Sebastian Ott | 1 | -2/+19 |