summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | sscanf(): fix %*s%nAndy Spencer2009-10-011-1/+1
| |/ |/|
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-09-248-56/+147
|\ \
| * | lzma/gzip: fix potential oops when input data is truncatedPhillip Lougher2009-09-242-1/+17
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds2009-09-231-0/+8
| |\ \
| | * | kernel hacking: move STRIP_ASM_SYMS from GeneralRandy Dunlap2009-09-201-0/+8
| | |/
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/veg...Linus Torvalds2009-09-221-0/+3
| |\ \
| | * | kmemcheck: depend on HAVE_ARCH_KMEMCHECKSebastian Andrzej Siewior2009-07-011-0/+3
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-221-2/+2
| |\ \ \
| | * | | trivial: fix typo "to to" in multiple filesAnand Gadiyar2009-09-211-2/+2
| | | |/ | | |/|
| * | | flex_array: add missing kerneldoc annotationsDavid Rientjes2009-09-221-1/+11
| * | | flex_array: introduce DEFINE_FLEX_ARRAYDavid Rientjes2009-09-221-26/+10
| * | | flex_array: add flex_array_shrink functionDavid Rientjes2009-09-221-0/+40
| * | | flex_array: poison free elementsDavid Rientjes2009-09-221-8/+7
| * | | flex_array: add flex_array_clear functionDavid Rientjes2009-09-221-0/+26
| * | | vsprintf: use WARN_ON_ONCEMarcin Slusarz2009-09-221-12/+2
| |/ /
| * | vsnprintf: remove duplicate comment of vsnprintfSteven Rostedt2009-09-171-6/+4
| * | vsprintf: add %ps that is the same as %pS but is like %pfSteven Rostedt2009-09-171-2/+4
| * | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-09-151-1/+1
| |\ \
| | * \ Merge commit 'tip/iommu-for-powerpc' into nextBenjamin Herrenschmidt2009-08-281-80/+44
| | |\ \
| | * \ \ Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-08-272-16/+24
| | |\ \ \
| | * | | | kmemleak: Allow kmemleak to be built on powerpcMichael Ellerman2009-08-201-1/+1
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-151-0/+15
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-149-37/+344
| | |\ \ \ \ \ | | | |/ / / /
| | * | | | | Merge branch 'master' into for-nextTejun Heo2009-07-042-3/+24
| | |\ \ \ \ \
| | * | | | | | percpu: implement optional weak percpu definitionsTejun Heo2009-06-241-0/+15
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Nicolas Pitre has a new email addressNicolas Pitre2009-09-151-1/+1
* | | | | | | lib/vsprintf.c: Avoid possible unaligned accesses in %pI6cJoe Perches2009-09-221-10/+15
|/ / / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-141-47/+152
|\ \ \ \ \ \
| * | | | | | lib/vsprintf.c: Add "%pI6c" - print pointer as compressed ipv6 addressJoe Perches2009-08-291-47/+152
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-09-111-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into core/rcuIngo Molnar2009-09-044-37/+46
| |\ \ \ \ \ \
| * | | | | | | rcu: Remove CONFIG_PREEMPT_RCUPaul E. McKenney2009-08-231-1/+1
| * | | | | | | rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney2009-08-231-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-111-80/+44
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2009-09-0411-41/+357
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | lib/swiotlb.c: Fix strange panic message selection logic when swiotlb fills upCasey Dahlin2009-08-211-6/+9
| * | | | | | swiotlb: use phys_to_dma and dma_to_physFUJITA Tomonori2009-07-281-16/+6
| * | | | | | swiotlb: use dma_capable()FUJITA Tomonori2009-07-281-19/+5
| * | | | | | swiotlb: remove unnecessary swiotlb_bus_to_virtFUJITA Tomonori2009-07-281-18/+23
| * | | | | | swiotlb: remove swiotlb_arch_range_needs_mappingFUJITA Tomonori2009-07-281-13/+2
| * | | | | | swiotlb: remove unused swiotlb_alloc()FUJITA Tomonori2009-07-281-6/+2
| * | | | | | swiotlb: remove unused swiotlb_alloc_boot()FUJITA Tomonori2009-07-281-6/+1
* | | | | | | Merge branch 'next' into for-linusJames Morris2009-09-112-24/+52
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | CRED: Add some configurable debugging [try #6]David Howells2009-09-021-0/+15
| * | | | | | Merge branch 'master' into nextJames Morris2009-08-113-18/+39
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'master' into nextJames Morris2009-08-065-6/+292
| |\ \ \ \ \ \
| * | | | | | | kernel: is_current_single_threaded: don't use ->mmap_semOleg Nesterov2009-07-171-4/+6
| * | | | | | | kernel: rename is_single_threaded(task) to current_is_single_threaded(void)Oleg Nesterov2009-07-171-1/+2
| * | | | | | | kernel: fix is_single_threadedOleg Nesterov2009-07-171-26/+36
| | |_|/ / / / | |/| | | | |
* | | | | | | lmb: Remove __init from lmb_end_of_DRAM()Benjamin Herrenschmidt2009-08-271-1/+1
OpenPOWER on IntegriCloud