summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
AgeCommit message (Expand)AuthorLines
2020-12-14um: Fix build w/o CONFIG_PM_SLEEPJohannes Berg-1/+1
2020-12-13um: time-travel: Correct time event IRQ deliveryJohannes Berg-0/+38
2020-12-13um: irq/sigio: Support suspend/resume handling of workaround IRQsJohannes Berg-1/+16
2020-12-13um: time-travel: Actually apply "free-until" optimisationJohannes Berg-1/+12
2020-12-13um: allocate a guard page to helper threadsJohannes Berg-4/+7
2020-12-13um: support some of ARCH_HAS_SET_MEMORYJohannes Berg-0/+54
2020-12-13um: time-travel: avoid multiple identical propagationsJohannes Berg-0/+6
2020-12-13um: Support suspend to RAMJohannes Berg-2/+130
2020-12-13um: Allow PM with suspend-to-idleJohannes Berg-0/+25
2020-12-13um: time: Fix read_persistent_clock64() in time-travelJohannes Berg-3/+20
2020-12-13um: Simplify os_idle_sleep() and sleep longerJohannes Berg-9/+14
2020-12-13um: Simplify IRQ handling codeJohannes Berg-242/+128
2020-12-13um: Remove IRQ_NONE typeJohannes Berg-8/+7
2020-12-13um: irq: Reduce irq_reg allocationJohannes Berg-6/+6
2020-12-13um: irq: Clean up and rename struct irq_fdJohannes Berg-12/+22
2020-12-13um: Clean up alarm IRQ chip nameJohannes Berg-5/+4
2020-12-13um: Support dynamic IRQ allocationJohannes Berg-6/+33
2020-12-13um: Fix time-travel modeJohannes Berg-5/+0
2020-12-13um: Add support for TIF_NOTIFY_SIGNALJens Axboe-1/+2
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra-1/+1
2020-10-26arch/um: partially revert the conversion to __section() macroLinus Torvalds-1/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches-2/+2
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2020-10-18Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-11/+14
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe-1/+1
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2020-10-11um: Clean up stacktrace dumpJohannes Berg-3/+1
2020-10-11um: change sigio_spinlock to a mutexJohannes Berg-3/+3
2020-10-11um: time-travel: Return the sequence number in ACK messagesJohannes Berg-0/+1
2020-10-11um: time-travel: Fix IRQ handling in time_travel_handle_message()Johannes Berg-5/+9
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-08-12mm: clean up the last pieces of page fault accountingsPeter Xu-4/+0
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu-1/+1
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport-5/+0
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport-12/+0
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner-1/+1
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig-1/+1
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig-1/+1
2020-06-09maccess: unify the probe kernel arch hooksChristoph Hellwig-6/+4
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse-4/+4
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport-16/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-6/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov-6/+1
2020-06-09um: add show_stack_loglvl()Dmitry Safonov-8/+16
2020-06-09um/sysrq: remove needless variable spDmitry Safonov-3/+1
2020-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds-0/+16
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport-8/+4
2020-05-08x86/module: Use text_poke() for late relocationsPeter Zijlstra-0/+16