aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+3
2008-07-26Merge git://git.infradead.org/mtd-2.6Linus Torvalds28-95/+21
2008-07-26Merge branch 'tracehook' of git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-utraceLinus Torvalds1-11/+12
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds2-0/+4
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds39-437/+81
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6Linus Torvalds5-1/+753
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-9/+4
2008-07-26hugetlb: remove unused variable warningAndrea Righi1-1/+4
2008-07-26gpiolib: fix typo in commentMichael Buesch1-1/+1
2008-07-26[PATCH] remove remaining namei_{32,64}.h crapAl Viro2-26/+0
2008-07-26[PATCH] get rid of indirect users of namei.hAl Viro2-2/+1
2008-07-26[PATCH] get rid of __user_path_lookup_openAl Viro1-1/+0
2008-07-26[PATCH] f_count may wrap aroundAl Viro2-4/+4
2008-07-26[PATCH] sanitize __user_walk_fd() et.al.Al Viro1-6/+7
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro1-1/+1
2008-07-26[patch 1/4] vfs: utimes: move owner check into inode_change_ok()Miklos Szeredi1-16/+17
2008-07-26[PATCH] vfs: use kstrdup() and check failing allocationLi Zefan1-1/+1
2008-07-26[PATCH] pass MAY_OPEN to vfs_permission() explicitlyAl Viro1-4/+3
2008-07-26[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS messAl Viro2-3/+1
2008-07-26[PATCH] kill altrootAl Viro25-360/+1
2008-07-26[PATCH] permission checks for chdir need special treatment only on the last stepAl Viro1-1/+0
2008-07-26[patch 5/5] vfs: remove mode parameter from vfs_symlink()Miklos Szeredi1-1/+1
2008-07-26[patch 3/5] vfs: change remove_suid() to file_remove_suid()Miklos Szeredi1-1/+1
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro5-5/+8
2008-07-26[PATCH] sanitize proc_sysctlAl Viro2-0/+6
2008-07-26[PATCH] sysctl: keep track of tree relationshipsAl Viro1-0/+3
2008-07-26[PATCH] sysctl: make sure that /proc/sys/net/ipv4 appears before per-ns onesAl Viro1-0/+2
2008-07-26[PATCH] allow delayed freeing of ctl_table_headerAl Viro1-0/+6
2008-07-26[PATCH] beginning of sysctl cleanup - ctl_table_setAl Viro2-3/+16
2008-07-26[PATCH] reuse xxx_fifo_fops for xxx_pipe_fopsDenys Vlasenko1-3/+3
2008-07-26netfilter: fix double-free and use-after freePekka Enberg1-0/+1
2008-07-27Add mISDN HFC multiport driverKarsten Keil1-0/+33
2008-07-27Add mISDN DSPKarsten Keil1-0/+37
2008-07-27Add mISDN core filesKarsten Keil2-0/+680
2008-07-27Define AF_ISDN and PF_ISDNKarsten Keil1-1/+3
2008-07-27mmc: Add per-card debugfs supportHaavard Skinnemoen1-0/+2
2008-07-27mmc: Export internal host state through debugfsHaavard Skinnemoen1-0/+2
2008-07-26tracehook: comment fixesRoland McGrath1-11/+12
2008-07-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-7/+7
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6Linus Torvalds20-205/+165
2008-07-26drivers/char/rtc.c: make 2 functions staticAdrian Bunk1-2/+0
2008-07-26mm/swapfile.c: make code staticAdrian Bunk1-3/+0
2008-07-26make mm/memory.c:print_bad_pte() staticAdrian Bunk1-1/+0
2008-07-26mm/allocpercpu.c: make 4 functions staticAdrian Bunk1-29/+0
2008-07-26task_current_syscallRoland McGrath1-0/+4
2008-07-26tracehook: wait_task_inactiveRoland McGrath1-2/+6
2008-07-26tracehook: asm/syscall.hRoland McGrath2-1/+143
2008-07-26tracehook: TIF_NOTIFY_RESUMERoland McGrath1-0/+34
2008-07-26tracehook: force signal_pending()Roland McGrath1-0/+14
2008-07-26tracehook: deathRoland McGrath2-1/+53