Commit Graph

2578 Commits (33879d4512c021ae65be9706608dacb36b4687b1)

Author SHA1 Message Date
Kyungsik Lee e76e1fdfa8 lib: add support for LZ4-compressed kernel 12 years ago
Kyungsik Lee cffb78b0e0 decompressor: add LZ4 decompressor module 12 years ago
Chanho Min 4df87bb7b6 lib: add weak clz/ctz functions 12 years ago
Ard Biesheuvel 7d11965ddb lib/raid6: add ARM-NEON accelerated syndrome calculation 12 years ago
Dave Hansen 92aef8fbab hang and lockup detection menu 12 years ago
Dave Hansen 604ff0dceb kconfig: consolidate printk options 12 years ago
Dave Hansen 9eade16b41 group locking debugging options 12 years ago
Dave Hansen 6dfc06651b consolidate compilation option configs 12 years ago
Dave Hansen 881c514954 consolidate runtime testing configs 12 years ago
Dave Hansen 0610c8a8a2 order memory debugging Kconfig options 12 years ago
Dave Hansen d1a1dc0be8 consolidate per-arch stack overflow debugging options 12 years ago
Jean Delvare dd04b452f5 idr: print a stack dump after ida_remove warning 12 years ago
Fan Du 64df3071a9 lib/percpu_counter.c: __this_cpu_write() doesn't need to be protected by spinlock 12 years ago
Alex Thorlton b58d977432 dump_stack: serialize the output from dump_stack() 12 years ago
Daniel Borkmann 1067964305 lib: vsprintf: add IPv4/v6 generic %p[Ii]S[pfs] format specifier 12 years ago
Geert Uytterhoeven ee89bd6bc7 lib: Move fonts from drivers/video/console/ to lib/fonts/ 12 years ago
Maarten Lankhorst 166989e366 locking-selftests: Handle unexpected failures more strictly 12 years ago
Maarten Lankhorst f3cf139efa mutex: Add more w/w tests to test EDEADLK path handling 12 years ago
Maarten Lankhorst 2fe3d4b149 mutex: Add more tests to lib/locking-selftest.c 12 years ago
Maarten Lankhorst 1de994452f mutex: Add w/w tests to lib/locking-selftest.c 12 years ago
Daniel Vetter 2301002769 mutex: Add w/w mutex slowpath debugging 12 years ago
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