summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2023-03-01Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds16-99/+243
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds6-6/+6
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+34
2023-02-13uml: vector: Remove unused definitions VECTOR_{WRITE,HEADERS}Carlos Bilbao1-2/+0
2023-02-13um: virt-pci: properly remove PCI device from busBenjamin Berg1-5/+16
2023-02-13um: virtio_uml: move device breaking into workqueueBenjamin Berg1-1/+15
2023-02-13um: virtio_uml: mark device as unregistered when breaking itBenjamin Berg1-0/+2
2023-02-13um: virtio_uml: free command if adding to virtqueue failedBenjamin Berg1-1/+4
2023-02-13UML: define RUNTIME_DISCARD_EXITMasahiro Yamada1-1/+1
2023-02-13virt-pci: add platform bus supportVincent Whitchurch1-0/+91
2023-02-13um-virt-pci: Make max delay configurableVincent Whitchurch1-2/+3
2023-02-13um: virt-pci: implement pcibios_get_phb_of_node()Vincent Whitchurch1-0/+19
2023-02-13um: Support LTOPeter Foley2-1/+3
2023-02-13um: put power options in a menuPeter Foley1-0/+4
2023-02-13um: Use CFLAGS_vmlinuxPeter Foley1-2/+1
2023-02-13um: Prevent building modules incompatible with MODVERSIONSPeter Foley1-0/+2
2023-02-13um: Avoid pcap multiple definition errorsPeter Foley1-2/+2
2023-02-10um: Make the definition of cpu_data more compatiblePeter Foley2-2/+2
2023-02-10rust: arch/um: Add support for CONFIG_RUST under x86_64 UMLDavid Gow1-0/+1
2023-02-10rust: arch/um: Use 'pie' relocation mode under UMLDavid Gow1-0/+2
2023-02-10mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-1/+0
2023-02-05kbuild: remove --include-dir MAKEFLAG from top MakefileMasahiro Yamada6-6/+6
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-03um/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-2/+35
2023-02-02um: Declare fix_range_common as a static functionBenjamin Berg1-2/+2
2023-02-02um: Switch printk calls to adhere to correct coding styleBenjamin Berg3-75/+69
2023-02-02um: vector: Fix memory leak in vector_configXiang Yang1-0/+1
2023-02-02um: protect VMA iterationJohannes Berg1-0/+2
2023-02-02um: remove unneeded semicolonYang Li1-1/+1
2023-02-02um: Remove the unneeded result variableye xingchen1-3/+1
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-1/+0
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra2-2/+0
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+0
2022-12-15x86_64: Remove pointless set_64bit() usagePeter Zijlstra1-8/+0
2022-12-15Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+5
2022-12-14Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+0
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+6
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2022-12-13Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+2
2022-12-13Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-12-12Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+1
2022-12-03um: virt-pci: Avoid GCC non-NULL warningKees Cook1-3/+6
2022-12-02um: kmsg_dumper: use srcu console list iteratorJohn Ogness1-8/+5
2022-12-02um: kmsg_dump: only dump when no output console availableJohn Ogness1-3/+12
2022-11-25[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro1-1/+2
2022-11-18hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld1-1/+0
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-11-17PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAINThomas Gleixner2-2/+1
2022-11-09mm: remove kern_addr_valid() completelyKefeng Wang1-2/+0
2022-11-01x86/ibt: Implement FineIBTPeter Zijlstra1-0/+5