| Commit message (Expand) | Author | Files | Lines |
2007-02-12 | [PATCH] mm: mincore anon | Nick Piggin | 1 | -26/+76 |
2007-02-12 | [PATCH] Add NOPFN_REFAULT result from vm_ops->nopfn() | Benjamin Herrenschmidt | 2 | -2/+5 |
2007-02-12 | [PATCH] add vm_insert_pfn() | Nick Piggin | 2 | -0/+47 |
2007-02-12 | [PATCH] null pointer dereference in appledisplay driver | Michael Hanselmann | 1 | -2/+2 |
2007-02-12 | [PATCH] one more iomap s390 build fix | Heiko Carstens | 1 | -1/+3 |
2007-02-11 | cfq-iosched: improve continue or break logic in cfq_dispatch | Jens Axboe | 1 | -8/+8 |
2007-02-11 | cfq-iosched: remove the implicit queue kicking in slice expire | Jens Axboe | 1 | -6/+6 |
2007-02-11 | cfq-iosched: check whether a queue timed out in accounting | Jens Axboe | 1 | -14/+18 |
2007-02-11 | cfq-iosched: tweak the FIFO checking | Jens Axboe | 1 | -3/+4 |
2007-02-11 | cfq-iosched: don't pass in queue for cfq_arm_slice_timer() | Jens Axboe | 1 | -5/+4 |
2007-02-11 | cfq-iosched: account for slice over/under time | Jens Axboe | 1 | -20/+12 |
2007-02-11 | cfq-iosched: defer slice activation to first request being active | Jens Axboe | 1 | -38/+53 |
2007-02-11 | [PATCH] cfq-iosched: use last service point as the fairness criteria | Jens Axboe | 1 | -14/+34 |
2007-02-11 | cfq-iosched: document the cfqq flags | Jens Axboe | 1 | -9/+9 |
2007-02-11 | [PATCH] cfq-iosched: move on_rr check into cfq_resort_rr_list() | Jens Axboe | 1 | -10/+9 |
2007-02-11 | cfq-iosched: remove cfq_io_context last_queue | Jens Axboe | 2 | -18/+2 |
2007-02-11 | elevator: don't sort reads between writes | Jens Axboe | 1 | -0/+2 |
2007-02-11 | elevator: abstract out the activate and deactivate functions | Jens Axboe | 1 | -9/+20 |
2007-02-11 | [PATCH] fix fatal kernel-doc error | Randy Dunlap | 1 | -1/+2 |
2007-02-11 | [PATCH] add missing io...._rep() on sparc32 | Al Viro | 1 | -0/+29 |
2007-02-11 | [PATCH] Switch s390 to NO_IOMEM | Al Viro | 4 | -125/+2 |
2007-02-11 | [PATCH] sort the devres mess out | Al Viro | 21 | -397/+442 |
2007-02-11 | [PATCH] FRA_{DST,SRC} are le16 for decnet | Al Viro | 1 | -6/+6 |
2007-02-11 | [PATCH] fix misannotation of linkinfo_dn | Al Viro | 1 | -1/+1 |
2007-02-11 | [PATCH] fix DocBook build | Don Mullis | 2 | -5/+5 |
2007-02-11 | [PATCH] fix gregkh-usb-usbcore-remove-unused-bandwith-related-code | Andrew Morton | 1 | -2/+2 |
2007-02-11 | [PATCH] CHAR-Amiserial: turn local_save_flags() + local_irq_disable() into lo... | Jiri Kosina | 1 | -2/+1 |
2007-02-11 | [PATCH] rapidio: fix multi-switch enumeration | Alexandre Bounine | 2 | -31/+88 |
2007-02-11 | [PATCH] tty: cleanup release_mem | Christoph Hellwig | 1 | -36/+37 |
2007-02-11 | [PATCH] ifdef ->rchar, ->wchar, ->syscr, ->syscw from task_struct | Alexey Dobriyan | 4 | -12/+58 |
2007-02-11 | [PATCH] Move TASK_XACCT, TASK_IO_ACCOUNTING up in menus | Alexey Dobriyan | 1 | -18/+18 |
2007-02-11 | [PATCH] _proc_do_string(): fix short reads | Oleg Nesterov | 1 | -4/+12 |
2007-02-11 | [PATCH] Fix sparse annotation of spin unlock macros in one case | Pavel Roskin | 1 | -9/+24 |
2007-02-11 | [PATCH] Change constant zero to NOTIFY_DONE in ratelimit_handler() | Paul E. McKenney | 1 | -1/+1 |
2007-02-11 | [PATCH] highmem: catch illegal nesting | Ingo Molnar | 1 | -3/+4 |
2007-02-11 | [PATCH] jbd layer function called instead of fs specific one | Dmitriy Monakhov | 2 | -4/+4 |
2007-02-11 | [PATCH] Fix apparent typo CONFIG_LOCKDEP_DEBUG | Robert P. J. Day | 1 | -1/+1 |
2007-02-11 | [PATCH] mxser: remove useless fields | Cedric Le Goater | 1 | -6/+1 |
2007-02-11 | [PATCH] drivers/block/DAC960: convert 'boolean' to 'bool' | Richard Knutsson | 2 | -287/+280 |
2007-02-11 | [PATCH] some rtc documentation updates | Mike Frysinger | 1 | -12/+34 |
2007-02-11 | [PATCH] order of lockdep off/on in vprintk() should be changed | Mathieu Desnoyers | 1 | -3/+3 |
2007-02-11 | [PATCH] Remove unused kernel config option PARIDE_PARPORT | Robert P. J. Day | 1 | -7/+1 |
2007-02-11 | [PATCH] Remove unused kernel config option ZISOFS_FS | Robert P. J. Day | 1 | -6/+0 |
2007-02-11 | [PATCH] Remove references to obsolete kernel config option DEBUG_RWSEMS | Robert P. J. Day | 1 | -9/+0 |
2007-02-11 | [PATCH] Remove dead kernel config option AEDSP16_MPU401. | Robert P. J. Day | 1 | -12/+0 |
2007-02-11 | [PATCH] Replace regular code with appropriate calls to container_of() | Robert P. J. Day | 5 | -10/+6 |
2007-02-11 | [PATCH] cleanup include/linux/reiserfs_xattr.h | Adrian Bunk | 1 | -5/+19 |
2007-02-11 | [PATCH] cleanup include/linux/xattr.h | Adrian Bunk | 2 | -1/+9 |
2007-02-11 | [PATCH] Remove final reference to superfluous smp_commence() | Robert P. J. Day | 1 | -5/+0 |
2007-02-11 | [PATCH] buffer: memorder fix | Nick Piggin | 1 | -0/+1 |