| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-09-21 | arch: um: Mark the stack non-executable to fix a binutils warning | David Gow | 1 | -0/+8 |
| 2022-09-19 | um: Prevent KASAN splats in dump_stack() | Vincent Whitchurch | 1 | -1/+2 |
| 2022-09-19 | um: fix default console kernel parameter | Christian Lamparter | 1 | -1/+1 |
| 2022-08-21 | asm goto: eradicate CC_HAS_ASM_GOTO | Nick Desaulniers | 1 | -15/+0 |
| 2022-08-16 | virtio: Revert "virtio: find_vqs() add arg sizes" | Michael S. Tsirkin | 1 | -1/+1 |
| 2022-08-12 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -1/+2 |
| 2022-08-11 | virtio: find_vqs() add arg sizes | Xuan Zhuo | 1 | -1/+1 |
| 2022-08-11 | virtio: record the maximum queue num supported by the device. | Xuan Zhuo | 1 | -0/+1 |
| 2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -17/+24 |
| 2022-08-05 | Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 16 | -43/+153 |
| 2022-08-04 | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -22/+2 |
| 2022-08-02 | Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -0/+46 |
| 2022-08-02 | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -4/+4 |
| 2022-07-25 | random: handle archrandom with multiple longs | Jason A. Donenfeld | 1 | -13/+8 |
| 2022-07-22 | asm-generic: Add new pci.h and use it | Stafford Horne | 1 | -12/+2 |
| 2022-07-22 | PCI: Move isa_dma_bridge_buggy out of asm/dma.h | Stafford Horne | 1 | -2/+0 |
| 2022-07-22 | PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.h | Stafford Horne | 1 | -8/+0 |
| 2022-07-18 | um: seed rng using host OS rng | Jason A. Donenfeld | 4 | -0/+51 |
| 2022-07-17 | mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 1 | -1/+0 |
| 2022-07-17 | um/mm: enable ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 3 | -17/+21 |
| 2022-07-17 | um: include sys/types.h for size_t | Jason A. Donenfeld | 1 | -1/+2 |
| 2022-07-17 | um: Replace to_phys() and to_virt() with less generic function names | Guenter Roeck | 3 | -7/+7 |
| 2022-07-17 | um: Add missing apply_returns() | Peter Zijlstra | 1 | -0/+4 |
| 2022-07-17 | um: add "noreboot" command line option for PANIC_TIMEOUT=-1 setups | Jason A. Donenfeld | 1 | -1/+16 |
| 2022-07-17 | UML: add support for KASAN under x86_64 | Patricia Alfonso | 8 | -4/+103 |
| 2022-07-17 | um: random: Don't initialise hwrng struct with zero | Christopher Obbard | 1 | -1/+1 |
| 2022-07-17 | um: remove unused mm_copy_segments | Tobias Klauser | 1 | -5/+0 |
| 2022-07-17 | um: remove unused variable | Haowen Bai | 1 | -2/+1 |
| 2022-07-17 | um: Remove straying parenthesis | Benjamin Beichler | 1 | -1/+1 |
| 2022-07-17 | arch: um: Fix build for statically linked UML w/ constructors | David Gow | 1 | -0/+1 |
| 2022-07-17 | um/drivers: Kconfig: Fix indentation | Juerg Haefliger | 1 | -27/+27 |
| 2022-07-17 | um: Kconfig: Fix indentation | Juerg Haefliger | 1 | -1/+1 |
| 2022-07-17 | Merge tag 'x86_urgent_for_v5.19_rc7' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+4 |
| 2022-07-14 | um: Replace to_phys() and to_virt() with less generic function names | Guenter Roeck | 3 | -7/+7 |
| 2022-07-14 | um: Use enum req_op where appropriate | Bart Van Assche | 1 | -2/+2 |
| 2022-07-14 | um: Add missing apply_returns() | Peter Zijlstra | 1 | -0/+4 |
| 2022-06-28 | block: remove blk_cleanup_disk | Christoph Hellwig | 1 | -2/+2 |
| 2022-06-16 | mm: avoid unnecessary page fault retires on shared memory types | Peter Xu | 1 | -0/+4 |
| 2022-06-10 | um: virt-pci: set device ready in probe() | Vincent Whitchurch | 1 | -1/+6 |
| 2022-06-03 | Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 5 | -8/+10 |
| 2022-06-03 | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -7/+8 |
| 2022-06-03 | Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 14 | -51/+81 |
| 2022-05-27 | um: chan_user: Fix winch_tramp() return value | Johannes Berg | 1 | -4/+5 |
| 2022-05-27 | um: virtio_uml: Fix broken device handling in time-travel | Johannes Berg | 1 | -10/+23 |
| 2022-05-27 | um: line: Use separate IRQs per line | Johannes Berg | 6 | -33/+29 |
| 2022-05-27 | um: Enable ARCH_HAS_GCOV_PROFILE_ALL | Vincent Whitchurch | 1 | -0/+1 |
| 2022-05-27 | um: Use asm-generic/dma-mapping.h | Johannes Berg | 1 | -0/+1 |
| 2022-05-27 | um: daemon: Make default socket configurable | Johannes Berg | 2 | -1/+9 |
| 2022-05-27 | um: xterm: Make default terminal emulator configurable | Johannes Berg | 3 | -3/+13 |
| 2022-05-26 | Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+0 |
| 2022-05-25 | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -1/+2 |
| 2022-05-24 | Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -7/+2 |
| 2022-05-24 | kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS | Masahiro Yamada | 1 | -1/+0 |
| 2022-05-13 | um: use fallback for random_get_entropy() instead of zero | Jason A. Donenfeld | 1 | -7/+2 |
| 2022-05-11 | ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEP | Eric W. Biederman | 5 | -8/+10 |
| 2022-05-08 | um: vector: switch to netif_napi_add_weight() | Jakub Kicinski | 1 | -1/+2 |
| 2022-05-07 | fork: Generalize PF_IO_WORKER handling | Eric W. Biederman | 1 | -6/+4 |
| 2022-05-07 | fork: Pass struct kernel_clone_args into copy_thread | Eric W. Biederman | 1 | -2/+5 |
| 2022-05-03 | ubd: don't set the discard_alignment queue limit | Christoph Hellwig | 1 | -1/+0 |
| 2022-04-17 | block: remove QUEUE_FLAG_DISCARD | Christoph Hellwig | 1 | -2/+0 |
| 2022-04-02 | Merge tag 'kbuild-fixes-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -4/+0 |
| 2022-04-01 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+0 |
| 2022-04-02 | Revert "um: clang: Strip out -mno-global-merge from USER_CFLAGS" | Nathan Chancellor | 1 | -4/+0 |
| 2022-03-31 | Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 14 | -70/+102 |
| 2022-03-28 | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -5/+4 |
| 2022-03-28 | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
| 2022-03-27 | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+4 |
| 2022-03-24 | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p... | Linus Torvalds | 1 | -1/+1 |
| 2022-03-23 | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+3 |
| 2022-03-22 | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -0/+1 |
| 2022-03-21 | arch: Add pmd_pfn() where it is missing | Mike Rapoport | 1 | -0/+1 |
| 2022-03-21 | um: Allow builds with Clang | Kees Cook | 1 | -0/+1 |
| 2022-03-18 | parport_pc: Also enable driver for PCI systems | Maciej W. Rozycki | 1 | -0/+1 |
| 2022-03-15 | x86/alternative: Use .ibt_endbr_seal to seal indirect calls | Peter Zijlstra | 1 | -0/+4 |
| 2022-03-11 | um: run_helper: Write error message to kernel log on exec failure on host | Glenn Washburn | 1 | -0/+5 |
| 2022-03-11 | um: port_user: Improve error handling when port-helper is not found | Glenn Washburn | 1 | -0/+12 |
| 2022-03-11 | um: port_user: Allow setting path to port-helper using UML_PORT_HELPER envvar | Glenn Washburn | 1 | -0/+4 |
| 2022-03-11 | um: port_user: Search for in.telnetd in PATH | Glenn Washburn | 1 | -1/+1 |
| 2022-03-11 | um: clang: Strip out -mno-global-merge from USER_CFLAGS | David Gow | 1 | -0/+4 |
| 2022-03-11 | um: Remove unused timeval_to_ns() function | David Gow | 1 | -6/+0 |
| 2022-03-11 | um: Fix uml_mconsole stop/go | Anton Ivanov | 1 | -1/+2 |
| 2022-03-11 | uml: net: vector: fix const issue | Johannes Berg | 2 | -2/+2 |
| 2022-03-11 | um: Fix WRITE_ZEROES in the UBD Driver | Frédéric Danis | 3 | -1/+17 |
| 2022-03-11 | um: Migrate vector drivers to NAPI | Anton Ivanov | 2 | -57/+51 |
| 2022-03-11 | um: Fix order of dtb unflatten/early init | Vincent Whitchurch | 1 | -1/+1 |
| 2022-03-11 | um: fix and optimize xor select template for CONFIG64 and timetravel mode | Benjamin Beichler | 1 | -1/+3 |
| 2022-03-10 | resume_user_mode: Move to resume_user_mode.h | Eric W. Biederman | 1 | -2/+2 |
| 2022-03-10 | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h | Eric W. Biederman | 1 | -3/+2 |
| 2022-02-25 | uaccess: generalize access_ok() | Arnd Bergmann | 1 | -2/+3 |
| 2022-02-25 | uaccess: add generic __{get,put}_kernel_nofault | Arnd Bergmann | 1 | -2/+0 |
| 2022-02-17 | treewide: Replace zero-length arrays with flexible-array members | Gustavo A. R. Silva | 1 | -1/+1 |
| 2022-01-30 | uml/x86: use x86 load_unaligned_zeropad() | Al Viro | 1 | -1/+0 |
| 2022-01-18 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -1/+1 |
| 2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -5/+3 |
| 2022-01-15 | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit | Qi Zheng | 1 | -5/+3 |
| 2022-01-14 | virtio: wrap config->reset calls | Michael S. Tsirkin | 1 | -1/+1 |
| 2022-01-11 | Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -2/+0 |
| 2022-01-11 | Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 36 | -186/+230 |
| 2021-12-22 | um: virtio_uml: Allow probing from devicetree | Vincent Whitchurch | 1 | -3/+47 |
| 2021-12-22 | um: Add devicetree support | Vincent Whitchurch | 5 | -0/+52 |
| 2021-12-22 | um: Extract load file helper from initrd.c | Vincent Whitchurch | 4 | -43/+75 |
| 2021-12-22 | um: remove set_fs | Christoph Hellwig | 4 | -32/+19 |
| 2021-12-21 | um: Use swap() to make code cleaner | Yang Guang | 1 | -4/+3 |
| 2021-12-21 | um: header debriding - sigio.h | Al Viro | 1 | -1/+0 |
| 2021-12-21 | um: header debriding - os.h | Al Viro | 1 | -13/+0 |
| 2021-12-21 | um: header debriding - net_*.h | Al Viro | 2 | -3/+0 |
| 2021-12-21 | um: header debriding - mem_user.h | Al Viro | 1 | -5/+0 |
| 2021-12-21 | um: header debriding - activate_ipi() | Al Viro | 1 | -1/+0 |
| 2021-12-21 | um: common-offsets.h debriding... | Al Viro | 1 | -12/+0 |
| 2021-12-21 | um, x86: bury crypto_tfm_ctx_offset | Al Viro | 1 | -3/+0 |
| 2021-12-21 | um: unexport handle_page_fault() | Al Viro | 1 | -1/+0 |
| 2021-12-21 | um: remove a dangling extern of syscall_trace() | Al Viro | 1 | -1/+0 |
| 2021-12-21 | um: kill unused cpu() | Al Viro | 2 | -6/+0 |
| 2021-12-21 | um: stop polluting the namespace with registers.h contents | Al Viro | 4 | -3/+3 |
| 2021-12-21 | um: move amd64 variant of mmap(2) to arch/x86/um/syscalls_64.c | Al Viro | 2 | -29/+1 |
| 2021-12-21 | um: virtio_uml: Fix time-travel external time propagation | Johannes Berg | 1 | -0/+4 |
| 2021-12-21 | um: virt-pci: Fix 32-bit compile | Johannes Berg | 1 | -4/+4 |
| 2021-12-21 | um: gitignore: Add kernel/capflags.c | Johannes Berg | 1 | -0/+1 |
| 2021-12-21 | um: registers: Rename function names to avoid conflicts and build problems | Randy Dunlap | 3 | -5/+5 |
| 2021-12-21 | um: Replace if (cond) BUG() with BUG_ON() | Changcheng Deng | 1 | -2/+1 |
| 2021-12-21 | um: rename set_signals() to um_set_signals() | Johannes Berg | 6 | -13/+13 |
| 2021-12-21 | um: fix ndelay/udelay defines | Johannes Berg | 1 | -2/+2 |
| 2021-11-25 | futex: Remove futex_cmpxchg detection | Arnd Bergmann | 2 | -2/+0 |
| 2021-11-22 | ethtool: extend ringparam setting/getting API with rx_buf_len | Hao Chen | 1 | -1/+3 |
| 2021-11-10 | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2021-11-10 | Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -14/+0 |
| 2021-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
| 2021-11-06 | memblock: use memblock_free for freeing virtual pointers | Mike Rapoport | 1 | -1/+1 |
| 2021-11-06 | memblock: rename memblock_free to memblock_phys_free | Mike Rapoport | 1 | -1/+1 |
| 2021-11-02 | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+2 |
| 2021-11-01 | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -5/+2 |
| 2021-11-01 | Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+4 |
| 2021-10-29 | signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV) | Eric W. Biederman | 1 | -1/+1 |
| 2021-10-29 | net: um: use eth_hw_addr_set() | Jakub Kicinski | 1 | -1/+2 |
| 2021-10-28 | x86/alternative: Implement .retpoline_sites support | Peter Zijlstra | 1 | -0/+4 |
| 2021-10-21 | um/drivers/ubd_kern: add error handling support for add_disk() | Luis Chamberlain | 1 | -4/+9 |
| 2021-10-18 | block: drop unused includes in <linux/genhd.h> | Christoph Hellwig | 1 | -0/+1 |
| 2021-10-15 | sched: Add wrapper for get_wchan() to keep task blocked | Kees Cook | 2 | -5/+2 |
| 2021-09-14 | arch: remove unused function syscall_set_arguments() | Peter Collingbourne | 1 | -14/+0 |
| 2021-09-09 | Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -31/+86 |
| 2021-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -4/+0 |
| 2021-09-08 | trap: cleanup trap_init() | Kefeng Wang | 1 | -4/+0 |
| 2021-09-05 | Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 1 | -4/+1 |
| 2021-09-03 | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 7 | -6/+7 |
| 2021-09-01 | Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+2 |
| 2021-09-01 | Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -8/+13 |
| 2021-09-01 | Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -6/+7 |
| 2021-08-31 | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -2/+6 |
| 2021-08-27 | um: vector: adjust to coalesce API changes | Johannes Berg | 1 | -2/+6 |
| 2021-08-26 | um: fix stub location calculation | Johannes Berg | 1 | -2/+1 |
| 2021-08-26 | um: enable VMAP_STACK | Johannes Berg | 1 | -0/+1 |
| 2021-08-26 | um: virt-pci: don't do DMA from stack | Johannes Berg | 1 | -26/+78 |
| 2021-08-26 | um: virtio_uml: fix memory leak on init failures | Johannes Berg | 1 | -1/+3 |
| 2021-08-26 | um: virtio_uml: include linux/virtio-uml.h | Johannes Berg | 1 | -0/+1 |
| 2021-08-26 | um: make PCI emulation driver init/exit static | Johannes Berg | 1 | -2/+2 |
| 2021-08-19 | isystem: trim/fixup stdarg.h and other headers | Alexey Dobriyan | 6 | -3/+4 |
| 2021-08-16 | ubd: use bvec_virt | Christoph Hellwig | 1 | -2/+1 |
| 2021-08-16 | tracing: Refactor TRACE_IRQFLAGS_SUPPORT in Kconfig | Masahiro Yamada | 1 | -4/+1 |
| 2021-08-10 | kbuild: do not require sub-make for separate output tree builds | Masahiro Yamada | 1 | -3/+3 |
| 2021-07-30 | asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbols | Arnd Bergmann | 1 | -0/+2 |
| 2021-07-27 | asm-generic: remove extra strn{cpy_from,len}_user declarations | Arnd Bergmann | 1 | -4/+1 |
| 2021-07-27 | tty: drop put_tty_driver | Jiri Slaby | 1 | -1/+1 |
| 2021-07-27 | tty: stop using alloc_tty_driver | Jiri Slaby | 1 | -5/+6 |
| 2021-07-23 | asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user | Arnd Bergmann | 2 | -8/+14 |
| 2021-07-19 | printk: Userspace format indexing support | Chris Down | 1 | -1/+2 |
| 2021-07-10 | Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -0/+1 |
| 2021-07-09 | Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -133/+25 |
| 2021-07-09 | Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 41 | -105/+1667 |
| 2021-07-08 | mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t * | Aneesh Kumar K.V | 1 | -1/+1 |
| 2021-07-05 | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 4 | -15/+7 |
| 2021-07-03 | Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -1/+1 |
| 2021-07-02 | Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/... | Linus Torvalds | 1 | -3/+0 |
| 2021-07-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 5 | -3/+2 |
| 2021-07-01 | kernel.h: split out panic and oops helpers | Andy Shevchenko | 2 | -0/+2 |
| 2021-07-01 | mm/thp: define default pmd_pgtable() | Anshuman Khandual | 1 | -1/+0 |
| 2021-07-01 | mm: define default value for FIRST_USER_ADDRESS | Anshuman Khandual | 2 | -2/+0 |
| 2021-06-30 | ubd: remove dead code in ubd_setup_common | Christoph Hellwig | 1 | -10/+0 |
| 2021-06-30 | ubd: use blk_mq_alloc_disk and blk_cleanup_disk | Christoph Hellwig | 1 | -30/+14 |
| 2021-06-30 | ubd: remove the code to register as the legacy IDE driver | Christoph Hellwig | 1 | -93/+11 |
| 2021-06-29 | Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2021-06-23 | kunit: Move default config from arch/um -> tools/testing/kunit | David Gow | 1 | -3/+0 |
| 2021-06-23 | kunit: arch/um/configs: Enable KUNIT_ALL_TESTS by default | David Gow | 1 | -1/+1 |
| 2021-06-19 | um: remove unneeded semicolon in um_arch.c | Wan Jiabing | 1 | -1/+1 |
| 2021-06-18 | sched: Introduce task_is_running() | Peter Zijlstra | 1 | -1/+1 |
| 2021-06-17 | um: Remove the repeated declaration | Shaokun Zhang | 1 | -1/+0 |
| 2021-06-17 | um: fix error return code in winch_tramp() | Zhen Lei | 1 | -1/+2 |
| 2021-06-17 | um: fix error return code in slip_open() | Zhen Lei | 1 | -1/+2 |
| 2021-06-17 | um: Fix stack pointer alignment | YiFei Zhu | 5 | -7/+6 |
| 2021-06-17 | um: implement flush_cache_vmap/flush_cache_vunmap | Johannes Berg | 2 | -1/+10 |
| 2021-06-17 | um: add a UML specific futex implementation | Anton Ivanov | 3 | -1/+150 |
| 2021-06-17 | um: enable the use of optimized xor routines in UML | Anton Ivanov | 2 | -1/+36 |
| 2021-06-17 | um: Add support for host CPU flags and alignment | Anton Ivanov | 7 | -6/+258 |
| 2021-06-17 | um: allow not setting extra rpaths in the linux binary | Johannes Berg | 2 | -1/+15 |
| 2021-06-17 | um: virtio/pci: enable suspend/resume | Johannes Berg | 3 | -10/+53 |
| 2021-06-17 | um: add PCI over virtio emulation driver | Johannes Berg | 12 | -6/+990 |
| 2021-06-17 | um: irqs: allow invoking time-travel handler multiple times | Johannes Berg | 1 | -4/+6 |
| 2021-06-17 | um: time-travel/signals: fix ndelay() in interrupt | Johannes Berg | 5 | -33/+96 |
| 2021-06-17 | um: expose time-travel mode to userspace side | Johannes Berg | 2 | -11/+23 |
| 2021-06-17 | um: export signals_enabled directly | Johannes Berg | 5 | -20/+14 |
| 2021-06-17 | um: remove unused smp_sigio_handler() declaration | Johannes Berg | 1 | -1/+0 |