summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAge
* Merge tag 'riscv-for-linus-4.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-25
|\
| * lib: Add umoddi3 and udivmoddi4 of GCC library routinesZong Li2018-10-22
* | Merge tag 'printk-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-25
|\ \
| * | lib/vsprintf: Hash printed address for netdev bits fallbackGeert Uytterhoeven2018-10-12
| * | lib/vsprintf: Hash legacy clock addressesGeert Uytterhoeven2018-10-12
| * | lib/vsprintf: Prepare for more general use of ptr_to_id()Geert Uytterhoeven2018-10-12
| * | lib/vsprintf: Make ptr argument conts in ptr_to_id()Geert Uytterhoeven2018-10-12
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-25
|\ \ \
| * | | crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers2018-09-21
| * | | crc-t10dif: crc_t10dif_mutex can be statickbuild test robot2018-09-14
| * | | crc-t10dif: Allow current transform to be inspected in sysfsMartin K. Petersen2018-09-03
| * | | crc-t10dif: Pick better transform if one becomes availableMartin K. Petersen2018-09-03
* | | | Merge tag 'docs-4.20' of git://git.lwn.net/linuxLinus Torvalds2018-10-24
|\ \ \ \
| * | | | doc: printk-formats: Remove bogus kobject references for device nodesGeert Uytterhoeven2018-10-12
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-10-24
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-19
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-13
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-09
| |\ \ \ \ \ \
| | * | | | | | bpf: test_bpf: add init_net to dev for flow_dissectorSong Liu2018-09-27
| * | | | | | | netlink: Add strict version of nlmsg_parse and nla_parseDavid Ahern2018-10-08
| * | | | | | | netlink: add validation function to policyJohannes Berg2018-10-02
| * | | | | | | netlink: add attribute range validation to policyJohannes Berg2018-10-02
| * | | | | | | netlink: add nested array policy validationJohannes Berg2018-09-28
| * | | | | | | netlink: allow NLA_NESTED to specify nested policy to validateJohannes Berg2018-09-28
| * | | | | | | netlink: move extack setting into validate_nla()Johannes Berg2018-09-28
| * | | | | | | netlink: make validation_data constJohannes Berg2018-09-28
| * | | | | | | netlink: remove NLA_NESTED_COMPATJohannes Berg2018-09-28
| |/ / / / / /
| * | | | | | netlink: add ethernet address policy typesJohannes Berg2018-09-18
| * | | | | | netlink: add NLA_REJECT policy typeJohannes Berg2018-09-18
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-10-23
|\ \ \ \ \ \
| * | | | | | ARM: 8800/1: use choice for kernel unwindersStefan Agner2018-10-04
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-23
|\ \ \ \ \ \
| * | | | | | locking/lockdep: Make global debug_locks* variables read-mostlyWaiman Long2018-10-19
| * | | | | | locking/lockdep: Fix debug_locks off performance problemWaiman Long2018-10-19
| | |/ / / / | |/| | | |
* | | | | | Merge tag 's390-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2018-10-23
|\ \ \ \ \ \
| * | | | | | s390/kasan: add option for 4-level paging supportVasily Gorbik2018-10-09
| |/ / / / /
* | | | | | Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds2018-10-22
|\ \ \ \ \ \
| * | | | | | percpu-refcount: Introduce percpu_ref_resurrect()Bart Van Assche2018-09-26
| |/ / / / /
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-10-22
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | lib/crc32: make core crc32() routines weak so they can be overriddenArd Biesheuvel2018-09-10
| | |_|_|/ | |/| | |
* | | | | test_ida: Fix lockdep warningMatthew Wilcox2018-10-15
| |_|_|/ |/| | |
* | | | Merge tag 'mtd/fixes-for-4.19-rc8' of git://git.infradead.org/linux-mtdGreg Kroah-Hartman2018-10-12
|\ \ \ \
| * | | | lib/bch: fix possible stack overrunArnd Bergmann2018-10-12
* | | | | Merge tag 'trace-v4.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2018-10-10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | vsprintf: Fix off-by-one bug in bstr_printf() processing dereferenced pointersSteven Rostedt (VMware)2018-10-05
| | |/ / | |/| |
* / | | lib/xz: Put CRC32_POLY_LE in xz_private.hJoel Stanley2018-10-01
|/ / /
* / / lib/Kconfig.debug: fix three typos in help textThibaut Sautereau2018-09-04
|/ /
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-09-02
|\ \
| * | notifier: Remove notifier header file wherever not usedMukesh Ojha2018-08-30
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-27
|\ \ | |/ |/|