Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | ntp: handle leap second via timer | Roman Zippel | 2008-05-01 | 2 | -45/+92 | |
* | | ntp: remove current_tick_length() | Roman Zippel | 2008-05-01 | 2 | -17/+4 | |
* | | ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFT | Roman Zippel | 2008-05-01 | 2 | -15/+15 | |
* | | ntp: support for TAI | Roman Zippel | 2008-05-01 | 2 | -1/+9 | |
* | | ntp: increase time_offset resolution | Roman Zippel | 2008-05-01 | 1 | -12/+11 | |
* | | ntp: increase time_freq resolution | Roman Zippel | 2008-05-01 | 1 | -15/+15 | |
* | | ntp: NTP4 user space bits update | Roman Zippel | 2008-05-01 | 1 | -44/+47 | |
* | | ntp: cleanup ntp.c | Roman Zippel | 2008-05-01 | 1 | -82/+91 | |
* | | remove div_long_long_rem | Roman Zippel | 2008-05-01 | 3 | -20/+22 | |
* | | rename div64_64 to div64_u64 | Roman Zippel | 2008-05-01 | 2 | -5/+5 | |
* | | convert a few do_div users | Roman Zippel | 2008-05-01 | 2 | -39/+15 | |
* | | Fix cpu hotplug problem in softirq code | Christian Borntraeger | 2008-05-01 | 1 | -8/+12 | |
|/ | ||||||
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2008-04-30 | 3 | -216/+0 | |
|\ | ||||||
| *---------. | Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzi... | Len Brown | 2008-04-30 | 55 | -1378/+5030 | |
| |\ \ \ \ \ \ | ||||||
| | | | | | * | | PM: Remove legacy PM | Pavel Machek | 2008-04-15 | 3 | -216/+0 | |
* | | | | | | | | kernel: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-30 | 2 | -3/+3 | |
* | | | | | | | | add hrtimer specific debugobjects code | Thomas Gleixner | 2008-04-30 | 2 | -23/+171 | |
* | | | | | | | | debugobjects: add timer specific object debugging code | Thomas Gleixner | 2008-04-30 | 1 | -8/+145 | |
* | | | | | | | | alloc_uid: cleanup | Andrew Morton | 2008-04-30 | 1 | -16/+2 | |
* | | | | | | | | printk: don't read beyond string arguments' terminating zero | Markus Armbruster | 2008-04-30 | 1 | -1/+1 | |
* | | | | | | | | Basic braille screen reader support | Samuel Thibault | 2008-04-30 | 1 | -24/+66 | |
* | | | | | | | | mm: bdi: add separate writeback accounting capability | Miklos Szeredi | 2008-04-30 | 1 | -1/+1 | |
* | | | | | | | | pidns: make pid->level and pid_ns->level unsigned | Pavel Emelyanov | 2008-04-30 | 1 | -1/+1 | |
* | | | | | | | | make marker_debug static | Adrian Bunk | 2008-04-30 | 1 | -1/+1 | |
* | | | | | | | | pids: sys_getpgid: fix unsafe *pid usage, s/tasklist/rcu/ | Oleg Nesterov | 2008-04-30 | 1 | -15/+21 | |
* | | | | | | | | pids: sys_getsid: fix unsafe *pid usage, fix possible 0 instead of -ESRCH | Oleg Nesterov | 2008-04-30 | 1 | -13/+20 | |
* | | | | | | | | pids: __set_special_pids: use change_pid() helper | Oleg Nesterov | 2008-04-30 | 1 | -4/+2 | |
* | | | | | | | | pids: sys_setpgid: use change_pid() helper | Oleg Nesterov | 2008-04-30 | 1 | -2/+1 | |
* | | | | | | | | pids: introduce change_pid() helper | Oleg Nesterov | 2008-04-30 | 1 | -5/+16 | |
* | | | | | | | | pids: de_thread: don't clear session/pgrp pids for the old leader | Oleg Nesterov | 2008-04-30 | 1 | -1/+0 | |
* | | | | | | | | Deprecate find_task_by_pid() | Pavel Emelyanov | 2008-04-30 | 2 | -7/+1 | |
* | | | | | | | | Use find_task_by_vpid in taskstats | Pavel Emelyanov | 2008-04-30 | 1 | -3/+3 | |
* | | | | | | | | free_pidmap: turn it into free_pidmap(struct upid *) | Oleg Nesterov | 2008-04-30 | 1 | -6/+7 | |
* | | | | | | | | tty: The big operations rework | Alan Cox | 2008-04-30 | 1 | -2/+2 | |
* | | | | | | | | ptrace: permit ptracing of /sbin/init | Oleg Nesterov | 2008-04-30 | 1 | -8/+0 | |
* | | | | | | | | ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific() | Oleg Nesterov | 2008-04-30 | 1 | -2/+1 | |
* | | | | | | | | ptrace: __ptrace_unlink: use the ptrace_reparented() helper | Oleg Nesterov | 2008-04-30 | 1 | -1/+1 | |
* | | | | | | | | ptrace: introduce ptrace_reparented() helper | Oleg Nesterov | 2008-04-30 | 1 | -5/+4 | |
* | | | | | | | | document de_thread() with exit_notify() connection | Oleg Nesterov | 2008-04-30 | 1 | -0/+1 | |
* | | | | | | | | reparent_thread: use same_thread_group() | Oleg Nesterov | 2008-04-30 | 1 | -1/+1 | |
* | | | | | | | | ptrace: introduce task_detached() helper | Oleg Nesterov | 2008-04-30 | 1 | -20/+25 | |
* | | | | | | | | signals: add set_restore_sigmask | Roland McGrath | 2008-04-30 | 2 | -3/+2 | |
* | | | | | | | | signals: allow the kernel to actually kill /sbin/init | Oleg Nesterov | 2008-04-30 | 1 | -1/+4 | |
* | | | | | | | | signals: fix /sbin/init protection from unwanted signals | Oleg Nesterov | 2008-04-30 | 1 | -3/+6 | |
* | | | | | | | | signals: check_kill_permission: remove tasklist_lock | Oleg Nesterov | 2008-04-30 | 1 | -2/+0 | |
* | | | | | | | | signals: check_kill_permission: check session under tasklist_lock | Oleg Nesterov | 2008-04-30 | 1 | -5/+19 | |
* | | | | | | | | signals: send_signal: be paranoid about signalfd_notify() | Oleg Nesterov | 2008-04-30 | 1 | -7/+1 | |
* | | | | | | | | signals: document CLD_CONTINUED notification mechanics | Oleg Nesterov | 2008-04-30 | 1 | -1/+10 | |
* | | | | | | | | signals: fold sig_ignored() into handle_stop_signal() | Oleg Nesterov | 2008-04-30 | 1 | -15/+17 | |
* | | | | | | | | signals: cleanup the usage of print_fatal_signal() | Oleg Nesterov | 2008-04-30 | 1 | -2/+3 |