| Commit message (Expand) | Author | Age | Files | Lines |
* | nfsd: escape high characters in binary data | J. Bruce Fields | 2019-07-03 | 1 | -0/+19 |
* | Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-05-25 | 1 | -1/+1 |
|\ |
|
| * | sbitmap: fix improper use of smp_mb__before_atomic() | Andrea Parri | 2019-05-23 | 1 | -1/+1 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120 | Thomas Gleixner | 2019-05-24 | 6 | -79/+6 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 95 | Thomas Gleixner | 2019-05-24 | 1 | -15/+1 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91 | Thomas Gleixner | 2019-05-24 | 1 | -13/+1 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83 | Thomas Gleixner | 2019-05-24 | 2 | -8/+2 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 | Thomas Gleixner | 2019-05-24 | 1 | -15/+1 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 48 | Thomas Gleixner | 2019-05-24 | 8 | -49/+8 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 | Thomas Gleixner | 2019-05-24 | 5 | -25/+5 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 26 | Thomas Gleixner | 2019-05-24 | 13 | -182/+13 |
* | | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2019-05-21 | 52 | -2/+52 |
|\ \ |
|
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 10 | Thomas Gleixner | 2019-05-21 | 1 | -2/+1 |
| * | | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 17 | -0/+17 |
| * | | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 2019-05-21 | 23 | -0/+23 |
| * | | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 11 | -0/+11 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-05-20 | 2 | -18/+19 |
|\ \
| |/
|/| |
|
| * | lib: Correct comment of prandom_seed | Philippe Mazenauer | 2019-05-17 | 1 | -2/+2 |
| * | rhashtable: Fix cmpxchg RCU warnings | Herbert Xu | 2019-05-16 | 1 | -2/+3 |
| * | rhashtable: Remove RCU marking from rhash_lock_head | Herbert Xu | 2019-05-16 | 1 | -14/+14 |
* | | slab: remove /proc/slab_allocators | Qian Cai | 2019-05-17 | 1 | -4/+0 |
* | | Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-05-16 | 1 | -0/+4 |
|\ \ |
|
| * | | asm-generic: provide entirely generic nommu uaccess | Christoph Hellwig | 2019-04-23 | 1 | -0/+4 |
* | | | Merge branch 'linus' into x86/urgent, to pick up dependent changes | Ingo Molnar | 2019-05-16 | 45 | -746/+1793 |
|\ \ \ |
|
| * | | | tools/testing/selftests/sysctl/sysctl.sh: add proc_do_large_bitmap() test case | Eric Sandeen | 2019-05-15 | 1 | -1/+17 |
| * | | | init: introduce DEBUG_MISC option | Sinan Kaya | 2019-05-15 | 1 | -0/+9 |
| * | | | lib/test_vmalloc.c:test_func(): eliminate local `ret' | Andrew Morton | 2019-05-15 | 1 | -5/+3 |
| * | | | lib/test_bitmap: add tests for bitmap_parselist_user() | Yury Norov | 2019-05-15 | 1 | -10/+36 |
| * | | | lib/test_bitmap: add testcases for bitmap_parselist() | Yury Norov | 2019-05-15 | 1 | -1/+17 |
| * | | | lib/test_bitmap: switch test_bitmap_parselist to ktime_get() | Yury Norov | 2019-05-15 | 1 | -5/+4 |
| * | | | lib: rework bitmap_parselist | Yury Norov | 2019-05-15 | 1 | -113/+142 |
| * | | | lib: make bitmap_parselist_user() a wrapper on bitmap_parselist() | Yury Norov | 2019-05-15 | 1 | -8/+11 |
| * | | | lib/math: move int_pow() from pwm_bl.c for wider use | Andy Shevchenko | 2019-05-15 | 2 | -1/+33 |
| * | | | lib: Move mathematic helpers to separate folder | Andy Shevchenko | 2019-05-15 | 12 | -22/+25 |
| * | | | lib/list_sort: optimize number of calls to comparison function | George Spelvin | 2019-05-15 | 1 | -22/+91 |
| * | | | lib/list_sort: simplify and remove MAX_LIST_LENGTH_BITS | George Spelvin | 2019-05-15 | 1 | -62/+103 |
| * | | | lib/sort: avoid indirect calls to built-in swap | George Spelvin | 2019-05-15 | 1 | -15/+36 |
| * | | | lib/sort: use more efficient bottom-up heapsort variant | George Spelvin | 2019-05-15 | 1 | -31/+81 |
| * | | | lib/sort: make swap functions more generic | George Spelvin | 2019-05-15 | 1 | -24/+99 |
| * | | | lib/plist: rename DEBUG_PI_LIST to DEBUG_PLIST | Davidlohr Bueso | 2019-05-15 | 2 | -3/+3 |
| * | | | lib/bitmap.c: guard exotic bitmap functions by CONFIG_NUMA | Rasmus Villemoes | 2019-05-15 | 1 | -0/+2 |
| * | | | lib/bitmap.c: remove unused EXPORT_SYMBOLs | Rasmus Villemoes | 2019-05-15 | 1 | -4/+0 |
| * | | | compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING | Masahiro Yamada | 2019-05-15 | 1 | -0/+14 |
| | |/
| |/| |
|
| * | | mm/gup: change GUP fast to use flags rather than a write 'bool' | Ira Weiny | 2019-05-14 | 1 | -2/+5 |
| * | | Merge tag 'printk-for-5.2-fixes' of ssh://gitolite.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2019-05-10 | 1 | -7/+4 |
| |\ \ |
|
| | * | | vsprintf: Do not break early boot with probing addresses | Petr Mladek | 2019-05-10 | 1 | -7/+4 |
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2019-05-09 | 1 | -0/+37 |
| |\ \ \ |
|
| | * | | | RDMA/core: Introduce RDMA subsystem ibdev_* print functions | Gal Pressman | 2019-05-01 | 1 | -0/+37 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2019-05-08 | 7 | -193/+458 |
| |\ \ \ \ |
|
| | * | | | | netlink: add validation of NLA_F_NESTED flag | Michal Kubecek | 2019-05-04 | 1 | -0/+15 |