summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-041-11/+11
|\
| * Merge tag 'hisi-drivers-for-5.8' of git://github.com/hisilicon/linux-hisi int...Arnd Bergmann2020-05-261-11/+11
| |\
| | * logic_pio: Use _inX() and _outX()John Garry2020-05-071-2/+2
| | * logic_pio: Improve macro argument nameJohn Garry2020-05-071-11/+11
* | | lib/ubsan.c: fix gcc-10 warningsArnd Bergmann2020-06-041-16/+17
* | | lib: make a test module with set/clear bitJesse Brandeburg2020-06-043-0/+75
* | | lib/flex_proportions.c: cleanup __fprop_inc_percpu_maxTan Hu2020-06-041-4/+3
* | | lib/percpu-refcount.c: use a more common logging styleJoe Perches2020-06-041-3/+3
* | | lib/zlib: remove outdated and incorrect pre-increment optimizationJann Horn2020-06-041-56/+35
* | | lib/test_lockup.c: make test_inode staticJason Yan2020-06-041-1/+1
* | | lib: Add might_fault() to strncpy_from_user.KP Singh2020-06-041-0/+1
* | | lib/math: avoid trailing newline hidden in pr_fmt()Christophe JAILLET2020-06-041-5/+5
* | | mm/debug: add tests validating architecture page table helpersAnshuman Khandual2020-06-041-0/+22
* | | kcov: collect coverage from interruptsAndrey Konovalov2020-06-041-0/+9
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-031-10/+19
|\ \ \
| * | | kasan: stop tests being eliminated as dead code with FORTIFY_SOURCEDaniel Axtens2020-06-031-10/+19
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-48/+200
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-242-1/+25
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-152-9/+18
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-062-18/+18
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | netlink: factor out policy range helpersJohannes Berg2020-04-301-21/+74
| * | | | | | netlink: remove NLA_EXACT_LEN_WARNJohannes Berg2020-04-301-6/+10
| * | | | | | netlink: allow NLA_MSECS to have range validationJohannes Berg2020-04-301-0/+2
| * | | | | | netlink: extend policy range validationJohannes Berg2020-04-301-21/+92
| * | | | | | netlink: limit recursion depth in policy validationJohannes Berg2020-04-301-12/+34
| * | | | | | netlink: remove type-unsafe validation_data pointerJohannes Berg2020-04-301-10/+10
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-031-1/+1
|\ \ \ \ \ \ \
| * | | | | | | lockdep: Prepare for noinstr sectionsPeter Zijlstra2020-05-191-1/+1
* | | | | | | | Merge tag 'kgdb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds2020-06-031-0/+18
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | kgdb: Delay "kgdbwait" to dbg_late_init() by defaultDouglas Anderson2020-05-181-0/+18
* | | | | | | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2020-06-024-0/+1237
|\ \ \ \ \ \ \ \
| * | | | | | | | mm/hmm/test: add selftest driver for HMMRalph Campbell2020-05-194-0/+1237
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-023-35/+39
|\ \ \ \ \ \ \ \
| * | | | | | | | ubsan: entirely disable alignment checks under UBSAN_TRAPKees Cook2020-06-021-1/+1
| * | | | | | | | mm/ioremap: track which page-table levels were modifiedJoerg Roedel2020-06-021-15/+31
| * | | | | | | | mm: switch the test_vmalloc module to use __vmalloc_nodeChristoph Hellwig2020-06-021-19/+7
* | | | | | | | | Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-013-7/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | uaccess: Selectively open read or write user accessChristophe Leroy2020-05-013-7/+7
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-011-20/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro2020-05-291-20/+0
| |/ / / / / / / /
* | | | | | | | | Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-014-19/+20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | docs: debugging-via-ohci1394.txt: add it to the core-api bookMauro Carvalho Chehab2020-05-151-1/+1
| * | | | | | | | | docs: Add rbtree documentation to the core-apiMatthew Wilcox (Oracle)2020-04-211-1/+1
| * | | | | | | | | lib: bitmap.c: get rid of some doc warningsMauro Carvalho Chehab2020-04-201-15/+16
| * | | | | | | | | docs: filesystems: fix renamed referencesMauro Carvalho Chehab2020-04-201-2/+2
| |/ / / / / / / /
* | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-011-0/+3
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'x86/asm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/t...Will Deacon2020-04-301-0/+3
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | * | | | | | | | x86/asm: Provide a Kconfig symbol for disabling old assembly annotationsMark Brown2020-04-181-0/+3
| | |/ / / / / / /
* | | | | | | | | Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-011-0/+5
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic...Ingo Molnar2020-05-184-27/+36
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |