aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-11-05watchdog: Fix section mismatch and potential undefined behavior.Gravatar David Daney 1-1/+1
2010-11-05posix-cpu-timers: workaround to suppress the problems with mt execGravatar Oleg Nesterov 1-0/+8
2010-11-05Clean up relay_alloc_page_array() slightly by using vzalloc rather than vmall...Gravatar Jesper Juhl 1-11/+4
2010-10-31Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git...Gravatar Linus Torvalds 1-0/+4
2010-10-30Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git....Gravatar Linus Torvalds 2-21/+82
2010-10-30audit mmapGravatar Al Viro 1-0/+16
2010-10-30audit: Use rcu for task lookup protectionGravatar Thomas Gleixner 1-16/+14
2010-10-30audit: Do not send uninitialized data for AUDIT_TTY_GETGravatar Thomas Gleixner 1-2/+4
2010-10-30audit: Call tty_audit_push_task() outside preempt disabledGravatar Thomas Gleixner 1-16/+9
2010-10-30in untag_chunk() we need to do alloc_chunk() a bit earlierGravatar Al Viro 1-2/+7
2010-10-30audit: make functions staticGravatar Stephen Hemminger 3-9/+6
2010-10-30Audit: add support to match lsm labels on user audit messagesGravatar Miloslav Trmac 1-0/+12
2010-10-29Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Gravatar Linus Torvalds 2-49/+15
2010-10-29debug_core,x86,blackfin: Clean up hw debug disable APIGravatar Dongdong Deng 1-13/+3
2010-10-29kdb: Fix early debugging crash regressionGravatar Jason Wessel 1-1/+1
2010-10-29kdb: fix per_cpu command to remove supress maskGravatar Jason Wessel 1-35/+11
2010-10-29jump label: Make arch_jump_label_text_poke_early() optionalGravatar Steven Rostedt 1-0/+7
2010-10-29jump label: Fix error with preempt disable holding mutexGravatar Steven Rostedt 1-13/+13
2010-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-13/+11
2010-10-29Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-29/+24
2010-10-29convert cgroup and cpusetGravatar Al Viro 2-13/+11
2010-10-28Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 1-16/+135
2010-10-28jump label: Fix deadlock b/w jump_label_mutex vs. text_mutexGravatar Jason Baron 2-12/+27
2010-10-28jump label: Fix module __init section raceGravatar Jason Baron 1-1/+40
2010-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Gravatar Linus Torvalds 1-4/+4
2010-10-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-242/+218
2010-10-27Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Gravatar Linus Torvalds 1-1/+1
2010-10-27Remove duplicate includes from many filesGravatar Zimny Lech 1-1/+0
2010-10-27kernel/resource.c: handle reinsertion of an already-inserted resourceGravatar Huang Shijie 1-0/+2
2010-10-27taskstats: use real microsecond granularity for CPU timesGravatar Michael Holzheu 1-6/+4
2010-10-27taskstats: split fill_pid functionGravatar Michael Holzheu 1-29/+21
2010-10-27taskstats: separate taskstats commandsGravatar Michael Holzheu 1-40/+78
2010-10-27delayacct: align to 8 byte boundary on 64-bit systemsGravatar Jeff Mahoney 1-1/+7
2010-10-27/proc/stat: fix scalability of irq sum of all cpuGravatar KAMEZAWA Hiroyuki 1-0/+15
2010-10-27exit: add lock context annotation on find_new_reaper()Gravatar Namhyung Kim 1-0/+2
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structGravatar KOSAKI Motohiro 3-5/+5
2010-10-27signals: annotate lock context change on ptrace_stop()Gravatar Namhyung Kim 1-0/+2
2010-10-27signals: annotate lock_task_sighand()Gravatar Namhyung Kim 1-1/+2
2010-10-27ptrace: cleanup ptrace_request()Gravatar Namhyung Kim 1-7/+7
2010-10-27ptrace: change signature of sys_ptrace() and friendsGravatar Namhyung Kim 1-6/+10
2010-10-27ptrace: annotate lock context change on exit_ptrace()Gravatar Namhyung Kim 1-0/+2
2010-10-27cgroup: notify ns_cgroup deprecatedGravatar Daniel Lezcano 1-0/+8
2010-10-27cgroups: add check for strcpy destination string overflowGravatar Evgeny Kuznetsov 1-0/+2
2010-10-27cgroup: make the mount options parsing more accurateGravatar Daniel Lezcano 1-30/+60
2010-10-27cgroup: add clone_children control fileGravatar Daniel Lezcano 1-0/+39
2010-10-27cgroup_freezer: update_freezer_state() does incorrect state transitionsGravatar Tomasz Buchert 1-23/+15
2010-10-27cgroup_freezer: fix can_attach() to prohibit moving from/to freezing/frozen c...Gravatar Tomasz Buchert 1-7/+8
2010-10-27cgroup_freezer: unnecessary test in cgroup_freezing_or_frozen()Gravatar Tomasz Buchert 1-10/+9
2010-10-27Typedef SMP call function pointerGravatar David Howells 1-4/+4
2010-10-27(trivial) Fix compiler warning in kernel/modules.cGravatar Michał Mirosław 1-1/+1