| Commit message (Expand) | Author | Age | Files | Lines |
* | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault | Christoph Hellwig | 2020-06-17 | 1 | -1/+1 |
* | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2020-06-13 | 2 | -2/+2 |
* | Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-06-10 | 5 | -4/+64 |
|\ |
|
| * | um: virtio: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2020-06-02 | 2 | -2/+2 |
| * | um: Use fdatasync() when mapping the UBD FSYNC command | Anton Ivanov | 2020-06-02 | 1 | -1/+1 |
| * | um: Do not evaluate compiler's library path when cleaning | Masahiro Yamada | 2020-06-02 | 1 | -2/+2 |
| * | um: Neaten vu_err macro definition | Joe Perches | 2020-06-02 | 1 | -1/+1 |
| * | um: Add a generic "fd" vector transport | Marc-André Lureau | 2020-06-02 | 1 | -0/+59 |
| * | um: Add include: memset() and memcpy() are in <string.h> | Zach van Rijn | 2020-06-02 | 1 | -0/+1 |
* | | maccess: always use strict semantics for probe_kernel_read | Christoph Hellwig | 2020-06-09 | 1 | -1/+1 |
* | | maccess: unify the probe kernel arch hooks | Christoph Hellwig | 2020-06-09 | 1 | -6/+4 |
* | | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 2020-06-09 | 2 | -2/+2 |
* | | mmap locking API: convert nested write lock sites | Michel Lespinasse | 2020-06-09 | 1 | -1/+2 |
* | | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 2020-06-09 | 3 | -5/+5 |
* | | mm: consolidate pte_index() and pte_offset_*() definitions | Mike Rapoport | 2020-06-09 | 2 | -56/+15 |
* | | mm: pgtable: add shortcuts for accessing kernel PMD and PTE | Mike Rapoport | 2020-06-09 | 2 | -16/+2 |
* | | mm: introduce include/linux/pgtable.h | Mike Rapoport | 2020-06-09 | 1 | -2/+0 |
* | | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 2020-06-09 | 6 | -6/+0 |
* | | kernel: rename show_stack_loglvl() => show_stack() | Dmitry Safonov | 2020-06-09 | 2 | -7/+2 |
* | | um: add show_stack_loglvl() | Dmitry Safonov | 2020-06-09 | 1 | -8/+16 |
* | | um/sysrq: remove needless variable sp | Dmitry Safonov | 2020-06-09 | 1 | -3/+1 |
* | | asm-generic: don't include <linux/mm.h> in cacheflush.h | Christoph Hellwig | 2020-06-08 | 1 | -0/+2 |
* | | Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2020-06-06 | 2 | -3/+3 |
|\ \ |
|
| * | | kbuild: remove {CLEAN,MRPROPER,DISTCLEAN}_DIRS | Masahiro Yamada | 2020-05-25 | 1 | -1/+1 |
| * | | um: do not evaluate compiler's library path when cleaning | Masahiro Yamada | 2020-05-12 | 1 | -2/+2 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv... | Linus Torvalds | 2020-06-04 | 1 | -0/+16 |
|\ \ \ |
|
| * | | | x86/module: Use text_poke() for late relocations | Peter Zijlstra | 2020-05-08 | 1 | -0/+16 |
| |/ / |
|
* | / | mm: free_area_init: use maximal zone PFNs rather than zone sizes | Mike Rapoport | 2020-06-04 | 1 | -8/+4 |
| |/
|/| |
|
* | | um: Fix typo in vector driver transport option definition | Ignat Korchagin | 2020-04-29 | 1 | -1/+1 |
* | | um: syscall.c: include <asm/unistd.h> | Johannes Berg | 2020-04-29 | 1 | -0/+1 |
* | | um: Fix xor.h include | Johannes Berg | 2020-04-29 | 1 | -1/+1 |
|/ |
|
* | um: ensure `make ARCH=um mrproper` removes arch/$(SUBARCH)/include/generated/ | Vitor Massaru Iha | 2020-04-23 | 1 | -0/+1 |
* | mm/special: create generic fallbacks for pte_special() and pte_mkspecial() | Anshuman Khandual | 2020-04-11 | 1 | -10/+0 |
* | Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-04-07 | 23 | -204/+844 |
|\ |
|
| * | um: Remove some unnecessary NULL checks in vector_user.c | Alex Dewar | 2020-03-29 | 1 | -10/+5 |
| * | um: vector: Avoid NULL ptr deference if transport is unset | Sjoerd Simons | 2020-03-29 | 1 | -0/+3 |
| * | um: Make CONFIG_STATIC_LINK actually static | Brendan Higgins | 2020-03-29 | 2 | -1/+10 |
| * | um: Implement ndelay/udelay in time-travel mode | Johannes Berg | 2020-03-29 | 4 | -1/+42 |
| * | um: Implement time-travel=ext | Johannes Berg | 2020-03-29 | 6 | -17/+435 |
| * | um: virtio: Implement VHOST_USER_PROTOCOL_F_INBAND_NOTIFICATIONS | Johannes Berg | 2020-03-29 | 2 | -22/+75 |
| * | um: time-travel: Rewrite as an event scheduler | Johannes Berg | 2020-03-29 | 4 | -95/+229 |
| * | um: Move timer-internal.h to non-shared | Johannes Berg | 2020-03-29 | 5 | -4/+3 |
| * | um: falloc.h needs to be directly included for older libc | Alan Maguire | 2020-03-29 | 1 | -0/+1 |
| * | um: ubd: Retry buffer read on any kind of error | Gabriel Krisman Bertazi | 2020-03-29 | 1 | -4/+4 |
| * | um: ubd: Prevent buffer overrun on command completion | Gabriel Krisman Bertazi | 2020-03-29 | 1 | -1/+3 |
| * | um: Fix overlapping ELF segments when statically linked | David Gow | 2020-03-29 | 1 | -1/+1 |
| * | um: Delete never executed timer | Leon Romanovsky | 2020-03-29 | 1 | -12/+0 |
| * | um: Don't overwrite ethtool driver version | Leon Romanovsky | 2020-03-29 | 2 | -3/+0 |
| * | um: Fix len of file in create_pid_file | Wen Yang | 2020-03-29 | 1 | -2/+3 |
| * | um: Don't use console_drivers directly | Andy Shevchenko | 2020-03-29 | 1 | -5/+4 |