Commit Graph

7497 Commits (d6e2fbce0d70c2072a1c478dbd37b34d27129d74)

Author SHA1 Message Date
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
Oleg Nesterov 87245135d5 allow_signal: kill the bogus ->mm check, add a note about CLONE_SIGHAND 16 years ago
Daisuke Nishimura c5b947b288 memcg: add interface to reset limits 16 years ago
Li Zefan f9ab5b5b0f cgroups: forbid noprefix if mounting more than just cpuset subsystem 16 years ago
Keika Kobayashi aa0ce5bbc2 softirq: introduce statistics for softirq 16 years ago
Chris Peterson 009789f040 slow-work: use round_jiffies() for thread pool's cull and OOM timers 16 years ago
Alexey Dobriyan 30639b6af8 groups: move code to kernel/groups.c 16 years ago
Robert P. J. Day b33112d1cc kernel/kfifo.c: replace conditional test with is_power_of_2() 16 years ago
KOSAKI Motohiro 6837765963 mm: remove CONFIG_UNEVICTABLE_LRU config option 16 years ago
Rafael J. Wysocki 7f33d49a2e mm, PM/Freezer: Disable OOM killer when tasks are frozen 16 years ago
Mel Gorman 6484eb3e2a page allocator: do not check NUMA node ID when the caller knows the node is valid 16 years ago
Miao Xie 58568d2a82 cpuset,mm: update tasks' mems_allowed in time 16 years ago
Miao Xie 950592f7b9 cpusets: update tasks' page/slab spread flags in time 16 years ago
Miao Xie f3b39d47eb cpusets: restructure the function cpuset_update_task_memory_state() 16 years ago
Linus Torvalds b231125af7 printk: add KERN_DEFAULT loglevel to print_modules() 16 years ago
Linus Torvalds e28d713704 printk: Add KERN_DEFAULT printk log-level 16 years ago
Linus Torvalds 5fd29d6ccb printk: clean up handling of log-levels and newlines 16 years ago
GeunSik Lim 156f5a7801 debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem. 16 years ago
Kay Sievers 3959214f97 sched: delayed cleanup of user_struct 16 years ago
Vegard Nossum 7a0aeb14e1 signal: fix __send_signal() false positive kmemcheck warning 16 years ago
Vegard Nossum 1744a21d57 trace: annotate bitfields in struct ring_buffer_event 16 years ago
Vegard Nossum 2dff440525 kmemcheck: add mm functions 16 years ago