summaryrefslogtreecommitdiff
path: root/lib (unfollow)
Commit message (Expand)Author
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-12-04tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo
2009-12-03rcu: Make RCU's CPU-stall detector be defaultPaul E. McKenney
2009-11-19FS-Cache: Don't delete pending pages from the page-store tracking treeDavid Howells
2009-11-19FS-Cache: Use radix tree preload correctly in tracking of pages to be storedDavid Howells
2009-11-18strcmp: fix overflow and possibly signedness errorLinus Torvalds
2009-11-16workqueue: Add debugobjects supportThomas Gleixner
2009-11-11swiotlb: Remove the swiotlb variable usageFUJITA Tomonori
2009-11-11sysctl: Remove dead code from sysctl_checkEric W. Biederman
2009-11-10x86: Handle HW IOMMU initialization failure gracefullyFUJITA Tomonori
2009-11-10swiotlb: Defer swiotlb init printing, export swiotlb_print_info()FUJITA Tomonori
2009-11-10swiotlb: Add swiotlb_free() functionFUJITA Tomonori
2009-11-04vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas
2009-11-04vsprintf: add %pRt, %pRf to print struct resource detailsBjorn Helgaas
2009-11-04vsprintf: add %pR support for IRQ and DMA resourcesBjorn Helgaas
2009-11-04vsprintf: fix io/mem resource widthBjorn Helgaas
2009-10-29dma-debug: Fix compile warning with PAE enabledJoerg Roedel
2009-10-27powerpc: Minor cleanup to lib/Kconfig.debugKumar Gala
2009-10-23ratelimit: Make suppressed output messages more usefulChristian Borntraeger
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-10-06[S390] Enable kmemleak on s390.Heiko Carstens
2009-10-01sscanf(): fix %*s%nAndy Spencer
2009-10-01The DRBD driverPhilipp Reisner
2009-09-28tracing: Pushdown the bkl tracepoints callsFrederic Weisbecker
2009-09-24lzma/gzip: fix potential oops when input data is truncatedPhillip Lougher
2009-09-24tracing/bkl: Add bkl ftrace eventsFrederic Weisbecker
2009-09-22lib/vsprintf.c: Avoid possible unaligned accesses in %pI6cJoe Perches
2009-09-22printk: Remove ratelimit.h from kernel.hIngo Molnar
2009-09-22flex_array: add missing kerneldoc annotationsDavid Rientjes
2009-09-22flex_array: introduce DEFINE_FLEX_ARRAYDavid Rientjes
2009-09-22flex_array: add flex_array_shrink functionDavid Rientjes
2009-09-22flex_array: poison free elementsDavid Rientjes
2009-09-22flex_array: add flex_array_clear functionDavid Rientjes
2009-09-22vsprintf: use WARN_ON_ONCEMarcin Slusarz
2009-09-22ratelimit: Fix/allow use in atomic contextsIngo Molnar
2009-09-22ratelimit: Use per ratelimit context lockingIngo Molnar
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar
2009-09-20kernel hacking: move STRIP_ASM_SYMS from GeneralRandy Dunlap
2009-09-17vsnprintf: remove duplicate comment of vsnprintfSteven Rostedt
2009-09-17vsprintf: add %ps that is the same as %pS but is like %pfSteven Rostedt
2009-09-15Nicolas Pitre has a new email addressNicolas Pitre
2009-09-02CRED: Add some configurable debugging [try #6]David Howells
2009-08-29lib/vsprintf.c: Add "%pI6c" - print pointer as compressed ipv6 addressJoe Perches
2009-08-27lmb: Remove __init from lmb_end_of_DRAM()Benjamin Herrenschmidt
2009-08-26flex_array: convert element_nr formals to unsignedDavid Rientjes
2009-08-26flex_array: fix flex_array_free_parts commentDavid Rientjes
2009-08-26flex_array: fix get function for elements in base starting at non-zeroDavid Rientjes
2009-08-23rcu: Remove CONFIG_PREEMPT_RCUPaul E. McKenney
2009-08-23rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney
2009-08-21Make bitmask 'and' operators return a result codeLinus Torvalds