Age | Commit message (Expand) | Author |
2020-06-17 | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault | Christoph Hellwig |
2020-06-09 | maccess: always use strict semantics for probe_kernel_read | Christoph Hellwig |
2020-06-09 | maccess: unify the probe kernel arch hooks | Christoph Hellwig |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse |
2020-06-09 | mm: pgtable: add shortcuts for accessing kernel PMD and PTE | Mike Rapoport |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport |
2020-06-09 | kernel: rename show_stack_loglvl() => show_stack() | Dmitry Safonov |
2020-06-09 | um: add show_stack_loglvl() | Dmitry Safonov |
2020-06-09 | um/sysrq: remove needless variable sp | Dmitry Safonov |
2020-06-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv... | Linus Torvalds |
2020-06-03 | mm: free_area_init: use maximal zone PFNs rather than zone sizes | Mike Rapoport |
2020-05-08 | x86/module: Use text_poke() for late relocations | Peter Zijlstra |
2020-04-29 | um: syscall.c: include <asm/unistd.h> | Johannes Berg |
2020-04-07 | Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2020-04-02 | mm: allow VM_FAULT_RETRY for multiple times | Peter Xu |
2020-04-02 | mm: introduce FAULT_FLAG_DEFAULT | Peter Xu |
2020-03-29 | um: Implement ndelay/udelay in time-travel mode | Johannes Berg |
2020-03-29 | um: Implement time-travel=ext | Johannes Berg |
2020-03-29 | um: time-travel: Rewrite as an event scheduler | Johannes Berg |
2020-03-29 | um: Move timer-internal.h to non-shared | Johannes Berg |
2020-03-29 | um: Fix overlapping ELF segments when statically linked | David Gow |
2020-03-29 | um: Don't use console_drivers directly | Andy Shevchenko |
2020-02-04 | proc: convert everything to "struct proc_ops" | Alexey Dobriyan |
2020-01-19 | Revert "um: Enable CONFIG_CONSTRUCTORS" | Johannes Berg |
2020-01-07 | um: Implement copy_thread_tls | Amanieu d'Antras |
2019-12-04 | um: add support for folded p4d page tables | Mike Rapoport |
2019-12-04 | um: remove unused pxx_offset_proc() and addr_pte() functions | Mike Rapoport |
2019-10-10 | seccomp: simplify secure_computing() | Christian Brauner |
2019-09-16 | um: irq: Fix LAST_IRQ usage in init_IRQ() | Erel Geron |
2019-09-15 | um: Add SPDX headers to files in arch/um/kernel/ | Alex Dewar |
2019-09-15 | um: drivers: Add virtio vhost-user driver | Erel Geron |
2019-09-15 | um: time-travel: Restrict time update in IRQ handler | Johannes Berg |
2019-09-15 | um: time-travel: Fix periodic timers | Johannes Berg |
2019-09-15 | um: Enable CONFIG_CONSTRUCTORS | Johannes Berg |
2019-09-15 | um: Place (soft)irq text with macros | Johannes Berg |
2019-09-15 | um: Implement TRACE_IRQFLAGS_SUPPORT | Johannes Berg |
2019-09-15 | um: Remove meaningless clearing of clean-files | Masahiro Yamada |
2019-08-23 | um: fix time travel mode | Johannes Berg |
2019-07-14 | Merge tag 'for-linus-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2019-07-12 | um: switch to generic version of pte allocation | Mike Rapoport |
2019-07-08 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2019-07-04 | um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORT | Johannes Berg |
2019-07-02 | um: Fix kcov crash during startup | Marek Majkowski |
2019-07-02 | um: Support time travel mode | Johannes Berg |
2019-07-02 | um: Pass nsecs to os timer functions | Johannes Berg |
2019-07-02 | um: Don't garbage collect in deactivate_all_fds() | Johannes Berg |
2019-07-02 | um: Remove locking in deactivate_all_fds() | Johannes Berg |
2019-07-02 | um: Timer code cleanup | Johannes Berg |
2019-07-02 | um: Fix IRQ controller regression on console read | Jouni Malinen |