summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-02-27Merge "printk: introduce printk oops log buffer"Linux Build Service Account
2014-02-21printk: introduce printk oops log bufferJoonwoo Park
2014-02-14genalloc: Correct nbytes calculation on long boundarySunil Khatri
2014-02-07Remove GENERIC_HARDIRQ config optionMartin Schwidefsky
2014-02-04lib/scatterlist: error handling in __sg_alloc_table()Dan Carpenter
2014-01-20lib: qmi: Add config stringKarthikeyan Ramasubramanian
2013-12-12Merge "msm: Remove lib/memory_alloc.c and related files"Linux Build Service Account
2013-12-10msm: Remove lib/memory_alloc.c and related filesLaura Abbott
2013-12-10sched/debug: Make sysrq prints of sched debug data optionalMatt Wagantall
2013-11-04Merge "debugfs: add get/set for atomic types"Linux Build Service Account
2013-10-30msm: qmi: Subtract the wire size of an array length appropriatelyKarthikeyan Ramasubramanian
2013-10-30msm: qmi: Correct the maximum message length calculationKarthikeyan Ramasubramanian
2013-10-29scsi: ufs: Inject errors to verify error handlingSujit Reddy Thumma
2013-10-18debugfs: add get/set for atomic typesSeth Jennings
2013-09-24msm: qmi: Do not reserve TLV space twice while encoding nested structuresKarthikeyan Ramasubramanian
2013-09-23Merge "msm: qmi: Fix decoding of multi-level nested structures"Linux Build Service Account
2013-09-23msm: qmi: Fix decoding of multi-level nested structuresKarthikeyan Ramasubramanian
2013-09-23msm: qmi: Update the skip_to_next_elem operationKarthikeyan Ramasubramanian
2013-09-04msm: qmi: Add support to encode and send zero length QMI messagesKarthikeyan Ramasubramanian
2013-09-04lib: qmi: Add api to verify maximum length of a QMI messageKarthikeyan Ramasubramanian
2013-09-04lib: qmi: Add check to avoid out of bound memory accessKarthikeyan Ramasubramanian
2013-09-04lib: qmi: Add logging to debug QMI Encode/Decode LibraryKarthikeyan Ramasubramanian
2013-09-04lib: qmi: Introduce QMI Encode/Decode libraryKarthikeyan Ramasubramanian
2013-09-04Merge branch 'qandroid-3.10' into msm-3.10Stephen Boyd
2013-08-22kernel/lib: add additional debug capabilites for data corruptionSyed Rameez Mustafa
2013-08-22lib: memory_alloc: Support 64-bit physical addressesLaura Abbott
2013-08-22lib: genalloc: Use 64 bit types for holding allocationsLaura Abbott
2013-07-08lib: add gen_pool_alloc_aligned()Michal Nazarewicz
2013-07-08lib: genalloc: Change chunk allocation to vmallocShubhraprakash Das
2013-07-08lib: add bitmap_find_next_zero_area_off()Michal Nazarewicz
2013-07-08lib: Add debugfs file for tracking memory allocationsJordan Crouse
2013-07-08lib: Remove negative error values from allocate_contiguous_memory_nomapJordan Crouse
2013-07-08lib: remove extraneous exports and function prototypesLarry Bassel
2013-07-08lib: memory allocLarry Bassel
2013-07-01hardlockup: detect hard lockups without NMIs using secondary cpusColin Cross
2013-07-01Allow CONFIG_STACKTRACE to be enabled by itself.Arve Hjønnevåg
2013-06-12lib/mpi/mpicoder.c: looping issue, need stop when equal to zero, found by 'EX...Chen Gang
2013-05-24MPILIB: disable usage of floating point registers on pariscHelge Deller
2013-05-23Merge tag 'driver-core-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-05-23lib: make iovec obj instead of libRandy Dunlap
2013-05-21klist: del waiter from klist_remove_waiters before wakeup waitting processwang, biao
2013-05-20Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-05-07rwsem: check counter to avoid cmpxchg callsDavidlohr Bueso
2013-05-07kref: minor cleanupAnatol Pomozov
2013-05-07Merge branch 'rwsem-optimizations'Linus Torvalds
2013-05-07rwsem: no need for explicit signed longsDavidlohr Bueso
2013-05-07rwsem: do not block readers at head of queue if other readers are activeMichel Lespinasse
2013-05-07rwsem: implement support for write lock stealing on the fastpathMichel Lespinasse
2013-05-07rwsem: simplify __rwsem_do_wakeMichel Lespinasse