summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/percpu_counter.c: __this_cpu_write() doesn't need to be protected by spin...Fan Du2013-07-031-1/+1
* dump_stack: serialize the output from dump_stack()Alex Thorlton2013-07-031-2/+45
* Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2013-07-022-1/+159
|\
| * percpu-refcount: use RCU-sched insted of normal RCUTejun Heo2013-06-161-1/+1
| * percpu-refcount: implement percpu_tryget() along with percpu_ref_kill_and_con...Tejun Heo2013-06-131-6/+17
| * percpu-refcount: implement percpu_ref_cancel_init()Tejun Heo2013-06-131-0/+31
| * percpu-refcount: add __must_check to percpu_ref_init() and don't use ACCESS_O...Tejun Heo2013-06-131-3/+1
| * percpu-refcount: cosmetic updatesTejun Heo2013-06-121-3/+4
| * percpu-refcount: Don't use silly cmpxchg()Kent Overstreet2013-06-031-15/+4
| * percpu: implement generic percpu refcountingKent Overstreet2013-06-032-1/+129
* | Merge branch 'core-mutexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-07-023-18/+717
|\ \
| * | locking-selftests: Handle unexpected failures more strictlyMaarten Lankhorst2013-06-261-3/+5
| * | mutex: Add more w/w tests to test EDEADLK path handlingMaarten Lankhorst2013-06-261-3/+261
| * | mutex: Add more tests to lib/locking-selftest.cMaarten Lankhorst2013-06-261-0/+62
| * | mutex: Add w/w tests to lib/locking-selftest.cMaarten Lankhorst2013-06-261-19/+381
| * | mutex: Add w/w mutex slowpath debuggingDaniel Vetter2013-06-261-0/+13
| * | mutex: Add support for wound/wait style locksMaarten Lankhorst2013-06-261-0/+2
* | | Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-07-021-2/+0
|\ \ \
| * | | X.509: do not emit any informational outputArnd Bergmann2013-06-191-2/+0
| | |/ | |/|
* | | Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-022-22/+1
|\ \ \
| * \ \ Merge 3.10-rc6 into driver-core-nextGreg Kroah-Hartman2013-06-171-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | kobject: sanitize argument for format stringKees Cook2013-06-071-1/+1
| * | | debugfs: add get/set for atomic typesSeth Jennings2013-06-031-21/+0
| | |/ | |/|
* | | Merge 3.10-rc6 into char-misc-nextGreg Kroah-Hartman2013-06-171-1/+1
|\ \ \ | | |/ | |/|
| * | lib/mpi/mpicoder.c: looping issue, need stop when equal to zero, found by 'EX...Chen Gang2013-06-121-1/+1
| |/
* / net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko2013-06-053-0/+31
|/
* MPILIB: disable usage of floating point registers on pariscHelge Deller2013-05-241-2/+3
* Merge tag 'driver-core-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-05-231-1/+1
|\
| * klist: del waiter from klist_remove_waiters before wakeup waitting processwang, biao2013-05-211-1/+1
* | lib: make iovec obj instead of libRandy Dunlap2013-05-231-2/+2
* | Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell2013-05-202-1/+54
|/
* Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-10/+46
|\
| * lru_cache: introduce lc_get_cumulative()Lars Ellenberg2013-03-221-10/+46
* | rwsem: check counter to avoid cmpxchg callsDavidlohr Bueso2013-05-071-1/+3
* | kref: minor cleanupAnatol Pomozov2013-05-071-1/+1
* | Merge branch 'rwsem-optimizations'Linus Torvalds2013-05-072-146/+132
|\ \
| * | rwsem: no need for explicit signed longsDavidlohr Bueso2013-05-071-5/+3
| * | rwsem: do not block readers at head of queue if other readers are activeMichel Lespinasse2013-05-071-2/+8
| * | rwsem: implement support for write lock stealing on the fastpathMichel Lespinasse2013-05-071-32/+32
| * | rwsem: simplify __rwsem_do_wakeMichel Lespinasse2013-05-072-30/+19
| * | rwsem: skip initial trylock in rwsem_down_write_failedMichel Lespinasse2013-05-071-8/+9
| * | rwsem: avoid taking wait_lock in rwsem_down_write_failedMichel Lespinasse2013-05-071-2/+8
| * | rwsem: use cmpxchg for trying to steal write lockMichel Lespinasse2013-05-071-20/+6
| * | rwsem: more agressive lock stealing in rwsem_down_write_failedMichel Lespinasse2013-05-071-21/+8
| * | rwsem: simplify rwsem_down_write_failedMichel Lespinasse2013-05-071-24/+9
| * | rwsem: simplify rwsem_down_read_failedMichel Lespinasse2013-05-071-20/+2
| * | rwsem: move rwsem_down_failed_common code into rwsem_down_{read,write}_failedMichel Lespinasse2013-05-071-15/+57
| * | rwsem: shorter spinlocked section in rwsem_down_failed_common()Michel Lespinasse2013-05-071-5/+3
| * | rwsem: make the waiter type an enumeration rather than a bitmaskMichel Lespinasse2013-05-072-18/+24
* | | Give the OID registry file module info to avoid kernel taintingDavid Howells2013-05-051-0/+5