Age | Commit message (Expand) | Author | Files | Lines |
2023-08-25 | hexagon: implement the new page table range API | Matthew Wilcox (Oracle) | 2 | -10/+7 |
2023-08-21 | hexagon: convert __pte_free_tlb() to use ptdescs | Vishal Moola (Oracle) | 1 | -4/+4 |
2023-08-18 | hexagon: mm: convert to GENERIC_IOREMAP | Baoquan He | 5 | -51/+9 |
2023-06-29 | Merge branch 'expand-stack' | Linus Torvalds | 2 | -14/+5 |
2023-06-28 | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+3 |
2023-06-25 | mm/fault: convert remaining simple cases to lock_mm_and_find_vma() | Linus Torvalds | 2 | -14/+5 |
2023-06-14 | Hexagon: Replace all non-returning strlcpy with strscpy | Azeem Shaikh | 1 | -3/+3 |
2023-06-05 | locking/atomic: treewide: delete arch_atomic_*() kerneldoc | Mark Rutland | 1 | -16/+0 |
2023-06-05 | locking/atomic: hexagon: add preprocessor symbols | Mark Rutland | 1 | -0/+9 |
2023-06-05 | locking/atomic: make atomic*_{cmp,}xchg optional | Mark Rutland | 1 | -6/+0 |
2023-06-05 | locking/atomic: hexagon: remove redundant arch_atomic_cmpxchg | Mark Rutland | 1 | -42/+4 |
2023-05-05 | Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -5/+5 |
2023-04-29 | locking/arch: Rename all internal __xchg() names to __arch_xchg() | Andrzej Hajda | 1 | -5/+5 |
2023-03-24 | treewide: Trace IPIs sent via smp_send_reschedule() | Valentin Schneider | 1 | -1/+1 |
2023-03-05 | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -1/+4 |
2023-03-02 | hexagon: fix livelock in uaccess | Al Viro | 1 | -1/+4 |
2023-02-24 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -7/+30 |
2023-02-10 | mm, arch: add generic implementation of pfn_valid() for FLATMEM | Mike Rapoport (IBM) | 1 | -1/+0 |
2023-02-03 | mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE | David Hildenbrand | 1 | -1/+0 |
2023-02-03 | hexagon/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE | David Hildenbrand | 1 | -6/+31 |
2023-01-13 | arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabled | Peter Zijlstra | 1 | -1/+0 |
2023-01-13 | objtool/idle: Validate __cpuidle code as noinstr | Peter Zijlstra | 1 | -1/+0 |
2022-12-14 | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -7/+0 |
2022-11-16 | hexagon: ptrace: user_regset_copyin_ignore() always returns 0 | Sergey Shtylyov | 1 | -4/+3 |
2022-11-09 | mm: remove kern_addr_valid() completely | Kefeng Wang | 1 | -7/+0 |
2022-10-12 | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -11/+0 |
2022-10-10 | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2 | -3/+2 |
2022-10-05 | Merge tag 'regmap-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Linus Torvalds | 1 | -0/+25 |
2022-10-02 | kbuild: remove head-y syntax | Masahiro Yamada | 1 | -2/+0 |
2022-10-02 | kbuild: use obj-y instead extra-y for objects placed at the head | Masahiro Yamada | 1 | -1/+2 |
2022-09-12 | kernel: exit: cleanup release_thread() | Kefeng Wang | 2 | -11/+0 |
2022-08-27 | provide arch_test_bit_acquire for architectures that define test_bit | Mikulas Patocka | 1 | -0/+15 |
2022-08-22 | regmap/hexagon: Properly fix the generic IO helpers | Linus Walleij | 1 | -0/+23 |
2022-08-17 | regmap: mmio: Support accelerared noinc operations | Linus Walleij | 1 | -0/+2 |
2022-08-08 | Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux | Linus Torvalds | 1 | -9/+15 |
2022-08-07 | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -5/+0 |
2022-07-30 | profile: setup_profiling_timer() is moslty not implemented | Ben Dooks | 1 | -5/+0 |
2022-07-18 | mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 1 | -1/+0 |
2022-07-18 | hexagon/mm: enable ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 3 | -27/+43 |
2022-07-01 | bitops: unify non-atomic bitops prototypes across architectures | Alexander Lobakin | 1 | -9/+15 |
2022-06-17 | mm: avoid unnecessary page fault retires on shared memory types | Peter Xu | 1 | -0/+4 |
2022-05-07 | fork: Generalize PF_IO_WORKER handling | Eric W. Biederman | 1 | -4/+3 |
2022-05-07 | fork: Pass struct kernel_clone_args into copy_thread | Eric W. Biederman | 1 | -2/+5 |
2022-03-29 | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -6/+5 |
2022-03-24 | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -33/+0 |
2022-03-23 | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -0/+5 |
2022-03-23 | mm: remove mmu_gathers storage from remaining architectures | Stafford Horne | 1 | -2/+0 |
2022-03-21 | arch: Add pmd_pfn() where it is missing | Mike Rapoport | 1 | -0/+5 |
2022-03-11 | resume_user_mode: Move to resume_user_mode.h | Eric W. Biederman | 2 | -3/+2 |
2022-03-10 | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h | Eric W. Biederman | 1 | -3/+3 |