summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-10-23Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-10-23Merge tag 's390-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-10-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-19locking/lockdep: Make global debug_locks* variables read-mostlyWaiman Long
2018-10-19locking/lockdep: Fix debug_locks off performance problemWaiman Long
2018-10-15test_ida: Fix lockdep warningMatthew Wilcox
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-12Merge tag 'mtd/fixes-for-4.19-rc8' of git://git.infradead.org/linux-mtdGreg Kroah-Hartman
2018-10-12lib/bch: fix possible stack overrunArnd Bergmann
2018-10-10Merge tag 'trace-v4.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2018-10-09s390/kasan: add option for 4-level paging supportVasily Gorbik
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-10-08netlink: Add strict version of nlmsg_parse and nla_parseDavid Ahern
2018-10-05vsprintf: Fix off-by-one bug in bstr_printf() processing dereferenced pointersSteven Rostedt (VMware)
2018-10-04ARM: 8800/1: use choice for kernel unwindersStefan Agner
2018-10-01netlink: add validation function to policyJohannes Berg
2018-10-01netlink: add attribute range validation to policyJohannes Berg
2018-10-02lib/xz: Put CRC32_POLY_LE in xz_private.hJoel Stanley
2018-09-28netlink: add nested array policy validationJohannes Berg
2018-09-28netlink: allow NLA_NESTED to specify nested policy to validateJohannes Berg
2018-09-28netlink: move extack setting into validate_nla()Johannes Berg
2018-09-28netlink: make validation_data constJohannes Berg
2018-09-28netlink: remove NLA_NESTED_COMPATJohannes Berg
2018-09-27bpf: test_bpf: add init_net to dev for flow_dissectorSong Liu
2018-09-26percpu-refcount: Introduce percpu_ref_resurrect()Bart Van Assche
2018-09-18netlink: add ethernet address policy typesJohannes Berg
2018-09-18netlink: add NLA_REJECT policy typeJohannes Berg
2018-09-10lib/crc32: make core crc32() routines weak so they can be overriddenArd Biesheuvel
2018-09-04lib/Kconfig.debug: fix three typos in help textThibaut Sautereau
2018-09-02Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-08-30notifier: Remove notifier header file wherever not usedMukesh Ojha
2018-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-08-23lib/fonts: convert comments to utf-8Arnd Bergmann
2018-08-22lib/rhashtable: guarantee initial hashtable allocationDavidlohr Bueso
2018-08-22lib/rhashtable: simplify bucket_table_alloc()Davidlohr Bueso
2018-08-22lib/test_hexdump.c: fix failure on big endian cpuChristophe Leroy
2018-08-22lib/Kconfig: remove 'default n' for testsAndy Shevchenko
2018-08-22lib: add crc64 calculation routinesColy Li
2018-08-22lib/test_debug_virtual.c: make struct pointer foo staticColin Ian King
2018-08-22lib/bitmap.c: drop unnecessary 0 check for u32 array operationsAndy Shevchenko
2018-08-21ida: Change ida_get_new_above to return the idMatthew Wilcox
2018-08-21ida: Remove old APIMatthew Wilcox
2018-08-21test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox
2018-08-21test_ida: Convert check_ida_conv to new APIMatthew Wilcox
2018-08-21test_ida: Move ida_check_maxMatthew Wilcox