Commit Graph

2547 Commits (f84f771d942182e39a56ec2989d6a67d3ca33a13)

Author SHA1 Message Date
Daniel Borkmann 0125737acc random32: use msecs_to_jiffies for reseed timer 11 years ago
Daniel Borkmann 66b251422b random32: add __init prefix to prandom_start_seed_timer 11 years ago
Nicolin Chen 684f0d3d14 lib/genalloc: add a helper function for DMA buffer allocation 11 years ago
Duan Jiong ff6092a8a4 lib/digsig.c: use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...)) 11 years ago
Olof Johansson c0d92a57a8 lib/vsprintf.c: document formats for dentry and struct file 11 years ago
Xie XiuQi d3773ba13c lib/debugobjects.c: remove unnecessary work pending test 11 years ago
Ryan Mallon 312b4e2269 vsprintf: check real user/group id for %pK 11 years ago
Greg Thelen 623fd8072c percpu: add test module for various percpu operations 11 years ago
Mel Gorman c78e93630d mm: do not walk all of system memory during show_mem 11 years ago
Daniel Borkmann a6a9c0f1bf random32: add test cases for taus113 implementation 11 years ago
Daniel Borkmann a98814cef8 random32: upgrade taus88 generator to taus113 from errata paper 11 years ago
Hannes Frederic Sowa 4af712e8df random32: add prandom_reseed_late() and call when nonblocking pool becomes initialized 11 years ago
Hannes Frederic Sowa 6d31920246 random32: add periodic reseeding 11 years ago
Daniel Borkmann 51c37a70aa random32: fix off-by-one in seeding requirement 11 years ago
Linus Torvalds a1212d278c Revert "sysfs: drop kobj_ns_type handling" 11 years ago
Daniel Borkmann 165148396d lib: crc32: reduce number of cases for crc32{, c}_combine 11 years ago
Daniel Borkmann cc0ac19995 lib: crc32: conditionally resched when running testcases 11 years ago
Daniel Borkmann efba721f63 lib: crc32: add test cases for crc32{, c}_combine routines 11 years ago
Daniel Borkmann 6e95fcaa42 lib: crc32: add functionality to combine two crc32{, c}s in GF(2) 11 years ago
Daniel Borkmann d921e049a0 lib: crc32: clean up spacing in test cases 11 years ago
Ming Lei 3d77b50c58 lib/scatterlist.c: don't flush_kernel_dcache_page on slab page 11 years ago
Linus Torvalds 2a999aa0a1 Kconfig: make KOBJECT_RELEASE debugging require timer debugging 11 years ago
Matias Bjorling 5e9dd373de percpu_refcount: export symbols 11 years ago
Ben Hutchings 8eaede49df sysrq: Allow magic SysRq key functions to be disabled through Kconfig 11 years ago
Steven Whitehouse e66cf16109 GFS2: Use lockref for glocks 11 years ago
Fengguang Wu 1461c5be7b kobject: show debug info on delayed kobject release 11 years ago
Fengguang Wu 0ff18e3734 kobject: show debug info on delayed kobject release 11 years ago
Tejun Heo 26ea12dec0 kobject: grab an extra reference on kobject->sd to allow duplicate deletes 12 years ago
Heiko Carstens 491f6f8e5f lockref: use arch_mutex_cpu_relax() in CMPXCHG_LOOP() 12 years ago
Eric W. Biederman 730d7d3398 sysfs: Allow mounting without CONFIG_NET 12 years ago
Will Deacon d2212b4dce lockref: allow relaxed cmpxchg64 variant for lockless updates 12 years ago
Jeff Mahoney eee0316497 kobject: introduce kobj_completion 12 years ago
Tejun Heo cb26a31157 sysfs: drop kobj_ns_type handling 12 years ago
Tejun Heo e34ff49061 sysfs: remove ktype->namespace() invocations in directory code 12 years ago
Eric W. Biederman 667b4102b3 sysfs: Allow mounting without CONFIG_NET 12 years ago
Peter Zijlstra 4a2b4b2227 sched: Introduce preempt_count accessor functions 12 years ago
Andre Naujoks c26d436cbf lib: introduce upper case hex ascii helpers 12 years ago
Will Deacon 8f4c344696 lockref: use cmpxchg64 explicitly for lockless updates 12 years ago
Martin Schwidefsky 0244ad004a Remove GENERIC_HARDIRQ config option 12 years ago
Herbert Xu 26052f9b9b crypto: crct10dif - Add fallback for broken initrds 12 years ago
Sergey Senozhatsky b34081f1cd lz4: fix compression/decompression signedness mismatch 12 years ago
Jan Kara 5e4c0d9741 lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt 12 years ago
Cody P Schafer 7c993e11aa rbtree: allow tests to run as builtin 12 years ago
Cody P Schafer a791a62fdf rbtree_test: add test for postorder iteration 12 years ago
Cody P Schafer 9dee5c5151 rbtree: add postorder iteration functions 12 years ago
Alexandre Courbot 1431574a1c lib/decompressors: fix "no limit" output buffer length 12 years ago
Gu Zheng f2e1d2ac34 lib/crc32: update the comments of crc32_{be,le}_generic() 12 years ago
Emilio López 5ab58acc40 lib/genalloc.c: correct dev_get_gen_pool documentation 12 years ago
Joe Perches ade34a3572 lib/genalloc.c: convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...) 12 years ago
Joonyoung Shim 674470d979 lib/genalloc.c: fix overflow of ending address of memory chunk 12 years ago