Commit Graph

2547 Commits (f84f771d942182e39a56ec2989d6a67d3ca33a13)

Author SHA1 Message Date
Maarten Lankhorst 040a0a3710 mutex: Add support for wound/wait style locks 12 years ago
Markos Chandras 25c87eae17 lib/Kconfig.debug: Restrict FRAME_POINTER for MIPS 12 years ago
Arnd Bergmann a857c6e7d5 X.509: do not emit any informational output 12 years ago
Masanari Iida 278cee0515 treewide: Fix typo in printk 12 years ago
Tejun Heo a4244454df percpu-refcount: use RCU-sched insted of normal RCU 12 years ago
Tejun Heo dbece3a0f1 percpu-refcount: implement percpu_tryget() along with percpu_ref_kill_and_confirm() 12 years ago
Tejun Heo bc497bd33b percpu-refcount: implement percpu_ref_cancel_init() 12 years ago
Tejun Heo acac7883ee percpu-refcount: add __must_check to percpu_ref_init() and don't use ACCESS_ONCE() in percpu_ref_kill_rcu() 12 years ago
Tejun Heo ac899061a9 percpu-refcount: cosmetic updates 12 years ago
Chen Gang 5402b8047b lib/mpi/mpicoder.c: looping issue, need stop when equal to zero, found by 'EXTRA_FLAGS=-W'. 12 years ago
Kees Cook b7165ebbf0 kobject: sanitize argument for format string 12 years ago
Andy Shevchenko 4cd5773a2a net: core: move mac_pton() to lib/net_utils.c 12 years ago
Herbert Xu 67822649d7 crypto: crct10dif - Use PTR_RET 12 years ago
Kent Overstreet c1ae6e9b4d percpu-refcount: Don't use silly cmpxchg() 12 years ago
Kent Overstreet 215e262f2a percpu: implement generic percpu refcounting 12 years ago
Seth Jennings 3a76e5e09f debugfs: add get/set for atomic types 12 years ago
Steven Rostedt 360603a1be sprintf: hex_string(): fix comment 12 years ago
Helge Deller 70ef5578dd MPILIB: disable usage of floating point registers on parisc 12 years ago
Randy Dunlap b4d3ba3346 lib: make iovec obj instead of lib 12 years ago
wang, biao ac5a2962b0 klist: del waiter from klist_remove_waiters before wakeup waitting process 12 years ago
Tim Chen 2d31e518a4 crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework 12 years ago
Rusty Russell d2f83e9078 Hoist memcpy_fromiovec/memcpy_toiovec into lib/ 12 years ago
Davidlohr Bueso 9607a85b67 rwsem: check counter to avoid cmpxchg calls 12 years ago
Anatol Pomozov 2d864e4171 kref: minor cleanup 12 years ago
Davidlohr Bueso b5f541810e rwsem: no need for explicit signed longs 12 years ago
Michel Lespinasse 25c3932596 rwsem: do not block readers at head of queue if other readers are active 12 years ago
Michel Lespinasse fe6e674c61 rwsem: implement support for write lock stealing on the fastpath 12 years ago
Michel Lespinasse 8cf5322ce6 rwsem: simplify __rwsem_do_wake 12 years ago
Michel Lespinasse 9b0fc9c09f rwsem: skip initial trylock in rwsem_down_write_failed 12 years ago
Michel Lespinasse a7d2c573ae rwsem: avoid taking wait_lock in rwsem_down_write_failed 12 years ago
Michel Lespinasse 5ede972df1 rwsem: use cmpxchg for trying to steal write lock 12 years ago
Michel Lespinasse ed00f64346 rwsem: more agressive lock stealing in rwsem_down_write_failed 12 years ago
Michel Lespinasse 023fe4f712 rwsem: simplify rwsem_down_write_failed 12 years ago
Michel Lespinasse da16922cc0 rwsem: simplify rwsem_down_read_failed 12 years ago
Michel Lespinasse 1e78277ccb rwsem: move rwsem_down_failed_common code into rwsem_down_{read,write}_failed 12 years ago
Michel Lespinasse f7dd1cee9a rwsem: shorter spinlocked section in rwsem_down_failed_common() 12 years ago
Michel Lespinasse e2d57f782c rwsem: make the waiter type an enumeration rather than a bitmask 12 years ago
David Howells 9e6879460c Give the OID registry file module info to avoid kernel tainting 12 years ago
Andi Kleen 6f9982bdde lib/decompress.c: fix initconst 12 years ago
Akinobu Mita e12a95f40a notifier-error-inject: fix module names in Kconfig 12 years ago
Stephen Boyd 446f24d119 Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKS 12 years ago
Davidlohr Bueso c75aaa8ed0 rbtree_test: add __init/__exit annotations 12 years ago
Davidlohr Bueso 4130f0efbf rbtree_test: add extra rbtree integrity check 12 years ago
Andy Shevchenko d338b1379f dynamic_debug: reuse generic string_unescape function 12 years ago
Andy Shevchenko 16c7fa0582 lib/string_helpers: introduce generic string_unescape 12 years ago
Tejun Heo 196779b9b4 dump_stack: consolidate dump_stack() implementations and unify their behaviors 12 years ago
Joe Perches b0d33c2bd7 vsprintf: Add extension %pSR - print_symbol replacement 12 years ago
Stanislaw Gruszka f300213415 Revert "math64: New div64_u64_rem helper" 12 years ago
Akinobu Mita f39fee5f11 lib/: rename random32() to prandom_u32() 12 years ago
Akinobu Mita cedddb0002 uuid: use prandom_bytes() 12 years ago