| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'riscv-for-linus-4.20-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-10-26 | 4 | -0/+346 |
|\ |
|
| * | lib: Add umoddi3 and udivmoddi4 of GCC library routines | Zong Li | 2018-10-23 | 4 | -0/+346 |
* | | Merge tag 'printk-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-10-26 | 1 | -108/+108 |
|\ \ |
|
| * | | lib/vsprintf: Hash printed address for netdev bits fallback | Geert Uytterhoeven | 2018-10-12 | 1 | -5/+4 |
| * | | lib/vsprintf: Hash legacy clock addresses | Geert Uytterhoeven | 2018-10-12 | 1 | -1/+1 |
| * | | lib/vsprintf: Prepare for more general use of ptr_to_id() | Geert Uytterhoeven | 2018-10-12 | 1 | -103/+103 |
| * | | lib/vsprintf: Make ptr argument conts in ptr_to_id() | Geert Uytterhoeven | 2018-10-12 | 1 | -1/+2 |
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2018-10-26 | 2 | -5/+58 |
|\ \ \ |
|
| * | | | crypto: chacha20 - Fix chacha20_block() keystream alignment (again) | Eric Biggers | 2018-09-21 | 1 | -3/+3 |
| * | | | crc-t10dif: crc_t10dif_mutex can be static | kbuild test robot | 2018-09-14 | 1 | -1/+1 |
| * | | | crc-t10dif: Allow current transform to be inspected in sysfs | Martin K. Petersen | 2018-09-04 | 1 | -0/+11 |
| * | | | crc-t10dif: Pick better transform if one becomes available | Martin K. Petersen | 2018-09-04 | 1 | -2/+44 |
* | | | | Merge tag 'docs-4.20' of git://git.lwn.net/linux | Linus Torvalds | 2018-10-24 | 1 | -11/+9 |
|\ \ \ \ |
|
| * | | | | doc: printk-formats: Remove bogus kobject references for device nodes | Geert Uytterhoeven | 2018-10-12 | 1 | -11/+9 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-10-24 | 2 | -47/+223 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-10-19 | 1 | -2/+2 |
| |\ \ \ \ \
| | | |_|_|/
| | |/| | | |
|
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-10-13 | 5 | -7/+18 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-10-09 | 1 | -0/+1 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | bpf: test_bpf: add init_net to dev for flow_dissector | Song Liu | 2018-09-27 | 1 | -0/+1 |
| * | | | | | | | netlink: Add strict version of nlmsg_parse and nla_parse | David Ahern | 2018-10-08 | 1 | -12/+36 |
| * | | | | | | | netlink: add validation function to policy | Johannes Berg | 2018-10-02 | 1 | -0/+7 |
| * | | | | | | | netlink: add attribute range validation to policy | Johannes Berg | 2018-10-02 | 1 | -0/+72 |
| * | | | | | | | netlink: add nested array policy validation | Johannes Berg | 2018-09-28 | 1 | -0/+51 |
| * | | | | | | | netlink: allow NLA_NESTED to specify nested policy to validate | Johannes Berg | 2018-09-28 | 1 | -0/+14 |
| * | | | | | | | netlink: move extack setting into validate_nla() | Johannes Berg | 2018-09-28 | 1 | -32/+36 |
| * | | | | | | | netlink: make validation_data const | Johannes Berg | 2018-09-28 | 1 | -3/+2 |
| * | | | | | | | netlink: remove NLA_NESTED_COMPAT | Johannes Berg | 2018-09-28 | 1 | -11/+0 |
| |/ / / / / / |
|
| * | | | | | | netlink: add ethernet address policy types | Johannes Berg | 2018-09-19 | 1 | -1/+7 |
| * | | | | | | netlink: add NLA_REJECT policy type | Johannes Berg | 2018-09-19 | 1 | -7/+16 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2018-10-23 | 1 | -3/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | ARM: 8800/1: use choice for kernel unwinders | Stefan Agner | 2018-10-04 | 1 | -3/+3 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2018-10-23 | 1 | -3/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | locking/lockdep: Make global debug_locks* variables read-mostly | Waiman Long | 2018-10-19 | 1 | -2/+2 |
| * | | | | | | locking/lockdep: Fix debug_locks off performance problem | Waiman Long | 2018-10-19 | 1 | -1/+1 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge tag 's390-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2018-10-23 | 1 | -0/+9 |
|\ \ \ \ \ \ |
|
| * | | | | | | s390/kasan: add option for 4-level paging support | Vasily Gorbik | 2018-10-09 | 1 | -0/+9 |
| |/ / / / / |
|
* | | | | | | Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-10-22 | 1 | -2/+26 |
|\ \ \ \ \ \ |
|
| * | | | | | | percpu-refcount: Introduce percpu_ref_resurrect() | Bart Van Assche | 2018-09-26 | 1 | -2/+26 |
| |/ / / / / |
|
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2018-10-22 | 1 | -4/+7 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | lib/crc32: make core crc32() routines weak so they can be overridden | Ard Biesheuvel | 2018-09-10 | 1 | -4/+7 |
| | |_|_|/
| |/| | | |
|
* | | | | | test_ida: Fix lockdep warning | Matthew Wilcox | 2018-10-15 | 1 | -2/+2 |
| |_|_|/
|/| | | |
|
* | | | | Merge tag 'mtd/fixes-for-4.19-rc8' of git://git.infradead.org/linux-mtd | Greg Kroah-Hartman | 2018-10-12 | 2 | -5/+13 |
|\ \ \ \ |
|
| * | | | | lib/bch: fix possible stack overrun | Arnd Bergmann | 2018-10-12 | 2 | -5/+13 |
* | | | | | Merge tag 'trace-v4.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman | 2018-10-10 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | vsprintf: Fix off-by-one bug in bstr_printf() processing dereferenced pointers | Steven Rostedt (VMware) | 2018-10-05 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* / | | | lib/xz: Put CRC32_POLY_LE in xz_private.h | Joel Stanley | 2018-10-02 | 2 | -1/+4 |
|/ / / |
|
* / / | lib/Kconfig.debug: fix three typos in help text | Thibaut Sautereau | 2018-09-05 | 1 | -2/+2 |
|/ / |
|
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-09-02 | 1 | -1/+0 |
|\ \ |
|
| * | | notifier: Remove notifier header file wherever not used | Mukesh Ojha | 2018-08-30 | 1 | -1/+0 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2018-08-27 | 1 | -1/+0 |
|\ \
| |/
|/| |
|