Age | Commit message (Expand) | Author |
2019-06-02 | Merge tag 'spdx-5.2-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g... | Linus Torvalds |
2019-06-01 | lib/sort.c: fix kernel-doc notation warnings | Randy Dunlap |
2019-06-01 | treewide: fix typos of SPDX-License-Identifier | Masahiro Yamada |
2019-05-31 | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g... | Linus Torvalds |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 | Thomas Gleixner |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153 | Thomas Gleixner |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-05-29 | Merge tag 'docs-5.2-fixes2' of git://git.lwn.net/linux | Linus Torvalds |
2019-05-24 | Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-block | Linus Torvalds |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120 | Thomas Gleixner |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 95 | Thomas Gleixner |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91 | Thomas Gleixner |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83 | Thomas Gleixner |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 | Thomas Gleixner |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 48 | Thomas Gleixner |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 | Thomas Gleixner |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 26 | Thomas Gleixner |
2019-05-23 | sbitmap: fix improper use of smp_mb__before_atomic() | Andrea Parri |
2019-05-23 | lib/list_sort: fix kerneldoc build error | Jonathan Corbet |
2019-05-21 | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 10 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner |
2019-05-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2019-05-17 | lib: Correct comment of prandom_seed | Philippe Mazenauer |
2019-05-16 | slab: remove /proc/slab_allocators | Qian Cai |
2019-05-16 | Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2019-05-16 | rhashtable: Fix cmpxchg RCU warnings | Herbert Xu |
2019-05-16 | rhashtable: Remove RCU marking from rhash_lock_head | Herbert Xu |
2019-05-16 | Merge branch 'linus' into x86/urgent, to pick up dependent changes | Ingo Molnar |
2019-05-14 | tools/testing/selftests/sysctl/sysctl.sh: add proc_do_large_bitmap() test case | Eric Sandeen |
2019-05-14 | init: introduce DEBUG_MISC option | Sinan Kaya |
2019-05-14 | lib/test_vmalloc.c:test_func(): eliminate local `ret' | Andrew Morton |
2019-05-14 | lib/test_bitmap: add tests for bitmap_parselist_user() | Yury Norov |
2019-05-14 | lib/test_bitmap: add testcases for bitmap_parselist() | Yury Norov |
2019-05-14 | lib/test_bitmap: switch test_bitmap_parselist to ktime_get() | Yury Norov |
2019-05-14 | lib: rework bitmap_parselist | Yury Norov |
2019-05-14 | lib: make bitmap_parselist_user() a wrapper on bitmap_parselist() | Yury Norov |
2019-05-14 | lib/math: move int_pow() from pwm_bl.c for wider use | Andy Shevchenko |
2019-05-14 | lib: Move mathematic helpers to separate folder | Andy Shevchenko |
2019-05-14 | lib/list_sort: optimize number of calls to comparison function | George Spelvin |
2019-05-14 | lib/list_sort: simplify and remove MAX_LIST_LENGTH_BITS | George Spelvin |
2019-05-14 | lib/sort: avoid indirect calls to built-in swap | George Spelvin |
2019-05-14 | lib/sort: use more efficient bottom-up heapsort variant | George Spelvin |
2019-05-14 | lib/sort: make swap functions more generic | George Spelvin |
2019-05-14 | lib/plist: rename DEBUG_PI_LIST to DEBUG_PLIST | Davidlohr Bueso |
2019-05-14 | lib/bitmap.c: guard exotic bitmap functions by CONFIG_NUMA | Rasmus Villemoes |