summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
AgeCommit message (Expand)AuthorLines
2024-04-22um: Move declarations to proper headersTiwei Bie-7/+3
2024-04-22um: Add missing headersTiwei Bie-0/+9
2024-04-22um: Fix the return type of __switch_toTiwei Bie-1/+2
2024-04-22um: Remove unused functionsTiwei Bie-27/+0
2024-04-22um: Make local functions and variables staticTiwei Bie-8/+8
2024-03-08um: Unconditionally call unflatten_device_tree()Stephen Boyd-8/+8
2024-01-17Merge tag 'uml-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-31/+33
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov-2/+2
2024-01-05um: time-travel: fix time corruptionJohannes Berg-5/+27
2024-01-04um: Drop support for hosts without SYSEMU_SINGLESTEP supportBenjamin Berg-24/+2
2024-01-04um: document arch_futex_atomic_op_inuserAnton Ivanov-1/+3
2024-01-04um: Fix naming clash between UML and schedulerAnton Ivanov-1/+1
2023-08-26um: fix 3 instances of -Wmissing-prototypesNick Desaulniers-2/+0
2023-07-10x86/alternative: Rename apply_ibt_endbr()Peter Zijlstra-1/+1
2023-06-28Merge branch 'expand-stack'Linus Torvalds-5/+6
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds-5/+6
2023-06-16um/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner-1/+2
2023-04-20um: make stub data pages size tweakableJohannes Berg-8/+13
2023-03-01Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+8
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-2/+2
2023-02-13UML: define RUNTIME_DISCARD_EXITMasahiro Yamada-1/+1
2023-02-10um: Make the definition of cpu_data more compatiblePeter Foley-1/+1
2023-02-05kbuild: remove --include-dir MAKEFLAG from top MakefileMasahiro Yamada-2/+2
2023-02-01um: Declare fix_range_common as a static functionBenjamin Berg-2/+2
2023-02-01um: Switch printk calls to adhere to correct coding styleBenjamin Berg-2/+2
2023-02-01um: protect VMA iterationJohannes Berg-0/+2
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra-1/+0
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra-2/+0
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+5
2022-12-12Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+2
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2022-12-02um: kmsg_dumper: use srcu console list iteratorJohn Ogness-8/+5
2022-12-02um: kmsg_dump: only dump when no output console availableJohn Ogness-3/+12
2022-11-24[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro-1/+2
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-1/+1
2022-11-01x86/ibt: Implement FineIBTPeter Zijlstra-0/+5
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2022-10-14Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-9/+9
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld-1/+1
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-8/+6
2022-09-26um: remove vma linked list walkMatthew Wilcox (Oracle)-8/+6
2022-09-19uml: Remove the initialization of statics to 0Shaomin Deng-1/+1
2022-09-19um: Fix comment typoJason Wang-1/+1
2022-09-19um: Improve panic notifiers consistency and orderingGuilherme G. Piccoli-4/+4
2022-09-19um: Prevent KASAN splats in dump_stack()Vincent Whitchurch-1/+2
2022-09-19um: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-09-19um: increase default virtual physical memory to 64 MiBChristian Lamparter-1/+1
2022-09-19um: fix default console kernel parameterChristian Lamparter-1/+1
2022-09-19UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACKHuacai Chen-1/+1
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+24