Age | Commit message (Expand) | Author | Files | Lines |
2020-08-12 | uaccess: remove segment_eq | Christoph Hellwig | 1 | -1/+1 |
2020-08-12 | nds32: use uaccess_kernel in show_regs | Christoph Hellwig | 1 | -1/+1 |
2020-08-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+2 |
2020-08-07 | asm-generic: pgalloc: provide generic pgd_free() | Mike Rapoport | 1 | -0/+2 |
2020-08-07 | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -5/+4 |
2020-07-27 | nds32: switch to ->regset_get() | Al Viro | 1 | -5/+4 |
2020-07-05 | arch: rename copy_thread_tls() back to copy_thread() | Christian Brauner | 1 | -3/+2 |
2020-07-05 | arch: remove HAVE_COPY_THREAD_TLS | Christian Brauner | 1 | -1/+0 |
2020-07-05 | nds32: switch to copy_thread_tls() | Christian Brauner | 2 | -3/+5 |
2020-06-17 | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault | Christoph Hellwig | 1 | -2/+3 |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 1 | -1/+1 |
2020-06-09 | mmap locking API: convert mmap_sem API comments | Michel Lespinasse | 1 | -1/+1 |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 2 | -9/+9 |
2020-06-09 | mm: consolidate pte_index() and pte_offset_*() definitions | Mike Rapoport | 1 | -14/+4 |
2020-06-09 | mm: pgtable: add shortcuts for accessing kernel PMD and PTE | Mike Rapoport | 3 | -18/+3 |
2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 2 | -2/+1 |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport | 4 | -5/+3 |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 2 | -2/+0 |
2020-06-09 | kernel: rename show_stack_loglvl() => show_stack() | Dmitry Safonov | 1 | -7/+1 |
2020-06-09 | nds32: add show_stack_loglvl() | Dmitry Safonov | 1 | -7/+14 |
2020-06-09 | kallsyms/printk: add loglvl to print_ip_sym() | Dmitry Safonov | 1 | -2/+2 |
2020-06-08 | mm: rename flush_icache_user_range to flush_icache_user_page | Christoph Hellwig | 2 | -3/+3 |
2020-06-08 | nds32: unexport flush_icache_page | Christoph Hellwig | 1 | -1/+0 |
2020-06-05 | kmap: consolidate kmap_prot definitions | Ira Weiny | 1 | -1/+0 |
2020-06-05 | kmap: remove kmap_atomic_to_page() | Ira Weiny | 1 | -1/+0 |
2020-06-05 | arch/kmap: define kmap_atomic_prot() for all arch's | Ira Weiny | 1 | -3/+3 |
2020-06-05 | arch/kmap: don't hard code kmap_prot values | Ira Weiny | 1 | -1/+1 |
2020-06-05 | arch/kunmap_atomic: consolidate duplicate code | Ira Weiny | 2 | -5/+2 |
2020-06-05 | arch/kmap_atomic: consolidate duplicate code | Ira Weiny | 2 | -10/+2 |
2020-06-05 | arch/kunmap: remove duplicate kunmap implementations | Ira Weiny | 2 | -13/+0 |
2020-06-05 | arch/kmap: remove redundant arch specific kmaps | Ira Weiny | 2 | -14/+0 |
2020-06-05 | arch/kmap: remove BUG_ON() | Ira Weiny | 1 | -1/+1 |
2020-06-04 | mm: free_area_init: use maximal zone PFNs rather than zone sizes | Mike Rapoport | 1 | -7/+4 |
2020-04-23 | arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h> | Masahiro Yamada | 1 | -5/+3 |
2020-04-11 | mm/special: create generic fallbacks for pte_special() and pte_mkspecial() | Anshuman Khandual | 1 | -9/+0 |
2020-04-11 | mm/vma: introduce VM_ACCESS_FLAGS | Anshuman Khandual | 1 | -1/+1 |
2020-04-11 | mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS | Anshuman Khandual | 1 | -3/+0 |
2020-04-07 | kasan: stackdepot: move filter_irq_stacks() to stackdepot.c | Alexander Potapenko | 1 | -0/+1 |
2020-04-03 | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2 | -0/+2 |
2020-04-02 | mm: allow VM_FAULT_RETRY for multiple times | Peter Xu | 1 | -1/+0 |
2020-04-02 | mm: introduce FAULT_FLAG_DEFAULT | Peter Xu | 1 | -1/+1 |
2020-04-02 | mm: introduce fault_signal_pending() | Peter Xu | 1 | -1/+1 |
2020-04-02 | asm-generic: make more kernel-space headers mandatory | Masahiro Yamada | 1 | -37/+0 |
2020-03-28 | Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git... | Thomas Gleixner | 1 | -4/+2 |
2020-03-28 | futex: arch_futex_atomic_op_inuser() calling conventions change | Al Viro | 1 | -4/+2 |
2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada | 2 | -0/+2 |
2020-03-21 | nds32: Remove mm.h from asm/uaccess.h | Sebastian Andrzej Siewior | 1 | -1/+0 |
2020-01-29 | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -5/+0 |
2020-01-28 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -3/+3 |
2020-01-28 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -12/+0 |