summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2010-10-31Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git...Linus Torvalds-0/+4
2010-10-30Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git....Linus Torvalds-21/+82
2010-10-30audit mmapAl Viro-0/+16
2010-10-30audit: Use rcu for task lookup protectionThomas Gleixner-16/+14
2010-10-30audit: Do not send uninitialized data for AUDIT_TTY_GETThomas Gleixner-2/+4
2010-10-30audit: Call tty_audit_push_task() outside preempt disabledThomas Gleixner-16/+9
2010-10-30in untag_chunk() we need to do alloc_chunk() a bit earlierAl Viro-2/+7
2010-10-30audit: make functions staticStephen Hemminger-9/+6
2010-10-30Audit: add support to match lsm labels on user audit messagesMiloslav Trmac-0/+12
2010-10-29Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds-49/+15
2010-10-29debug_core,x86,blackfin: Clean up hw debug disable APIDongdong Deng-13/+3
2010-10-29kdb: Fix early debugging crash regressionJason Wessel-1/+1
2010-10-29kdb: fix per_cpu command to remove supress maskJason Wessel-35/+11
2010-10-29jump label: Make arch_jump_label_text_poke_early() optionalSteven Rostedt-0/+7
2010-10-29jump label: Fix error with preempt disable holding mutexSteven Rostedt-13/+13
2010-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-13/+11
2010-10-29Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-29/+24
2010-10-29convert cgroup and cpusetAl Viro-13/+11
2010-10-28Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds-16/+135
2010-10-28jump label: Fix deadlock b/w jump_label_mutex vs. text_mutexJason Baron-12/+27
2010-10-28jump label: Fix module __init section raceJason Baron-1/+40
2010-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Linus Torvalds-4/+4
2010-10-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-242/+218
2010-10-27Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds-1/+1
2010-10-27Remove duplicate includes from many filesZimny Lech-1/+0
2010-10-27kernel/resource.c: handle reinsertion of an already-inserted resourceHuang Shijie-0/+2
2010-10-27taskstats: use real microsecond granularity for CPU timesMichael Holzheu-6/+4
2010-10-27taskstats: split fill_pid functionMichael Holzheu-29/+21
2010-10-27taskstats: separate taskstats commandsMichael Holzheu-40/+78
2010-10-27delayacct: align to 8 byte boundary on 64-bit systemsJeff Mahoney-1/+7
2010-10-27/proc/stat: fix scalability of irq sum of all cpuKAMEZAWA Hiroyuki-0/+15
2010-10-27exit: add lock context annotation on find_new_reaper()Namhyung Kim-0/+2
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro-5/+5
2010-10-27signals: annotate lock context change on ptrace_stop()Namhyung Kim-0/+2
2010-10-27signals: annotate lock_task_sighand()Namhyung Kim-1/+2
2010-10-27ptrace: cleanup ptrace_request()Namhyung Kim-7/+7
2010-10-27ptrace: change signature of sys_ptrace() and friendsNamhyung Kim-6/+10
2010-10-27ptrace: annotate lock context change on exit_ptrace()Namhyung Kim-0/+2
2010-10-27cgroup: notify ns_cgroup deprecatedDaniel Lezcano-0/+8
2010-10-27cgroups: add check for strcpy destination string overflowEvgeny Kuznetsov-0/+2
2010-10-27cgroup: make the mount options parsing more accurateDaniel Lezcano-30/+60
2010-10-27cgroup: add clone_children control fileDaniel Lezcano-0/+39
2010-10-27cgroup_freezer: update_freezer_state() does incorrect state transitionsTomasz Buchert-23/+15
2010-10-27cgroup_freezer: fix can_attach() to prohibit moving from/to freezing/frozen c...Tomasz Buchert-7/+8
2010-10-27cgroup_freezer: unnecessary test in cgroup_freezing_or_frozen()Tomasz Buchert-10/+9
2010-10-27Typedef SMP call function pointerDavid Howells-4/+4
2010-10-27(trivial) Fix compiler warning in kernel/modules.cMichał Mirosław-1/+1
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-4/+5
2010-10-26docbook: add more wait/wake/completion to device-drivers docbookRandy Dunlap-3/+3
2010-10-26printk: declare printk_ratelimit_state in ratelimit.hNamhyung Kim-2/+0