aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAge
* Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds2014-10-29
|\
| * lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()Jan Kara2014-10-29
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-29
|\ \ | |/ |/|
| * lib/scatterlist: fix memory leak with scsi-mqTony Battersby2014-10-28
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-24
|\ \
| * | random: add and use memzero_explicit() for clearing dataDaniel Borkmann2014-10-17
* | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-10-23
|\ \ \ | |_|/ |/| |
| * | Merge branch 'next' into efi-next-mergeMatt Fleming2014-10-03
| |\ \
| | * | lib: Add a generic cmdline parse function parse_option_strDave Young2014-10-03
| | |/
* | | Merge tag 'fbdev-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds2014-10-18
|\ \ \
| * | | fonts: Add 6x10 fontMaarten ter Huurne2014-10-09
| | |/ | |/|
* | | Merge tag 'md/3.18' of git://neil.brown.name/mdLinus Torvalds2014-10-18
|\ \ \
| * | | lib/raid6: Add log level to printksAnton Blanchard2014-10-13
| | |/ | |/|
* | | crypto: LLVMLinux: Remove VLAIS usage from libcrc32c.cJan-Simon Möller2014-10-14
* | | lib/vsprintf: add %*pE[achnops] format specifierAndy Shevchenko2014-10-13
* | | lib / string_helpers: introduce string_escape_mem()Andy Shevchenko2014-10-13
* | | lib / string_helpers: refactoring the test suiteAndy Shevchenko2014-10-13
* | | lib / string_helpers: move documentation to c-fileAndy Shevchenko2014-10-13
* | | lib: string: Make all calls to strnicmp into calls to strncasecmpRasmus Villemoes2014-10-13
* | | lib/string.c: remove duplicated functionRasmus Villemoes2014-10-13
* | | lib: rename TEST_MODULE to TEST_LKMValentin Rothberg2014-10-13
* | | lib: remove prio_heapLai Jiangshan2014-10-13
* | | lib/textsearch.c: remove textsearch_put reference from commentsRaphael Silva2014-10-13
* | | lib/dynamic_debug.c: use seq_open_private() instead of seq_open()Rob Jones2014-10-13
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-13
|\ \ \
| * | | sched: Add default-disabled option to BUG() when stack end location is overwr...Aaron Tomlin2014-09-19
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-13
|\ \ \ \
| * | | | locking/lockdep: Revert qrwlock recusive stuffPeter Zijlstra2014-10-03
| * | | | locking/selftest: Support queued rwlockWaiman Long2014-08-13
| * | | | locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso2014-08-13
* | | | | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-13
|\ \ \ \ \
| * | | | | locking,arch: Rewrite generic atomic supportPeter Zijlstra2014-08-14
| |/ / / /
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-10-12
|\ \ \ \ \
| * \ \ \ \ Merge commit 'v3.16' into nextJames Morris2014-09-30
| |\ \ \ \ \
| * | | | | | Provide a binary to hex conversion functionDavid Howells2014-09-16
* | | | | | | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-10-10
|\ \ \ \ \ \ \
| * | | | | | | percpu_ref: make INIT_ATOMIC and switch_to_atomic() stickyTejun Heo2014-09-24
| * | | | | | | percpu_ref: add PERCPU_REF_INIT_* flagsTejun Heo2014-09-24
| * | | | | | | percpu_ref: decouple switching to percpu mode and reinitTejun Heo2014-09-24
| * | | | | | | percpu_ref: decouple switching to atomic mode and killingTejun Heo2014-09-24
| * | | | | | | percpu_ref: add PCPU_REF_DEADTejun Heo2014-09-24
| * | | | | | | percpu_ref: rename things to prepare for decoupling percpu/atomic mode switchTejun Heo2014-09-24
| * | | | | | | percpu_ref: replace pcpu_ prefix with percpu_Tejun Heo2014-09-24
| * | | | | | | percpu_ref: minor code and comment updatesTejun Heo2014-09-24
| * | | | | | | percpu_ref: relocate percpu_ref_reinit()Tejun Heo2014-09-24
| * | | | | | | Revert "blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during p...Tejun Heo2014-09-24
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo2014-09-24
| |\ \ \ \ \ \ \
| * | | | | | | | percpu-refcount: make percpu_ref based on longs instead of intsTejun Heo2014-09-20
| * | | | | | | | percpu-refcount: improve WARN messagesTejun Heo2014-09-20
| * | | | | | | | percpu-refcount: add @gfp to percpu_ref_init()Tejun Heo2014-09-07