aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro
2008-07-26[patch 1/4] vfs: utimes: move owner check into inode_change_ok()Miklos Szeredi
2008-07-26[PATCH] vfs: use kstrdup() and check failing allocationLi Zefan
2008-07-26[PATCH] pass MAY_OPEN to vfs_permission() explicitlyAl Viro
2008-07-26[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS messAl Viro
2008-07-26[PATCH] kill altrootAl Viro
2008-07-26[PATCH] permission checks for chdir need special treatment only on the last stepAl Viro
2008-07-26[patch 5/5] vfs: remove mode parameter from vfs_symlink()Miklos Szeredi
2008-07-26[patch 3/5] vfs: change remove_suid() to file_remove_suid()Miklos Szeredi
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro
2008-07-26[PATCH] sanitize proc_sysctlAl Viro
2008-07-26[PATCH] sysctl: keep track of tree relationshipsAl Viro
2008-07-26[PATCH] sysctl: make sure that /proc/sys/net/ipv4 appears before per-ns onesAl Viro
2008-07-26[PATCH] allow delayed freeing of ctl_table_headerAl Viro
2008-07-26[PATCH] beginning of sysctl cleanup - ctl_table_setAl Viro
2008-07-26[PATCH] reuse xxx_fifo_fops for xxx_pipe_fopsDenys Vlasenko
2008-07-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds
2008-07-26drivers/char/rtc.c: make 2 functions staticAdrian Bunk
2008-07-26mm/swapfile.c: make code staticAdrian Bunk
2008-07-26make mm/memory.c:print_bad_pte() staticAdrian Bunk
2008-07-26mm/allocpercpu.c: make 4 functions staticAdrian Bunk
2008-07-26task_current_syscallRoland McGrath
2008-07-26tracehook: wait_task_inactiveRoland McGrath
2008-07-26tracehook: asm/syscall.hRoland McGrath
2008-07-26tracehook: TIF_NOTIFY_RESUMERoland McGrath
2008-07-26tracehook: force signal_pending()Roland McGrath
2008-07-26tracehook: deathRoland McGrath
2008-07-26tracehook: job controlRoland McGrath
2008-07-26tracehook: get_signal_to_deliverRoland McGrath
2008-07-26tracehook: syscallRoland McGrath
2008-07-26tracehook: tracehook_consider_fatal_signalRoland McGrath
2008-07-26tracehook: tracehook_consider_ignored_signalRoland McGrath
2008-07-26tracehook: tracehook_signal_handlerRoland McGrath
2008-07-26tracehook: tracehook_expect_breakpointsRoland McGrath
2008-07-26tracehook: tracehook_tracer_taskRoland McGrath
2008-07-26tracehook: release_taskRoland McGrath
2008-07-26tracehook: vfork-doneRoland McGrath
2008-07-26tracehook: cloneRoland McGrath
2008-07-26tracehook: exitRoland McGrath
2008-07-26tracehook: execRoland McGrath
2008-07-26tracehook: add linux/tracehook.hRoland McGrath
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-26mm: spinlock tree_lockNick Piggin
2008-07-26mm: speculative page referencesNick Piggin
2008-07-26radix-tree: add gang_lookup_slot, gang_lookup_slot_tagNick Piggin
2008-07-26x86: lockless get_user_pages_fast()Nick Piggin
2008-07-26mm: introduce get_user_pages_fastNick Piggin
2008-07-26x86: implement pte_specialNick Piggin
2008-07-26include/linux/aio.h: removed duplicated includeHuang Weiyi