summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-251-1/+1
|\
| * sbitmap: fix improper use of smp_mb__before_atomic()Andrea Parri2019-05-231-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120Thomas Gleixner2019-05-246-79/+6Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 95Thomas Gleixner2019-05-241-15/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner2019-05-241-13/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83Thomas Gleixner2019-05-242-8/+2Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-15/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 48Thomas Gleixner2019-05-248-49/+8Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-245-25/+5Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 26Thomas Gleixner2019-05-2413-182/+13Star
* | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-2152-2/+52
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 10Thomas Gleixner2019-05-211-2/+1Star
| * | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-2117-0/+17
| * | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-2123-0/+23
| * | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-2111-0/+11
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-202-18/+19
|\ \ | |/ |/|
| * lib: Correct comment of prandom_seedPhilippe Mazenauer2019-05-171-2/+2
| * rhashtable: Fix cmpxchg RCU warningsHerbert Xu2019-05-161-2/+3
| * rhashtable: Remove RCU marking from rhash_lock_headHerbert Xu2019-05-161-14/+14
* | slab: remove /proc/slab_allocatorsQian Cai2019-05-171-4/+0Star
* | Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-161-0/+4
|\ \
| * | asm-generic: provide entirely generic nommu uaccessChristoph Hellwig2019-04-231-0/+4
* | | Merge branch 'linus' into x86/urgent, to pick up dependent changesIngo Molnar2019-05-1645-746/+1793
|\ \ \
| * | | tools/testing/selftests/sysctl/sysctl.sh: add proc_do_large_bitmap() test caseEric Sandeen2019-05-151-1/+17
| * | | init: introduce DEBUG_MISC optionSinan Kaya2019-05-151-0/+9
| * | | lib/test_vmalloc.c:test_func(): eliminate local `ret'Andrew Morton2019-05-151-5/+3Star
| * | | lib/test_bitmap: add tests for bitmap_parselist_user()Yury Norov2019-05-151-10/+36
| * | | lib/test_bitmap: add testcases for bitmap_parselist()Yury Norov2019-05-151-1/+17
| * | | lib/test_bitmap: switch test_bitmap_parselist to ktime_get()Yury Norov2019-05-151-5/+4Star
| * | | lib: rework bitmap_parselistYury Norov2019-05-151-113/+142
| * | | lib: make bitmap_parselist_user() a wrapper on bitmap_parselist()Yury Norov2019-05-151-8/+11
| * | | lib/math: move int_pow() from pwm_bl.c for wider useAndy Shevchenko2019-05-152-1/+33
| * | | lib: Move mathematic helpers to separate folderAndy Shevchenko2019-05-1512-22/+25
| * | | lib/list_sort: optimize number of calls to comparison functionGeorge Spelvin2019-05-151-22/+91
| * | | lib/list_sort: simplify and remove MAX_LIST_LENGTH_BITSGeorge Spelvin2019-05-151-62/+103
| * | | lib/sort: avoid indirect calls to built-in swapGeorge Spelvin2019-05-151-15/+36
| * | | lib/sort: use more efficient bottom-up heapsort variantGeorge Spelvin2019-05-151-31/+81
| * | | lib/sort: make swap functions more genericGeorge Spelvin2019-05-151-24/+99
| * | | lib/plist: rename DEBUG_PI_LIST to DEBUG_PLISTDavidlohr Bueso2019-05-152-3/+3
| * | | lib/bitmap.c: guard exotic bitmap functions by CONFIG_NUMARasmus Villemoes2019-05-151-0/+2
| * | | lib/bitmap.c: remove unused EXPORT_SYMBOLsRasmus Villemoes2019-05-151-4/+0Star
| * | | compiler: allow all arches to enable CONFIG_OPTIMIZE_INLININGMasahiro Yamada2019-05-151-0/+14
| | |/ | |/|
| * | mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-2/+5
| * | Merge tag 'printk-for-5.2-fixes' of ssh://gitolite.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-101-7/+4Star
| |\ \
| | * | vsprintf: Do not break early boot with probing addressesPetr Mladek2019-05-101-7/+4Star
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-091-0/+37
| |\ \ \
| | * | | RDMA/core: Introduce RDMA subsystem ibdev_* print functionsGal Pressman2019-05-011-0/+37
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-087-193/+458
| |\ \ \ \
| | * | | | netlink: add validation of NLA_F_NESTED flagMichal Kubecek2019-05-041-0/+15
| | * | | | netlink: set bad attribute also on maxtype checkMichal Kubecek2019-05-041-1/+2