summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* bzip2/lzma: don't stop search at first unconfigured compressionAlain Knaff2009-02-191-1/+1
* bzip2/lzma: comprehensible error messages for missing decompressorH. Peter Anvin2009-01-121-6/+10
* Merge branch 'linus' into x86/setup-lzmaIngo Molnar2009-01-1013-220/+232
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommuLinus Torvalds2009-01-091-0/+7
| |\
| | * NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells2009-01-081-0/+7
| * | generic swap(): lib/sort.c: rename swap to swap_funcWu Fengguang2009-01-081-14/+16
| |/
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-071-5/+6
| |\
| | * trivial: radix-tree: document wrap-around issue of radix_tree_next_hole()Wu Fengguang2009-01-061-5/+6
| * | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-063-154/+107
| |\ \
| | | \
| | | \
| | | \
| | | \
| | *---. \ Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into co...Ingo Molnar2009-01-062-17/+7
| | |\ \ \ \ | | | | | |/
| | | | * | locking, percpu counters: introduce separate lock classesPeter Zijlstra2008-12-292-17/+7
| | * | | | Merge branch 'core/iommu' into core/urgentIngo Molnar2009-01-051-137/+100
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | swiotlb: clean up EXPORT_SYMBOL usageFUJITA Tomonori2008-12-281-14/+14
| | | * | | swiotlb: remove unnecessary declarationFUJITA Tomonori2008-12-281-3/+0
| | | * | | swiotlb: add support for systems with highmemBecky Bruce2008-12-281-17/+51
| | | * | | swiotlb: store phys address in io_tlb_orig_addr arrayBecky Bruce2008-12-281-90/+30
| | | * | | swiotlb: add hwdev to swiotlb_phys_to_bus() / swiotlb_sg_to_bus()Jeremy Fitzhardinge2008-12-281-31/+22
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-01-064-39/+72
| |\ \ \ \ \
| | * | | | | swiotlb: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-1/+1
| | * | | | | dynamic_printk: reduce one level of indentationWu Fengguang2009-01-061-32/+26
| | * | | | | kobject: return the result of uevent sending by netlinkMing Lei2009-01-061-2/+4
| | * | | | | uevent: don't pass envp_ext[] as format string in kobject_uevent_env()Tejun Heo2009-01-061-1/+1
| | * | | | | driver core: Remove completion from struct klist_nodeMatthew Wilcox2009-01-061-3/+40
| | |/ / / /
| * | | | | percpu_counter: FBC_BATCH should be a variableEric Dumazet2009-01-061-4/+14
| * | | | | strict_strto* is not strict enoughPavel Machek2009-01-061-0/+4
| * | | | | lib: proportions.c trivial sparse lock annotationHarvey Harrison2009-01-061-0/+2
| * | | | | lib: radix_tree.c make percpu variable staticHarvey Harrison2009-01-061-1/+1
| * | | | | lib: fix sparse shadowed variable warningHarvey Harrison2009-01-061-1/+1
| * | | | | Remove remaining unwinder codeAlexey Dobriyan2009-01-061-1/+0
| * | | | | oops handling: ensure that any oops is flushed to the mtdoops consoleViktor Rosendahl2009-01-061-0/+2
| |/ / / /
| * | | | swiotlb: Don't include linux/swiotlb.h twice in lib/swiotlb.cJesper Juhl2009-01-041-1/+0
| * | | | Merge branch 'linus' into core/urgentIngo Molnar2009-01-045-3/+116
| |\ \ \ \
| * | | | | swiotlb: add missing __init annotationsRoland Dreier2009-01-021-1/+1
* | | | | | bzip2/lzma: centralize format detectionH. Peter Anvin2009-01-082-4/+55
* | | | | | bzip2/lzma: fix decompress_inflate.c vs multi-block-with-embedded-filenameAlain Knaff2009-01-081-1/+1
* | | | | | bzip2/lzma: fix constant in decompress_inflateH. Peter Anvin2009-01-081-1/+1
* | | | | | bzip2/lzma: DECOMPRESS_GZIP should select ZLIB_INFLATEH. Peter Anvin2009-01-071-0/+1
* | | | | | bzip2/lzma: proper Kconfig dependencies for the ramdisk optionsH. Peter Anvin2009-01-052-2/+18
* | | | | | bzip2/lzma: config and initramfs support for bzip2/lzma decompressionAlain Knaff2009-01-041-1/+2
* | | | | | bzip2/lzma: library support for gzip, bzip2 and lzma decompressionAlain Knaff2009-01-045-0/+1557
| |/ / / / |/| | | |
* | | | | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-034-3/+113
|\ \ \ \ \
| * | | | | cpumask: CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONSRusty Russell2009-01-011-0/+4
| * | | | | cpumask: zero extra bits in alloc_cpumask_var_nodeRusty Russell2009-01-011-0/+8
| * | | | | bitmap: find_last_bit()Rusty Russell2009-01-013-0/+50
| * | | | | cpumask: fix bogus kernel-docLi Zefan2009-01-011-1/+1
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-313-68/+223
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-307-155/+178
| |\ \ \ \ \ \
| * | | | | | | cpumask: documentation for cpumask_var_tMike Travis2008-12-191-0/+43
| * | | | | | | cpumask: Add alloc_cpumask_var_node()Mike Travis2008-12-191-3/+8
* | | | | | | | Make %p print '(null)' for NULL pointersLinus Torvalds2009-01-031-0/+3
| |_|_|/ / / / |/| | | | | |
OpenPOWER on IntegriCloud