aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-02-15[CRYPTO] tcrypt: Add missing Kconfig dependency on BLKCIPHERFrederik Deweerdt1-0/+1
2008-02-15[HIFN]: Fix invalid config ifdefs for RNG supportPatrick McHardy1-3/+3
2008-02-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds4-11/+54
2008-02-14Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds18-22/+271
2008-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds81-1830/+3352
2008-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtLinus Torvalds5-22/+40
2008-02-14Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/christoph/vmLinus Torvalds3-37/+75
2008-02-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds9-30/+51
2008-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds12-13/+46
2008-02-14Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds19-54/+76
2008-02-14dentries: Extract common code to remove dentry from lruChristoph Lameter1-28/+14
2008-02-14d_path: Make d_path() use a struct pathJan Blunck12-36/+24
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck9-17/+16
2008-02-14Use struct path in struct svc_expkeyJan Blunck2-19/+14
2008-02-14Use struct path in struct svc_exportJan Blunck9-70/+67
2008-02-14d_path: Make get_dcookie() use a struct path argumentJan Blunck4-48/+37
2008-02-14d_path: Make proc_get_link() use a struct path argumentJan Blunck5-42/+34
2008-02-14d_path: Use struct path in struct avc_audit_dataJan Blunck6-51/+43
2008-02-14d_path: kerneldoc cleanupJan Blunck1-3/+16
2008-02-14One less parameter to __d_pathJan Blunck1-7/+5
2008-02-14Make set_fs_{root,pwd} take a struct pathJan Blunck3-24/+20
2008-02-14Use struct path in fs_structJan Blunck9-111/+87
2008-02-14Introduce path_get()Jan Blunck2-2/+16
2008-02-14Use path_put() in a few places instead of {mnt,d}put()Jan Blunck2-12/+6
2008-02-14Introduce path_put()Jan Blunck41-118/+125
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck47-402/+431
2008-02-14Move struct path into its own headerJan Blunck2-5/+13
2008-02-14Remove path_release_on_umount()Jan Blunck3-12/+3
2008-02-14Dont touch fs_struct in usermodehelperJan Blunck1-4/+1
2008-02-14Dont touch fs_struct in driversJan Blunck7-19/+6
2008-02-14vfs: add explanation of I_DIRTY_DATASYNC bitJan Kara1-2/+4
2008-02-14Include kernel.h from configfs.hBen Nizette1-0/+1
2008-02-14MAINTAINERS: update decnet and DLM entriesChristine Caulfield1-4/+4
2008-02-14FLAT binaries: drop BINFMT_FLAT bad header magic warningMike Frysinger1-4/+4
2008-02-14m68knommu: use tabs not spaces in cacheflush.hGreg Ungerer1-7/+7
2008-02-14m68knommu: fix profile timerMatt Waddel1-5/+12
2008-02-14m68knommu: use asflags instead of EXTRA_AFLAGSGreg Ungerer12-36/+12
2008-02-14m68knommu: avoid unneccessary use of xchg() in set_mb()Greg Ungerer1-1/+1
2008-02-14m68knommu: fix coldfire interrupt exit pathWalter T Gruczka1-5/+4
2008-02-14MAINTAINERS: add linux-fsdevel to VFS entryPaul Menage1-0/+1
2008-02-14kernel-doc: remove fastcallHarvey Harrison1-1/+0
2008-02-14cris: import memset.c from newlib: fixes compile error with newer (pre4.3) gccJesper Nilsson2-391/+404
2008-02-14inotify: make variables static in inotify_user.cHarvey Harrison1-3/+3
2008-02-14fix module_update_markers() compile errorAdrian Bunk1-2/+1
2008-02-14Fix compile of swim3 as moduleTony Breeds2-6/+0
2008-02-14RDMA/cma: Do not issue MRA if user rejects connection requestSean Hefty1-1/+9
2008-02-14slub: Support 4k kmallocs again to compensate for page allocator slownessChristoph Lameter2-12/+12
2008-02-14slub: Fallback to kmalloc_large for failing higher order allocsChristoph Lameter1-5/+38
2008-02-14slub: Determine gfpflags once and not every time a slab is allocatedChristoph Lameter2-8/+12
2008-02-14make slub.c:slab_address() staticAdrian Bunk1-1/+1