summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2010-07-28fanotify: fanotify_init syscall declarationEric Paris
2010-07-28fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()Andreas Gruenbacher
2010-07-28fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris
2010-07-28fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris
2010-07-28fsnotify: include vfsmount in should_send_event when appropriateEric Paris
2010-07-28fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris
2010-07-28Audit: only set group mask when something is being watchedEric Paris
2010-07-28fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris
2010-07-28fsnotify: remove group_num altogetherEric Paris
2010-07-28fsnotify: include data in should_send callsEric Paris
2010-07-28fsnotify: provide the data type to should_send_eventEric Paris
2010-07-28inotify: remove inotify in kernel interfaceEric Paris
2010-07-28Audit: audit watch init should not be before fsnotify initEric Paris
2010-07-28Audit: split audit watch KconfigEric Paris
2010-07-28audit: reimplement audit_trees using fsnotify rather than inotifyEric Paris
2010-07-28fsnotify: allow addition of duplicate fsnotify marksEric Paris
2010-07-28audit: do not get and put just to free a watchEric Paris
2010-07-28audit: redo audit watch locking and refcnt in light of fsnotifyEric Paris
2010-07-28audit: convert audit watches to use fsnotify instead of inotifyEric Paris
2010-07-28Audit: clean up the audit_watch splitEric Paris
2010-07-28cgroups: Add an API to attach a task to current task's cgroupSridhar Samudrala
2010-07-27dynamic debug: move ddebug_remove_module() down into free_module()Jason Baron
2010-07-27clocksource: Add __clocksource_updatefreq_hz/khz methodsJohn Stultz
2010-07-27timekeeping: Make xtime and wall_to_monotonic staticJohn Stultz
2010-07-27hrtimer: Cleanup direct access to wall_to_monotonicJohn Stultz
2010-07-27timkeeping: Fix update_vsyscall to provide wall_to_monotonic offsetJohn Stultz
2010-07-27time: Kill off CONFIG_GENERIC_TIMEJohn Stultz
2010-07-27time: Implement timespec_addJohn Stultz
2010-07-26padata: Check for valid cpumasksSteffen Klassert
2010-07-26padata: Allocate cpumask dependend recources in any caseSteffen Klassert
2010-07-26padata: Fix cpu index countingSteffen Klassert
2010-07-23posix_timer: Move copy_to_user(created_timer_id) down in timer_create()Andrey Vagin
2010-07-23timer: Added usleep[_range] timerPatrick Pannuto
2010-07-23timers: Document meaning of deferrable timerJ. Bruce Fields
2010-07-23slow-work: kill itTejun Heo
2010-07-23Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2010-07-22workqueue: fix how cpu number is stored in work->dataTejun Heo
2010-07-22trace: strlen() return doesn't account for the NULLDan Carpenter
2010-07-22sysrq,kdb: Use __handle_sysrq() for kdb's sysrq functionJason Wessel
2010-07-22debug_core,kdb: fix kgdb_connected bit set in the wrong placeJason Wessel
2010-07-22Fix merge regression from external kdb to upstream kdbJason Wessel
2010-07-22repair gdbstub to match the gdbserial protocol specificationJason Wessel
2010-07-22kdb: break out of kdb_ll() when command is terminatedMartin Hicks
2010-07-21sched: Use correct macro to display sched_child_runs_first in /proc/sched_debugJosh Hunt
2010-07-21Merge branch 'linus' into sched/coreIngo Molnar
2010-07-21Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar
2010-07-21Merge branch 'linus' into perf/coreIngo Molnar
2010-07-21tracing: Shrink max latency ringbuffer if unnecessaryKOSAKI Motohiro
2010-07-21tracing: Reduce latency and remove percpu trace_seqLai Jiangshan