Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | tracehook: CONFIG_HAVE_ARCH_TRACEHOOK | Roland McGrath | 2008-07-26 | 1 | -0/+18 | |
| * | | | | | | | tracehook: asm/syscall.h | Roland McGrath | 2008-07-26 | 2 | -1/+143 | |
| * | | | | | | | tracehook: TIF_NOTIFY_RESUME | Roland McGrath | 2008-07-26 | 1 | -0/+34 | |
| * | | | | | | | tracehook: force signal_pending() | Roland McGrath | 2008-07-26 | 2 | -1/+17 | |
| * | | | | | | | tracehook: death | Roland McGrath | 2008-07-26 | 4 | -21/+69 | |
| * | | | | | | | tracehook: job control | Roland McGrath | 2008-07-26 | 2 | -5/+25 | |
| * | | | | | | | tracehook: get_signal_to_deliver | Roland McGrath | 2008-07-26 | 2 | -11/+56 | |
| * | | | | | | | tracehook: syscall | Roland McGrath | 2008-07-26 | 1 | -0/+70 | |
| * | | | | | | | tracehook: tracehook_consider_fatal_signal | Roland McGrath | 2008-07-26 | 2 | -4/+26 | |
| * | | | | | | | tracehook: tracehook_consider_ignored_signal | Roland McGrath | 2008-07-26 | 2 | -11/+35 | |
| * | | | | | | | tracehook: tracehook_signal_handler | Roland McGrath | 2008-07-26 | 1 | -0/+23 | |
| * | | | | | | | tracehook: tracehook_expect_breakpoints | Roland McGrath | 2008-07-26 | 2 | -2/+17 | |
| * | | | | | | | 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 |