summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | xarray: Define struct xa_nodeMatthew Wilcox2018-10-211-24/+24
| * | | | xarray: Add definition of struct xarrayMatthew Wilcox2018-10-214-41/+84
| * | | | xarray: Change definition of sibling entriesMatthew Wilcox2018-09-302-45/+26Star
| * | | | xarray: Replace exceptional entriesMatthew Wilcox2018-09-302-47/+34Star
| * | | | idr: Permit any valid kernel pointer to be storedMatthew Wilcox2018-09-302-10/+15
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-271-0/+70
|\ \ \ \ \
| * | | | | lib/test_kasan.c: add tests for several string/memory API functionsAndrey Ryabinin2018-10-271-0/+70
* | | | | | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-1/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | vsprintf: print OF node name using full_nameRob Herring2018-09-071-1/+6
| | |/ / / | |/| | |
* | | | | Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-10-265-1/+160
|\ \ \ \ \
| * | | | | lib: Fix ia64 bootloader linkageAlexander Shishkin2018-10-164-32/+36
| * | | | | lib: Add memcat_p(): paste 2 pointer arrays togetherAlexander Shishkin2018-10-114-0/+155
* | | | | | Merge tag 'riscv-for-linus-4.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-264-0/+346
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | lib: Add umoddi3 and udivmoddi4 of GCC library routinesZong Li2018-10-234-0/+346
* | | | | | Merge tag 'printk-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-261-108/+108
|\ \ \ \ \ \
| * | | | | | lib/vsprintf: Hash printed address for netdev bits fallbackGeert Uytterhoeven2018-10-121-5/+4Star
| * | | | | | lib/vsprintf: Hash legacy clock addressesGeert Uytterhoeven2018-10-121-1/+1
| * | | | | | lib/vsprintf: Prepare for more general use of ptr_to_id()Geert Uytterhoeven2018-10-121-103/+103
| * | | | | | lib/vsprintf: Make ptr argument conts in ptr_to_id()Geert Uytterhoeven2018-10-121-1/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-262-5/+58
|\ \ \ \ \ \
| * | | | | | crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers2018-09-211-3/+3
| * | | | | | crc-t10dif: crc_t10dif_mutex can be statickbuild test robot2018-09-141-1/+1
| * | | | | | crc-t10dif: Allow current transform to be inspected in sysfsMartin K. Petersen2018-09-041-0/+11
| * | | | | | crc-t10dif: Pick better transform if one becomes availableMartin K. Petersen2018-09-041-2/+44
| | |_|_|/ / | |/| | | |
* | | | | | 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
| |/ / / / / /