summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-251-1/+2
|\ \
| * | um: vector: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-1/+2
| |/
* | Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-05-241-7/+2
|\ \
| * | um: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-05-131-7/+2
| |/
* | ubd: don't set the discard_alignment queue limitChristoph Hellwig2022-05-031-1/+0
* | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-2/+0
|/
* Merge tag 'kbuild-fixes-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-04-021-4/+0
|\
| * Revert "um: clang: Strip out -mno-global-merge from USER_CFLAGS"Nathan Chancellor2022-04-021-4/+0
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-04-011-1/+0
|\ \ | |/ |/|
| * uml/x86: use x86 load_unaligned_zeropad()Al Viro2022-01-301-1/+0
* | Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-3114-70/+102
|\ \
| * | um: run_helper: Write error message to kernel log on exec failure on hostGlenn Washburn2022-03-111-0/+5
| * | um: port_user: Improve error handling when port-helper is not foundGlenn Washburn2022-03-111-0/+12
| * | um: port_user: Allow setting path to port-helper using UML_PORT_HELPER envvarGlenn Washburn2022-03-111-0/+4
| * | um: port_user: Search for in.telnetd in PATHGlenn Washburn2022-03-111-1/+1
| * | um: clang: Strip out -mno-global-merge from USER_CFLAGSDavid Gow2022-03-111-0/+4
| * | um: Remove unused timeval_to_ns() functionDavid Gow2022-03-111-6/+0
| * | um: Fix uml_mconsole stop/goAnton Ivanov2022-03-111-1/+2
| * | uml: net: vector: fix const issueJohannes Berg2022-03-112-2/+2
| * | um: Fix WRITE_ZEROES in the UBD DriverFrédéric Danis2022-03-113-1/+17
| * | um: Migrate vector drivers to NAPIAnton Ivanov2022-03-112-57/+51
| * | um: Fix order of dtb unflatten/early initVincent Whitchurch2022-03-111-1/+1
| * | um: fix and optimize xor select template for CONFIG64 and timetravel modeBenjamin Beichler2022-03-111-1/+3
| |/
* | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-282-5/+4
|\ \
| * | resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
| * | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-3/+2
| |/
* | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-281-0/+1
|\ \
| * | parport_pc: Also enable driver for PCI systemsMaciej W. Rozycki2022-03-181-0/+1
| |/
* | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-271-0/+4
|\ \
| * | x86/alternative: Use .ibt_endbr_seal to seal indirect callsPeter Zijlstra2022-03-151-0/+4
| |/
* | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-241-1/+1
|\ \
| * | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
| |/
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-4/+3
|\ \
| * | uaccess: generalize access_ok()Arnd Bergmann2022-02-251-2/+3
| * | uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann2022-02-251-2/+0
| |/
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-0/+1
|\ \
| * | arch: Add pmd_pfn() where it is missingMike Rapoport2022-03-211-0/+1
| |/
* / um: Allow builds with ClangKees Cook2022-03-211-0/+1
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-1/+1
|\
| * virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-5/+3
|\ \
| * | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-5/+3
| |/
* | Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-112-2/+0
|\ \
| * | futex: Remove futex_cmpxchg detectionArnd Bergmann2021-11-252-2/+0
| |/
* | Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-1136-186/+230
|\ \
| * | um: virtio_uml: Allow probing from devicetreeVincent Whitchurch2021-12-221-3/+47
| * | um: Add devicetree supportVincent Whitchurch2021-12-225-0/+52
| * | um: Extract load file helper from initrd.cVincent Whitchurch2021-12-224-43/+75
| * | um: remove set_fsChristoph Hellwig2021-12-224-32/+19
| * | um: Use swap() to make code cleanerYang Guang2021-12-211-4/+3