Age | Commit message (Expand) | Author |
2021-06-17 | um: add a UML specific futex implementation | Anton Ivanov |
2021-06-17 | um: enable the use of optimized xor routines in UML | Anton Ivanov |
2021-06-17 | um: Add support for host CPU flags and alignment | Anton Ivanov |
2021-06-17 | um: add PCI over virtio emulation driver | Johannes Berg |
2021-06-17 | um: export signals_enabled directly | Johannes Berg |
2021-06-17 | um: allow disabling NO_IOMEM | Johannes Berg |
2021-04-15 | um: pgtable.h: Fix W=1 warning for empty body in 'do' statement | Randy Dunlap |
2021-02-24 | Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2021-02-16 | um: Enforce the usage of asm-generic/softirq_stack.h | Thomas Gleixner |
2021-02-12 | um: irq.h: include <asm-generic/irq.h> | Johannes Berg |
2021-02-12 | um: io.h: include <linux/types.h> | Johannes Berg |
2021-02-12 | um: remove process stub VMA | Johannes Berg |
2021-02-12 | mm: Remove arch_remap() and mm-arch-hooks.h | Christophe Leroy |
2021-01-26 | Revert "um: support some of ARCH_HAS_SET_MEMORY" | Johannes Berg |
2021-01-26 | um: return error from ioremap() | Johannes Berg |
2020-12-17 | Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2020-12-16 | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-12-15 | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2020-12-15 | Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-12-15 | Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner |
2020-12-14 | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2020-12-13 | um: support some of ARCH_HAS_SET_MEMORY | Johannes Berg |
2020-12-13 | um: virtio: Use dynamic IRQ allocation | Johannes Berg |
2020-12-13 | um: Support dynamic IRQ allocation | Johannes Berg |
2020-12-13 | um: Add support for TIF_NOTIFY_SIGNAL | Jens Axboe |
2020-11-23 | um/irqstat: Get rid of the duplicated declarations | Thomas Gleixner |
2020-11-10 | um: Call pgtable_pmd_page_dtor() in __pmd_free_tlb() | Richard Weinberger |
2020-11-09 | um: add support for TIF_NOTIFY_SIGNAL | Jens Axboe |
2020-11-06 | highmem: Get rid of kmap_types.h | Thomas Gleixner |
2020-10-27 | um: use asm-generic/mmu_context.h for no-op implementations | Nicholas Piggin |
2020-09-25 | kbuild: preprocess module linker script | Masahiro Yamada |
2020-08-07 | asm-generic: pgalloc: provide generic pgd_free() | Mike Rapoport |
2020-08-07 | asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one() | Mike Rapoport |
2020-06-09 | mmap locking API: convert nested write lock sites | Michel Lespinasse |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse |
2020-06-09 | mm: consolidate pte_index() and pte_offset_*() definitions | Mike Rapoport |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport |
2020-06-08 | asm-generic: don't include <linux/mm.h> in cacheflush.h | Christoph Hellwig |
2020-04-29 | um: Fix xor.h include | Johannes Berg |
2020-04-10 | mm/special: create generic fallbacks for pte_special() and pte_mkspecial() | Anshuman Khandual |
2020-03-29 | um: Implement ndelay/udelay in time-travel mode | Johannes Berg |
2020-01-30 | Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da... | Linus Torvalds |
2020-01-28 | Merge tag 'for-linus-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2020-01-23 | mm: remove arch_bprm_mm_init() hook | Dave Hansen |
2020-01-20 | Merge tag 'v5.5-rc7' into efi/core, to pick up fixes | Ingo Molnar |
2020-01-19 | um: Fix time-travel=inf-cpu with xor/raid6 | Johannes Berg |
2020-01-19 | Revert "um: Enable CONFIG_CONSTRUCTORS" | Johannes Berg |
2020-01-07 | um: Implement copy_thread_tls | Amanieu d'Antras |
2019-12-10 | mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo... | Ingo Molnar |
2019-12-04 | um: add support for folded p4d page tables | Mike Rapoport |