summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* dump stack: don't disable preemption during traceSebastian Andrzej Siewior2015-08-161-2/+2
* Merge tag 'v4.1.5' into linux-4.1.y-rtSebastian Andrzej Siewior2015-08-162-8/+12
|\
| * dma-debug: skip debug_dma_assert_idle() when disabledHaggai Eran2015-08-101-0/+3
| * __bitmap_parselist: fix bug in empty string handlingChris Metcalf2015-08-031-8/+9
* | lockdep: selftest: fix warnings due to missing PREEMPT_RT conditionalsJosh Cartwright2015-01-011-0/+27
* | lockdep: selftest: Only do hardirq context test for raw spinlockYong Zhang2015-01-011-0/+23
* | cpumask: Disable CONFIG_CPUMASK_OFFSTACK for RTThomas Gleixner2015-01-011-0/+1
* | debugobjects: Make RT awareThomas Gleixner2015-01-011-1/+4
* | percpu_ida: Use local locksSebastian Andrzej Siewior2015-01-011-8/+12
* | idr: Use local lock instead of preempt enable/disableThomas Gleixner2015-01-011-3/+33
* | radix-tree: Make RT awareThomas Gleixner2015-01-011-1/+4
* | mm/scatterlist: Do not disable irqs on RTThomas Gleixner2015-01-011-3/+3
* | Intrduce migrate_disable() + cpu_light()Thomas Gleixner2015-01-011-2/+3
* | sched/preempt, futex: Update comments to clarify that preemption doesn't have...David Hildenbrand2015-01-011-2/+4
|/
* revert "cpumask: don't perform while loop in cpumask_next_and()"Andrew Morton2015-06-181-5/+4
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-06-141-2/+2
|\
| * MPI: MIPS: Fix compilation error with GCC 5.1Jaedon Shin2015-06-131-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-06-081-0/+1
|\ \ | |/ |/|
| * rhashtable: add missing import <linux/export.h>Hauke Mehrtens2015-06-071-0/+1
* | Merge branch 'stable/for-linus-4.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-061-2/+3
|\ \
| * | swiotlb: do not export map_single functionAlexandre Courbot2015-06-051-2/+3
| |/
* | lib: Clarify the return value of strnlen_user()Jan Kara2015-06-031-1/+8
* | lib: Fix strnlen_user() to not touch memory after specified maximumJan Kara2015-06-021-1/+2
|/
* Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-05-291-3/+3
|\
| * percpu_counter: batch size aware __percpu_counter_compare()Dave Chinner2015-05-291-3/+3
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-05-291-48/+26
|\ \
| * | cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell2015-05-281-48/+26
* | | rhashtable: Add cap on number of elements in hash tableHerbert Xu2015-05-161-0/+11
|/ /
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-05-061-0/+1
|\ \
| * \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-04-181-0/+1
| |\ \
| | * | rcu: Control grace-period delays directly from valuePaul E. McKenney2015-04-141-0/+1
* | | | kasan: show gcc version requirements in Kconfig and DocumentationJoe Perches2015-05-051-2/+6
* | | | lib: delete lib/find_last_bit.cYury Norov2015-05-051-41/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-05-051-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann2015-05-041-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-04-271-3/+8
|\ \ \ \
| * | | | rhashtable: Do not schedule more than one rehash if we can't grow furtherThomas Graf2015-04-221-2/+2
| * | | | rhashtable: Schedule async resize when sync realloc failsThomas Graf2015-04-221-1/+6
* | | | | Merge tag 'md/4.1' of git://neil.brown.name/mdLinus Torvalds2015-04-2410-23/+347
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | md/raid6 algorithms: xor_syndrome() for SSE2Markus Stockhausen2015-04-221-3/+227
| * | | | md/raid6 algorithms: xor_syndrome() for generic intMarkus Stockhausen2015-04-221-1/+39
| * | | | md/raid6 algorithms: improve test programMarkus Stockhausen2015-04-221-15/+36
| * | | | md/raid6 algorithms: delta syndrome functionsMarkus Stockhausen2015-04-229-8/+49
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2015-04-211-10/+10
|\ \ \ \ \
| * | | | | iommu-common: rename iommu_pool_hash to iommu_hash_commonSowmini Varadhan2015-04-201-3/+3
| * | | | | iommu-common: fix x86_64 compiler warningsSowmini Varadhan2015-04-201-7/+7
* | | | | | Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-211-0/+28
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 4.0-rc5 into char-misc-nextGreg Kroah-Hartman2015-03-254-3/+774
| |\ \ \ \ \ \
| * | | | | | | lib: devres: add a helper function for ioremap_wcAbhilash Kesavan2015-03-161-0/+28
* | | | | | | | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-202-32/+0
|\ \ \ \ \ \ \ \