aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gcov.txt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-20IB/qib: Add blank line after declarationMike Marciniszyn17-6/+67
2015-02-20IB/qib: Fix checkpatch warningsMike Marciniszyn15-44/+42
2015-02-20i2c: ocores: rework clk code to handle NULL cookieWolfram Sang1-14/+21
2015-02-20thermal: exynos: fix: Check if data->tmu_read callback is present before readLukasz Majewski1-1/+1
2015-02-20x86/mm/ASLR: Avoid PAGE_SIZE redefinition for UML subarchJiri Kosina2-2/+0
2015-02-19clk: Only recalculate the rate if neededTomeu Vizoso1-1/+4
2015-02-19ipmi: Fix a memory ordering issueCorey Minyard1-4/+10
2015-02-19ipmi: Remove uses of return value of seq_printfJoe Perches3-16/+26
2015-02-19ipmi: Use is_visible callback for conditional sysfs entriesTakashi Iwai1-43/+17
2015-02-19ipmi: Free ipmi_recv_msg messages from the linked list on closeNicholas Krause1-1/+5
2015-02-19ipmi: avoid gcc warningArnd Bergmann1-8/+21
2015-02-19ipmi: Update timespec usage to timespec64John Stultz1-12/+13
2015-02-19ipmi: Cleanup DEBUG_TIMING ifdef usageJohn Stultz1-40/+21
2015-02-19drivers:char:ipmi: Remove unneeded FIXME comment in the file,ipmi_si_intf.cNicholas Krause1-1/+0
2015-02-19char: ipmi: Remove obsolete cleanup for clientdataWolfram Sang1-2/+0
2015-02-19ipmi: Remove a FIXME for slab conversionCorey Minyard1-1/+0
2015-02-19x86: pte_protnone() and pmd_protnone() must check entry is not presentDavid Vrabel1-2/+4
2015-02-19kgdb, docs: Fix <para> pdfdocs build errorsRajaneesh Acharya1-3/+3
2015-02-19debug: prevent entering debug mode on panic/exception.Colin Cross1-0/+17
2015-02-19kdb: Const qualifier for kdb_getstr's prompt argumentDaniel Thompson2-2/+2
2015-02-19kdb: Provide forward search at more promptDaniel Thompson3-5/+26
2015-02-19kdb: Fix a prompt management bug when using | grepDaniel Thompson1-2/+2
2015-02-19kdb: Remove stack dump when entering kgdb due to NMIDaniel Thompson1-1/+0
2015-02-19kdb: Avoid printing KERN_ levels to consolesDaniel Thompson3-11/+21
2015-02-19kdb: Fix off by one error in kdb_cpu()Jason Wessel2-2/+2
2015-02-19kdb: fix incorrect counts in KDB summary command outputJay Lan1-1/+1
2015-02-19MAINTAINERS: update Ceph and RBD maintainersSage Weil1-3/+4
2015-02-19s390/spinlock: disabled compare-and-delay by defaultMartin Schwidefsky1-5/+7
2015-02-19i2c: designware-baytrail: another fixup for proper Kconfig dependenciesWolfram Sang1-1/+1
2015-02-19i2c: fix reference to functionality constants definitionBaruch Siach1-1/+1
2015-02-19x86/microcode/intel: Handle truncated microcode images more robustlyQuentin Casasnovas2-0/+9
2015-02-19x86/microcode/intel: Guard against stack overflow in the loaderQuentin Casasnovas1-1/+1
2015-02-19libceph: kfree() in put_osd() shouldn't depend on authorizerIlya Dryomov1-2/+3
2015-02-19libceph: fix double __remove_osd() problemIlya Dryomov1-8/+18
2015-02-19rbd: convert to blk-mqChristoph Hellwig1-54/+68
2015-02-19x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert2-5/+6
2015-02-19x86/mm/init: Fix incorrect page size in init_memory_mapping() printksDave Hansen1-2/+26
2015-02-19x86/mm/ASLR: Propagate base load address calculationJiri Kosina7-17/+63
2015-02-19ceph: return error for traceless reply raceYan, Zheng1-6/+9
2015-02-19ceph: fix dentry leaksYan, Zheng2-3/+6
2015-02-19ceph: re-send requests when MDS enters reconnecting stageYan, Zheng1-3/+26
2015-02-19ceph: show nocephx_require_signatures and notcp_nodelay optionsIlya Dryomov1-0/+4
2015-02-19libceph: tcp_nodelay supportChaitanya Huilgol4-4/+33
2015-02-19rbd: do not treat standalone as flattenIlya Dryomov1-20/+10
2015-02-19ceph: fix atomic_open snapdirYan, Zheng1-1/+1
2015-02-19ceph: properly mark empty directory as completeYan, Zheng1-14/+15
2015-02-19client: include kernel version in client metadataYan, Zheng1-1/+2
2015-02-19ceph: provide seperate {inode,file}_operations for snapdirYan, Zheng3-4/+19
2015-02-19ceph: fix request time stamp encodingYan, Zheng1-2/+10
2015-02-19ceph: fix reading inline data when i_size > PAGE_SIZEYan, Zheng2-15/+26