aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-15s390/docs: Remove section about script debugging from Debugging390.txtThomas Huth1-29/+0
2015-01-15s390/docs: Break long lines in Debugging390.txtThomas Huth1-227/+237
2015-01-08s390: move cacheinfo sysfs to generic cacheinfo infrastructureSudeep Holla1-296/+92
2015-01-08s390/crypto: remove 'const' to avoid compiler warningsChen Gang1-2/+2
2015-01-08s390: remove unnecessary KERN_CONTJoe Perches1-1/+1
2015-01-08s390/sclp: sign extend return value of _sclp_print_early()Heiko Carstens1-1/+2
2015-01-08s390/sclp: fix declaration of _sclp_print_early()Chen Gang2-2/+3
2015-01-08s390: keep Kconfig sortedHeiko Carstens1-1/+1
2015-01-08s390/cio: idset.c: remove some unused functionsRickard Strandqvist2-22/+0
2015-01-08s390/signal: add sys_sigreturn and sys_rt_sigreturn declarationsHeiko Carstens1-1/+3
2015-01-08s390/pgtable: add unsigned long castsHeiko Carstens1-3/+3
2015-01-08s390/disassembler: remove indentical initializerHeiko Carstens1-1/+0
2015-01-08s390/pci: add missing address space annotationHeiko Carstens1-2/+2
2015-01-08s390/ftrace: add code replacement sanity checksHeiko Carstens1-46/+49
2015-01-08s390/mm: avoid using pmd_to_page for !USE_SPLIT_PMD_PTLOCKSMartin Schwidefsky1-2/+3
2015-01-07s390/timex: fix get_tod_clock_ext() inline assemblyChen Gang2-5/+7
2014-12-18s390: wire up execveat syscallHeiko Carstens2-1/+3
2014-12-18s390/kernel: use stnsm 255 instead of stosm 0Christian Borntraeger1-1/+1
2014-12-18s390/vtime: Get rid of redundant WARN_ONChristian Borntraeger1-2/+0
2014-12-18s390/zcrypt: kernel oops at insmod of the z90crypt device driverHarald Freudenberger1-3/+7
2014-12-17Ceph: remove left-over reject fileLinus Torvalds1-10/+0
2014-12-17mmu_gather: fix over-eager tlb_flush_mmu_free() callingLinus Torvalds1-3/+3
2014-12-17x86: mm: fix VM_FAULT_RETRY handlingLinus Torvalds1-1/+1
2014-12-17ceph: fix setting empty extended attributeYan, Zheng1-2/+5
2014-12-17ceph: fix mksnap crashYan, Zheng1-1/+3
2014-12-17ceph: do_sync is never initializedDan Carpenter1-1/+1
2014-12-17libceph: fixup includes in pagelist.hIlya Dryomov1-1/+3
2014-12-17ceph: support inline data featureYan, Zheng1-1/+2
2014-12-17ceph: flush inline versionYan, Zheng3-4/+23
2014-12-17ceph: convert inline data to normal data before data writeYan, Zheng3-3/+161
2014-12-17ceph: sync read inline dataYan, Zheng2-13/+116
2014-12-17ceph: fetch inline data when getting Fcr cap refsYan, Zheng3-18/+63
2014-12-17ceph: use getattr request to fetch inline dataYan, Zheng4-10/+34
2014-12-17ceph: add inline data to pagecacheYan, Zheng6-1/+85
2014-12-17ceph: parse inline data in MClientReply and MClientCapsYan, Zheng3-11/+36
2014-12-17libceph: specify position of extent operationYan, Zheng4-20/+19
2014-12-17libceph: add CREATE osd operation supportYan, Zheng1-20/+22
2014-12-17libceph: add SETXATTR/CMPXATTR osd operations supportYan, Zheng2-0/+57
2014-12-17rbd: don't treat CEPH_OSD_OP_DELETE as extent opIlya Dryomov1-2/+6
2014-12-17ceph: remove unused stringification macrosIlya Dryomov1-3/+0
2014-12-17libceph: require cephx message signature by defaultYan, Zheng2-0/+14
2014-12-17ceph: introduce global empty snap contextYan, Zheng3-3/+35
2014-12-17ceph: message versioning fixesJohn Spray1-2/+5
2014-12-17libceph: update ceph_msg_header structureJohn Spray1-1/+2
2014-12-17libceph: message signature supportYan, Zheng8-4/+162
2014-12-17libceph: store session key in cephx authorizerYan, Zheng2-7/+12
2014-12-17ceph, rbd: delete unnecessary checks before two function callsSF Markus Elfring4-14/+7
2014-12-17ceph: introduce a new inode flag indicating if cached dentries are orderedYan, Zheng3-19/+55
2014-12-17libceph: nuke ceph_kvfree()Ilya Dryomov5-14/+4
2014-12-17ceph: fix file lock interruptionYan, Zheng4-12/+67