Age | Commit message (Expand) | Author |
2024-02-09 | work around gcc bugs with 'asm goto' with outputs | Linus Torvalds |
2024-01-28 | um: Fix adding '-no-pie' for clang | Nathan Chancellor |
2024-01-18 | Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2024-01-17 | Merge tag 'uml-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2024-01-11 | Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux | Linus Torvalds |
2024-01-08 | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER | Kirill A. Shutemov |
2024-01-05 | um: Remove unused register save/restore functions | Benjamin Berg |
2024-01-05 | um: Rely on PTRACE_SETREGSET to set FS/GS base registers | Benjamin Berg |
2024-01-05 | arch: um: Add Clang coverage support | Michał Winiarski |
2024-01-05 | um: time-travel: fix time corruption | Johannes Berg |
2024-01-05 | um: net: Fix return type of uml_net_start_xmit() | Nathan Chancellor |
2024-01-04 | um: Do not use printk in userspace trampoline | Benjamin Berg |
2024-01-04 | um: Reap winch thread if it fails | Benjamin Berg |
2024-01-04 | um: Do not use printk in SIGWINCH helper thread | Benjamin Berg |
2024-01-04 | um: Don't use vfprintf() for os_info() | Benjamin Berg |
2024-01-04 | um: Make errors to stop ptraced child fatal during startup | Benjamin Berg |
2024-01-04 | um: Drop NULL check from start_userspace | Benjamin Berg |
2024-01-04 | um: Drop support for hosts without SYSEMU_SINGLESTEP support | Benjamin Berg |
2024-01-04 | um: document arch_futex_atomic_op_inuser | Anton Ivanov |
2024-01-04 | um: mmu: remove stub_pages | Johannes Berg |
2024-01-04 | um: Fix naming clash between UML and scheduler | Anton Ivanov |
2024-01-04 | um: virt-pci: fix platform map offset | Vincent Whitchurch |
2023-12-29 | ubd: use the default discard granularity | Christoph Hellwig |
2023-12-08 | tty: um: convert to u8/__u8 and size_t | Jiri Slaby (SUSE) |
2023-09-29 | um,ethertap: Replace deprecated strncpy() with strscpy() | Justin Stitt |
2023-09-04 | Merge tag 'uml-for-linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-09-01 | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2023-08-31 | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-08-29 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-08-28 | Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2023-08-26 | um: virt-pci: fix missing declaration warning | Vincent Whitchurch |
2023-08-26 | um: Refactor deprecated strncpy to memcpy | Justin Stitt |
2023-08-26 | um: fix 3 instances of -Wmissing-prototypes | Nick Desaulniers |
2023-08-26 | um: port_kern: fix -Wmissing-variable-declarations | Nick Desaulniers |
2023-08-26 | uml: audio: fix -Wmissing-variable-declarations | Nick Desaulniers |
2023-08-26 | um: vector: refactor deprecated strncpy | Justin Stitt |
2023-08-26 | um: use obj-y to descend into arch/um/*/ | Masahiro Yamada |
2023-08-26 | um: Hard-code the result of 'uname -s' | Masahiro Yamada |
2023-08-24 | um: implement the new page table range API | Matthew Wilcox (Oracle) |
2023-08-21 | um: convert {pmd, pte}_free_tlb() to use ptdescs | Vishal Moola (Oracle) |
2023-08-19 | um: Fix hostaudio build errors | Randy Dunlap |
2023-08-19 | um: Remove strlcpy usage | Azeem Shaikh |
2023-08-16 | um: refactor deprecated strncpy to memcpy | Justin Stitt |
2023-08-16 | um: vector: refactor deprecated strncpy | Justin Stitt |
2023-08-11 | tty: make tty_operations::write()'s count size_t | Jiri Slaby (SUSE) |
2023-08-11 | tty: propagate u8 data to tty_operations::write() | Jiri Slaby (SUSE) |
2023-07-29 | arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FS | Sven Joachim |
2023-07-27 | Revert "um: Use swap() to make code cleaner" | Andy Shevchenko |
2023-07-27 | um: Remove strlcpy declaration | Azeem Shaikh |
2023-07-11 | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma() | Rick Edgecombe |