Age | Commit message (Expand) | Author |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-05-30 | treewide: Add SPDX license identifier - Kbuild | Greg Kroah-Hartman |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner |
2019-05-19 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2019-05-14 | initramfs: provide a generic free_initrd_mem implementation | Christoph Hellwig |
2019-05-12 | Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2019-05-09 | x86/mpx, mm/core: Fix recursive munmap() corruption | Dave Hansen |
2019-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2019-05-07 | um: irq: don't set the chip for all irqs | Bartosz Golaszewski |
2019-05-07 | um: define set_pte_at() as a static inline function, not a macro | Bartosz Golaszewski |
2019-05-07 | um: remove uses of variable length arrays | Bartosz Golaszewski |
2019-05-07 | um: remove unused variable | Bartosz Golaszewski |
2019-05-07 | uml: fix a boot splat wrt use of cpu_all_mask | Maciej Żenczykowski |
2019-05-07 | um: Do not unlock mutex that is not hold. | Daniel Walter |
2019-05-07 | arch: um: drivers: Kconfig: pedantic formatting | Enrico Weigelt, metux IT consult |
2019-05-07 | arch: um: Kconfig: pedantic indention cleanups | Enrico Weigelt, metux IT consult |
2019-05-07 | um: Revert to using stack for pt_regs in signal handling | Anton Ivanov |
2019-05-07 | Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linux | Linus Torvalds |
2019-05-07 | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2019-05-06 | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds |
2019-05-06 | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2019-05-06 | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2019-05-06 | *: convert stream-like files from nonseekable_open -> stream_open | Kirill Smelkov |
2019-05-05 | um: vector netdev: adjust to xmit_more API change | Johannes Berg |
2019-04-14 | um/stacktrace: Remove the pointless ULONG_MAX marker | Thomas Gleixner |
2019-04-09 | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively | Sakari Ailus |
2019-04-08 | arch: Use asm-generic header for asm/mmiowb.h | Will Deacon |
2019-04-05 | syscalls: Remove start and number from syscall_set_arguments() args | Steven Rostedt (VMware) |
2019-04-05 | syscalls: Remove start and number from syscall_get_arguments() args | Steven Rostedt (Red Hat) |
2019-04-03 | um/tlb: Convert to generic mmu_gather | Peter Zijlstra |
2019-04-03 | asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZE | Peter Zijlstra |
2019-03-15 | Merge branch 'for-linus-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2019-03-12 | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport |
2019-03-06 | um: Fix for a possible OOPS in ubd initialization | Anton Ivanov |
2019-03-06 | um: Remove duplicated include from vector_user.c | YueHaibing |
2019-03-05 | a.out: remove core dumping support | Linus Torvalds |
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-29 | Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2018-12-29 | Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | 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: writev needs <sys/uio.h> | Christoph Hellwig |
2018-12-27 | um: remove redundant generic-y | Masahiro Yamada |
2018-12-27 | um: Optimize Flush TLB for force/fork case | Anton Ivanov |
2018-12-27 | um: Avoid marking pages with "changed protection" | Anton Ivanov |
2018-12-27 | um: Skip TLB flushing where not needed | Anton Ivanov |