| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] gfp flags annotations - part 1 | Al Viro | 2005-10-08 | 4 | -4/+4 |
* | [TEXTSEARCH]: fix sparse gfp nocast warnings | Randy Dunlap | 2005-10-04 | 3 | -3/+3 |
* | [LIB]: Consolidate _atomic_dec_and_lock() | David S. Miller | 2005-09-14 | 1 | -0/+35 |
* | [PATCH] x86-64: Allow frame pointer and fix help text. | Andi Kleen | 2005-09-12 | 1 | -4/+4 |
* | [PATCH] lib/sort.c: small cleanups | Adrian Bunk | 2005-09-10 | 1 | -2/+3 |
* | [PATCH] lib/radix-tree: Fix "nocast type" warnings | Victor Fusco | 2005-09-10 | 1 | -1/+1 |
* | [PATCH] spinlock consolidation | Ingo Molnar | 2005-09-10 | 4 | -5/+259 |
* | [PATCH] lib/crc16: added crc16 algorithm. | Evgeniy Polyakov | 2005-09-08 | 3 | -1/+77 |
* | [PATCH] fix klist semantics for lists which have elements removed on traversal | James Bottomley | 2005-09-07 | 1 | -1/+17 |
* | [PATCH] radix_tag_get(): differentiate between no present node and tag unset ... | Marcelo Tosatti | 2005-09-07 | 1 | -8/+9 |
* | [PATCH] radix-tree: Remove unnecessary indirections and clean up code | Christoph Lameter | 2005-09-07 | 1 | -77/+82 |
* | [PATCH] detect soft lockups | Ingo Molnar | 2005-09-07 | 1 | -0/+19 |
* | [PATCH] klist: fix klist to have the same klist_add semantics as list_head | James Bottomley | 2005-09-05 | 1 | -4/+4 |
* | [PATCH] unify x86/x86-64 semaphore code | Benjamin LaHaise | 2005-09-05 | 2 | -0/+178 |
* | [LIB]: Make TEXTSEARCH_BM plain tristate like the others | David S. Miller | 2005-08-29 | 1 | -8/+1 |
* | [LIB]: Boyer-Moore extension for textsearch infrastructure strike #2 | Pablo Neira Ayuso | 2005-08-29 | 3 | -0/+196 |
* | [NETLINK]: Add "groups" argument to netlink_kernel_create | Patrick McHardy | 2005-08-29 | 1 | -1/+1 |
* | [NETLINK]: Convert netlink users to use group numbers instead of bitmasks | Patrick McHardy | 2005-08-29 | 1 | -1/+1 |
* | [NETLINK]: Fix missing dst_groups initializations in netlink_broadcast users | Patrick McHardy | 2005-08-29 | 1 | -0/+1 |
* | [NETLINK]: Add properly module refcounting for kernel netlink sockets. | Harald Welte | 2005-08-29 | 1 | -1/+2 |
* | [PATCH] Document idr_get_new_above() semantics, update inotify | John McCutchan | 2005-08-26 | 1 | -1/+1 |
* | [PATCH] %t... in vsnprintf | Al Viro | 2005-08-23 | 1 | -1/+4 |
* | Revert unnecessary zlib_inflate/inftrees.c fix | Linus Torvalds | 2005-08-17 | 1 | -1/+1 |
* | [PATCH] crc32.c typo fix | Dominik Hackl | 2005-08-07 | 1 | -1/+1 |
* | [PATCH] Update in-kernel zlib routines | Tim Yamin | 2005-08-05 | 2 | -8/+10 |
* | [PATCH] DEBUG_FS must depend on SYSFS | Adrian Bunk | 2005-07-29 | 1 | -1/+1 |
* | [PATCH] statically link halfmd4 | Andrew Morton | 2005-07-27 | 1 | -2/+2 |
* | [PATCH] mostly_read data section | Christoph Lameter | 2005-07-07 | 1 | -1/+1 |
* | [PATCH] Use ALIGN to remove duplicate code | Nick Wilson | 2005-06-25 | 1 | -2/+1 |
* | [PATCH] lib/sha1.c: fix sparse warning | Domen Puncer | 2005-06-25 | 1 | -1/+1 |
* | [PKT_SCHED]: Make TEXTSEARCH* options only selected. | David S. Miller | 2005-06-24 | 1 | -22/+6 |
* | [LIB]: textsearch.o needs to be obj-y not lib-y. | David S. Miller | 2005-06-23 | 1 | -1/+1 |
* | [LIB]: Naive finite state machine based textsearch | Thomas Graf | 2005-06-23 | 3 | -0/+350 |
* | [LIB]: Knuth-Morris-Pratt textsearch algorithm | Thomas Graf | 2005-06-23 | 3 | -0/+156 |
* | [LIB]: Textsearch infrastructure. | Thomas Graf | 2005-06-23 | 3 | -1/+326 |
* | [PATCH] ia64 uncached alloc | Jes Sorensen | 2005-06-21 | 3 | -0/+195 |
* | [PATCH] smp_processor_id() cleanup | Ingo Molnar | 2005-06-21 | 3 | -55/+56 |
* | [PATCH] coverity: idr_get_new_above_int() overrun fix | Zaur Kambarov | 2005-06-21 | 1 | -1/+1 |
* | [PATCH] Don't reference NULL klist pointer in klist_remove(). | mochel@digitalimplant.org | 2005-06-20 | 1 | -2/+3 |
* | [PATCH] add klist_node_attached() to determine if a node is on a list or not. | mochel@digitalimplant.org | 2005-06-20 | 1 | -0/+16 |
* | [PATCH] Add initial implementation of klist helpers. | mochel@digitalimplant.org | 2005-06-20 | 2 | -3/+252 |
* | [PATCH] Make kobject's name be const char * | Dmitry Torokhov | 2005-06-20 | 2 | -3/+3 |
* | [PATCH] kobject_hotplug() should use kobject_name() | Dmitry Torokhov | 2005-06-20 | 1 | -1/+1 |
* | [PATCH] uml: split CONFIG_FRAME_POINTER from DEBUG_INFO | Paolo 'Blaisorblade' Giarrusso | 2005-05-28 | 1 | -1/+2 |
* | [PATCH] documentation for strncpy() | walter harms | 2005-05-05 | 1 | -0/+4 |
* | [PATCH] fix lib/sort regression test | Domen Puncer | 2005-05-05 | 1 | -1/+1 |
* | [PATCH] x86_64: make string func definition work as intended | Paolo 'Blaisorblade' Giarrusso | 2005-05-05 | 1 | -0/+4 |
* | [PATCH] DocBook: fix some descriptions | Martin Waitz | 2005-05-01 | 1 | -2/+1 |
* | [PATCH] remove all kernel BUGs | Matt Mackall | 2005-05-01 | 1 | -0/+1 |
* | [PATCH] use smp_mb/wmb/rmb where possible | akpm@osdl.org | 2005-05-01 | 2 | -5/+5 |