Age | Commit message (Expand) | Author |
2008-05-01 | remove div_long_long_rem | Roman Zippel |
2008-05-01 | rename div64_64 to div64_u64 | Roman Zippel |
2008-05-01 | convert a few do_div users | Roman Zippel |
2008-05-01 | Fix cpu hotplug problem in softirq code | Christian Borntraeger |
2008-05-01 | module: add MODULE_STATE_GOING notifier call | Peter Oberparleiter |
2008-05-01 | module: Enhance verify_export_symbols | Rusty Russell |
2008-05-01 | module: set unused_gpl_crcs instead of overwriting unused_crcs | Rusty Russell |
2008-05-01 | module: neaten __find_symbol, rename to find_symbol | Rusty Russell |
2008-05-01 | module: reduce module image and resident size | Rusty Russell |
2008-05-01 | module: make module_sect_attrs private to kernel/module.c | Rusty Russell |
2008-04-30 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds |
2008-04-30 | Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzi... | Len Brown |
2008-04-30 | kernel: replace remaining __FUNCTION__ occurrences | Harvey Harrison |
2008-04-30 | add hrtimer specific debugobjects code | Thomas Gleixner |
2008-04-30 | debugobjects: add timer specific object debugging code | Thomas Gleixner |
2008-04-30 | alloc_uid: cleanup | Andrew Morton |
2008-04-30 | printk: don't read beyond string arguments' terminating zero | Markus Armbruster |
2008-04-30 | Basic braille screen reader support | Samuel Thibault |
2008-04-30 | mm: bdi: add separate writeback accounting capability | Miklos Szeredi |
2008-04-30 | pidns: make pid->level and pid_ns->level unsigned | Pavel Emelyanov |
2008-04-30 | make marker_debug static | Adrian Bunk |
2008-04-30 | pids: sys_getpgid: fix unsafe *pid usage, s/tasklist/rcu/ | Oleg Nesterov |
2008-04-30 | pids: sys_getsid: fix unsafe *pid usage, fix possible 0 instead of -ESRCH | Oleg Nesterov |
2008-04-30 | pids: __set_special_pids: use change_pid() helper | Oleg Nesterov |
2008-04-30 | pids: sys_setpgid: use change_pid() helper | Oleg Nesterov |
2008-04-30 | pids: introduce change_pid() helper | Oleg Nesterov |
2008-04-30 | pids: de_thread: don't clear session/pgrp pids for the old leader | Oleg Nesterov |
2008-04-30 | Deprecate find_task_by_pid() | Pavel Emelyanov |
2008-04-30 | Use find_task_by_vpid in taskstats | Pavel Emelyanov |
2008-04-30 | free_pidmap: turn it into free_pidmap(struct upid *) | Oleg Nesterov |
2008-04-30 | tty: The big operations rework | Alan Cox |
2008-04-30 | ptrace: permit ptracing of /sbin/init | Oleg Nesterov |
2008-04-30 | ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific() | Oleg Nesterov |
2008-04-30 | ptrace: __ptrace_unlink: use the ptrace_reparented() helper | Oleg Nesterov |
2008-04-30 | ptrace: introduce ptrace_reparented() helper | Oleg Nesterov |
2008-04-30 | document de_thread() with exit_notify() connection | Oleg Nesterov |
2008-04-30 | reparent_thread: use same_thread_group() | Oleg Nesterov |
2008-04-30 | ptrace: introduce task_detached() helper | Oleg Nesterov |
2008-04-30 | signals: add set_restore_sigmask | Roland McGrath |
2008-04-30 | signals: allow the kernel to actually kill /sbin/init | Oleg Nesterov |
2008-04-30 | signals: fix /sbin/init protection from unwanted signals | Oleg Nesterov |
2008-04-30 | signals: check_kill_permission: remove tasklist_lock | Oleg Nesterov |
2008-04-30 | signals: check_kill_permission: check session under tasklist_lock | Oleg Nesterov |
2008-04-30 | signals: send_signal: be paranoid about signalfd_notify() | Oleg Nesterov |
2008-04-30 | signals: document CLD_CONTINUED notification mechanics | Oleg Nesterov |
2008-04-30 | signals: fold sig_ignored() into handle_stop_signal() | Oleg Nesterov |
2008-04-30 | signals: cleanup the usage of print_fatal_signal() | Oleg Nesterov |
2008-04-30 | signals: handle_stop_signal: don't worry about SIGKILL | Oleg Nesterov |
2008-04-30 | signals: join send_sigqueue() with send_group_sigqueue() | Oleg Nesterov |
2008-04-30 | signals: unify send_sigqueue/send_group_sigqueue completely | Oleg Nesterov |