summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-07-28fsnotify: remove group->maskEric Paris1-8/+0
2010-07-28fsnotify: cleanup should_send_eventEric Paris2-7/+2
2010-07-28audit: use the mark in handler functionsEric Paris1-17/+3
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris2-6/+10
2010-07-28fsnotify: store struct file not struct pathEric Paris1-2/+2
2010-07-28sysctl extern cleanup: inotifyDave Young1-3/+3
2010-07-28dnotify: move dir_notify_enable declarationAlexey Dobriyan1-0/+1
2010-07-28fsnotify: split generic and inode specific mark codeEric Paris2-7/+7
2010-07-28fanotify: sys_fanotify_mark declartionEric Paris1-0/+1
2010-07-28fanotify: fanotify_init syscall declarationEric Paris1-0/+3
2010-07-28fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()Andreas Gruenbacher2-7/+0
2010-07-28fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris2-10/+10
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris3-13/+13
2010-07-28fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris1-8/+8
2010-07-28fsnotify: include vfsmount in should_send_event when appropriateEric Paris2-2/+4
2010-07-28fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris2-2/+2
2010-07-28Audit: only set group mask when something is being watchedEric Paris1-2/+9
2010-07-28fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris2-3/+3
2010-07-28fsnotify: remove group_num altogetherEric Paris2-3/+2
2010-07-28fsnotify: include data in should_send callsEric Paris2-2/+2
2010-07-28fsnotify: provide the data type to should_send_eventEric Paris2-2/+4
2010-07-28inotify: remove inotify in kernel interfaceEric Paris1-1/+0
2010-07-28Audit: audit watch init should not be before fsnotify initEric Paris1-1/+1
2010-07-28Audit: split audit watch KconfigEric Paris2-3/+16
2010-07-28audit: reimplement audit_trees using fsnotify rather than inotifyEric Paris2-106/+132
2010-07-28fsnotify: allow addition of duplicate fsnotify marksEric Paris1-1/+1
2010-07-28audit: do not get and put just to free a watchEric Paris3-31/+5
2010-07-28audit: redo audit watch locking and refcnt in light of fsnotifyEric Paris1-40/+5
2010-07-28audit: convert audit watches to use fsnotify instead of inotifyEric Paris1-60/+148
2010-07-28Audit: clean up the audit_watch splitEric Paris5-67/+60
2010-07-28dynamic debug: move ddebug_remove_module() down into free_module()Jason Baron1-1/+3
2010-07-22sysrq,kdb: Use __handle_sysrq() for kdb's sysrq functionJason Wessel1-2/+1
2010-07-22debug_core,kdb: fix kgdb_connected bit set in the wrong placeJason Wessel1-1/+1
2010-07-22Fix merge regression from external kdb to upstream kdbJason Wessel1-0/+1
2010-07-22repair gdbstub to match the gdbserial protocol specificationJason Wessel1-6/+3
2010-07-22kdb: break out of kdb_ll() when command is terminatedMartin Hicks1-0/+3
2010-07-19kmemleak: Add support for NO_BOOTMEM configurationsCatalin Marinas1-0/+6
2010-07-05module: initialize module dynamic debug laterYehuda Sadeh1-8/+15
2010-07-02Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-10/+10
2010-07-01sched: Cure nr_iowait_cpu() usersPeter Zijlstra2-10/+10
2010-07-01futex: futex_find_get_task remove credentails checkMichal Hocko1-13/+4
2010-06-30kexec: fix Oops in crash_shrink_memory()Pavan Naregundi1-3/+4
2010-06-28Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+3
2010-06-28Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+3
2010-06-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-59/+65
2010-06-28Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+1
2010-06-28Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+11
2010-06-25sched: Prevent compiler from optimising the sched_avg_update() loopWill Deacon1-0/+6
2010-06-24sched: silence PROVE_RCU in sched_fork()Peter Zijlstra1-0/+9
2010-06-23rcu: apply RCU protection to wake_affine()Daniel J Blueman1-0/+2