Commit Graph

7554 Commits (7aa5514e7170c6179272bc638a980adc1738fd29)

Author SHA1 Message Date
Eric Paris 3a6a6c16be audit: inode watches depend on CONFIG_AUDIT not CONFIG_AUDIT_SYSCALL 16 years ago
Thomas Gleixner d0725992c8 futex: Fix the write access fault problem for real 16 years ago
Al Viro 916d75761c Fix rule eviction order for AUDIT_DIR 16 years ago
Eric Paris 9d96098510 Audit: clean up all op= output to include string quoting 16 years ago
Eric Paris 35fe4d0b1b Audit: move audit_get_nd completely into audit_watch 16 years ago
Eric Paris cfcad62c74 audit: seperate audit inode watches into a subfile 16 years ago
Eric Paris ea7ae60bfe Audit: clean up audit_receive_skb 16 years ago
Eric Paris ee080e6ce9 Audit: cleanup netlink mesg handling 16 years ago
Eric Paris 038cbcf65f Audit: unify the printk of an skb when auditd not around 16 years ago
Eric Paris e85188f424 Audit: dereferencing krule as if it were an audit_watch 16 years ago
Eric Paris b87ce6e418 Audit: better estimation of execve record length 16 years ago
Eric Paris 35aa901c0b Audit: fix audit watch use after free 16 years ago
Linus Torvalds 31950eb66f mm/init: cpu_hotplug_init() must be initialized before SLAB 16 years ago
Peter Zijlstra 92bf309a9c perf_counter: Push perf_sample_data through the swcounter code 16 years ago
Frederic Weisbecker 9ea1a153a4 tracing/urgent: warn in case of ftrace_start_up inbalance 16 years ago
Frederic Weisbecker c85a17e226 tracing/urgent: fix unbalanced ftrace_start_up 16 years ago
Oleg Nesterov befca96779 ptrace: wait_task_zombie: do not account traced sub-threads 16 years ago
Peter Zijlstra b49a9e7e72 perf_counter: Close race in perf_lock_task_context() 16 years ago
Peter Zijlstra e5289d4a18 perf_counter: Simplify and fix task migration counting 16 years ago
Steven Rostedt 71e308a239 function-graph: add stack frame test 16 years ago
Steven Rostedt eb4a03780d function-graph: disable when both x86_32 and optimize for size are configured 16 years ago
Peter Oberparleiter 7bf99fb673 gcov: enable GCOV_PROFILE_ALL for x86_64 16 years ago
Peter Oberparleiter 2521f2c228 gcov: add gcov profiling infrastructure 16 years ago
Peter Oberparleiter b99b87f70c kernel: constructor support 16 years ago
Alexey Dobriyan 90af90d7d3 nsproxy: extract create_nsproxy() 16 years ago
Alexey Dobriyan 4c2a7e72d5 utsns: extract creeate_uts_ns() 16 years ago
Alexey Dobriyan dca4a97960 pidns: rewrite copy_pid_ns() 16 years ago
Alexey Dobriyan ed469a63c3 pidns: make create_pid_namespace() accept parent pidns 16 years ago
Christoph Hellwig 17f98dcf60 pids: clean up find_task_by_pid variants 16 years ago
Sukanto Ghosh 7338f29984 sysctl.c: remove unused variable 16 years ago
Oleg Nesterov 371cbb387e kthreads: simplify migration_thread() exit path 16 years ago
Oleg Nesterov 63706172f3 kthreads: rework kthread_stop() 16 years ago
Oleg Nesterov cdd140bdd6 kthreads: simplify the startup synchronization 16 years ago
Richard Kennedy e1eb1ebcca mm: exit.c reorder wait_opts to remove padding on 64 bit builds 16 years ago
Oleg Nesterov f95d39d10f do_wait: fix the theoretical race with stop/trace/cont 16 years ago
Oleg Nesterov a3f6dfb729 do_wait: kill the old BUG_ON, use while_each_thread() 16 years ago
Oleg Nesterov 64a16caf5e do_wait: simplify retval/tsk_result/notask_error mess 16 years ago
Oleg Nesterov 9e8ae01d1c introduce "struct wait_opts" to simplify do_wait() patches 16 years ago
Oleg Nesterov 47918025ef shift "ptrace implies WUNTRACED" from ptrace_do_wait() to wait_task_stopped() 16 years ago
Oleg Nesterov 72a1de39f8 copy_process(): remove the unneeded clear_tsk_thread_flag(TIF_SIGPENDING) 16 years ago
Oleg Nesterov 77d1ef7956 wait_task_zombie: do not use thread_group_cputime() 16 years ago
Oleg Nesterov e49612544c ptrace: don't take tasklist to get/set ->last_siginfo 16 years ago
Oleg Nesterov d92656633b ptrace: do_notify_parent_cldstop: fix the wrong ->nsproxy usage 16 years ago
Oleg Nesterov d1e98f429a ptrace: wait_task_zombie: s/->parent/->real_parent/ 16 years ago
Oleg Nesterov 8053bdd5ce ptrace_get_task_struct: s/tasklist/rcu/, make it static 16 years ago
Oleg Nesterov 4b105cbbaf ptrace: do not use task_lock() for attach 16 years ago
Oleg Nesterov f2f0b00ad6 ptrace: cleanup check/set of PT_PTRACED during attach 16 years ago
Oleg Nesterov b79b7ba93d ptrace: ptrace_attach: check PF_KTHREAD + exit_state instead of ->mm 16 years ago
Oleg Nesterov 5cb1144689 ptrace: do not use task->ptrace directly in core kernel 16 years ago
Oleg Nesterov dea33cfd99 ptrace: mm_need_new_owner: use ->real_parent to search in the siblings 16 years ago