Commit Graph

1294 Commits (3ecf44b312758d10be20539b06b2df5d77d59cdb)

Author SHA1 Message Date
Joakim Tjernlund ddcaccbc17 crc32: minor optimizations and cleanup 15 years ago
KOSAKI Motohiro ca54cb8c9e Subject: Re: [PATCH] strstrip incorrectly marked __must_check 15 years ago
Joe Perches 9ac6e44ee5 lib/vsprintf.c: add %pU to print UUID/GUIDs 15 years ago
André Goddard Rosa b5f54b07c0 parser: remove unnecessary strlen() 15 years ago
André Goddard Rosa e7d2860b69 tree-wide: convert open calls to remove spaces to skip_spaces() lib function 15 years ago
André Goddard Rosa 84c95c9acf string: on strstrip(), first remove leading spaces before running over str 15 years ago
André Goddard Rosa f653398c86 string: factorize skip_spaces and export it to be generally available 15 years ago
André Goddard Rosa 7707e61c70 ctype: constify read-only _ctype string 15 years ago
André Goddard Rosa 922ac25c9f vsprintf: reuse almost identical simple_strtoulX() functions 15 years ago
André Goddard Rosa c5484d7c0a vsprintf: factor out skip_space code in a separate function 15 years ago
André Goddard Rosa d4be151b21 vsprintf: move local vars to block local vars and remove unneeded ones 15 years ago
André Goddard Rosa b5ff992b09 vsprintf: reduce code size by avoiding extra check 15 years ago
André Goddard Rosa 08562cb27d vsprintf: use TOLOWER whenever possible 15 years ago
André Goddard Rosa 7b9186f5eb vsprintf: give it some care to please checkpatch.pl 15 years ago
André Goddard Rosa 6c35663411 vsprintf: pre-calculate final string length for later use 15 years ago
André Goddard Rosa 0f4f81dce9 vsprintf: factorize "(null)" string 15 years ago
Alexey Dobriyan 8420e7efa1 Make DEBUG_BUGVERBOSE default to y 15 years ago
Amerigo Wang 29671f22a8 rwsem: fix rwsem_is_locked() bugs 15 years ago
Amerigo Wang 118d52da18 rwsem-spinlock: remove useless function exports 15 years ago
Thomas Gleixner aef9cb0524 debugobjects: Convert to raw_spinlocks 15 years ago
Thomas Gleixner a26724591e plist: Make plist debugging raw_spinlock aware 15 years ago
Thomas Gleixner fa4062e7ea bkl: Fixup core_lock fallout 15 years ago
Thomas Gleixner 9828ea9d75 locking: Further name space cleanups 15 years ago
Thomas Gleixner c2f21ce2e3 locking: Implement new raw_spinlock 15 years ago
Thomas Gleixner e5931943d0 locking: Convert raw_rwlock functions to arch_rwlock 15 years ago
Thomas Gleixner fb3a6bbc91 locking: Convert raw_rwlock to arch_rwlock 15 years ago
Thomas Gleixner 0199c4e68d locking: Convert __raw_spin* functions to arch_spin* 15 years ago
Thomas Gleixner edc35bd72e locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED 15 years ago
Thomas Gleixner 445c89514b locking: Convert raw_spinlock to arch_spinlock 15 years ago
Linus Torvalds f01eb36403 [BKL] add 'might_sleep()' to the outermost lock taker 15 years ago
André Goddard Rosa af901ca181 tree-wide: fix assorted typos all over the place 15 years ago
Thadeu Lima de Souza Cascardo 94e2bd6888 tree-wide: fix some typos and punctuation in comments 15 years ago
Paul E. McKenney 8bfb2f8e65 rcu: Make RCU's CPU-stall detector be default 15 years ago
David Howells 285e728b0a FS-Cache: Don't delete pending pages from the page-store tracking tree 15 years ago
David Howells b34df792b4 FS-Cache: Use radix tree preload correctly in tracking of pages to be stored 15 years ago
Linus Torvalds a414f01ac2 strcmp: fix overflow and possibly signedness error 15 years ago
Thomas Gleixner dc186ad741 workqueue: Add debugobjects support 15 years ago
FUJITA Tomonori b18485e7ac swiotlb: Remove the swiotlb variable usage 15 years ago
Eric W. Biederman 83ac201b4f sysctl: Remove dead code from sysctl_check 15 years ago
FUJITA Tomonori 75f1cdf1dd x86: Handle HW IOMMU initialization failure gracefully 15 years ago
FUJITA Tomonori ad32e8cb86 swiotlb: Defer swiotlb init printing, export swiotlb_print_info() 15 years ago
FUJITA Tomonori 5740afdb68 swiotlb: Add swiotlb_free() function 15 years ago
Bjorn Helgaas c7dabef8a2 vsprintf: use %pR, %pr instead of %pRt, %pRf 15 years ago
Bjorn Helgaas fd95541e23 vsprintf: add %pRt, %pRf to print struct resource details 15 years ago
Bjorn Helgaas c91d3376e5 vsprintf: add %pR support for IRQ and DMA resources 15 years ago
Bjorn Helgaas 2840537228 vsprintf: fix io/mem resource width 15 years ago
Arnd Bergmann 0a5549ed16 lib/checksum: fix one more thinko 15 years ago
Arnd Bergmann 20c1f641bb lib/checksum.c: make do_csum optional 15 years ago
Arnd Bergmann c44ba9f668 lib/checksum.c: use 32-bit arithmetic consistently 15 years ago
Joerg Roedel 59a40e7045 dma-debug: Fix compile warning with PAE enabled 15 years ago