Commit Graph

3420 Commits (71d28e6c285548106f551fde13ca6d589433d843)

Author SHA1 Message Date
Oleg Nesterov c289b074b6 hrtimer: don't modify restart_block->fn in restart functions 17 years ago
Oleg Nesterov 416529374b hrtimer: fix *rmtp/restarts handling in compat_sys_nanosleep() 17 years ago
Oleg Nesterov 080344b988 hrtimer: fix *rmtp handling in hrtimer_nanosleep() 17 years ago
john stultz e13a2e61dd ntp: correct inconsistent interval/tick_length usage 17 years ago
S.Çağlar Onur c1cb795338 Update kernel/.gitignore with new auto-generated files 17 years ago
Ralf Baechle 46f4f8f665 IRQ_NOPROBE helper functions 17 years ago
Yi Yang 06b2a76d25 Add new string functions strict_strto* and convert kernel params to use them 17 years ago
Sam Ravnborg fa7303e22c cpu: fix section mismatch warnings for enable_nonboot_cpus 17 years ago
Pavel Emelyanov 48d13e483c Don't operate with pid_t in rtmutex tester 17 years ago
Pavel Emelyanov 8dc86af006 Use find_task_by_vpid in posix timers 17 years ago
H. Peter Anvin bdc807871d avoid overflows in kernel/time.c 17 years ago
Joe Perches 7ef3d2fd17 printk_ratelimit() functions should use CONFIG_PRINTK 17 years ago
Li Zefan 6d141c3ff6 workqueue: make delayed_work_timer_fn() static 17 years ago
Adrian Bunk a36219ac93 The scheduled 'time' option removal 17 years ago
Jesper Juhl efae09f3e9 Nuke duplicate header from sysctl.c 17 years ago
Jesper Juhl f8db694e46 Nuke a duplicate include from profile.c 17 years ago
Jesper Juhl 2dc9c91315 Nuke duplicate include from printk.c 17 years ago
Jan Beulich 8b21985c91 constify tables in kernel/sysctl_check.c 17 years ago
Harvey Harrison 7ad5b3a505 kernel: remove fastcall in kernel/* 17 years ago
Li Zefan 3eb056764d time: fix typo in comments 17 years ago
Li Zefan cf4fc6cb76 timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hres 17 years ago
Li Zefan 0b858e6ff9 clockevent: simplify list operations 17 years ago
Li Zefan 818c357802 clocksource: remove redundant code 17 years ago
Pavel Emelyanov 146a505d49 Get rid of the kill_pgrp_info() function 17 years ago
Pavel Emelyanov d5df763b81 Clean up the kill_something_info 17 years ago
Pavel Emelyanov 6c5f3e7b43 Pidns: make full use of xxx_vnr() calls 17 years ago
Oleg Nesterov fea9d17554 ITIMER_REAL: convert to use struct pid 17 years ago
Oleg Nesterov d36174bc2b uglify kill_pid_info() to fix kill() vs exec() race 17 years ago
Oleg Nesterov ac9a8e3f0f sys_getsid: don't use ->nsproxy directly 17 years ago
Eric W. Biederman 44c4e1b258 pid: Extend/Fix pid_vnr 17 years ago
Eric W. Biederman 161550d74c pid: sys_wait... fixes 17 years ago
Oleg Nesterov 5dee1707df move the related code from exit_notify() to exit_signals() 17 years ago
Oleg Nesterov 6806aac6d2 sys_setsid: remove now unneeded session != 1 check 17 years ago
Oleg Nesterov d12619b5ff fix group stop with exit race 17 years ago
Oleg Nesterov 430c623121 start the global /sbin/init with 0,0 special pids 17 years ago
Oleg Nesterov 297bd42b15 move daemonized kernel threads into the swapper's session 17 years ago
Oleg Nesterov 8520d7c7f8 teach set_special_pids() to use struct pid 17 years ago
Oleg Nesterov e4cc0a9c87 fix setsid() for sub-namespace /sbin/init 17 years ago
Oleg Nesterov 4e021306cf sys_setpgid(): simplify pid/ns interaction 17 years ago
Oleg Nesterov c543f1ee08 wait_task_zombie: remove ->exit_state/exit_signal checks for WNOWAIT 17 years ago
Oleg Nesterov 3a515e4a62 wait_task_continued/zombie: don't use task_pid_nr_ns() lockless 17 years ago
Oleg Nesterov f2cc3eb133 do_wait: fix security checks 17 years ago
Oleg Nesterov 96fabbf55a do_wait: cleanup delay_group_leader() usage 17 years ago
Oleg Nesterov 1bad95c3be wait_task_stopped(): remove unneeded delay_group_leader check 17 years ago
Oleg Nesterov 20686a309a ptrace_stop: fix racy nonstop_code setting 17 years ago
Oleg Nesterov 9cbab81005 do_wait: factor out "retval != 0" checks 17 years ago
Oleg Nesterov ee7c82da83 wait_task_stopped: simplify and fix races with SIGCONT/SIGKILL/untrace 17 years ago
Oleg Nesterov 6405f7f467 ptrace_stop: fix the race with ptrace detach+attach 17 years ago
Oleg Nesterov c0c0b649d6 ptrace_check_attach: remove unneeded ->signal != NULL check 17 years ago
Oleg Nesterov 34a1738f7d kill my_ptrace_child() 17 years ago