summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-05-25Merge 5.7-rc7 into driver-core-nextGreg Kroah-Hartman2-1/+37
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-1/+25
2020-05-24lib/bch: Allow easy bit swappingMiquel Raynal1-14/+76
2020-05-24lib/bch: Rework a little bit the exported function namesMiquel Raynal1-32/+32
2020-05-20Merge series "MAINTAINER entries for few ROHM power devices" from Matti Vaitt...Mark Brown2-9/+18
2020-05-20lib/vsprintf: Print time64_t in human readable formatAndy Shevchenko2-5/+39
2020-05-19mm/hmm/test: add selftest driver for HMMRalph Campbell4-0/+1237
2020-05-19vsprintf: don't obfuscate NULL and error pointersIlya Dryomov2-1/+25
2020-05-19lockdep: Prepare for noinstr sectionsPeter Zijlstra1-1/+1
2020-05-18kgdb: Delay "kgdbwait" to dbg_late_init() by defaultDouglas Anderson1-0/+18
2020-05-18Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic...Ingo Molnar4-27/+36
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-9/+18
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+12
2020-05-15docs: debugging-via-ohci1394.txt: add it to the core-api bookMauro Carvalho Chehab1-1/+1
2020-05-15bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann1-0/+12
2020-05-11lib: linear_ranges: Add missing MODULE_LICENSE()Matti Vaittinen1-0/+4
2020-05-11Merge v5.7-rc5 into driver-core-nextGreg Kroah-Hartman2-10/+7
2020-05-08lib/test_linear_ranges: add a test for the 'linear_ranges'Matti Vaittinen3-0/+241
2020-05-08lib: add linear ranges helpersMatti Vaittinen3-0/+245
2020-05-08Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner1-7/+32
2020-05-08crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.hEric Biggers1-1/+1
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers1-1/+0
2020-05-08crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers1-10/+12
2020-05-08crypto: lib/sha256 - return voidEric Biggers1-12/+8
2020-05-08ubsan: disable UBSAN_ALIGNMENT under COMPILE_TESTKees Cook1-9/+6
2020-05-07logic_pio: Use _inX() and _outX()John Garry1-2/+2
2020-05-07logic_pio: Improve macro argument nameJohn Garry1-11/+11
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-18/+18
2020-05-01uaccess: Selectively open read or write user accessChristophe Leroy3-7/+7
2020-05-01netlink: factor out policy range helpersJohannes Berg1-21/+74
2020-05-01netlink: remove NLA_EXACT_LEN_WARNJohannes Berg1-6/+10
2020-05-01netlink: allow NLA_MSECS to have range validationJohannes Berg1-0/+2
2020-05-01netlink: extend policy range validationJohannes Berg1-21/+92
2020-05-01netlink: limit recursion depth in policy validationJohannes Berg1-12/+34
2020-05-01netlink: remove type-unsafe validation_data pointerJohannes Berg1-10/+10
2020-05-01Merge tag 'linux-kselftest-kunit-5.7-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+1
2020-04-30Merge branch 'x86/asm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/t...Will Deacon1-0/+3
2020-04-30lib/mpi: Fix 64-bit MIPS build with ClangNathan Chancellor1-1/+1
2020-04-27Improve KCSAN documentation a bitIngo Molnar1-7/+8
2020-04-27Merge 5.7-rc3 into driver-core-nextGreg Kroah-Hartman2-17/+19
2020-04-24lib/mpi: Fix building for powerpc with clangNathan Chancellor1-17/+17
2020-04-24kunit: Add missing newline in summary messageMarco Elver1-1/+1
2020-04-22kbuild/objtool: Add objtool-vmlinux.o passPeter Zijlstra1-0/+5
2020-04-21docs: Add rbtree documentation to the core-apiMatthew Wilcox (Oracle)1-1/+1
2020-04-21lib: bitmap.c: get rid of some doc warningsMauro Carvalho Chehab1-15/+16
2020-04-21docs: filesystems: fix renamed referencesMauro Carvalho Chehab1-2/+2
2020-04-18x86/asm: Provide a Kconfig symbol for disabling old assembly annotationsMark Brown1-0/+3
2020-04-17test_firmware: remove unnecessary test_fw_mutex in test_dev_config_show_xxxScott Branden1-23/+3
2020-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+2
2020-04-15fault_inject: Don't rely on "return value" from WRITE_ONCE()Will Deacon1-1/+3