aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-06-24Merge branches 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-2/+2
2009-06-24audit: inode watches depend on CONFIG_AUDIT not CONFIG_AUDIT_SYSCALLGravatar Eric Paris 1-2/+2
2009-06-24futex: Fix the write access fault problem for realGravatar Thomas Gleixner 1-21/+24
2009-06-24Fix rule eviction order for AUDIT_DIRGravatar Al Viro 4-23/+72
2009-06-24Audit: clean up all op= output to include string quotingGravatar Eric Paris 5-24/+21
2009-06-23Audit: move audit_get_nd completely into audit_watchGravatar Eric Paris 3-24/+23
2009-06-23audit: seperate audit inode watches into a subfileGravatar Eric Paris 6-506/+572
2009-06-23Audit: clean up audit_receive_skbGravatar Eric Paris 1-17/+18
2009-06-23Audit: cleanup netlink mesg handlingGravatar Eric Paris 1-15/+15
2009-06-23Audit: unify the printk of an skb when auditd not aroundGravatar Eric Paris 1-17/+22
2009-06-23Audit: dereferencing krule as if it were an audit_watchGravatar Eric Paris 1-34/+24
2009-06-23Audit: better estimation of execve record lengthGravatar Eric Paris 1-2/+2
2009-06-23Audit: fix audit watch use after freeGravatar Eric Paris 1-0/+2
2009-06-22mm/init: cpu_hotplug_init() must be initialized before SLABGravatar Linus Torvalds 1-8/+5
2009-06-20Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2009-06-20Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 2-135/+180
2009-06-20Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-6/+7
2009-06-20Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 9-170/+292
2009-06-20Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+9
2009-06-20Merge branch 'tip/tracing/urgent-1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Ingo Molnar 2-4/+40
2009-06-20Merge branch 'tip/tracing/urgent' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Ingo Molnar 2-41/+78
2009-06-20perf_counter: Push perf_sample_data through the swcounter codeGravatar Peter Zijlstra 1-26/+29
2009-06-20tracing/urgent: warn in case of ftrace_start_up inbalanceGravatar Frederic Weisbecker 1-0/+7
2009-06-20tracing/urgent: fix unbalanced ftrace_start_upGravatar Frederic Weisbecker 1-3/+5
2009-06-19ptrace: wait_task_zombie: do not account traced sub-threadsGravatar Oleg Nesterov 1-2/+5
2009-06-19perf_counter: Close race in perf_lock_task_context()Gravatar Peter Zijlstra 1-6/+5
2009-06-19perf_counter: Simplify and fix task migration countingGravatar Peter Zijlstra 2-23/+3
2009-06-18function-graph: add stack frame testGravatar Steven Rostedt 2-4/+39
2009-06-18function-graph: disable when both x86_32 and optimize for size are configuredGravatar Steven Rostedt 1-0/+1
2009-06-18gcov: enable GCOV_PROFILE_ALL for x86_64Gravatar Peter Oberparleiter 1-1/+1
2009-06-18gcov: add gcov profiling infrastructureGravatar Peter Oberparleiter 7-0/+1448
2009-06-18kernel: constructor supportGravatar Peter Oberparleiter 1-0/+16
2009-06-18nsproxy: extract create_nsproxy()Gravatar Alexey Dobriyan 1-12/+7
2009-06-18utsns: extract creeate_uts_ns()Gravatar Alexey Dobriyan 1-2/+11
2009-06-18pidns: rewrite copy_pid_ns()Gravatar Alexey Dobriyan 1-15/+3
2009-06-18pidns: make create_pid_namespace() accept parent pidnsGravatar Alexey Dobriyan 1-4/+4
2009-06-18pids: clean up find_task_by_pid variantsGravatar Christoph Hellwig 1-14/+3
2009-06-18sysctl.c: remove unused variableGravatar Sukanto Ghosh 1-3/+1
2009-06-18kthreads: simplify migration_thread() exit pathGravatar Oleg Nesterov 1-10/+4
2009-06-18kthreads: rework kthread_stop()Gravatar Oleg Nesterov 1-41/+28
2009-06-18kthreads: simplify the startup synchronizationGravatar Oleg Nesterov 1-7/+4
2009-06-18mm: exit.c reorder wait_opts to remove padding on 64 bit buildsGravatar Richard Kennedy 1-1/+1
2009-06-18do_wait: fix the theoretical race with stop/trace/contGravatar Oleg Nesterov 1-2/+2
2009-06-18do_wait: kill the old BUG_ON, use while_each_thread()Gravatar Oleg Nesterov 1-3/+1
2009-06-18do_wait: simplify retval/tsk_result/notask_error messGravatar Oleg Nesterov 1-12/+8
2009-06-18introduce "struct wait_opts" to simplify do_wait() patchesGravatar Oleg Nesterov 1-97/+110
2009-06-18shift "ptrace implies WUNTRACED" from ptrace_do_wait() to wait_task_stopped()Gravatar Oleg Nesterov 1-6/+4
2009-06-18copy_process(): remove the unneeded clear_tsk_thread_flag(TIF_SIGPENDING)Gravatar Oleg Nesterov 1-1/+0
2009-06-18wait_task_zombie: do not use thread_group_cputime()Gravatar Oleg Nesterov 1-10/+6
2009-06-18ptrace: don't take tasklist to get/set ->last_siginfoGravatar Oleg Nesterov 1-10/+6