summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-4.20' of git://git.lwn.net/linuxLinus Torvalds2018-10-241-11/+9Star
|\
| * doc: printk-formats: Remove bogus kobject references for device nodesGeert Uytterhoeven2018-10-121-11/+9Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-10-242-47/+223
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-191-2/+2
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-135-7/+18
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-091-0/+1
| |\ \ \ \
| | * | | | bpf: test_bpf: add init_net to dev for flow_dissectorSong Liu2018-09-271-0/+1
| * | | | | netlink: Add strict version of nlmsg_parse and nla_parseDavid Ahern2018-10-081-12/+36
| * | | | | netlink: add validation function to policyJohannes Berg2018-10-021-0/+7
| * | | | | netlink: add attribute range validation to policyJohannes Berg2018-10-021-0/+72
| * | | | | netlink: add nested array policy validationJohannes Berg2018-09-281-0/+51
| * | | | | netlink: allow NLA_NESTED to specify nested policy to validateJohannes Berg2018-09-281-0/+14
| * | | | | netlink: move extack setting into validate_nla()Johannes Berg2018-09-281-32/+36
| * | | | | netlink: make validation_data constJohannes Berg2018-09-281-3/+2Star
| * | | | | netlink: remove NLA_NESTED_COMPATJohannes Berg2018-09-281-11/+0Star
| |/ / / /
| * | | | netlink: add ethernet address policy typesJohannes Berg2018-09-191-1/+7
| * | | | netlink: add NLA_REJECT policy typeJohannes Berg2018-09-191-7/+16
* | | | | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-10-231-3/+3
|\ \ \ \ \
| * | | | | ARM: 8800/1: use choice for kernel unwindersStefan Agner2018-10-041-3/+3
| | |_|_|/ | |/| | |
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-231-3/+3
|\ \ \ \ \
| * | | | | locking/lockdep: Make global debug_locks* variables read-mostlyWaiman Long2018-10-191-2/+2
| * | | | | locking/lockdep: Fix debug_locks off performance problemWaiman Long2018-10-191-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 's390-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2018-10-231-0/+9
|\ \ \ \ \
| * | | | | s390/kasan: add option for 4-level paging supportVasily Gorbik2018-10-091-0/+9
| |/ / / /
* | | | | Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds2018-10-221-2/+26
|\ \ \ \ \
| * | | | | percpu-refcount: Introduce percpu_ref_resurrect()Bart Van Assche2018-09-261-2/+26
| |/ / / /
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-10-221-4/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | lib/crc32: make core crc32() routines weak so they can be overriddenArd Biesheuvel2018-09-101-4/+7
* | | | | test_ida: Fix lockdep warningMatthew Wilcox2018-10-151-2/+2
| |_|_|/ |/| | |
* | | | Merge tag 'mtd/fixes-for-4.19-rc8' of git://git.infradead.org/linux-mtdGreg Kroah-Hartman2018-10-122-5/+13
|\ \ \ \
| * | | | lib/bch: fix possible stack overrunArnd Bergmann2018-10-122-5/+13
* | | | | Merge tag 'trace-v4.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2018-10-101-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | vsprintf: Fix off-by-one bug in bstr_printf() processing dereferenced pointersSteven Rostedt (VMware)2018-10-051-1/+1
| | |/ / | |/| |
* / | | lib/xz: Put CRC32_POLY_LE in xz_private.hJoel Stanley2018-10-022-1/+4
|/ / /
* / / lib/Kconfig.debug: fix three typos in help textThibaut Sautereau2018-09-051-2/+2
|/ /
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-09-021-1/+0Star
|\ \
| * | notifier: Remove notifier header file wherever not usedMukesh Ojha2018-08-301-1/+0Star
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-271-1/+0Star
|\ \ | |/ |/|
| * rhashtable: remove duplicated include from rhashtable.cYue Haibing2018-08-211-1/+0Star
* | Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-265-109/+238
|\ \
| * | ida: Change ida_get_new_above to return the idMatthew Wilcox2018-08-221-18/+12Star
| * | ida: Remove old APIMatthew Wilcox2018-08-222-50/+7Star
| * | test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox2018-08-221-0/+54
| * | test_ida: Convert check_ida_conv to new APIMatthew Wilcox2018-08-221-0/+30
| * | test_ida: Move ida_check_maxMatthew Wilcox2018-08-221-0/+23
| * | test_ida: Move ida_check_leafMatthew Wilcox2018-08-221-0/+25
| * | ida: Start new test_ida moduleMatthew Wilcox2018-08-223-0/+49
| * | ida: Add new APIMatthew Wilcox2018-08-221-39/+31Star
| * | ida: Lock the IDA in ida_destroyMatthew Wilcox2018-08-221-6/+11
| * | radix-tree: Fix UBSAN warningMatthew Wilcox2018-08-221-1/+1