| Commit message (Expand) | Author | Age | Files | Lines |
* | mm, dax, pmem: introduce pfn_t | Dan Williams | 2016-01-15 | 1 | -6/+5 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2016-01-13 | 25 | -700/+843 |
|\ |
|
| * | s390/sclp: fix possible control register corruption | Heiko Carstens | 2016-01-11 | 1 | -3/+2 |
| * | s390/dasd: fix failfast for disconnected devices | Stefan Haberland | 2015-12-30 | 1 | -2/+6 |
| * | 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/cio: Change I/O instructions from inline to normal functions | Peter Oberparleiter | 2015-12-18 | 3 | -208/+238 |
| * | s390/cio: Introduce common I/O layer tracepoints | Peter Oberparleiter | 2015-12-18 | 6 | -1/+419 |
| * | s390/cio: Consolidate inline assemblies and related data definitions | Peter Oberparleiter | 2015-12-18 | 4 | -60/+73 |
| * | s390/cio: Fix incorrect xsch opcode specification | Peter Oberparleiter | 2015-12-18 | 1 | -1/+1 |
| * | s390/cio: Remove unused inline assemblies | Peter Oberparleiter | 2015-12-18 | 5 | -31/+16 |
| * | 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 |
| * | s390: Delete unnecessary checks before the function call "debug_unregister" | Markus Elfring | 2015-11-27 | 4 | -16/+8 |
| * | s390/dump: cleanup CPU save area handling | Martin Schwidefsky | 2015-11-27 | 1 | -6/+5 |
| * | s390/dump: rework CPU register dump code | Martin Schwidefsky | 2015-11-27 | 2 | -3/+1 |
| * | s390/dump: remove SAVE_AREA_BASE | Martin Schwidefsky | 2015-11-27 | 1 | -1/+1 |
| * | s390/zcore: simplify memcpy_hsa | Martin Schwidefsky | 2015-11-27 | 1 | -68/+33 |
| * | s390/dump: streamline oldmem copy functions | Martin Schwidefsky | 2015-11-27 | 1 | -3/+17 |
| * | s390/zcore: remove /sys/kernel/debug/zcore/mem | Martin Schwidefsky | 2015-11-27 | 2 | -389/+9 |
| * | s390/zcore: copy vector registers into the image data | Martin Schwidefsky | 2015-11-27 | 1 | -16/+54 |
| * | s390/zcore: remove invalid kfree in init_cpu_info | Martin Schwidefsky | 2015-11-27 | 1 | -1/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-01-12 | 5 | -41/+22 |
|\ \ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-12-31 | 2 | -26/+40 |
| |\ \ |
|
| * | | | qeth: get rid of redundant 0-termination | Rasmus Villemoes | 2015-12-14 | 1 | -2/+0 |
| * | | | qeth: repair SBAL elements calculation | Ursula Braun | 2015-12-14 | 1 | -1/+1 |
| * | | | qeth: initialize net_device with carrier off | Ursula Braun | 2015-12-14 | 2 | -0/+2 |
| * | | | qeth use common function qeth_get_setassparms_cmd | Thomas Richter | 2015-12-14 | 3 | -33/+17 |
| * | | | s390-ctcm: Delete unnecessary checks before the function call "channel_remove" | Markus Elfring | 2015-12-14 | 1 | -5/+2 |
* | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-01-12 | 3 | -34/+5 |
|\ \ \ \ |
|
| * | | | | convert a bunch of open-coded instances of memdup_user_nul() | Al Viro | 2016-01-04 | 1 | -8/+3 |
| * | | | | Merge branch 'memdup_user_nul' into work.misc | Al Viro | 2016-01-04 | 2 | -26/+40 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | new helpers: no_seek_end_llseek{,_size}() | Al Viro | 2015-12-23 | 2 | -26/+2 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-01-12 | 1 | -2/+14 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | KVM: s390: consider system MHA for guest storage | Guenther Hutzl | 2015-12-15 | 1 | -1/+7 |
| * | | | s390/sclp: introduce check for SIE | David Hildenbrand | 2015-11-30 | 1 | -0/+1 |
| * | | | s390/sclp: introduce checks for ESCA and HVS | Eugene (jno) Dvurechenski | 2015-11-30 | 1 | -1/+6 |
| |/ / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2015-12-22 | 1 | -1/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | s390/zcrypt: Fix AP queue handling if queue is full | Ingo Tuchscherer | 2015-11-27 | 1 | -1/+3 |
| |/ |
|
* | | virtio/s390: handle error values in irb | Cornelia Huck | 2015-12-17 | 1 | -25/+37 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2015-11-18 | 10 | -33/+66 |
|\ |
|
| * | s390/zcrypt: Fix initialisation when zcrypt is built-in | Sascha Silbe | 2015-11-11 | 5 | -8/+14 |
| * | s390/zcrypt: Fix kernel crash on systems without AP bus support | Sascha Silbe | 2015-11-11 | 1 | -0/+6 |
| * | s390: add support for ipl devices in subchannel sets > 0 | Sebastian Ott | 2015-11-11 | 3 | -20/+46 |
| * | s390/cio: simplify css_generate_pgid | Sebastian Ott | 2015-11-09 | 1 | -5/+0 |
* | | block: change ->make_request_fn() and users to return a queue cookie | Jens Axboe | 2015-11-07 | 2 | -5/+8 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2015-11-04 | 28 | -2799/+1249 |
|\ |
|
| * | s390/cio: de-duplicate subchannel validation | Pierre Morel | 2015-11-03 | 1 | -23/+4 |
| * | s390/css: unneeded initialization in for_each_subchannel | Pierre Morel | 2015-11-03 | 1 | -1/+0 |