summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-303-20/+4
* 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
* signals: __group_complete_signal: cache the value of p->signalOleg Nesterov2008-04-301-8/+9
* signals: send_sigqueue: don't forget about handle_stop_signal()Oleg Nesterov2008-04-301-2/+3
* signals: send_sigqueue: don't take rcu lockOleg Nesterov2008-04-301-4/+0
* get_signal_to_deliver: use the cached ->signal/sighand valuesOleg Nesterov2008-04-301-15/+15
* handle_stop_signal: use the cached p->signal valueOleg Nesterov2008-04-301-15/+13
* handle_stop_signal: unify partial/full stop handlingOleg Nesterov2008-04-301-26/+19
* kill_pid_info: don't take now unneeded tasklist_lockOleg Nesterov2008-04-302-8/+1
* signals: re-assign CLD_CONTINUED notification from the sender to recieverOleg Nesterov2008-04-302-10/+25
* signals: cleanup security_task_kill() usage/implementationOleg Nesterov2008-04-303-25/+14
* signals: consolidate send_sigqueue and send_group_sigqueuePavel Emelyanov2008-04-301-57/+29
* signals: clean dequeue_signal from excess checks and assignmentsPavel Emelyanov2008-04-301-5/+7
* signals: consolidate checks for whether or not to ignore a signalPavel Emelyanov2008-04-301-10/+14
* do_task_stat: don't take rcu_read_lock()Oleg Nesterov2008-04-301-2/+0
* k_getrusage: don't take rcu_read_lock()Oleg Nesterov2008-04-301-6/+1
* lock_task_sighand: add rcu lock/unlockOleg Nesterov2008-04-301-3/+2
* signals: do_group_exit(): use signal_group_exit() more consistentlyOleg Nesterov2008-04-301-3/+4
* signals: do_signal_stop(): use signal_group_exit()Oleg Nesterov2008-04-301-1/+1
* signals: consolidate checking for ignored/legacy signalsPavel Emelyanov2008-04-301-25/+17
* signals: turn LEGACY_QUEUE macro into static inline functionPavel Emelyanov2008-04-301-5/+7
* signals: remove unused variable from send_signal()Pavel Emelyanov2008-04-301-2/+1
* isofs: fix access to unallocated memory when reading corrupted filesystemJan Kara2008-04-302-0/+15
* md: support blocking writes to an array on device failureDan Williams2008-04-306-7/+120
* md: prevent duplicates in bind_rdev_to_arrayDan Williams2008-04-301-0/+5
* md: remove a stray command from a copy and paste error in resync_start_storeDan Williams2008-04-301-1/+0
* md: fix up switching md arrays between read-only and read-writeNeilBrown2008-04-301-4/+10
* md: fix 'safemode' handling for external metadata.NeilBrown2008-04-301-11/+19
* md: reinitialise more mddev fields in do_md_stop.NeilBrown2008-04-301-0/+25
* md: skip all metadata update processing when using external metadata.NeilBrown2008-04-301-0/+2
* md: fix use after free when removing rdev via sysfsDan Williams2008-04-301-1/+1
* pxafb: preliminary smart panel interface support (update)Eric Miao2008-04-302-2/+2
* pxafb: preliminary smart panel interface supportEric Miao2008-04-305-47/+337
* pxafb: move parallel LCD timing setup into dedicate functionEric Miao2008-04-302-50/+47
* pxafb: use completion for LCD disable wait codeEric Miao2008-04-302-8/+6
* pxafb: introduce lcd_{read,write}l() to wrap the __raw_{read,write}l()Eric Miao2008-04-301-24/+35
* pxafb: make lubbock/mainstone/zylonite/littleton to use new LCD connection typeeric miao2008-04-304-10/+6
* pxafb: introduce register independent LCD connection type for pxafberic miao2008-04-302-14/+106
* pxafb: introduce "struct pxafb_dma_buff" for palette and dma descriptorseric miao2008-04-302-83/+95
OpenPOWER on IntegriCloud