summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | Fixes a regression from the recent "remove ->get_blocks() support"Nathan Scott2006-03-291-3/+4
| | | * | | | [XFS] Fix compiler warning and small code inconsistencies in compatNathan Scott2006-03-291-9/+13
| | | * | | | [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott2006-03-2942-93/+93
| | | | |/ / | | | |/| |
| | * | | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/scjod...Linus Torvalds2006-03-287-182/+86
| | |\ \ \ \
| | | * \ \ \ Merge with git+ssh://master.kernel.org/pub/scm/linux/kernel/git/torvalds/linu...Jody McIntyre2006-03-28780-7789/+22996
| | | |\ \ \ \ | | | | |/ / /
| | | * | | | ohci1394: cleanup the "Unexpected PCI resource length" warning.Jody McIntyre2006-03-281-2/+2
| | | * | | | sbp2: misc debug logging cleanupsStefan Richter2006-03-281-77/+33
| | | * | | | sbp2: proper treatment of DID_OKStefan Richter2006-03-281-3/+5
| | | * | | | ieee1394: set read permission for parameter disable_irmStefan Richter2006-03-281-1/+1
| | | * | | | sbp2: check for ARM failureStefan Richter2006-03-281-3/+7
| | | * | | | ohci1394: clean up asynchronous and physical request filters programmingStefan Richter2006-03-281-18/+19
| | | * | | | ieee1394: remove amdtp remains from ieee1394_core.hStefan Richter2006-03-281-2/+0
| | | * | | | ieee1394: remove devfs supportStefan Richter2006-03-285-73/+5
| | | * | | | Signed-off-by: Jody McIntyre <scjody@modernduck.com>Jody McIntyre2006-03-281-3/+5
| | | * | | | sbp2: prevent unloading of 1394 low-level driverStefan Richter2006-03-281-0/+9
| | | | |/ / | | | |/| |
| | * | | | [PATCH] send_sigqueue: simplify and fix the raceOleg Nesterov2006-03-281-37/+4
| | * | | | [PATCH] do_notify_parent_cldstop: remove 'to_self' paramOleg Nesterov2006-03-281-21/+11
| | * | | | [PATCH] finish_stop: don't check stop_count < 0Oleg Nesterov2006-03-281-1/+1
| | * | | | [PATCH] simplify do_signal_stop()Oleg Nesterov2006-03-281-24/+8
| | * | | | [PATCH] cleanup __exit_signal->cleanup_sighand pathOleg Nesterov2006-03-283-8/+5
| | * | | | [PATCH] make fork() atomic wrt pgrp/session signalsOleg Nesterov2006-03-281-20/+17
| | * | | | [PATCH] pids: kill PIDTYPE_TGIDOleg Nesterov2006-03-284-14/+12
| | * | | | [PATCH] do_sigaction: don't take tasklist_lockOleg Nesterov2006-03-281-19/+3
| | * | | | [PATCH] do_group_exit: don't take tasklist_lockOleg Nesterov2006-03-281-2/+0
| | * | | | [PATCH] do_signal_stop: don't take tasklist_lockOleg Nesterov2006-03-281-52/+17
| | * | | | [PATCH] relax sig_needs_tasklist()Oleg Nesterov2006-03-281-2/+1
| | * | | | [PATCH] sys_times: don't take tasklist_lockOleg Nesterov2006-03-281-12/+1
| | * | | | [PATCH] do __unhash_process() under ->siglockOleg Nesterov2006-03-281-2/+2
| | * | | | [PATCH] revert "Optimize sys_times for a single thread process"Oleg Nesterov2006-03-282-65/+27
| | * | | | [PATCH] move __exit_signal() to kernel/exit.cOleg Nesterov2006-03-284-65/+66
| | * | | | [PATCH] rename __exit_sighand to cleanup_sighandOleg Nesterov2006-03-283-19/+14
| | * | | | [PATCH] cleanup __exit_signal()Oleg Nesterov2006-03-281-16/+15
| | * | | | [PATCH] copy_process: cleanup bad_fork_cleanup_signalOleg Nesterov2006-03-284-20/+21
| | * | | | [PATCH] copy_process: cleanup bad_fork_cleanup_sighandOleg Nesterov2006-03-283-16/+2
| | * | | | [PATCH] introduce sig_needs_tasklist() helperOleg Nesterov2006-03-281-1/+4
| | * | | | [PATCH] introduce lock_task_sighand() helperOleg Nesterov2006-03-282-14/+33
| | * | | | [PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCUOleg Nesterov2006-03-284-21/+13
| | * | | | [PATCH] release_task: replace open-coded ptrace_unlink()Oleg Nesterov2006-03-281-3/+2
| | * | | | [PATCH] wait_for_helper: trivial style cleanupOleg Nesterov2006-03-281-1/+1
| | * | | | [PATCH] reparent_thread: use remove_parent/add_parentOleg Nesterov2006-03-281-2/+2
| | * | | | [PATCH] pidhash: don't use zero pidsOleg Nesterov2006-03-281-0/+2
| | * | | | [PATCH] pidhash: don't count idle threadsOleg Nesterov2006-03-285-46/+20
| | * | | | [PATCH] kill SET_LINKS/REMOVE_LINKSOleg Nesterov2006-03-283-14/+6
| | * | | | [PATCH] don't use REMOVE_LINKS/SET_LINKS for reparentingOleg Nesterov2006-03-282-6/+6
| | * | | | [PATCH] remove add_parent()'s parent argumentOleg Nesterov2006-03-284-7/+7
| | * | | | [PATCH] choose_new_parent: remove unused arg, sanitize exit_state checkOleg Nesterov2006-03-281-4/+4
| | * | | | [PATCH] pidhash: kill switch_exec_pidsEric W. Biederman2006-03-283-34/+11
| | * | | | [PATCH] do_SAK: don't depend on session ID 0Eric W. Biederman2006-03-281-3/+13
| | * | | | [PATCH] do_tty_hangup: use group_send_sig_info not send_group_sig_infoEric W. Biederman2006-03-281-2/+2
| | * | | | [PATCH] Remove dead kill_sl prototype from sched.hEric W. Biederman2006-03-281-1/+0
OpenPOWER on IntegriCloud