| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] extable: remove needless declaration | Nicolas Pitre | 2005-10-31 | 1 | -3/+0 |
* | [PATCH] Kconfig help text correction for CONFIG_FRAME_POINTER | Jesper Juhl | 2005-10-31 | 1 | -2/+2 |
* | [PATCH] cpusets: bitmap and mask remap operators | Paul Jackson | 2005-10-31 | 1 | -0/+166 |
* | [PATCH] Whitespace and CodingStyle cleanup for lib/idr.c | Jesper Juhl | 2005-10-31 | 1 | -18/+17 |
* | [PATCH] lib/string.c cleanup: remove pointless explicit casts | Jesper Juhl | 2005-10-31 | 1 | -10/+11 |
* | [PATCH] lib/string.c cleanup: remove pointless register keyword | Jesper Juhl | 2005-10-31 | 1 | -2/+2 |
* | [PATCH] lib/string.c cleanup: whitespace and CodingStyle cleanups | Jesper Juhl | 2005-10-31 | 1 | -60/+53 |
* | [PATCH] CONFIG_IA32 | Brian Gerst | 2005-10-31 | 1 | -1/+1 |
* | Merge ../bleed-2.6 | Greg KH | 2005-10-28 | 4 | -5/+5 |
|\ |
|
| * | [PATCH] gfp_t: lib/* | Al Viro | 2005-10-28 | 4 | -5/+5 |
* | | [PATCH] kobject_uevent.c has a typo in a comment | Erik Hovland | 2005-10-28 | 1 | -1/+1 |
|/ |
|
* | [PATCH] inotify/idr leak fix | Andrew Morton | 2005-10-24 | 1 | -0/+13 |
* | Add some basic .gitignore files | Linus Torvalds | 2005-10-18 | 1 | -0/+6 |
* | [PATCH] gfp flags annotations - part 1 | Al Viro | 2005-10-09 | 4 | -4/+4 |
* | [TEXTSEARCH]: fix sparse gfp nocast warnings | Randy Dunlap | 2005-10-05 | 3 | -3/+3 |
* | [LIB]: Consolidate _atomic_dec_and_lock() | David S. Miller | 2005-09-15 | 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-08 | 1 | -1/+17 |
* | [PATCH] radix_tag_get(): differentiate between no present node and tag unset ... | Marcelo Tosatti | 2005-09-08 | 1 | -8/+9 |
* | [PATCH] radix-tree: Remove unnecessary indirections and clean up code | Christoph Lameter | 2005-09-08 | 1 | -77/+82 |
* | [PATCH] detect soft lockups | Ingo Molnar | 2005-09-08 | 1 | -0/+19 |
* | [PATCH] klist: fix klist to have the same klist_add semantics as list_head | James Bottomley | 2005-09-06 | 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-30 | 1 | -8/+1 |
* | [LIB]: Boyer-Moore extension for textsearch infrastructure strike #2 | Pablo Neira Ayuso | 2005-08-30 | 3 | -0/+196 |
* | [NETLINK]: Add "groups" argument to netlink_kernel_create | Patrick McHardy | 2005-08-30 | 1 | -1/+1 |
* | [NETLINK]: Convert netlink users to use group numbers instead of bitmasks | Patrick McHardy | 2005-08-30 | 1 | -1/+1 |
* | [NETLINK]: Fix missing dst_groups initializations in netlink_broadcast users | Patrick McHardy | 2005-08-30 | 1 | -0/+1 |
* | [NETLINK]: Add properly module refcounting for kernel netlink sockets. | Harald Welte | 2005-08-30 | 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-24 | 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-06 | 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-28 | 1 | -2/+2 |
* | [PATCH] mostly_read data section | Christoph Lameter | 2005-07-08 | 1 | -1/+1 |
* | [PATCH] Use ALIGN to remove duplicate code | Nick Wilson | 2005-06-26 | 1 | -2/+1 |
* | [PATCH] lib/sha1.c: fix sparse warning | Domen Puncer | 2005-06-26 | 1 | -1/+1 |
* | [PKT_SCHED]: Make TEXTSEARCH* options only selected. | David S. Miller | 2005-06-25 | 1 | -22/+6 |
* | [LIB]: textsearch.o needs to be obj-y not lib-y. | David S. Miller | 2005-06-24 | 1 | -1/+1 |
* | [LIB]: Naive finite state machine based textsearch | Thomas Graf | 2005-06-24 | 3 | -0/+350 |
* | [LIB]: Knuth-Morris-Pratt textsearch algorithm | Thomas Graf | 2005-06-24 | 3 | -0/+156 |
* | [LIB]: Textsearch infrastructure. | Thomas Graf | 2005-06-24 | 3 | -1/+326 |
* | [PATCH] ia64 uncached alloc | Jes Sorensen | 2005-06-22 | 3 | -0/+195 |
* | [PATCH] smp_processor_id() cleanup | Ingo Molnar | 2005-06-22 | 3 | -55/+56 |