| Commit message (Expand) | Author | Age | Files | Lines |
* | s390: add SMT support | Martin Schwidefsky | 2015-01-22 | 18 | -118/+430 |
* | s390: avoid z13 cache aliasing | Martin Schwidefsky | 2015-01-22 | 5 | -18/+155 |
* | s390: add z13 code generation support | Martin Schwidefsky | 2015-01-22 | 4 | -1/+26 |
* | s390/hmcdrv: remove unnecessary version.h inclusion | Syam Sidhardhan | 2015-01-15 | 1 | -1/+0 |
* | s390/docs: Remove section about script debugging from Debugging390.txt | Thomas Huth | 2015-01-15 | 1 | -29/+0 |
* | s390/docs: Break long lines in Debugging390.txt | Thomas Huth | 2015-01-15 | 1 | -227/+237 |
* | s390: move cacheinfo sysfs to generic cacheinfo infrastructure | Sudeep Holla | 2015-01-08 | 1 | -296/+92 |
* | s390/crypto: remove 'const' to avoid compiler warnings | Chen Gang | 2015-01-08 | 1 | -2/+2 |
* | s390: remove unnecessary KERN_CONT | Joe Perches | 2015-01-08 | 1 | -1/+1 |
* | s390/sclp: sign extend return value of _sclp_print_early() | Heiko Carstens | 2015-01-08 | 1 | -1/+2 |
* | s390/sclp: fix declaration of _sclp_print_early() | Chen Gang | 2015-01-08 | 2 | -2/+3 |
* | s390: keep Kconfig sorted | Heiko Carstens | 2015-01-08 | 1 | -1/+1 |
* | s390/cio: idset.c: remove some unused functions | Rickard Strandqvist | 2015-01-08 | 2 | -22/+0 |
* | s390/signal: add sys_sigreturn and sys_rt_sigreturn declarations | Heiko Carstens | 2015-01-08 | 1 | -1/+3 |
* | s390/pgtable: add unsigned long casts | Heiko Carstens | 2015-01-08 | 1 | -3/+3 |
* | s390/disassembler: remove indentical initializer | Heiko Carstens | 2015-01-08 | 1 | -1/+0 |
* | s390/pci: add missing address space annotation | Heiko Carstens | 2015-01-08 | 1 | -2/+2 |
* | s390/ftrace: add code replacement sanity checks | Heiko Carstens | 2015-01-08 | 1 | -46/+49 |
* | s390/mm: avoid using pmd_to_page for !USE_SPLIT_PMD_PTLOCKS | Martin Schwidefsky | 2015-01-08 | 1 | -2/+3 |
* | s390/timex: fix get_tod_clock_ext() inline assembly | Chen Gang | 2015-01-07 | 2 | -5/+7 |
* | s390: wire up execveat syscall | Heiko Carstens | 2014-12-18 | 2 | -1/+3 |
* | s390/kernel: use stnsm 255 instead of stosm 0 | Christian Borntraeger | 2014-12-18 | 1 | -1/+1 |
* | s390/vtime: Get rid of redundant WARN_ON | Christian Borntraeger | 2014-12-18 | 1 | -2/+0 |
* | s390/zcrypt: kernel oops at insmod of the z90crypt device driver | Harald Freudenberger | 2014-12-18 | 1 | -3/+7 |
* | Ceph: remove left-over reject file | Linus Torvalds | 2014-12-18 | 1 | -10/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2014-12-18 | 29 | -180/+992 |
|\ |
|
| * | ceph: fix setting empty extended attribute | Yan, Zheng | 2014-12-17 | 1 | -2/+5 |
| * | ceph: fix mksnap crash | Yan, Zheng | 2014-12-17 | 1 | -1/+3 |
| * | ceph: do_sync is never initialized | Dan Carpenter | 2014-12-17 | 1 | -1/+1 |
| * | libceph: fixup includes in pagelist.h | Ilya Dryomov | 2014-12-17 | 1 | -1/+3 |
| * | ceph: support inline data feature | Yan, Zheng | 2014-12-17 | 1 | -1/+2 |
| * | ceph: flush inline version | Yan, Zheng | 2014-12-17 | 3 | -4/+23 |
| * | ceph: convert inline data to normal data before data write | Yan, Zheng | 2014-12-17 | 3 | -3/+161 |
| * | ceph: sync read inline data | Yan, Zheng | 2014-12-17 | 2 | -13/+116 |
| * | ceph: fetch inline data when getting Fcr cap refs | Yan, Zheng | 2014-12-17 | 3 | -18/+63 |
| * | ceph: use getattr request to fetch inline data | Yan, Zheng | 2014-12-17 | 4 | -10/+34 |
| * | ceph: add inline data to pagecache | Yan, Zheng | 2014-12-17 | 6 | -1/+85 |
| * | ceph: parse inline data in MClientReply and MClientCaps | Yan, Zheng | 2014-12-17 | 3 | -11/+36 |
| * | libceph: specify position of extent operation | Yan, Zheng | 2014-12-17 | 4 | -20/+19 |
| * | libceph: add CREATE osd operation support | Yan, Zheng | 2014-12-17 | 1 | -20/+22 |
| * | libceph: add SETXATTR/CMPXATTR osd operations support | Yan, Zheng | 2014-12-17 | 2 | -0/+57 |
| * | rbd: don't treat CEPH_OSD_OP_DELETE as extent op | Ilya Dryomov | 2014-12-17 | 1 | -2/+6 |
| * | ceph: remove unused stringification macros | Ilya Dryomov | 2014-12-17 | 1 | -3/+0 |
| * | libceph: require cephx message signature by default | Yan, Zheng | 2014-12-17 | 2 | -0/+14 |
| * | ceph: introduce global empty snap context | Yan, Zheng | 2014-12-17 | 3 | -3/+35 |
| * | ceph: message versioning fixes | John Spray | 2014-12-17 | 1 | -2/+5 |
| * | libceph: update ceph_msg_header structure | John Spray | 2014-12-17 | 1 | -1/+2 |
| * | libceph: message signature support | Yan, Zheng | 2014-12-17 | 8 | -4/+162 |
| * | libceph: store session key in cephx authorizer | Yan, Zheng | 2014-12-17 | 2 | -7/+12 |
| * | ceph, rbd: delete unnecessary checks before two function calls | SF Markus Elfring | 2014-12-17 | 4 | -14/+7 |