summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-04-303-216/+0
|\
| *---------. Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzi...Len Brown2008-04-3055-1378/+5030
| |\ \ \ \ \ \
| | | | | | * | PM: Remove legacy PMPavel Machek2008-04-153-216/+0
* | | | | | | | kernel: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-302-3/+3
* | | | | | | | add hrtimer specific debugobjects codeThomas Gleixner2008-04-302-23/+171
* | | | | | | | debugobjects: add timer specific object debugging codeThomas Gleixner2008-04-301-8/+145
* | | | | | | | alloc_uid: cleanupAndrew Morton2008-04-301-16/+2
* | | | | | | | printk: don't read beyond string arguments' terminating zeroMarkus Armbruster2008-04-301-1/+1
* | | | | | | | Basic braille screen reader supportSamuel Thibault2008-04-301-24/+66
* | | | | | | | mm: bdi: add separate writeback accounting capabilityMiklos Szeredi2008-04-301-1/+1
* | | | | | | | pidns: make pid->level and pid_ns->level unsignedPavel Emelyanov2008-04-301-1/+1
* | | | | | | | make marker_debug staticAdrian Bunk2008-04-301-1/+1
* | | | | | | | pids: sys_getpgid: fix unsafe *pid usage, s/tasklist/rcu/Oleg Nesterov2008-04-301-15/+21
* | | | | | | | pids: sys_getsid: fix unsafe *pid usage, fix possible 0 instead of -ESRCHOleg Nesterov2008-04-301-13/+20
* | | | | | | | pids: __set_special_pids: use change_pid() helperOleg Nesterov2008-04-301-4/+2
* | | | | | | | pids: sys_setpgid: use change_pid() helperOleg Nesterov2008-04-301-2/+1
* | | | | | | | pids: introduce change_pid() helperOleg Nesterov2008-04-301-5/+16
* | | | | | | | pids: de_thread: don't clear session/pgrp pids for the old leaderOleg Nesterov2008-04-301-1/+0
* | | | | | | | Deprecate find_task_by_pid()Pavel Emelyanov2008-04-302-7/+1
* | | | | | | | Use find_task_by_vpid in taskstatsPavel Emelyanov2008-04-301-3/+3
* | | | | | | | free_pidmap: turn it into free_pidmap(struct upid *)Oleg Nesterov2008-04-301-6/+7
* | | | | | | | tty: The big operations reworkAlan Cox2008-04-301-2/+2
* | | | | | | | ptrace: permit ptracing of /sbin/initOleg Nesterov2008-04-301-8/+0
* | | | | | | | ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific()Oleg Nesterov2008-04-301-2/+1
* | | | | | | | ptrace: __ptrace_unlink: use the ptrace_reparented() helperOleg Nesterov2008-04-301-1/+1
* | | | | | | | ptrace: introduce ptrace_reparented() helperOleg Nesterov2008-04-301-5/+4
* | | | | | | | document de_thread() with exit_notify() connectionOleg Nesterov2008-04-301-0/+1
* | | | | | | | reparent_thread: use same_thread_group()Oleg Nesterov2008-04-301-1/+1
* | | | | | | | ptrace: introduce task_detached() helperOleg Nesterov2008-04-301-20/+25
* | | | | | | | signals: add set_restore_sigmaskRoland McGrath2008-04-302-3/+2
* | | | | | | | signals: allow the kernel to actually kill /sbin/initOleg Nesterov2008-04-301-1/+4
* | | | | | | | signals: fix /sbin/init protection from unwanted signalsOleg Nesterov2008-04-301-3/+6
* | | | | | | | signals: check_kill_permission: remove tasklist_lockOleg Nesterov2008-04-301-2/+0
* | | | | | | | signals: check_kill_permission: check session under tasklist_lockOleg Nesterov2008-04-301-5/+19
* | | | | | | | signals: send_signal: be paranoid about signalfd_notify()Oleg Nesterov2008-04-301-7/+1
* | | | | | | | signals: document CLD_CONTINUED notification mechanicsOleg Nesterov2008-04-301-1/+10
* | | | | | | | signals: fold sig_ignored() into handle_stop_signal()Oleg Nesterov2008-04-301-15/+17
* | | | | | | | signals: cleanup the usage of print_fatal_signal()Oleg Nesterov2008-04-301-2/+3
* | | | | | | | signals: handle_stop_signal: don't worry about SIGKILLOleg Nesterov2008-04-301-6/+0
* | | | | | | | signals: join send_sigqueue() with send_group_sigqueue()Oleg Nesterov2008-04-302-18/+3
* | | | | | | | signals: unify send_sigqueue/send_group_sigqueue completelyOleg Nesterov2008-04-301-37/+21
* | | | | | | | signals: fold complete_signal() into send_signal/do_send_sigqueuePavel Emelyanov2008-04-301-35/+11
* | | | | | | | signals: use __group_complete_signal() for the specific signals tooOleg Nesterov2008-04-301-9/+6
* | | | | | | | signals: change send_signal/do_send_sigqueue to take "boolean group" parameterOleg Nesterov2008-04-301-9/+16
* | | | | | | | signals: move the definition of __group_complete_signal() upOleg Nesterov2008-04-301-96/+96
* | | | | | | | signals: microoptimize the usage of ->curr_targetOleg Nesterov2008-04-302-5/+1
* | | | | | | | signals: send_sig_info: don't take tasklist_lockOleg Nesterov2008-04-301-10/+1
* | | | | | | | signals: do_tkill: don't use tasklist_lockOleg Nesterov2008-04-301-5/+9
* | | | | | | | signals: move handle_stop_signal() into send_signal()Oleg Nesterov2008-04-301-8/+3
* | | | | | | | signals: send_group_sigqueue: don't take tasklist_lockOleg Nesterov2008-04-301-2/+1
OpenPOWER on IntegriCloud