aboutsummaryrefslogtreecommitdiffstats
path: root/REPORTING-BUGS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-29ftrace: let notrace function attribute disable hotpatching if necessaryHeiko Carstens1-0/+4
2015-01-29ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens8-14/+19
2015-01-29s390: reintroduce diag 44 calls for cpu_relax()Heiko Carstens2-5/+10
2015-01-23s390/zcrypt: Add support for new crypto express (CEX5S) adapter.Ingo Tuchscherer4-9/+29
2015-01-23s390/zcrypt: Number of supported ap domains is not retrievable.Ingo Tuchscherer1-41/+96
2015-01-23s390/spinlock: add compare-and-delay to lock wait loopsMartin Schwidefsky3-7/+66
2015-01-22s390/tape: remove redundant if statementMartin Schwidefsky1-7/+5
2015-01-22s390/hvc_iucv: add simple wildcard matches to the iucv allow filterHendrik Brueckner1-7/+24
2015-01-22s390/hmcdrv: free memory on error pathChristophe Jaillet1-3/+3
2015-01-22s390: update default configurationMartin Schwidefsky5-7/+5
2015-01-22s390/smp: remove check for CONFIG_ZFCPDUMPPaul Bolle1-1/+1
2015-01-22dcssblk: issue warning when trying to save SN/EN type DCSSGerald Schaefer1-2/+13
2015-01-22s390: add SMT supportMartin Schwidefsky18-118/+430
2015-01-22s390: avoid z13 cache aliasingMartin Schwidefsky5-18/+155
2015-01-22s390: add z13 code generation supportMartin Schwidefsky4-1/+26
2015-01-15s390/hmcdrv: remove unnecessary version.h inclusionSyam Sidhardhan1-1/+0
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