| Commit message (Expand) | Author | Age | Files | Lines |
* | signals: change send_signal/do_send_sigqueue to take "boolean group" parameter | Oleg Nesterov | 2008-04-30 | 1 | -9/+16 |
* | signals: move the definition of __group_complete_signal() up | Oleg Nesterov | 2008-04-30 | 1 | -96/+96 |
* | signals: microoptimize the usage of ->curr_target | Oleg Nesterov | 2008-04-30 | 2 | -5/+1 |
* | signals: send_sig_info: don't take tasklist_lock | Oleg Nesterov | 2008-04-30 | 1 | -10/+1 |
* | signals: do_tkill: don't use tasklist_lock | Oleg Nesterov | 2008-04-30 | 1 | -5/+9 |
* | signals: move handle_stop_signal() into send_signal() | Oleg Nesterov | 2008-04-30 | 1 | -8/+3 |
* | signals: send_group_sigqueue: don't take tasklist_lock | Oleg Nesterov | 2008-04-30 | 1 | -2/+1 |
* | signals: __group_complete_signal: cache the value of p->signal | Oleg Nesterov | 2008-04-30 | 1 | -8/+9 |
* | signals: send_sigqueue: don't forget about handle_stop_signal() | Oleg Nesterov | 2008-04-30 | 1 | -2/+3 |
* | signals: send_sigqueue: don't take rcu lock | Oleg Nesterov | 2008-04-30 | 1 | -4/+0 |
* | get_signal_to_deliver: use the cached ->signal/sighand values | Oleg Nesterov | 2008-04-30 | 1 | -15/+15 |
* | handle_stop_signal: use the cached p->signal value | Oleg Nesterov | 2008-04-30 | 1 | -15/+13 |
* | handle_stop_signal: unify partial/full stop handling | Oleg Nesterov | 2008-04-30 | 1 | -26/+19 |
* | kill_pid_info: don't take now unneeded tasklist_lock | Oleg Nesterov | 2008-04-30 | 2 | -8/+1 |
* | signals: re-assign CLD_CONTINUED notification from the sender to reciever | Oleg Nesterov | 2008-04-30 | 2 | -10/+25 |
* | signals: cleanup security_task_kill() usage/implementation | Oleg Nesterov | 2008-04-30 | 3 | -25/+14 |
* | signals: consolidate send_sigqueue and send_group_sigqueue | Pavel Emelyanov | 2008-04-30 | 1 | -57/+29 |
* | signals: clean dequeue_signal from excess checks and assignments | Pavel Emelyanov | 2008-04-30 | 1 | -5/+7 |
* | signals: consolidate checks for whether or not to ignore a signal | Pavel Emelyanov | 2008-04-30 | 1 | -10/+14 |
* | do_task_stat: don't take rcu_read_lock() | Oleg Nesterov | 2008-04-30 | 1 | -2/+0 |
* | k_getrusage: don't take rcu_read_lock() | Oleg Nesterov | 2008-04-30 | 1 | -6/+1 |
* | lock_task_sighand: add rcu lock/unlock | Oleg Nesterov | 2008-04-30 | 1 | -3/+2 |
* | signals: do_group_exit(): use signal_group_exit() more consistently | Oleg Nesterov | 2008-04-30 | 1 | -3/+4 |
* | signals: do_signal_stop(): use signal_group_exit() | Oleg Nesterov | 2008-04-30 | 1 | -1/+1 |
* | signals: consolidate checking for ignored/legacy signals | Pavel Emelyanov | 2008-04-30 | 1 | -25/+17 |
* | signals: turn LEGACY_QUEUE macro into static inline function | Pavel Emelyanov | 2008-04-30 | 1 | -5/+7 |
* | signals: remove unused variable from send_signal() | Pavel Emelyanov | 2008-04-30 | 1 | -2/+1 |
* | isofs: fix access to unallocated memory when reading corrupted filesystem | Jan Kara | 2008-04-30 | 2 | -0/+15 |
* | md: support blocking writes to an array on device failure | Dan Williams | 2008-04-30 | 6 | -7/+120 |
* | md: prevent duplicates in bind_rdev_to_array | Dan Williams | 2008-04-30 | 1 | -0/+5 |
* | md: remove a stray command from a copy and paste error in resync_start_store | Dan Williams | 2008-04-30 | 1 | -1/+0 |
* | md: fix up switching md arrays between read-only and read-write | NeilBrown | 2008-04-30 | 1 | -4/+10 |
* | md: fix 'safemode' handling for external metadata. | NeilBrown | 2008-04-30 | 1 | -11/+19 |
* | md: reinitialise more mddev fields in do_md_stop. | NeilBrown | 2008-04-30 | 1 | -0/+25 |
* | md: skip all metadata update processing when using external metadata. | NeilBrown | 2008-04-30 | 1 | -0/+2 |
* | md: fix use after free when removing rdev via sysfs | Dan Williams | 2008-04-30 | 1 | -1/+1 |
* | pxafb: preliminary smart panel interface support (update) | Eric Miao | 2008-04-30 | 2 | -2/+2 |
* | pxafb: preliminary smart panel interface support | Eric Miao | 2008-04-30 | 5 | -47/+337 |
* | pxafb: move parallel LCD timing setup into dedicate function | Eric Miao | 2008-04-30 | 2 | -50/+47 |
* | pxafb: use completion for LCD disable wait code | Eric Miao | 2008-04-30 | 2 | -8/+6 |
* | pxafb: introduce lcd_{read,write}l() to wrap the __raw_{read,write}l() | Eric Miao | 2008-04-30 | 1 | -24/+35 |
* | pxafb: make lubbock/mainstone/zylonite/littleton to use new LCD connection type | eric miao | 2008-04-30 | 4 | -10/+6 |
* | pxafb: introduce register independent LCD connection type for pxafb | eric miao | 2008-04-30 | 2 | -14/+106 |
* | pxafb: introduce "struct pxafb_dma_buff" for palette and dma descriptors | eric miao | 2008-04-30 | 2 | -83/+95 |
* | pxafb: convert fb driver to use ioremap() and __raw_{readl, writel} | eric miao | 2008-04-30 | 6 | -224/+213 |
* | pxafb: sanitize the usage of #ifdef .. processing pxafb parameters | eric miao | 2008-04-30 | 1 | -29/+28 |
* | pxafb: purge unnecessary pr_debug and comments from pxafb | eric miao | 2008-04-30 | 1 | -71/+0 |
* | pxafb: fix various coding style issues for pxafb | eric miao | 2008-04-30 | 1 | -136/+144 |
* | pxafb: un-nest pxafb_parse_options() to cleanup the coding style issue | eric miao | 2008-04-30 | 1 | -140/+166 |
* | atmel_spi: clean up baud rate divisor calculation | Haavard Skinnemoen | 2008-04-30 | 1 | -9/+20 |