aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 5-7/+18
2018-10-12Merge tag 'mtd/fixes-for-4.19-rc8' of git://git.infradead.org/linux-mtdGravatar Greg Kroah-Hartman 2-5/+13
2018-10-12lib/bch: fix possible stack overrunGravatar Arnd Bergmann 2-5/+13
2018-10-10Merge tag 'trace-v4.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Greg Kroah-Hartman 1-1/+1
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-0/+1
2018-10-08netlink: Add strict version of nlmsg_parse and nla_parseGravatar David Ahern 1-12/+36
2018-10-05vsprintf: Fix off-by-one bug in bstr_printf() processing dereferenced pointersGravatar Steven Rostedt (VMware) 1-1/+1
2018-10-01netlink: add validation function to policyGravatar Johannes Berg 1-0/+7
2018-10-01netlink: add attribute range validation to policyGravatar Johannes Berg 1-0/+72
2018-10-02lib/xz: Put CRC32_POLY_LE in xz_private.hGravatar Joel Stanley 2-1/+4
2018-09-28netlink: add nested array policy validationGravatar Johannes Berg 1-0/+51
2018-09-28netlink: allow NLA_NESTED to specify nested policy to validateGravatar Johannes Berg 1-0/+14
2018-09-28netlink: move extack setting into validate_nla()Gravatar Johannes Berg 1-32/+36
2018-09-28netlink: make validation_data constGravatar Johannes Berg 1-3/+2
2018-09-28netlink: remove NLA_NESTED_COMPATGravatar Johannes Berg 1-11/+0
2018-09-27bpf: test_bpf: add init_net to dev for flow_dissectorGravatar Song Liu 1-0/+1
2018-09-18netlink: add ethernet address policy typesGravatar Johannes Berg 1-1/+7
2018-09-18netlink: add NLA_REJECT policy typeGravatar Johannes Berg 1-7/+16
2018-09-04lib/Kconfig.debug: fix three typos in help textGravatar Thibaut Sautereau 1-2/+2
2018-09-02Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+0
2018-08-30notifier: Remove notifier header file wherever not usedGravatar Mukesh Ojha 1-1/+0
2018-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-1/+0
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 5-109/+238
2018-08-23lib/fonts: convert comments to utf-8Gravatar Arnd Bergmann 4-512/+512
2018-08-22lib/rhashtable: guarantee initial hashtable allocationGravatar Davidlohr Bueso 1-3/+11
2018-08-22lib/rhashtable: simplify bucket_table_alloc()Gravatar Davidlohr Bueso 1-5/+2
2018-08-22lib/test_hexdump.c: fix failure on big endian cpuGravatar Christophe Leroy 1-5/+23
2018-08-22lib/Kconfig: remove 'default n' for testsGravatar Andy Shevchenko 2-18/+0
2018-08-22lib: add crc64 calculation routinesGravatar Coly Li 5-0/+145
2018-08-22lib/test_debug_virtual.c: make struct pointer foo staticGravatar Colin Ian King 1-1/+1
2018-08-22lib/bitmap.c: drop unnecessary 0 check for u32 array operationsGravatar Andy Shevchenko 1-8/+1
2018-08-21ida: Change ida_get_new_above to return the idGravatar Matthew Wilcox 1-18/+12
2018-08-21ida: Remove old APIGravatar Matthew Wilcox 2-50/+7
2018-08-21test_ida: check_ida_destroy and check_ida_allocGravatar Matthew Wilcox 1-0/+54
2018-08-21test_ida: Convert check_ida_conv to new APIGravatar Matthew Wilcox 1-0/+30
2018-08-21test_ida: Move ida_check_maxGravatar Matthew Wilcox 1-0/+23
2018-08-21test_ida: Move ida_check_leafGravatar Matthew Wilcox 1-0/+25
2018-08-21ida: Start new test_ida moduleGravatar Matthew Wilcox 3-0/+49
2018-08-21ida: Add new APIGravatar Matthew Wilcox 1-39/+31
2018-08-21ida: Lock the IDA in ida_destroyGravatar Matthew Wilcox 1-6/+11
2018-08-21radix-tree: Fix UBSAN warningGravatar Matthew Wilcox 1-1/+1
2018-08-20rhashtable: remove duplicated include from rhashtable.cGravatar Yue Haibing 1-1/+0
2018-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-4/+7
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-0/+20
2018-08-18deprecate the '__deprecated' attribute warnings entirely and for goodGravatar Linus Torvalds 1-8/+0
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+36
2018-08-16Merge branch 'linus/master' into rdma.git for-nextGravatar Jason Gunthorpe 27-522/+434
2018-08-16ila: make lockdep happy againGravatar Cong Wang 1-4/+7
2018-08-16Merge tag 'v4.18' into rdma.git for-nextGravatar Jason Gunthorpe 17-3322/+161