summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-03-06coredump: pass mm->flags as a coredump parameter for consistencyMasami Hiramatsu1-0/+1
2010-03-06elf coredump: add extended numbering supportDaisuke HATAYAMA2-1/+26
2010-03-06elf coredump: replace ELF_CORE_EXTRA_* macros by functionsDaisuke HATAYAMA2-0/+18
2010-03-06coredump: move dump_write() and dump_seek() into a header fileDaisuke HATAYAMA1-0/+41
2010-03-06sdio: put active devices into 1-bit mode during suspendDaniel Drake1-0/+2
2010-03-06sdio: introduce API for special power management featuresNicolas Pitre3-0/+40
2010-03-06sdio: add quirk to clamp byte mode transferBing Zhao1-0/+7
2010-03-06lib: fix first line of kernel-doc for a few functionsBen Hutchings1-3/+3
2010-03-06smp: fix documentation in include/linux/smp.hRakib Mullick1-1/+1
2010-03-06nodemask.h: remove macro any_online_nodeH Hartley Sweeten1-11/+0
2010-03-06cpumask: let num_*_cpus() function always return unsigned valuesHeiko Carstens1-4/+4
2010-03-06mm: add comment about deprecation of __GFP_NOFAILDavid Rientjes1-1/+2
2010-03-06vmscan: detect mapped file pages used only onceJohannes Weiner1-1/+1
2010-03-06mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki1-4/+3
2010-03-06mm: remove VM_LOCK_RMAP codeRik van Riel1-4/+0
2010-03-06rmap: move exclusively owned pages to own anon_vma in do_wp_page()Rik van Riel1-0/+1
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel3-6/+38
2010-03-06include/linux/fs.h: convert FMODE_* constants to hexAndrew Morton1-11/+11
2010-03-06readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMWu Fengguang1-0/+3
2010-03-06memory-hotplug: create /sys/firmware/memmap entry for new memoryakpm@linux-foundation.org1-3/+3
2010-03-06mm: restore zone->all_unreclaimable to independence wordKOSAKI Motohiro1-6/+1
2010-03-06mm: remove free_hot_page()Li Hong1-1/+1
2010-03-06mm: count swap usageKAMEZAWA Hiroyuki1-0/+1
2010-03-06mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki3-6/+12
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki3-65/+126
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita1-1/+3
2010-03-06Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-17/+20
2010-03-06Merge branch 'nfs-for-2.6.34' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds3-13/+18
2010-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2-4/+17
2010-03-06Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds6-268/+126
2010-03-06Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-29/+93
2010-03-069P2010.L handshake: Remove "dotu" variableSripathi Kodi1-1/+2
2010-03-069P2010.L handshake: Add mount optionSripathi Kodi1-0/+15
2010-03-06net/9p: Remove MAX_9P_CHAN limitAneesh Kumar K.V1-3/+0
2010-03-06net/9p: Add multi channel support.Aneesh Kumar K.V1-1/+1
2010-03-05Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34Trond Myklebust290-1653/+5734
2010-03-05NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mappingTrond Myklebust1-1/+0
2010-03-05NFS: Simplify nfs_wb_page()Trond Myklebust1-1/+0
2010-03-05NFS: Replace __nfs_write_mapping with sync_inode()Trond Myklebust1-2/+0
2010-03-05NFS: Simplify nfs_wb_page_cancel()Trond Myklebust1-2/+0
2010-03-05NFS: Add a count of the number of unstable writes carried by an inodeTrond Myklebust1-0/+1
2010-03-05NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.cTrond Myklebust1-7/+0
2010-03-05Merge branch 'write_inode2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+3
2010-03-05Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+44
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds3-9/+131
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig3-3/+3
2010-03-05quota: stop using QUOTA_OK / NO_QUOTAChristoph Hellwig1-3/+0
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig2-14/+4
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-0/+4
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig2-4/+2