summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-10-28exit: add lock context annotation on find_new_reaper()Namhyung Kim1-0/+2
2010-10-28signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro3-5/+5
2010-10-28signals: annotate lock context change on ptrace_stop()Namhyung Kim1-0/+2
2010-10-28signals: annotate lock_task_sighand()Namhyung Kim1-1/+2
2010-10-28ptrace: cleanup ptrace_request()Namhyung Kim1-7/+7
2010-10-28ptrace: change signature of sys_ptrace() and friendsNamhyung Kim1-6/+10
2010-10-28ptrace: annotate lock context change on exit_ptrace()Namhyung Kim1-0/+2
2010-10-28cgroup: notify ns_cgroup deprecatedDaniel Lezcano1-0/+8
2010-10-28cgroups: add check for strcpy destination string overflowEvgeny Kuznetsov1-0/+2
2010-10-28cgroup: make the mount options parsing more accurateDaniel Lezcano1-30/+60
2010-10-28cgroup: add clone_children control fileDaniel Lezcano1-0/+39
2010-10-28cgroup_freezer: update_freezer_state() does incorrect state transitionsTomasz Buchert1-23/+15
2010-10-28cgroup_freezer: fix can_attach() to prohibit moving from/to freezing/frozen c...Tomasz Buchert1-7/+8
2010-10-28cgroup_freezer: unnecessary test in cgroup_freezing_or_frozen()Tomasz Buchert1-10/+9
2010-10-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-4/+5
2010-10-27docbook: add more wait/wake/completion to device-drivers docbookRandy Dunlap1-3/+3
2010-10-27printk: declare printk_ratelimit_state in ratelimit.hNamhyung Kim1-2/+0
2010-10-27printk: change type of 'boot_delay' to int *Namhyung Kim1-1/+1
2010-10-27printk: add lock context annotationNamhyung Kim1-0/+1
2010-10-27printk: fixup declaration of kmsg_reasonsNamhyung Kim1-1/+1
2010-10-27stop_machine: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-2/+2
2010-10-27kernel/stop_machine.c: fix unused variable warningRakib Mullick1-1/+1
2010-10-27fs: allow for more than 2^31 filesEric Dumazet1-3/+3
2010-10-27kernel/user.c: add lock release annotation on free_user()Namhyung Kim1-0/+1
2010-10-27workqueues: s/ON_STACK/ONSTACK/Andrew Morton1-1/+1
2010-10-27use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich3-11/+11
2010-10-27mm: strictly nested kmap_atomic()Peter Zijlstra1-2/+2
2010-10-27oom: add per-mm oom disable countYing Han2-1/+17
2010-10-26fs: use percpu counter for nr_dentry and nr_dentry_unusedChristoph Hellwig1-1/+1
2010-10-26fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-26new helper: ihold()Al Viro1-1/+1
2010-10-26fs: Convert nr_inodes and nr_unused to per-cpu countersDave Chinner1-2/+2
2010-10-26fs: allow for more than 2^31 filesEric Dumazet1-3/+3
2010-10-26MN10300: Fix the PERCPU() alignment to allow for workqueuesDavid Howells1-1/+3
2010-10-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2-2/+2
2010-10-23Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linu...Linus Torvalds1-1/+1
2010-10-23Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds7-127/+85
2010-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-116/+194
2010-10-23kdb,debug_core: adjust master cpu switch logic against new debug_core lockingJason Wessel3-22/+9
2010-10-23debug_core: refactor locking for master/slave cpusJason Wessel2-50/+56
2010-10-23debug_core: disable hw_breakpoints on all cores in kgdb_cpu_enter()Dongdong Deng1-2/+5
2010-10-23kdb,kgdb: fix sparse fixupsJason Wessel1-8/+1
2010-10-23kdb: Fix oops in kdb_unregisterJason Wessel1-1/+1
2010-10-23kdb,ftdump: Remove reference to internal kdb includeJason Wessel1-1/+0
2010-10-23kdb: Allow kernel loadable modules to add kdb shell functionsJason Wessel3-40/+5
2010-10-23debug_core: stop rcu warnings on kernel resumeJason Wessel1-0/+2
2010-10-23debug_core: move all watch dog syncs to a single functionJason Wessel1-6/+9
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds10-0/+17
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-4/+0
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-11/+9