summaryrefslogtreecommitdiff
path: root/arch/um/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-06-04um: Update min_low_pfn to match changes in uml_reservedTiwei Bie1-0/+1
2024-12-14um: Always dump trace for specified task in show_stackTiwei Bie1-1/+1
2024-12-14um: Fix the return value of elf_core_copy_task_fpregsTiwei Bie1-1/+1
2024-12-14um: Fix potential integer overflow during physmem setupTiwei Bie1-3/+3
2024-08-19um: time-travel: fix time-travel-start optionJohannes Berg1-2/+2
2024-02-23um: Fix naming clash between UML and schedulerAnton Ivanov1-1/+1
2023-08-08um/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner1-1/+2
2023-06-21um: Fix build w/o CONFIG_PM_SLEEPJohannes Berg1-1/+1
2023-03-17UML: define RUNTIME_DISCARD_EXITMasahiro Yamada1-1/+1
2023-01-04arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2023-01-04um: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+2
2022-10-26UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACKHuacai Chen1-1/+1
2022-08-21um: Allow PM with suspend-to-idleJohannes Berg1-0/+25
2022-07-25um: Add missing apply_returns()Peter Zijlstra1-0/+4
2022-07-25x86/alternative: Implement .retpoline_sites supportPeter Zijlstra1-0/+4
2022-06-09ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman4-8/+8
2021-05-22um: Disable CONFIG_GCOV with MODULESJohannes Berg2-17/+0
2021-05-22um: Mark all kernel symbols as localJohannes Berg2-0/+12
2021-03-04um: defer killing userspace on page table update failuresJohannes Berg1-4/+3
2021-03-04um: mm: check more comprehensively for stub changesJohannes Berg1-1/+11
2020-12-30um: Fix time-travel modeJohannes Berg1-5/+0
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+1
2020-10-26arch/um: partially revert the conversion to __section() macroLinus Torvalds1-1/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2-2/+2
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-10-18Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-11/+14
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+1
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2020-10-11um: Clean up stacktrace dumpJohannes Berg1-3/+1
2020-10-11um: change sigio_spinlock to a mutexJohannes Berg1-3/+3
2020-10-11um: time-travel: Return the sequence number in ACK messagesJohannes Berg1-0/+1
2020-10-11um: time-travel: Fix IRQ handling in time_travel_handle_message()Johannes Berg1-5/+9
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-12mm: clean up the last pieces of page fault accountingsPeter Xu1-4/+0
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+1
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport1-5/+0
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport1-12/+0
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-1/+1
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-1/+1
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig1-1/+1
2020-06-09maccess: unify the probe kernel arch hooksChristoph Hellwig1-6/+4
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse2-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2-4/+4
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2-16/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport6-6/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-6/+1
2020-06-09um: add show_stack_loglvl()Dmitry Safonov1-8/+16
2020-06-09um/sysrq: remove needless variable spDmitry Safonov1-3/+1
2020-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds1-0/+16