Age | Commit message (Expand) | Author | Files | Lines |
2019-07-15 | Merge tag 'for-linus-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 15 | -142/+320 |
2019-07-13 | Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -1/+1 |
2019-07-12 | um: switch to generic version of pte allocation | Mike Rapoport | 2 | -36/+2 |
2019-07-10 | kbuild: remove src and obj from the top Makefile | Masahiro Yamada | 1 | -1/+1 |
2019-07-09 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -18/+13 |
2019-07-04 | um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORT | Johannes Berg | 2 | -1/+3 |
2019-07-03 | um: Fix kcov crash during startup | Marek Majkowski | 1 | -0/+2 |
2019-07-03 | um: configs: Remove useless UEVENT_HELPER_PATH | Krzysztof Kozlowski | 2 | -2/+0 |
2019-07-03 | um: Support time travel mode | Johannes Berg | 5 | -7/+233 |
2019-07-03 | um: Pass nsecs to os timer functions | Johannes Berg | 3 | -16/+12 |
2019-07-03 | um: Remove drivers/ssl.h | Johannes Berg | 2 | -14/+0 |
2019-07-03 | um: Don't garbage collect in deactivate_all_fds() | Johannes Berg | 1 | -1/+1 |
2019-07-03 | um: Silence lockdep complaint about mmap_sem | Johannes Berg | 1 | -1/+1 |
2019-07-03 | um: Remove locking in deactivate_all_fds() | Johannes Berg | 1 | -3/+0 |
2019-07-03 | um: Timer code cleanup | Johannes Berg | 3 | -100/+31 |
2019-07-03 | um: fix os_timer_one_shot() | Johannes Berg | 2 | -2/+2 |
2019-07-03 | um: Fix IRQ controller regression on console read | Jouni Malinen | 2 | -8/+48 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 5 | -20/+5 |
2019-05-30 | treewide: Add SPDX license identifier - Kbuild | Greg Kroah-Hartman | 1 | -0/+1 |
2019-05-29 | signal: Remove the task parameter from force_sig_fault | Eric W. Biederman | 2 | -10/+5 |
2019-05-29 | signal/um: Remove task parameter from send_sigtrap | Eric W. Biederman | 1 | -4/+4 |
2019-05-27 | signal: Remove task parameter from force_sig | Eric W. Biederman | 3 | -4/+4 |
2019-05-27 | signal: Remove task parameter from force_sigsegv | Eric W. Biederman | 2 | -2/+2 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
2019-05-19 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+0 |
2019-05-14 | initramfs: provide a generic free_initrd_mem implementation | Christoph Hellwig | 1 | -7/+0 |
2019-05-13 | Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 9 | -238/+252 |
2019-05-09 | x86/mpx, mm/core: Fix recursive munmap() corruption | Dave Hansen | 1 | -1/+0 |
2019-05-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+1 |
2019-05-08 | um: irq: don't set the chip for all irqs | Bartosz Golaszewski | 1 | -1/+1 |
2019-05-08 | um: define set_pte_at() as a static inline function, not a macro | Bartosz Golaszewski | 1 | -1/+6 |
2019-05-08 | um: remove uses of variable length arrays | Bartosz Golaszewski | 1 | -9/+27 |
2019-05-08 | um: remove unused variable | Bartosz Golaszewski | 1 | -1/+0 |
2019-05-08 | uml: fix a boot splat wrt use of cpu_all_mask | Maciej Żenczykowski | 1 | -1/+1 |
2019-05-08 | um: Do not unlock mutex that is not hold. | Daniel Walter | 1 | -2/+2 |
2019-05-08 | arch: um: drivers: Kconfig: pedantic formatting | Enrico Weigelt, metux IT consult | 1 | -176/+176 |
2019-05-08 | arch: um: Kconfig: pedantic indention cleanups | Enrico Weigelt, metux IT consult | 1 | -26/+26 |
2019-05-08 | um: Revert to using stack for pt_regs in signal handling | Anton Ivanov | 2 | -23/+15 |
2019-05-07 | Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linux | Linus Torvalds | 1 | -1/+1 |
2019-05-07 | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+1 |
2019-05-07 | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -0/+1 |
2019-05-06 | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -2/+0 |
2019-05-06 | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -156/+2 |
2019-05-06 | *: convert stream-like files from nonseekable_open -> stream_open | Kirill Smelkov | 1 | -1/+1 |
2019-05-05 | um: vector netdev: adjust to xmit_more API change | Johannes Berg | 1 | -1/+1 |
2019-04-14 | um/stacktrace: Remove the pointless ULONG_MAX marker | Thomas Gleixner | 1 | -2/+0 |
2019-04-09 | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively | Sakari Ailus | 1 | -1/+1 |
2019-04-08 | arch: Use asm-generic header for asm/mmiowb.h | Will Deacon | 1 | -0/+1 |
2019-04-05 | syscalls: Remove start and number from syscall_set_arguments() args | Steven Rostedt (VMware) | 1 | -33/+6 |
2019-04-05 | syscalls: Remove start and number from syscall_get_arguments() args | Steven Rostedt (Red Hat) | 1 | -33/+6 |