Commit Graph

3829 Commits (12d1e75d3d4d2748f5db308d9b5d5b873435c308)

Author SHA1 Message Date
Michael Ellerman be089d79c4 kexec: make extended crashkernel= syntax less confusing 17 years ago
Roman Zippel 7dffa3c673 ntp: handle leap second via timer 17 years ago
Roman Zippel 8383c42399 ntp: remove current_tick_length() 17 years ago
Roman Zippel 7fc5c78409 ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFT 17 years ago
Roman Zippel 153b5d054a ntp: support for TAI 17 years ago
Roman Zippel 9f14f669d1 ntp: increase time_offset resolution 17 years ago
Roman Zippel 074b3b8794 ntp: increase time_freq resolution 17 years ago
Roman Zippel eea83d896e ntp: NTP4 user space bits update 17 years ago
Roman Zippel ee9851b218 ntp: cleanup ntp.c 17 years ago
Roman Zippel f8bd2258e2 remove div_long_long_rem 17 years ago
Roman Zippel 6f6d6a1a6a rename div64_64 to div64_u64 17 years ago
Roman Zippel 71abb3af62 convert a few do_div users 17 years ago
Christian Borntraeger e5e417232e Fix cpu hotplug problem in softirq code 17 years ago
Harvey Harrison af1f16d08f kernel: replace remaining __FUNCTION__ occurrences 17 years ago
Thomas Gleixner 237fc6e7a3 add hrtimer specific debugobjects code 17 years ago
Thomas Gleixner c6f3a97f86 debugobjects: add timer specific object debugging code 17 years ago
Andrew Morton 354a1f4d99 alloc_uid: cleanup 17 years ago
Markus Armbruster f735295b14 printk: don't read beyond string arguments' terminating zero 17 years ago
Samuel Thibault f7511d5f66 Basic braille screen reader support 17 years ago
Miklos Szeredi e4ad08fe64 mm: bdi: add separate writeback accounting capability 17 years ago
Pavel Emelyanov caafa43243 pidns: make pid->level and pid_ns->level unsigned 17 years ago
Adrian Bunk ab883af53e make marker_debug static 17 years ago
Oleg Nesterov 12a3de0a96 pids: sys_getpgid: fix unsafe *pid usage, s/tasklist/rcu/ 17 years ago
Oleg Nesterov 1dd768c081 pids: sys_getsid: fix unsafe *pid usage, fix possible 0 instead of -ESRCH 17 years ago
Oleg Nesterov 7d8da0962e pids: __set_special_pids: use change_pid() helper 17 years ago
Oleg Nesterov 83beaf3c6c pids: sys_setpgid: use change_pid() helper 17 years ago
Oleg Nesterov 24336eaeec pids: introduce change_pid() helper 17 years ago
Oleg Nesterov 65450cebc6 pids: de_thread: don't clear session/pgrp pids for the old leader 17 years ago
Pavel Emelyanov 5cd204550b Deprecate find_task_by_pid() 17 years ago
Pavel Emelyanov cb41d6d068 Use find_task_by_vpid in taskstats 17 years ago
Oleg Nesterov b7127aa454 free_pidmap: turn it into free_pidmap(struct upid *) 17 years ago
Alan Cox f34d7a5b70 tty: The big operations rework 17 years ago
Oleg Nesterov 00cd5c37af ptrace: permit ptracing of /sbin/init 17 years ago
Oleg Nesterov 33e9fc7d01 ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific() 17 years ago
Oleg Nesterov 68cb947866 ptrace: __ptrace_unlink: use the ptrace_reparented() helper 17 years ago
Oleg Nesterov 53b6f9fbd3 ptrace: introduce ptrace_reparented() helper 17 years ago
Oleg Nesterov 2800d8d19e document de_thread() with exit_notify() connection 17 years ago
Oleg Nesterov 376e1d2531 reparent_thread: use same_thread_group() 17 years ago
Oleg Nesterov d839fd4d2e ptrace: introduce task_detached() helper 17 years ago
Roland McGrath 4e4c22c711 signals: add set_restore_sigmask 17 years ago
Oleg Nesterov 80fe728d59 signals: allow the kernel to actually kill /sbin/init 17 years ago
Oleg Nesterov fae5fa44f1 signals: fix /sbin/init protection from unwanted signals 17 years ago
Oleg Nesterov 193191035a signals: check_kill_permission: remove tasklist_lock 17 years ago
Oleg Nesterov 2e2ba22ea4 signals: check_kill_permission: check session under tasklist_lock 17 years ago
Oleg Nesterov 53c30337f2 signals: send_signal: be paranoid about signalfd_notify() 17 years ago
Oleg Nesterov 021e1ae3d8 signals: document CLD_CONTINUED notification mechanics 17 years ago
Oleg Nesterov 7e695a5ef5 signals: fold sig_ignored() into handle_stop_signal() 17 years ago
Oleg Nesterov 2dce81bff2 signals: cleanup the usage of print_fatal_signal() 17 years ago
Oleg Nesterov 34c8f07b9a signals: handle_stop_signal: don't worry about SIGKILL 17 years ago
Oleg Nesterov ac5c215383 signals: join send_sigqueue() with send_group_sigqueue() 17 years ago