]> nv-tegra.nvidia Code Review - linux-2.6.git/history - kernel
x86, voyager: fix ioremap_nocache()
[linux-2.6.git] / kernel /
2008-04-30 Linus TorvaldsMerge branch 'release' of git://git.kernel.org/pub...
2008-04-30 Len BrownMerge branch 'pnp' into release
2008-04-30 Len BrownMerge branches 'release', 'acpica', 'bugzilla-10224...
2008-04-30 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2008-04-30 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-04-30 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-04-30 Linus TorvaldsMerge branch 'for-linus' of git://git390.osdl.marist...
2008-04-30 Linus TorvaldsMerge branch 'master' of git://git.kernel.org/pub/scm...
2008-04-30 Harvey Harrisonkernel: replace remaining __FUNCTION__ occurrences
2008-04-30 Thomas Gleixneradd hrtimer specific debugobjects code
2008-04-30 Thomas Gleixnerdebugobjects: add timer specific object debugging code
2008-04-30 Andrew Mortonalloc_uid: cleanup
2008-04-30 Markus Armbrusterprintk: don't read beyond string arguments' terminating...
2008-04-30 Samuel ThibaultBasic braille screen reader support
2008-04-30 Miklos Szeredimm: bdi: add separate writeback accounting capability
2008-04-30 Pavel Emelyanovpidns: make pid->level and pid_ns->level unsigned
2008-04-30 Adrian Bunkmake marker_debug static
2008-04-30 Oleg Nesterovpids: sys_getpgid: fix unsafe *pid usage, s/tasklist...
2008-04-30 Oleg Nesterovpids: sys_getsid: fix unsafe *pid usage, fix possible...
2008-04-30 Oleg Nesterovpids: __set_special_pids: use change_pid() helper
2008-04-30 Oleg Nesterovpids: sys_setpgid: use change_pid() helper
2008-04-30 Oleg Nesterovpids: introduce change_pid() helper
2008-04-30 Oleg Nesterovpids: de_thread: don't clear session/pgrp pids for...
2008-04-30 Pavel EmelyanovDeprecate find_task_by_pid()
2008-04-30 Pavel EmelyanovUse find_task_by_vpid in taskstats
2008-04-30 Oleg Nesterovfree_pidmap: turn it into free_pidmap(struct upid *)
2008-04-30 Alan Coxtty: The big operations rework
2008-04-30 Oleg Nesterovptrace: permit ptracing of /sbin/init
2008-04-30 Oleg Nesterovptrace: ptrace_attach: use send_sig_info() instead...
2008-04-30 Oleg Nesterovptrace: __ptrace_unlink: use the ptrace_reparented...
2008-04-30 Oleg Nesterovptrace: introduce ptrace_reparented() helper
2008-04-30 Oleg Nesterovdocument de_thread() with exit_notify() connection
2008-04-30 Oleg Nesterovreparent_thread: use same_thread_group()
2008-04-30 Oleg Nesterovptrace: introduce task_detached() helper
2008-04-30 Roland McGrathsignals: add set_restore_sigmask
2008-04-30 Oleg Nesterovsignals: allow the kernel to actually kill /sbin/init
2008-04-30 Oleg Nesterovsignals: fix /sbin/init protection from unwanted signals
2008-04-30 Oleg Nesterovsignals: check_kill_permission: remove tasklist_lock
2008-04-30 Oleg Nesterovsignals: check_kill_permission: check session under...
2008-04-30 Oleg Nesterovsignals: send_signal: be paranoid about signalfd_notify()
2008-04-30 Oleg Nesterovsignals: document CLD_CONTINUED notification mechanics
2008-04-30 Oleg Nesterovsignals: fold sig_ignored() into handle_stop_signal()
2008-04-30 Oleg Nesterovsignals: cleanup the usage of print_fatal_signal()
2008-04-30 Oleg Nesterovsignals: handle_stop_signal: don't worry about SIGKILL
2008-04-30 Oleg Nesterovsignals: join send_sigqueue() with send_group_sigqueue()
2008-04-30 Oleg Nesterovsignals: unify send_sigqueue/send_group_sigqueue completely
2008-04-30 Pavel Emelyanovsignals: fold complete_signal() into send_signal/do_sen...
2008-04-30 Oleg Nesterovsignals: use __group_complete_signal() for the specific...
2008-04-30 Oleg Nesterovsignals: change send_signal/do_send_sigqueue to take...
2008-04-30 Oleg Nesterovsignals: move the definition of __group_complete_signal...
2008-04-30 Oleg Nesterovsignals: microoptimize the usage of ->curr_target
2008-04-30 Oleg Nesterovsignals: send_sig_info: don't take tasklist_lock
2008-04-30 Oleg Nesterovsignals: do_tkill: don't use tasklist_lock
2008-04-30 Oleg Nesterovsignals: move handle_stop_signal() into send_signal()
2008-04-30 Oleg Nesterovsignals: send_group_sigqueue: don't take tasklist_lock
2008-04-30 Oleg Nesterovsignals: __group_complete_signal: cache the value of...
2008-04-30 Oleg Nesterovsignals: send_sigqueue: don't forget about handle_stop_...
2008-04-30 Oleg Nesterovsignals: send_sigqueue: don't take rcu lock
2008-04-30 Oleg Nesterovget_signal_to_deliver: use the cached ->signal/sighand...
2008-04-30 Oleg Nesterovhandle_stop_signal: use the cached p->signal value
2008-04-30 Oleg Nesterovhandle_stop_signal: unify partial/full stop handling
2008-04-30 Oleg Nesterovkill_pid_info: don't take now unneeded tasklist_lock
2008-04-30 Oleg Nesterovsignals: re-assign CLD_CONTINUED notification from...
2008-04-30 Oleg Nesterovsignals: cleanup security_task_kill() usage/implementation
2008-04-30 Pavel Emelyanovsignals: consolidate send_sigqueue and send_group_sigqueue
2008-04-30 Pavel Emelyanovsignals: clean dequeue_signal from excess checks and...
2008-04-30 Pavel Emelyanovsignals: consolidate checks for whether or not to ignor...
2008-04-30 Oleg Nesterovk_getrusage: don't take rcu_read_lock()
2008-04-30 Oleg Nesterovlock_task_sighand: add rcu lock/unlock
2008-04-30 Oleg Nesterovsignals: do_group_exit(): use signal_group_exit() more...
2008-04-30 Oleg Nesterovsignals: do_signal_stop(): use signal_group_exit()
2008-04-30 Pavel Emelyanovsignals: consolidate checking for ignored/legacy signals
2008-04-30 Pavel Emelyanovsignals: turn LEGACY_QUEUE macro into static inline...
2008-04-30 Pavel Emelyanovsignals: remove unused variable from send_signal()
2008-04-30 Paul MackerrasMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-04-30 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com:8090...
2008-04-29 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2008-04-29 Linus TorvaldsMerge branch 'i2c-for-linus' of git://jdelvare.pck...
2008-04-29 Russell KingMerge branch 'orion-fixes2'
2008-04-29 Russell KingMerge branches 'pxa' and 'orion-fixes1'
2008-04-29 Linus TorvaldsMerge branch 'audit.b50' of git://git.kernel.org/pub...
2008-04-29 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2008-04-29 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2008-04-29 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2008-04-29 Linus TorvaldsMerge branch 'upstream-linus' of git://git.kernel.org...
2008-04-29 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2008-04-29 Linus TorvaldsMerge branch 'master' of git://git.kernel.org/pub/scm...
2008-04-29 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-04-29 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2008-04-29 Christoph LameterAdd kbuild.h that contains common definitions for kbuil...
2008-04-29 Masami Hiramatsurelayfs: support larger relay buffer
2008-04-29 Hirofumi NakagawaRemove duplicated unlikely() in IS_ERR()
2008-04-29 Pavel Emelyanovsysctl: add the ->permissions callback on the ctl_table...
2008-04-29 Pavel Emelyanovsysctl: clean from unneeded extern and forward declarations
2008-04-29 Holger Schurigsysctl: allow embedded targets to disable sysctl_check.c
2008-04-29 Denis V. Lunevkernel: use non-racy method for proc entries creation
2008-04-29 Alexey Dobriyanproc: remove proc_root from drivers
2008-04-29 Matt Helsleyprocfs task exe symlink
2008-04-29 David Howellskeys: make the keyring quotas controllable through...
2008-04-29 David Howellskeys: don't generate user and user session keyrings...
next