Age | Commit message (Expand) | Author |
2019-03-12 | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport |
2019-01-05 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2019-01-04 | mm: treewide: remove unused address argument from pte_alloc functions | Joel Fernandes (Google) |
2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds |
2019-01-02 | Merge branch 'for-linus-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS |
2018-12-28 | mm: reference totalram_pages and managed_pages once per function | Arun KS |
2018-12-27 | um: Remove obsolete reenable_XX calls | Anton Ivanov |
2018-12-27 | um: Optimize Flush TLB for force/fork case | Anton Ivanov |
2018-12-27 | um: Skip TLB flushing where not needed | Anton Ivanov |
2018-12-27 | um: Optimize TLB operations v2 | Anton Ivanov |
2018-12-27 | um: Remove unnecessary faulted check in uaccess.c | Anton Ivanov |
2018-10-31 | Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2018-10-31 | memblock: stop using implicit alignment to SMP_CACHE_BYTES | Mike Rapoport |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport |
2018-10-31 | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport |
2018-10-31 | memblock: replace free_bootmem{_node} with memblock_free | Mike Rapoport |
2018-10-31 | memblock: replace alloc_bootmem with memblock_alloc | Mike Rapoport |
2018-10-31 | memblock: replace alloc_bootmem_low_pages with memblock_alloc_low | Mike Rapoport |
2018-10-29 | um: trap: fix spelling mistake, EACCESS -> EACCES | Colin Ian King |
2018-10-29 | um: NULL check before kfree is not needed | YueHaibing |
2018-10-26 | um: switch to NO_BOOTMEM | Mike Rapoport |
2018-10-26 | um: setup_physmem: stop using global variables | Mike Rapoport |
2018-08-17 | mm: convert return type of handle_mm_fault() caller to vm_fault_t | Souptick Joarder |
2018-04-28 | signal/um: More carefully relay signals in relay_signal. | Eric W. Biederman |
2018-04-25 | signal/um: Use force_sig_fault where appropriate | Eric W. Biederman |
2018-04-25 | signal: Ensure every siginfo we send has all bits initialized | Eric W. Biederman |
2018-04-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml | Linus Torvalds |
2018-04-02 | mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() | Dominik Brodowski |
2018-02-19 | um: Add missing EXPORT for free_irq_by_fd() | Anton Ivanov |
2018-02-19 | Epoll based IRQ controller | Anton Ivanov |
2018-02-19 | um: time: Use timespec64 for persistent clock | Arnd Bergmann |
2018-01-30 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2018-01-22 | signal: Replace memset(info,...) with clear_siginfo for clarity | Eric W. Biederman |
2018-01-09 | Construct init thread stack in the linker script rather than by union | David Howells |
2017-12-19 | Do not hash userspace addresses in fault handlers | Kees Cook |
2017-11-15 | mm, arch: remove empty_bad_page* | Michal Hocko |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-09-29 | um/time: Fixup namespace collision | Thomas Gleixner |
2017-09-13 | um: Fix CONFIG_GCOV for modules. | Thomas Meyer |
2017-09-13 | um: Fix FP register size for XSTATE/XSAVE | Thomas Meyer |
2017-07-15 | Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2017-07-07 | um: Add kerneldoc for segv_handler | Thomas Meyer |
2017-07-06 | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-07-05 | um: Use os_warn to print out pre-boot warning/error messages | Masami Hiramatsu |
2017-07-05 | um: Use os_info for the messages on normal path | Masami Hiramatsu |
2017-06-28 | arch: remove unused macro/function thread_saved_pc() | Tobias Klauser |
2017-05-15 | kill strlen_user() | Al Viro |
2017-05-13 | Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2017-05-03 | um: Fix to call read_initrd after init_bootmem | Masami Hiramatsu |