Commit Graph

1850 Commits (68e8a9feab251f9d3c8fd9e9893c97843bcd4bd0)

Author SHA1 Message Date
Thomas Jarosch 91ec37cc10 Fix comparison using wrong pointer variable in dma debug code 13 years ago
Johannes Berg c30bc94758 netlink: validate NLA_MSECS length 13 years ago
Tejun Heo 46cbc1d398 ida: make ida_simple_get/put() IRQ safe 13 years ago
Andy Shevchenko 55036ba76b lib: rename pack_hex_byte() to hex_byte_pack() 13 years ago
Michael Holzheu 66f6958e69 lib/string.c: fix strim() semantics for strings that have only blanks 13 years ago
Wang Sheng-Hui e3816c5407 lib/idr.c: fix comment for ida_get_new_above() 13 years ago
Glauber Costa 3a8495c739 lib/percpu_counter.c: enclose hotplug only variables in hotplug ifdef 13 years ago
H Hartley Sweeten b9c321fd87 lib/bitmap.c: quiet sparse noise about address space 13 years ago
Akinobu Mita 4e101b0e6a lib/spinlock_debug.c: print owner on spinlock lockup 13 years ago
Alexey Dobriyan 1dff46d698 lib/kstrtox: common code between kstrto*() and simple_strto*() functions 13 years ago
Jiaju Zhang c51eaacce2 lib/Kconfig.debug: fix help message for DEFAULT_HUNG_TASK_TIMEOUT 13 years ago
Akinobu Mita 798248206b lib/string.c: introduce memchr_inv() 13 years ago
Hugh Dickins 3fa36acbce radix_tree: clean away saw_unset_tag leftovers 13 years ago
Paul Gortmaker 23a7bfae6e lib: dma-debug needs export.h for EXPORT_SYMBOL 13 years ago
Paul Gortmaker daaa5f7cbe md: Add in export.h for files using EXPORT_SYMBOL 13 years ago
Paul Gortmaker 056075c764 md: Add module.h to all files using it implicitly 13 years ago
Per Forlin 6cba00eaa9 fault-inject: export setup_fault_attr() 13 years ago
Per Forlin 1b676f70c1 mmc: core: add random fault injection 13 years ago
Per Forlin df87ecbf19 fault-inject: export fault injection functions 13 years ago
Dan McGee bd860c53d4 lib/raid6: Fix filename emitted in generated code 13 years ago
Jason Baron 0feefd9786 dynamic_debug: fix undefined reference to `__netdev_printk' 13 years ago
Jason Baron 431625dac1 dynamic_debug: use a single printk() to emit messages 13 years ago
Jason Baron bd22c01e84 dynamic_debug: remove num_enabled accounting 13 years ago
Peter Zijlstra fa17b507f1 sched: Wrap scheduler p->cpus_allowed access 14 years ago
Peter Zijlstra f0f1d32f93 llist: Remove cpu_relax() usage in cmpxchg loops 14 years ago
Huang Ying 781f7fd916 llist: Return whether list is empty before adding in llist_add() 14 years ago
Huang Ying a3127336b7 llist: Move cpu_relax() to after the cmpxchg() 14 years ago
Ingo Molnar 2c30245c65 llist: Remove the platform-dependent NMI checks 14 years ago
Huang Ying 1230db8e15 llist: Make some llist functions inline 14 years ago
Arnd Bergmann 89bace652c ARM: always use ARM_UNWIND for thumb2 kernels 14 years ago
Lasse Collin 9c1f8594df XZ: Fix incorrect XZ_BUF_ERROR 14 years ago
Mimi Zohar b78049831f lib: add error checking to hex2bin 14 years ago
Jesper Juhl c9bab38f70 Remove unneeded version.h include from lib/ 14 years ago
Michael Witten e809ab0101 Kconfig: Copyedit: DEBUG_SECTION_MISMATCH 14 years ago
Yong Zhang cb475de3d1 lib: atomic64: Change the type of local lock to raw_spinlock_t 14 years ago
H Hartley Sweeten 003f6c9df5 lib/sha1.c: quiet sparse noise about symbol not declared 14 years ago
Shan Hai f59ca05871 locking, lib/atomic64: Annotate atomic64_lock::lock as raw 14 years ago
Thomas Gleixner ddb6c9b58a locking, rwsem: Annotate inner lock as raw 14 years ago
Thomas Gleixner 07354eb1a7 locking, printk: Annotate logbuf_lock as raw 14 years ago
Thomas Gleixner 740969f91e locking, lib/proportions: Annotate prop_local_percpu::lock as raw 14 years ago
Thomas Gleixner f032a45081 locking, percpu_counter: Annotate ::lock as raw 14 years ago
Geert Uytterhoeven bd823821e6 bitops: Move find_next_bit.o from lib-y to obj-y 14 years ago
Neil Horman c6a21d0b8d dma-debug: hash_bucket_find needs to allow for offsets within an entry 14 years ago
Justin P. Mattock 52288b6646 lib: Kconfig.debug: Typo remove extra "it" 14 years ago
Milan Broz ebf4127cd6 kobj_uevent: Ignore if some listeners cannot handle message 14 years ago
Jason Baron ffa10cb47a dynamic_debug: make netdev_dbg() call __netdev_printk() 14 years ago
Joe Perches 4ad275e5cb dynamic_debug: Convert printks to pr_<level> 14 years ago
Joe Perches 5b2ebce482 dynamic_debug: Remove uses of KERN_CONT in dynamic_emit_prefix 14 years ago
Joe Perches 6c2140ee0e dynamic_debug: Consolidate prefix output to single routine 14 years ago
Joe Perches cbc4663552 dynamic_debug: Add __dynamic_dev_dbg 14 years ago