summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2008-07-15lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_lockJeff Layton1-1/+2
2008-07-15lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_testlockJeff Layton1-1/+2
2008-07-14file lock: reorder struct file_lock to save space on 64 bit buildsRichard Kennedy1-2/+2
2008-07-04Merge branch 'for-bfields' of git://linux-nfs.org/~tomtucker/xprt-switch-2.6 ...J. Bruce Fields74-206/+338
2008-07-03svcrdma: Change WR context get/put to use the kmem cacheTom Tucker1-6/+0
2008-07-03svcrdma: Remove unused wait q from svcrdma_xprt structureTom Tucker1-1/+0
2008-07-03svcrdma: Add dma map count and WARN_ONTom Tucker1-0/+1
2008-07-03svcrdma: Use reply and chunk map for RDMA_READ processingTom Tucker1-0/+1
2008-07-03svcrdma: Add a type for keeping NFS RPC mappingTom Tucker1-0/+27
2008-06-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+1
2008-06-30Input: add KEY_MEDIA_REPEAT definitionBastien Nocera1-1/+1
2008-06-29Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-4/+2
2008-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds1-1/+1
2008-06-29Merge branch 'audit.b52' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2008-06-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+1
2008-06-28kbuild: fix a.out.h export to userspace with O= build.David Woodhouse1-1/+1
2008-06-26thermal: Create CONFIG_THERMAL_HWMON=nRene Herman1-4/+2
2008-06-25[PATCH] remove useless argument type in audit_filter_user()Peng Haitao1-1/+1
2008-06-24KVM: close timer injection race window in __vcpu_runMarcelo Tosatti1-0/+1
2008-06-23gss_krb5: create a define for token header size and clean up ptr locationKevin Coffman1-0/+3
2008-06-23tty_driver: Update required method documentationAlan Cox1-3/+2
2008-06-23nfsd: rename MAY_ flagsMiklos Szeredi1-13/+13
2008-06-23sunrpc: remove sv_kill_signal field from svc_serv structJeff Layton1-3/+2
2008-06-23knfsd: convert knfsd to kthread APIJeff Layton1-1/+1
2008-06-23knfsd: Replace lock_kernel with a mutex for nfsd thread startup/shutdown lock...Neil Brown1-0/+1
2008-06-23nfsd: eliminate unused nfs4_callback.cb_statBenny Halevy1-1/+0
2008-06-23nfsd: eliminate unused nfs4_callback.cb_programBenny Halevy1-1/+0
2008-06-23nfsd: remove three unused NFS4_ACE_* definesJ. Bruce Fields1-3/+0
2008-06-23[patch 4/4] flock: remove unused fields from file_lock_operationsDenis V. Lunev1-2/+0
2008-06-23[patch 2/4] fs: make struct file arg to d_path constJan Engelhardt1-1/+1
2008-06-21Add return value to reserve_bootmem_node()Bernhard Walle1-1/+1
2008-06-19Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-14/+6
2008-06-19agp: more boolean conversions.Dave Airlie2-3/+3
2008-06-19drivers/char/agp - use boolJoe Perches1-11/+3
2008-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2008-06-17ipv6 sit: Avoid extra need for compat layer in PRL management.YOSHIFUJI Hideaki1-1/+1
2008-06-16Export <linux/a.out.h> to userspace again.David Woodhouse1-0/+3
2008-06-16Remove #ifdef CONFIG_ARCH_SUPPORTS_AOUT from <linux/a.out.h>David Woodhouse1-8/+0
2008-06-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds1-0/+1
2008-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-7/+0
2008-06-13pagemap: pass mm into pagewalkersDave Hansen1-8/+9
2008-06-13cciss: add new hardware supportMike Miller1-0/+1
2008-06-13proc_fs.h: move struct mm_struct forward-declarationBen Nizette1-2/+2
2008-06-13tcp: Revert 'process defer accept as established' changes.David S. Miller1-7/+0
2008-06-13Merge branch 'pci-for-jesse' of git://git.kernel.org/pub/scm/linux/kernel/git...Jesse Barnes1-0/+1
2008-06-12Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+13
2008-06-12Merge branch 'core/iter-div' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-10/+27
2008-06-12always_inline timespec_add_nsJeremy Fitzhardinge1-2/+5
2008-06-12add an inlined version of iter_div_u64_remJeremy Fitzhardinge1-0/+19
2008-06-12common implementation of iterative div/modJeremy Fitzhardinge2-9/+4