Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1256949
| From | Denys Vlasenko <dvlasenk@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/8] drivers/tty/: Deinline functions when it saves at least 300 bytes per function |
| Date | 2015-10-27 17:50 +0100 |
| Message-ID | <qofBE-7xc-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Denys Vlasenko (8): tty/cyclades.c: Deinline cyy_readb, save 368 bytes tty/cyclades.c: Deinline cyy_writeb, save 880 bytes tty/cyclades.c: Deinline serial_paranoia_check, save 304 bytes tty/isicom.c: Deinline WaitTillCardIsFree, save 1120 bytes tty/serial/bcm63xx_uart.c: Deinline wait_for_xmitr, save 374 bytes tty/serial/jsm/jsm_neo.c: Deinline neo_parse_isr, save 688 bytes tty/serial/serial_core.c: Deinline uart_update_mctrl, save 304 bytes tty/tty_ldisc.c: Deinline tty_ldisc_put, save 368 bytes drivers/tty/cyclades.c | 6 +++--- drivers/tty/isicom.c | 2 +- drivers/tty/serial/bcm63xx_uart.c | 2 +- drivers/tty/serial/jsm/jsm_neo.c | 2 +- drivers/tty/serial/serial_core.c | 2 +- drivers/tty/tty_ldisc.c | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) -- 1.8.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/8] drivers/tty/: Deinline functions when it saves at least 300 bytes per function Denys Vlasenko <dvlasenk@redhat.com> - 2015-10-27 17:50 +0100 [PATCH 2/8] cyclades: Deinline cyy_writeb, save 880 bytes Denys Vlasenko <dvlasenk@redhat.com> - 2015-10-27 17:50 +0100 [PATCH 8/8] tty/tty_ldisc: Deinline tty_ldisc_put, save 368 bytes Denys Vlasenko <dvlasenk@redhat.com> - 2015-10-27 17:50 +0100 Re: [PATCH 0/8] drivers/tty/: Deinline functions when it saves at least 300 bytes per function Peter Hurley <peter@hurleysoftware.com> - 2015-10-27 18:10 +0100
csiph-web