summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-12-19Merge remote branch 'fsnotify/for-next'Stephen Rothwell
2009-12-19Merge remote branch 'suspend/linux-next'Stephen Rothwell
2009-12-19Merge remote branch 'trivial/for-next'Stephen Rothwell
2009-12-19Merge remote branch 'security-testing/next'Stephen Rothwell
2009-12-18Fix misspellings of "invocation" in comments.Adam Buchbinder
2009-12-18Fix misspellings of "truly" in comments.Adam Buchbinder
2009-12-17fsnotify: split generic and inode specific mark codeEric Paris
2009-12-17fanotify: sys_fanotify_mark declartionEric Paris
2009-12-17fanotify: fanotify_init syscall declarationEric Paris
2009-12-17fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()Andreas Gruenbacher
2009-12-17fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris
2009-12-17fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris
2009-12-17fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris
2009-12-17fsnotify: include vfsmount in should_send_event when appropriateEric Paris
2009-12-17fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris
2009-12-17Audit: only set group mask when something is being watchedEric Paris
2009-12-17fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris
2009-12-17fsnotify: remove group_num altogetherEric Paris
2009-12-17fsnotify: include data in should_send callsEric Paris
2009-12-17fsnotify: provide the data type to should_send_eventEric Paris
2009-12-17inotify: remove inotify in kernel interfaceEric Paris
2009-12-17Audit: audit watch init should not be before fsnotify initEric Paris
2009-12-17Audit: split audit watch KconfigEric Paris
2009-12-17audit: reimplement audit_trees using fsnotify rather than inotifyEric Paris
2009-12-17fsnotify: allow addition of duplicate fsnotify marksEric Paris
2009-12-17audit: do not get and put just to free a watchEric Paris
2009-12-17audit: redo audit watch locking and refcnt in light of fsnotifyEric Paris
2009-12-17audit: convert audit watches to use fsnotify instead of inotifyEric Paris
2009-12-17Audit: clean up the audit_watch splitEric Paris
2009-12-18PM: Add facility for advanced testing of async suspend/resumeRafael J. Wysocki
2009-12-18PM: Add a switch for disabling/enabling asynchronous suspend/resumeRafael J. Wysocki
2009-12-17Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2009-12-17Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds
2009-12-17printk: fix new kernel-doc warningsRandy Dunlap
2009-12-17do_wait() optimization: do not place sub-threads on task_struct->children listOleg Nesterov
2009-12-17kernel/sysctl.c: fix the incomplete part of sysctl_max_map_count-should-be-no...WANG Cong
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds
2009-12-17cpumask: avoid dereferencing struct cpumaskRusty Russell
2009-12-17cpumask: use cpu_online in kernel/perf_event.cRusty Russell
2009-12-17NOMMU: Optimise away the {dac_,}mmap_min_addr testsDavid Howells
2009-12-16[sysctl] Fix breakage on systems with older glibcAndi Kleen
2009-12-16Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-12-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-12-16Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds
2009-12-16Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2009-12-16perf events: Allow per-task-per-cpu countersPeter Zijlstra
2009-12-16kexec: premit reduction of the reserved memory sizeAmerigo Wang
2009-12-16pid: reduce code size by using a pointer to iterate over arrayAndré Goddard Rosa
2009-12-16pid: tighten pidmap spinlock critical section by removing kfree()André Goddard Rosa