Age | Commit message (Expand) | Author |
2018-04-25 | tty/nozomi: fix inconsistent indentation | Joey Pabalinas |
2018-04-25 | tty/nozomi: cleanup DUMP() macro | Joey Pabalinas |
2018-04-23 | serial: core: Make sure compiler barfs for 16-byte earlycon names | Douglas Anderson |
2018-04-23 | tty: nozomi: fix spelling mistake in macro NOZOMI_STATE_UKNOWN | Colin Ian King |
2018-04-23 | tty: ipwireless: Replace GFP_ATOMIC with GFP_KERNEL in ipwireless_network_create | Jia-Ju Bai |
2018-04-23 | serial/aspeed-vuart: Implement quick throttle mechanism | Jeremy Kerr |
2018-04-23 | serial/aspeed-vuart: Implement rx throttling | Jeremy Kerr |
2018-04-23 | serial/8250: export serial8250_read_char | Jeremy Kerr |
2018-04-23 | serial: Introduce UPSTAT_SYNC_FIFO for synchronised FIFOs | Jeremy Kerr |
2018-04-23 | serial: Remove depends on HAS_DMA in case of platform dependency | Geert Uytterhoeven |
2018-04-23 | earlycon: Initialize port->uartclk based on clock-frequency property | Michal Simek |
2018-04-23 | tty: serial: 8250: pass IRQ shared flag to UART ports | Kurt Kanzenbach |
2018-04-23 | serial: 8250: omap: Provide ability to enable/disable UART as wakeup source | Vignesh R |
2018-04-23 | serial: 8250_dw: Limit dw8250_tx_wait_empty quirk to armada-38x devices | Joshua Scott |
2018-04-23 | serial: sh-sci: Support for HSCIF RX sampling point adjustment | Ulrich Hecht |
2018-04-23 | serial: sh-sci: Add support for dynamic instances | Geert Uytterhoeven |
2018-04-22 | serial: mvebu-uart: add suspend/resume support | Miquel Raynal |
2018-04-22 | tty: serial: msm_serial: Add support for suspend/resume | Pascal Huerst |
2018-04-22 | tty: serial: simplify getting .drvdata | Wolfram Sang |
2018-04-15 | Linux 4.17-rc1v4.17-rc1 | Linus Torvalds |
2018-04-15 | Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-04-15 | Merge tag '4.17-rc1SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds |
2018-04-15 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds |
2018-04-15 | Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds |
2018-04-15 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2018-04-15 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2018-04-15 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-04-15 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2018-04-15 | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2018-04-15 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2018-04-15 | Merge tag 'for-linus' of git://github.com/openrisc/linux | Linus Torvalds |
2018-04-15 | Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2018-04-14 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2018-04-13 | kernel/kexec_file.c: move purgatories sha256 to common code | Philipp Rudo |
2018-04-13 | kernel/kexec_file.c: allow archs to set purgatory load address | Philipp Rudo |
2018-04-13 | kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory load | Philipp Rudo |
2018-04-13 | kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrs | Philipp Rudo |
2018-04-13 | kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrs | Philipp Rudo |
2018-04-13 | kernel/kexec_file.c: split up __kexec_load_puragory | Philipp Rudo |
2018-04-13 | kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations* | Philipp Rudo |
2018-04-13 | kernel/kexec_file.c: search symbols in read-only kexec_purgatory | Philipp Rudo |
2018-04-13 | kernel/kexec_file.c: make purgatory_info->ehdr const | Philipp Rudo |
2018-04-13 | kernel/kexec_file.c: remove checks in kexec_purgatory_load | Philipp Rudo |
2018-04-13 | include/linux/kexec.h: silence compile warnings | Philipp Rudo |
2018-04-13 | kexec_file, x86: move re-factored code to generic side | AKASHI Takahiro |
2018-04-13 | x86: kexec_file: clean up prepare_elf64_headers() | AKASHI Takahiro |
2018-04-13 | x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem buffer | AKASHI Takahiro |
2018-04-13 | x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers() | AKASHI Takahiro |
2018-04-13 | x86: kexec_file: purge system-ram walking from prepare_elf64_headers() | AKASHI Takahiro |
2018-04-13 | kexec_file,x86,powerpc: factor out kexec_file_ops functions | AKASHI Takahiro |