summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-01-104-36/+58
|\
| * lib: add GENERIC_PCI_IOMAPMichael S. Tsirkin2011-11-284-36/+55
| * lib: move GENERIC_IOMAP to lib/KconfigMichael S. Tsirkin2011-11-241-0/+3
* | Merge branch 'akpm' (aka "Andrew's patch-bomb")Linus Torvalds2012-01-102-10/+12
|\ \
| * | crc32: optimize inner loopJoakim Tjernlund2012-01-101-10/+11
| * | btree: export btree_get_prev() so modules can use btree_for_eachSteve Hodgson2012-01-101-0/+1
* | | Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-01-101-2/+3
|\ \ \ | |/ / |/| |
| * | Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie2011-12-201-1/+1
| |\ \
| * | | swiotlb: Expose swiotlb_nr_tlb function to modulesKonrad Rzeszutek Wilk2011-12-061-2/+3
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-084-9/+7
|\ \ \
| * | | decompress_bunzip2: remove invalid vi modelinePaul Bolle2011-12-061-1/+0
| * | | treewide: Fix comment and string typo 'bufer'Paul Bolle2011-12-062-3/+3
| * | | Merge branch 'master' into for-nextJiri Kosina2011-11-1328-290/+459
| |\ \ \ | | |/ /
| * | | Docs: Kconfig: CORDIC descriptionMichael Witten2011-10-291-3/+2
| * | | Docs: wording: functions -> algorithmMichael Witten2011-10-292-2/+2
| * | | Docs: Pedantry: [Cc]ordic -> CORDICMichael Witten2011-10-292-3/+3
* | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-081-4/+4
|\ \ \ \
| * | | | switch debugfs to umode_tAl Viro2012-01-031-4/+4
| | |_|/ | |/| |
* | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-075-137/+57
|\ \ \ \
| * \ \ \ Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-065-137/+57
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | kobject: remove kset_find_obj_hinted()Kay Sievers2011-12-211-37/+0
| | * | | kref: Inline all functionsPeter Zijlstra2011-12-132-98/+1
| | * | | driver-core: skip uevent generation when nobody is listeningKay Sievers2011-12-091-0/+3
| | * | | lib: devres: add convenience function to remap a resourceWolfram Sang2011-11-151-0/+51
| | * | | lib: devres: add annotations for #endifWolfram Sang2011-11-151-2/+2
| | | |/ | | |/|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-01-065-0/+159
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-1/+1
| |\ \ \ \ | | |/ / /
| * | | | sch_red: Adaptative RED AQMEric Dumazet2011-12-081-0/+2
| * | | | dql: Dynamic queue limitsTom Herbert2011-11-293-0/+138
| * | | | net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-0/+19
| | |/ / | |/| |
* | | | Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2012-01-061-4/+50
|\ \ \ \ | |_|/ / |/| | |
| * | | debugobjects: Extend to assert that an object is initializedChristine Chan2011-11-231-0/+38
| * | | debugobjects: Be smarter about static objectsStephen Boyd2011-11-231-4/+12
| |/ /
* | | Fix comparison using wrong pointer variable in dma debug codeThomas Jarosch2011-11-211-1/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-071-0/+1
|\ \
| * | netlink: validate NLA_MSECS lengthJohannes Berg2011-11-041-0/+1
* | | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-064-0/+4
|\ \ \ | |/ / |/| |
| * | lib: dma-debug needs export.h for EXPORT_SYMBOLPaul Gortmaker2011-10-311-0/+1
| * | md: Add in export.h for files using EXPORT_SYMBOLPaul Gortmaker2011-10-312-0/+2
| * | md: Add module.h to all files using it implicitlyPaul Gortmaker2011-10-311-0/+1
* | | ida: make ida_simple_get/put() IRQ safeTejun Heo2011-11-021-4/+7
* | | lib: rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko2011-10-311-7/+7
* | | lib/string.c: fix strim() semantics for strings that have only blanksMichael Holzheu2011-10-311-2/+1
* | | lib/idr.c: fix comment for ida_get_new_above()Wang Sheng-Hui2011-10-311-2/+2
* | | lib/percpu_counter.c: enclose hotplug only variables in hotplug ifdefGlauber Costa2011-10-311-0/+2
* | | lib/bitmap.c: quiet sparse noise about address spaceH Hartley Sweeten2011-10-311-4/+6
* | | lib/spinlock_debug.c: print owner on spinlock lockupAkinobu Mita2011-10-311-9/+10
* | | lib/kstrtox: common code between kstrto*() and simple_strto*() functionsAlexey Dobriyan2011-10-313-48/+68
* | | lib/Kconfig.debug: fix help message for DEFAULT_HUNG_TASK_TIMEOUTJiaju Zhang2011-10-311-2/+3
* | | lib/string.c: introduce memchr_inv()Akinobu Mita2011-10-311-0/+54
OpenPOWER on IntegriCloud