summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v3.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-10-071-5/+0Star
|\
| * dma-debug: Remove local BUS_NOTIFY_UNBOUND_DRIVER defineShuah Khan2012-10-021-5/+0Star
* | lib/decompress.c add __init to decompress_method and dataHein Tibosch2012-10-051-3/+6
* | scatterlist: atomic sg_mapping_iter() no longer needs disabled IRQsTejun Heo2012-10-051-8/+8
* | lib/plist.c: make plist test announcements KERN_DEBUGBorislav Petkov2012-10-051-2/+2
* | lib/vsprintf.c: improve standard conformance of sscanf()Jan Beulich2012-10-051-19/+14Star
* | lib/spinlock_debug: avoid livelock in do_raw_spin_lock()Vikram Mulukutla2012-10-051-14/+18
* | genalloc: make it possible to use a custom allocation algorithmBenjamin Gaignard2012-10-051-4/+84
* | lib/gcd.c: prevent possible div by 0Davidlohr Bueso2012-10-051-0/+3
* | lib/Kconfig.debug: adjust hard-lockup related Kconfig optionsJan Beulich2012-10-051-4/+5
* | lib/parser.c: avoid overflow in match_number()Alex Elder2012-10-051-2/+8
* | idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu2012-10-051-16/+16
* | lib/vsprintf: update documentation to cover all of %p[Mm][FR]Andy Shevchenko2012-10-051-1/+4
* | lib: vsprintf: fix broken commentsGeorge Spelvin2012-10-051-7/+7
* | lib: vsprintf: optimize put_dec_trunc8()George Spelvin2012-10-051-16/+6Star
* | lib: vsprintf: optimize division by 10000George Spelvin2012-10-051-27/+33
* | lib: vsprintf: optimize division by 10 for small integersGeorge Spelvin2012-10-051-2/+3
* | sections: fix const sections for crc32 tableJoe Mario2012-10-052-6/+9
* | Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-031-9/+24
|\ \
| * \ Merge branch 'stable/late-swiotlb.v3.3' into stable/for-linus-3.7Konrad Rzeszutek Wilk2012-09-231-9/+24
| |\ \
| | * | swiotlb: add the late swiotlb initialization function with iotlb memoryKonrad Rzeszutek Wilk2012-08-211-9/+24
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-022-3/+6
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-151-2/+4
| |\ \ \ \
| * | | | | netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2012-09-091-2/+1Star
| * | | | | netlink: kill netlink_set_nonrootPablo Neira Ayuso2012-09-091-1/+1
| * | | | | netlink: add minlen validation for the new signed typesJulian Anastasov2012-08-301-0/+4
| | |_|/ / | |/| | |
* | | | | Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-4/+4
|\ \ \ \ \
| * \ \ \ \ Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman2012-09-171-2/+4
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | usb/core: use bin2bcd() for bcdDevice in RHSebastian Andrzej Siewior2012-09-101-4/+4
| | |/ / / | |/| | |
* | | | | Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-011-13/+43
|\ \ \ \ \
| * | | | | device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emitJoe Perches2012-09-171-20/+11Star
| * | | | | netdev_printk/netif_printk: Remove a superfluous logging colonJoe Perches2012-09-171-1/+1
| * | | | | netdev_printk/dynamic_netdev_dbg: Directly call printk_emitJoe Perches2012-09-171-3/+23
| * | | | | dev_dbg/dynamic_debug: Update to use printk_emit, optimize stackJoe Perches2012-09-171-10/+29
| | |/ / / | |/| | |
* | | | | Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-011-2/+4
|\ \ \ \ \
| * | | | | arm64: Build infrastructureCatalin Marinas2012-09-171-2/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-011-0/+14
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bPaul E. McKenney2012-09-251-2/+4
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | rcu: Add PROVE_RCU_DELAY to provoke difficult racesPaul E. McKenney2012-09-231-0/+14
| | |/ / | |/| |
* | | | lib/flex_proportions.c: fix corruption of denominator in flexible proportionsJan Kara2012-09-251-1/+1
| |/ / |/| |
* | | digsig: add hash size comparision on signature verificationDmitry Kasatkin2012-09-131-2/+4
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-7/+7
|\ \
| * | switch the protection of percpu_counter list to spinlockAl Viro2012-07-311-7/+7
| |/
* | Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-07-312-1/+273
|\ \
| * | lib: Fix possible deadlock in flexible proportion codeJan Kara2012-06-091-2/+8
| * | lib: Proportions with flexible periodJan Kara2012-06-092-1/+267
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-3115-58/+528
|\ \ \
| * | | lib/scatterlist: do not re-write gfp_flags in __sg_alloc_table()Mandeep Singh Baines2012-07-311-8/+0Star
| * | | powerpc: pSeries reconfig notifier error injection moduleAkinobu Mita2012-07-313-0/+70