Age | Commit message (Expand) | Author | Files | Lines |
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-14 | um: use fallback for random_get_entropy() instead of zero | Jason A. Donenfeld | 1 | -7/+2 |
2022-05-08 | um: vector: switch to netif_napi_add_weight() | Jakub Kicinski | 1 | -1/+2 |
2022-05-03 | ubd: don't set the discard_alignment queue limit | Christoph Hellwig | 1 | -1/+0 |
2022-04-18 | 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-02 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+0 |
2022-04-01 | Revert "um: clang: Strip out -mno-global-merge from USER_CFLAGS" | Nathan Chancellor | 1 | -4/+0 |
2022-04-01 | Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 14 | -70/+102 |
2022-03-29 | 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-24 | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+3 |
2022-03-23 | 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-11 | 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-31 | 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-15 | virtio: wrap config->reset calls | Michael S. Tsirkin | 1 | -1/+1 |
2022-01-12 | Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -2/+0 |
2022-01-12 | 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 |