- 7462494 ethtool: extend ringparam setting/getting API with rx_buf_len by Hao Chen · 3 years, 1 month ago
- 5147da9 Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 2 months ago
- e8f023c Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 3 years, 2 months ago
- 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
- 4421cca memblock: use memblock_free for freeing virtual pointers by Mike Rapoport · 3 years, 2 months ago
- 3ecc683 memblock: rename memblock_free to memblock_phys_free by Mike Rapoport · 3 years, 2 months ago
- fc02cb2 Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 2 months ago
- 9a7e0a9 Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
- 43aa0a1 Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
- e21294a signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV) by Eric W. Biederman · 3 years, 2 months ago
- ac61734 net: um: use eth_hw_addr_set() by Jakub Kicinski · 3 years, 2 months ago
- 7508500 x86/alternative: Implement .retpoline_sites support by Peter Zijlstra · 3 years, 2 months ago
- 66638f1 um/drivers/ubd_kern: add error handling support for add_disk() by Luis Chamberlain · 3 years, 2 months ago
- b81e0c2 block: drop unused includes in <linux/genhd.h> by Christoph Hellwig · 3 years, 3 months ago
- 42a20f8 sched: Add wrapper for get_wchan() to keep task blocked by Kees Cook · 3 years, 3 months ago
- 7962c2e arch: remove unused function syscall_set_arguments() by Peter Collingbourne · 3 years, 3 months ago
- d6c338a Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 3 years, 4 months ago
- 2d33820 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
- 8b09788 trap: cleanup trap_init() by Kefeng Wang · 3 years, 4 months ago
- 58ca241 Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 4 months ago
- b250e6d1 Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 4 months ago
- df43d90 Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years, 4 months ago
- 4cdc4cc Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 3 years, 4 months ago
- 7c314bdf Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 4 months ago
- 9e9fb76 Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 4 months ago
- 4baf0e0 um: vector: adjust to coalesce API changes by Johannes Berg · 3 years, 4 months ago
- adf9ae0d um: fix stub location calculation by Johannes Berg · 3 years, 6 months ago
- bc5c49d um: enable VMAP_STACK by Johannes Berg · 3 years, 5 months ago
- 4a22c4ce um: virt-pci: don't do DMA from stack by Johannes Berg · 3 years, 5 months ago
- 7ad28e0 um: virtio_uml: fix memory leak on init failures by Johannes Berg · 3 years, 6 months ago
- 21976f2 um: virtio_uml: include linux/virtio-uml.h by Johannes Berg · 3 years, 6 months ago
- b76dd93 um: make PCI emulation driver init/exit static by Johannes Berg · 3 years, 6 months ago
- 39f75da isystem: trim/fixup stdarg.h and other headers by Alexey Dobriyan · 3 years, 5 months ago
- 25d8454 ubd: use bvec_virt by Christoph Hellwig · 3 years, 5 months ago
- 4aae683 tracing: Refactor TRACE_IRQFLAGS_SUPPORT in Kconfig by Masahiro Yamada · 3 years, 5 months ago
- d8285639 kbuild: do not require sub-make for separate output tree builds by Masahiro Yamada · 3 years, 5 months ago
- e622699 asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbols by Arnd Bergmann · 3 years, 7 months ago
- 166ec46 asm-generic: remove extra strn{cpy_from,len}_user declarations by Arnd Bergmann · 5 years ago
- 9f90a4d tty: drop put_tty_driver by Jiri Slaby · 3 years, 5 months ago
- 39b7b42 tty: stop using alloc_tty_driver by Jiri Slaby · 3 years, 5 months ago
- f27180d asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user by Arnd Bergmann · 5 years ago
- 3370155 printk: Userspace format indexing support by Chris Down · 3 years, 6 months ago
- 81361b8 Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 6 months ago
- a022f7d Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 6 months ago
- dcf3c93 Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 3 years, 6 months ago
- 9cf6fa2 mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t * by Aneesh Kumar K.V · 3 years, 6 months ago
- c932ed0 Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 6 months ago
- 58ec905 Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 6 months ago
- a48ad6e Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years, 6 months ago
- 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
- f39650d kernel.h: split out panic and oops helpers by Andy Shevchenko · 3 years, 6 months ago
- 1c2f7d1 mm/thp: define default pmd_pgtable() by Anshuman Khandual · 3 years, 6 months ago
- fac7757 mm: define default value for FIRST_USER_ADDRESS by Anshuman Khandual · 3 years, 6 months ago
- efee99e ubd: remove dead code in ubd_setup_common by Christoph Hellwig · 3 years, 6 months ago
- 35efb59 ubd: use blk_mq_alloc_disk and blk_cleanup_disk by Christoph Hellwig · 3 years, 7 months ago
- 7eb90f7 ubd: remove the code to register as the legacy IDE driver by Christoph Hellwig · 3 years, 7 months ago
- 1dfb0f4 Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
- d9d6b82 kunit: Move default config from arch/um -> tools/testing/kunit by David Gow · 3 years, 7 months ago
- b0841b5 kunit: arch/um/configs: Enable KUNIT_ALL_TESTS by default by David Gow · 3 years, 7 months ago
- 1aee020 um: remove unneeded semicolon in um_arch.c by Wan Jiabing · 3 years, 6 months ago
- b03fbd4 sched: Introduce task_is_running() by Peter Zijlstra · 3 years, 7 months ago
- 80f9733 um: Remove the repeated declaration by Shaokun Zhang · 3 years, 7 months ago
- ccf1236 um: fix error return code in winch_tramp() by Zhen Lei · 3 years, 8 months ago
- b77e81f um: fix error return code in slip_open() by Zhen Lei · 3 years, 8 months ago
- 558f9b2 um: Fix stack pointer alignment by YiFei Zhu · 3 years, 8 months ago
- 80f849b um: implement flush_cache_vmap/flush_cache_vunmap by Johannes Berg · 3 years, 10 months ago
- dd3035a um: add a UML specific futex implementation by Anton Ivanov · 3 years, 10 months ago
- c0ecca6 um: enable the use of optimized xor routines in UML by Anton Ivanov · 3 years, 10 months ago
- d8fb32f4 um: Add support for host CPU flags and alignment by Anton Ivanov · 3 years, 10 months ago
- 386093c um: allow not setting extra rpaths in the linux binary by Johannes Berg · 3 years, 10 months ago
- 43c590c um: virtio/pci: enable suspend/resume by Johannes Berg · 3 years, 10 months ago
- 68f5d3f um: add PCI over virtio emulation driver by Johannes Berg · 3 years, 10 months ago
- a5ab7c8 um: irqs: allow invoking time-travel handler multiple times by Johannes Berg · 3 years, 10 months ago
- d6b399a um: time-travel/signals: fix ndelay() in interrupt by Johannes Berg · 3 years, 10 months ago
- 33c7d06 um: expose time-travel mode to userspace side by Johannes Berg · 3 years, 10 months ago
- fbb42e7f um: export signals_enabled directly by Johannes Berg · 3 years, 10 months ago
- 2efea7d um: remove unused smp_sigio_handler() declaration by Johannes Berg · 3 years, 10 months ago
- 0bbadaf um: allow disabling NO_IOMEM by Johannes Berg · 3 years, 10 months ago
- d92cc4d kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild by Masahiro Yamada · 3 years, 8 months ago
- 49f731f x86/syscalls: Use __NR_syscalls instead of __NR_syscall_max by Masahiro Yamada · 3 years, 7 months ago
- 4da872b tty: remove empty tty_operations::set_termios by Jiri Slaby · 3 years, 8 months ago
- fff4ef1 tty: make tty_operations::chars_in_buffer return uint by Jiri Slaby · 3 years, 8 months ago
- 03b3b1a tty: make tty_operations::write_room return uint by Jiri Slaby · 3 years, 8 months ago
- a48b087 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 8 months ago
- fa60ce2 treewide: remove editor modelines and cruft by Masahiro Yamada · 3 years, 8 months ago
- d665ea6 Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 3 years, 8 months ago
- 17ae69a Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 3 years, 8 months ago
- 1f9d03c mm: move mem_init_print_info() into mm_init() by Kefeng Wang · 3 years, 8 months ago
- 7f3d08b Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years, 8 months ago
- cb2c7d1 landlock: Support filesystem access-control by Mickaël Salaün · 3 years, 8 months ago
- ed102bf um: Fix W=1 missing-include-dirs warnings by Randy Dunlap · 3 years, 9 months ago
- 6e16631 um: pgtable.h: Fix W=1 warning for empty body in 'do' statement by Randy Dunlap · 3 years, 9 months ago
- c521db9 um: Remove unused including <linux/version.h> by Yang Li · 3 years, 9 months ago
- 24271ff um: Replace if (cond) BUG() with BUG_ON() by Yang Li · 3 years, 10 months ago
- ad3d1991 um: Disable CONFIG_GCOV with MODULES by Johannes Berg · 3 years, 10 months ago
- ea8e896 um: Remove unneeded variable 'ret' by Yang Li · 3 years, 10 months ago
- d5027ca um: Mark all kernel symbols as local by Johannes Berg · 3 years, 10 months ago
- ffb37ca switch file_open_root() to struct path by Al Viro · 3 years, 9 months ago
- f9f3f02 printk: introduce a kmsg_dump iterator by John Ogness · 3 years, 10 months ago
- fdd2c1f um: synchronize kmsg_dumper by John Ogness · 3 years, 10 months ago