summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | memory: memory notifier error injection moduleAkinobu Mita2012-07-313-0/+72
| * | | PM: PM notifier error injection moduleAkinobu Mita2012-07-313-0/+74
| * | | cpu: rewrite cpu-notifier-error-inject moduleAkinobu Mita2012-07-312-40/+39Star
| * | | fault-injection: notifier error injectionAkinobu Mita2012-07-314-0/+148
| * | | lib/crc32.c: fix unused variables warningsThiago Rafael Becker2012-07-311-0/+2
| * | | spinlock_debug: print offset in addition to symbol nameStephen Boyd2012-07-311-1/+1
| * | | atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() testCatalin Marinas2012-07-312-3/+5
| * | | string: introduce memweight()Akinobu Mita2012-07-312-1/+39
| * | | vsprintf: add support of '%*ph[CDN]'Andy Shevchenko2012-07-311-0/+55
| * | | lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q)Dan Rosenberg2012-07-311-1/+2
| * | | lib/vsprintf.c: remind people to update Documentation/printk-formats.txt when...Andrew Morton2012-07-311-0/+2
| * | | vsprintf: add %pMR for Bluetooth MAC addressAndrei Emeltchenko2012-07-311-4/+19
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-07-308-0/+23
|\ \ \ \
| * | | | of/lib: Allow scripts/dtc/libfdt to be used from kernel codeDavid Daney2012-07-238-0/+23
| | |_|/ | |/| |
* | | | Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprows...Linus Torvalds2012-07-301-0/+64
|\ \ \ \ | |_|/ / |/| | |
| * | | scatterlist: add sg_alloc_table_from_pages functionTomasz Stanislawski2012-07-301-0/+64
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-241-1/+1
|\ \ \
| * \ \ Merge branch 'master' into for-nextJiri Kosina2012-06-291-5/+3Star
| |\ \ \