Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tracehook: tracehook_tracer_task | Roland McGrath | 2008-07-26 | 4 | -25/+37 |
* | tracehook: release_task | Roland McGrath | 2008-07-26 | 3 | -12/+50 |
* | tracehook: vfork-done | Roland McGrath | 2008-07-26 | 2 | -4/+19 |
* | tracehook: clone | Roland McGrath | 2008-07-26 | 3 | -41/+150 |
* | tracehook: exit | Roland McGrath | 2008-07-26 | 2 | -4/+17 |
* | tracehook: unexport ptrace_notify | Roland McGrath | 2008-07-26 | 1 | -1/+0 |
* | tracehook: exec | Roland McGrath | 2008-07-26 | 8 | -38/+50 |
* | tracehook: add linux/tracehook.h | Roland McGrath | 2008-07-26 | 2 | -0/+85 |
* | Use WARN() in fs/proc/ | Arjan van de Ven | 2008-07-26 | 1 | -4/+1 |
* | Use WARN() in fs/sysfs | Arjan van de Ven | 2008-07-26 | 3 | -8/+3 |
* | Use WARN() in fs/ | Arjan van de Ven | 2008-07-26 | 2 | -4/+2 |
* | Use WARN() in lib/ | Arjan van de Ven | 2008-07-26 | 4 | -22/+15 |
* | Use WARN() in drivers/base/ | Arjan van de Ven | 2008-07-26 | 3 | -14/+7 |
* | Use WARN() in block/ | Arjan van de Ven | 2008-07-26 | 1 | -2/+1 |
* | use WARN() in kernel/irq/chip.c | Arjan van de Ven | 2008-07-26 | 1 | -8/+4 |
* | Use WARN() in mm/vmalloc.c | Arjan van de Ven | 2008-07-26 | 1 | -4/+2 |
* | Use WARN() in kernel/irq/manage.c | Arjan van de Ven | 2008-07-26 | 1 | -2/+1 |
* | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 2008-07-26 | 67 | -106/+90 |
* | Documentation cleanup: trivial misspelling, punctuation, and grammar correcti... | Matt LaPlante | 2008-07-26 | 35 | -64/+65 |
* | mm: spinlock tree_lock | Nick Piggin | 2008-07-26 | 12 | -39/+38 |
* | mm: lockless pagecache | Nick Piggin | 2008-07-26 | 1 | -45/+134 |
* | mm: speculative page references | Nick Piggin | 2008-07-26 | 7 | -45/+227 |
* | radix-tree: add gang_lookup_slot, gang_lookup_slot_tag | Nick Piggin | 2008-07-26 | 2 | -24/+166 |
* | mm: readahead scan lockless | Nick Piggin | 2008-07-26 | 1 | -3/+3 |
* | x86: support 1GB hugepages with get_user_pages_lockless() | Nick Piggin | 2008-07-26 | 1 | -3/+40 |
* | splice: use get_user_pages_fast | Nick Piggin | 2008-07-26 | 1 | -38/+3 |
* | dio: use get_user_pages_fast | Nick Piggin | 2008-07-26 | 2 | -14/+4 |
* | x86: lockless get_user_pages_fast() | Nick Piggin | 2008-07-26 | 5 | -0/+264 |
* | mm: introduce get_user_pages_fast | Nick Piggin | 2008-07-26 | 1 | -0/+33 |
* | x86: implement pte_special | Nick Piggin | 2008-07-26 | 1 | -3/+6 |
* | mn10300: use the common ascii hex helpers | Harvey Harrison | 2008-07-26 | 1 | -62/+46 |
* | frv: use the common ascii hex helpers | Harvey Harrison | 2008-07-26 | 1 | -52/+36 |
* | cris: use the common ascii hex helpers | Harvey Harrison | 2008-07-26 | 2 | -102/+37 |
* | omfs: add MAINTAINERS entry | Bob Copeland | 2008-07-26 | 1 | -0/+6 |
* | omfs: update kbuild to include OMFS | Bob Copeland | 2008-07-26 | 3 | -0/+18 |
* | omfs: add bitmap routines | Bob Copeland | 2008-07-26 | 1 | -0/+192 |
* | omfs: add file routines | Bob Copeland | 2008-07-26 | 1 | -0/+346 |
* | omfs: add directory routines | Bob Copeland | 2008-07-26 | 1 | -0/+504 |
* | omfs: add inode routines | Bob Copeland | 2008-07-26 | 1 | -0/+553 |
* | omfs: define filesystem structures | Bob Copeland | 2008-07-26 | 2 | -0/+147 |
* | omfs: add filesystem documentation | Bob Copeland | 2008-07-26 | 1 | -0/+106 |
* | include/linux/aio.h: removed duplicated include | Huang Weiyi | 2008-07-26 | 1 | -1/+0 |
* | relay: add buffer-only channels; useful for early logging | Eduard - Gabriel Munteanu | 2008-07-26 | 3 | -29/+156 |
* | Full conversion to early_initcall() interface, remove old interface | Eduard - Gabriel Munteanu | 2008-07-26 | 7 | -42/+32 |
* | Better interface for hooking early initcalls | Eduard - Gabriel Munteanu | 2008-07-26 | 3 | -2/+20 |
* | kexec jump: save/restore device state | Huang Ying | 2008-07-26 | 5 | -4/+56 |
* | kexec jump | Huang Ying | 2008-07-26 | 10 | -68/+269 |
* | kernel/kexec.c: make 'kimage_terminate' void | WANG Cong | 2008-07-26 | 1 | -6/+2 |
* | memstick: use fully asynchronous request processing | Alex Dubov | 2008-07-26 | 4 | -217/+218 |
* | memstick: add "start" and "stop" methods to memstick device | Alex Dubov | 2008-07-26 | 3 | -3/+45 |