summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ZLIB]: Fix external builds of zlib_inflate code.David S. Miller2007-10-113-48/+50
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-10-111-1/+1
|\
| * Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras2007-10-031-1/+1
| |\
| * | [POWERPC] ppc64: support CONFIG_DEBUG_PREEMPTHugh Dickins2007-10-031-1/+1
* | | [ZLIB]: Move bnx2 driver gzip unpacker into zlib.Denys Vlasenko2007-10-103-13/+61
* | | [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-101-3/+2
* | | Move kasprintf.o to obj-yAlexey Dobriyan2007-10-071-2/+2
* | | lockstat: documentationPeter Zijlstra2007-10-071-0/+2
| |/ |/|
* | typo fix Kernel config optionDanny ter Haar2007-09-251-1/+1
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-08-231-1/+14
|\
| * PCI: Document pci_iomap()Rolf Eike Beer2007-08-221-1/+14
* | Introduce CONFIG_CHECK_SIGNATUREGeert Uytterhoeven2007-08-222-1/+5
|/
* hex_dump: add missing "const" qualifiersAlan Stern2007-08-111-1/+1
* hexdump: use const notationArtem Bityutskiy2007-08-091-2/+2
* idr_remove_all: kill unused variableOleg Nesterov2007-07-311-2/+2
* Remove the arm26 portAdrian Bunk2007-07-311-1/+1
* lib: move kasprintf to a separate fileSam Ravnborg2007-07-313-36/+45
* lzo: add some missing castsRichard Purdie2007-07-311-3/+3
* kobject: fix link error when CONFIG_HOTPLUG is disabledCornelia Huck2007-07-301-8/+8
* fault_inject: silence a warningStephen Rothwell2007-07-241-0/+4
* Fix swiotlb_sync_single_range()Keir Fraser2007-07-211-1/+4
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-202-2/+2
* lockstat: core infrastructurePeter Zijlstra2007-07-191-0/+11
* Driver core: accept all valid action-strings in uevent-triggerKay Sievers2007-07-181-20/+10
* usermodehelper: Tidy up waitingJeremy Fitzhardinge2007-07-181-1/+1
* add argv_split()Jeremy Fitzhardinge2007-07-182-1/+106
* CRC7 supportJan Nikitenko2007-07-173-0/+77
* Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter2007-07-171-2/+1
* Make check_signature depend on CONFIG_HAS_IOMEMLinus Torvalds2007-07-161-2/+2
* vsprintf.c: optimizing, part 2: base 10 conversion speedup, v2Denis Vlasenko2007-07-161-3/+105
* vsprintf.c: optimizing, part 1 (easy and obvious stuff)Denis Vlasenko2007-07-161-28/+45
* generic bug: use show_regs() instead of dump_stack()Heiko Carstens2007-07-161-2/+3
* uninline check_signature()Andrew Morton2007-07-162-1/+27
* percpu_counters: use for_each_online_cpu()Andrew Morton2007-07-161-1/+1
* percpu_counters(): use cpu notifiersAndrew Morton2007-07-161-0/+66
* SLUB: support slub_debug on by defaultChristoph Lameter2007-07-161-0/+13
* lib: add idr_remove_allKristian Hoegsberg2007-07-161-0/+47
* lib: add idr_for_each()Kristian Hoegsberg2007-07-161-0/+55
* Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-07-151-0/+1
|\
| * [LIB]: export radix_tree_preload()David Chinner2007-07-141-0/+1
* | sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo2007-07-111-5/+5
* | ida: implement idr based id allocatorTejun Heo2007-07-111-0/+245
* | idr: separate out idr_mark_full()Tejun Heo2007-07-111-25/+46
* | idr: fix obscure bug in allocation pathTejun Heo2007-07-111-2/+14
* | Driver core: add missing kset ueventKay Sievers2007-07-111-1/+8
|/
* Add LZO1X algorithm to the kernelRichard Purdie2007-07-106-0/+536
* sched: scheduler debugging, enable in KconfigIngo Molnar2007-07-091-0/+9
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-06-081-5/+5
|\
| * kobject: use the proper printk level for kobject errorGreg Kroah-Hartman2007-06-081-5/+5
* | hexdump: more output formattingRandy Dunlap2007-06-081-28/+121
|/