summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
Commit message (Expand)AuthorAgeFilesLines
* um: fix 3 instances of -Wmissing-prototypesNick Desaulniers2023-08-261-2/+0
* x86/alternative: Rename apply_ibt_endbr()Peter Zijlstra2023-07-101-1/+1
* Merge branch 'expand-stack'Linus Torvalds2023-06-281-5/+6
|\
| * mm: always expand the stack with the mmap write lock heldLinus Torvalds2023-06-271-5/+6
* | um/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-06-161-1/+2
|/
* um: make stub data pages size tweakableJohannes Berg2023-04-203-8/+13
* Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-014-6/+8
|\
| * UML: define RUNTIME_DISCARD_EXITMasahiro Yamada2023-02-131-1/+1
| * um: Make the definition of cpu_data more compatiblePeter Foley2023-02-101-1/+1
| * um: Declare fix_range_common as a static functionBenjamin Berg2023-02-011-2/+2
| * um: Switch printk calls to adhere to correct coding styleBenjamin Berg2023-02-011-2/+2
| * um: protect VMA iterationJohannes Berg2023-02-011-0/+2
* | Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-02-262-2/+2
|\ \
| * | kbuild: remove --include-dir MAKEFLAG from top MakefileMasahiro Yamada2023-02-052-2/+2
| |/
* | arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-1/+0
* | objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra2023-01-132-2/+0
|/
* Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-141-0/+5
|\
| * x86/ibt: Implement FineIBTPeter Zijlstra2022-11-011-0/+5
* | Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-12-121-1/+2
|\ \
| * | [elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro2022-11-241-1/+2
| |/
* | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-1/+1
|\ \
| * | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
| |/
* | um: kmsg_dumper: use srcu console list iteratorJohn Ogness2022-12-021-8/+5
* | um: kmsg_dump: only dump when no output console availableJohn Ogness2022-12-021-3/+12
|/
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-161-1/+1
|\
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* | Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-143-9/+9
|\ \ | |/ |/|
| * uml: Remove the initialization of statics to 0Shaomin Deng2022-09-191-1/+1
| * um: Fix comment typoJason Wang2022-09-191-1/+1
| * um: Improve panic notifiers consistency and orderingGuilherme G. Piccoli2022-09-191-4/+4
| * um: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-191-1/+1
| * um: increase default virtual physical memory to 64 MiBChristian Lamparter2022-09-191-1/+1
| * UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACKHuacai Chen2022-09-191-1/+1
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-8/+6
|\ \
| * | um: remove vma linked list walkMatthew Wilcox (Oracle)2022-09-261-8/+6
| |/
* | um: Prevent KASAN splats in dump_stack()Vincent Whitchurch2022-09-191-1/+2
* | um: fix default console kernel parameterChristian Lamparter2022-09-191-1/+1
|/
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-052-0/+24
|\
| * um/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-0/+20
| * mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
* | Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-054-2/+26
|\ \
| * | um: Add missing apply_returns()Peter Zijlstra2022-07-171-0/+4
| * | UML: add support for KASAN under x86_64Patricia Alfonso2022-07-173-2/+25
| * | arch: um: Fix build for statically linked UML w/ constructorsDavid Gow2022-07-171-0/+1
| |/
* | Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-021-0/+8
|\ \
| * | um: seed rng using host OS rngJason A. Donenfeld2022-07-181-0/+8
| |/
* / um: Add missing apply_returns()Peter Zijlstra2022-07-141-0/+4
|/
* Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-034-8/+8
|\
| * ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman2022-05-114-8/+8
* | fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-6/+4