summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
Commit message (Expand)AuthorAgeFilesLines
* arch/um: partially revert the conversion to __section() macroLinus Torvalds2020-10-261-1/+1
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-252-2/+2
* Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-1/+1
|\
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+1
* | Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-183-11/+14
|\ \ | |/ |/|
| * um: Clean up stacktrace dumpJohannes Berg2020-10-111-3/+1
| * um: change sigio_spinlock to a mutexJohannes Berg2020-10-111-3/+3
| * um: time-travel: Return the sequence number in ACK messagesJohannes Berg2020-10-111-0/+1
| * um: time-travel: Fix IRQ handling in time_travel_handle_message()Johannes Berg2020-10-111-5/+9
* | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-122-2/+2
|\ \ | |/ |/|
| * vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-012-2/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* mm: clean up the last pieces of page fault accountingsPeter Xu2020-08-121-4/+0
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-5/+0
* asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport2020-08-071-12/+0
* arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-1/+1
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-1/+1
* maccess: always use strict semantics for probe_kernel_readChristoph Hellwig2020-06-091-1/+1
* maccess: unify the probe kernel arch hooksChristoph Hellwig2020-06-091-6/+4
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-092-2/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-092-4/+4
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-092-16/+2
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-096-6/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-6/+1
* um: add show_stack_loglvl()Dmitry Safonov2020-06-091-8/+16
* um/sysrq: remove needless variable spDmitry Safonov2020-06-091-3/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2020-06-041-0/+16
|\
| * x86/module: Use text_poke() for late relocationsPeter Zijlstra2020-05-081-0/+16
* | mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport2020-06-031-8/+4
* | um: syscall.c: include <asm/unistd.h>Johannes Berg2020-04-291-0/+1
|/
* Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-075-65/+528
|\
| * um: Implement ndelay/udelay in time-travel modeJohannes Berg2020-03-291-0/+6
| * um: Implement time-travel=extJohannes Berg2020-03-292-13/+313
| * um: time-travel: Rewrite as an event schedulerJohannes Berg2020-03-292-50/+208
| * um: Move timer-internal.h to non-sharedJohannes Berg2020-03-293-3/+3
| * um: Fix overlapping ELF segments when statically linkedDavid Gow2020-03-291-1/+1
| * um: Don't use console_drivers directlyAndy Shevchenko2020-03-291-5/+4
* | mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-1/+0
* | mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
|/
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-042-16/+14
* Revert "um: Enable CONFIG_CONSTRUCTORS"Johannes Berg2020-01-191-0/+1
* um: Implement copy_thread_tlsAmanieu d'Antras2020-01-071-3/+3
* um: add support for folded p4d page tablesMike Rapoport2019-12-045-12/+75
* um: remove unused pxx_offset_proc() and addr_pte() functionsMike Rapoport2019-12-041-29/+0
* seccomp: simplify secure_computing()Christian Brauner2019-10-101-1/+1
* um: irq: Fix LAST_IRQ usage in init_IRQ()Erel Geron2019-09-161-1/+1
* um: Add SPDX headers to files in arch/um/kernel/Alex Dewar2019-09-1528-29/+29
* um: drivers: Add virtio vhost-user driverErel Geron2019-09-154-0/+5
* um: time-travel: Restrict time update in IRQ handlerJohannes Berg2019-09-152-4/+15