| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-04-08 | ELF: fix all "Elf" typos | Alexey Dobriyan | 1 | -1/+1 |
| 2023-03-01 | Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 16 | -99/+243 |
| 2023-02-26 | Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 6 | -6/+6 |
| 2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -3/+34 |
| 2023-02-13 | uml: vector: Remove unused definitions VECTOR_{WRITE,HEADERS} | Carlos Bilbao | 1 | -2/+0 |
| 2023-02-13 | um: virt-pci: properly remove PCI device from bus | Benjamin Berg | 1 | -5/+16 |
| 2023-02-13 | um: virtio_uml: move device breaking into workqueue | Benjamin Berg | 1 | -1/+15 |
| 2023-02-13 | um: virtio_uml: mark device as unregistered when breaking it | Benjamin Berg | 1 | -0/+2 |
| 2023-02-13 | um: virtio_uml: free command if adding to virtqueue failed | Benjamin Berg | 1 | -1/+4 |
| 2023-02-13 | UML: define RUNTIME_DISCARD_EXIT | Masahiro Yamada | 1 | -1/+1 |
| 2023-02-13 | virt-pci: add platform bus support | Vincent Whitchurch | 1 | -0/+91 |
| 2023-02-13 | um-virt-pci: Make max delay configurable | Vincent Whitchurch | 1 | -2/+3 |
| 2023-02-13 | um: virt-pci: implement pcibios_get_phb_of_node() | Vincent Whitchurch | 1 | -0/+19 |
| 2023-02-13 | um: Support LTO | Peter Foley | 2 | -1/+3 |
| 2023-02-13 | um: put power options in a menu | Peter Foley | 1 | -0/+4 |
| 2023-02-13 | um: Use CFLAGS_vmlinux | Peter Foley | 1 | -2/+1 |
| 2023-02-13 | um: Prevent building modules incompatible with MODVERSIONS | Peter Foley | 1 | -0/+2 |
| 2023-02-13 | um: Avoid pcap multiple definition errors | Peter Foley | 1 | -2/+2 |
| 2023-02-10 | um: Make the definition of cpu_data more compatible | Peter Foley | 2 | -2/+2 |
| 2023-02-10 | rust: arch/um: Add support for CONFIG_RUST under x86_64 UML | David Gow | 1 | -0/+1 |
| 2023-02-10 | rust: arch/um: Use 'pie' relocation mode under UML | David Gow | 1 | -0/+2 |
| 2023-02-09 | mm, arch: add generic implementation of pfn_valid() for FLATMEM | Mike Rapoport (IBM) | 1 | -1/+0 |
| 2023-02-05 | kbuild: remove --include-dir MAKEFLAG from top Makefile | Masahiro Yamada | 6 | -6/+6 |
| 2023-02-02 | mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE | David Hildenbrand | 1 | -1/+0 |
| 2023-02-02 | um/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE | David Hildenbrand | 1 | -2/+35 |
| 2023-02-01 | um: Declare fix_range_common as a static function | Benjamin Berg | 1 | -2/+2 |
| 2023-02-01 | um: Switch printk calls to adhere to correct coding style | Benjamin Berg | 3 | -75/+69 |
| 2023-02-01 | um: vector: Fix memory leak in vector_config | Xiang Yang | 1 | -0/+1 |
| 2023-02-01 | um: protect VMA iteration | Johannes Berg | 1 | -0/+2 |
| 2023-02-01 | um: remove unneeded semicolon | Yang Li | 1 | -1/+1 |
| 2023-02-01 | um: Remove the unneeded result variable | ye xingchen | 1 | -3/+1 |
| 2023-01-13 | arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabled | Peter Zijlstra | 1 | -1/+0 |
| 2023-01-13 | objtool/idle: Validate __cpuidle code as noinstr | Peter Zijlstra | 2 | -2/+0 |
| 2022-12-17 | Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -8/+0 |
| 2022-12-15 | x86_64: Remove pointless set_64bit() usage | Peter Zijlstra | 1 | -8/+0 |
| 2022-12-14 | Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+5 |
| 2022-12-14 | Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 1 | -1/+0 |
| 2022-12-14 | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+6 |
| 2022-12-13 | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+0 |
| 2022-12-12 | Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+2 |
| 2022-12-12 | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
| 2022-12-12 | Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -2/+1 |
| 2022-12-02 | um: virt-pci: Avoid GCC non-NULL warning | Kees Cook | 1 | -3/+6 |
| 2022-12-02 | um: kmsg_dumper: use srcu console list iterator | John Ogness | 1 | -8/+5 |
| 2022-12-02 | um: kmsg_dump: only dump when no output console available | John Ogness | 1 | -3/+12 |
| 2022-11-24 | [elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu... | Al Viro | 1 | -1/+2 |
| 2022-11-18 | hwrng: core - treat default_quality as a maximum and default to 1024 | Jason A. Donenfeld | 1 | -1/+0 |
| 2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-11-17 | PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAIN | Thomas Gleixner | 2 | -2/+1 |
| 2022-11-08 | mm: remove kern_addr_valid() completely | Kefeng Wang | 1 | -2/+0 |
| 2022-11-01 | x86/ibt: Implement FineIBT | Peter Zijlstra | 1 | -0/+5 |
| 2022-10-16 | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
| 2022-10-14 | Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 13 | -56/+57 |
| 2022-10-12 | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -6/+2 |
| 2022-10-11 | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -8/+6 |
| 2022-10-03 | Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -0/+2 |
| 2022-09-26 | um: remove vma linked list walk | Matthew Wilcox (Oracle) | 1 | -8/+6 |
| 2022-09-21 | arch: um: Mark the stack non-executable to fix a binutils warning | David Gow | 1 | -0/+8 |
| 2022-09-19 | uml: Remove the initialization of statics to 0 | Shaomin Deng | 1 | -1/+1 |
| 2022-09-19 | um: Do not initialise statics to 0. | Xin Gao | 4 | -4/+4 |
| 2022-09-19 | um: Fix comment typo | Jason Wang | 1 | -1/+1 |
| 2022-09-19 | um: Improve panic notifiers consistency and ordering | Guilherme G. Piccoli | 2 | -8/+7 |
| 2022-09-19 | um: remove unused reactivate_chan() declaration | Gaosheng Cui | 1 | -1/+0 |
| 2022-09-19 | um: mmaper: add __exit annotations to module exit funcs | Xiu Jianfeng | 1 | -1/+1 |
| 2022-09-19 | um: virt-pci: add __init/__exit annotations to module init/exit funcs | Xiu Jianfeng | 1 | -2/+2 |
| 2022-09-19 | um: Prevent KASAN splats in dump_stack() | Vincent Whitchurch | 1 | -1/+2 |
| 2022-09-19 | um: move from strlcpy with unused retval to strscpy | Wolfram Sang | 3 | -3/+3 |
| 2022-09-19 | um: increase default virtual physical memory to 64 MiB | Christian Lamparter | 1 | -1/+1 |
| 2022-09-19 | um: fix default console kernel parameter | Christian Lamparter | 1 | -1/+1 |
| 2022-09-19 | UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK | Huacai Chen | 1 | -1/+1 |
| 2022-09-19 | um: read multiple msg from virtio slave request fd | Benjamin Beichler | 1 | -33/+36 |
| 2022-09-11 | kernel: exit: cleanup release_thread() | Kefeng Wang | 1 | -4/+0 |
| 2022-09-11 | treewide: defconfig: address renamed CONFIG_DEBUG_INFO=y | Arnd Bergmann | 2 | -2/+2 |
| 2022-09-07 | um: Enable FORTIFY_SOURCE | Kees Cook | 2 | -0/+2 |
| 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 |