| Age | Commit message (Expand) | Author | Files | Lines |
| 11 days | ring-buffer: Flush and stop persistent ring buffer on panic | Masami Hiramatsu (Google) | 1 | -0/+1 |
| 2026-04-05 | arch, mm: consolidate empty_zero_page | Mike Rapoport (Microsoft) | 2 | -6/+0 |
| 2026-02-26 | kbuild: Split .modinfo out from ELF_DETAILS | Nathan Chancellor | 1 | -0/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -1/+1 |
| 2026-01-26 | arch, mm: consolidate initialization of SPARSE memory model | Mike Rapoport (Microsoft) | 1 | -2/+0 |
| 2026-01-26 | arch, mm: consolidate initialization of nodes, zones and memory map | Mike Rapoport (Microsoft) | 1 | -4/+0 |
| 2026-01-26 | csky: introduce arch_zone_limits_init() | Mike Rapoport (Microsoft) | 1 | -3/+9 |
| 2026-01-20 | treewide: provide a generic clear_user_page() variant | David Hildenbrand | 2 | -7/+1 |
| 2025-12-10 | Merge tag 'csky-for-linus-6.19' of https://github.com/c-sky/csky-linux | Linus Torvalds | 13 | -20/+21 |
| 2025-11-16 | mm: abstract io_remap_pfn_range() based on PFN | Lorenzo Stoakes | 1 | -3/+0 |
| 2025-10-21 | csky: abiv2: adapt to new folio flags field | Thomas Weißschuh | 2 | -3/+3 |
| 2025-10-19 | csky: Remove compile warning for CONFIG_SMP | Guo Ren (Alibaba DAMO Academy) | 1 | -0/+1 |
| 2025-10-19 | csky: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi header | Thomas Huth | 1 | -2/+2 |
| 2025-10-19 | csky: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers | Thomas Huth | 10 | -16/+16 |
| 2025-10-19 | csky: fix csky_cmpxchg_fixup not working | Yang Li | 1 | -2/+2 |
| 2025-10-03 | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -1/+1 |
| 2025-10-02 | Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+3 |
| 2025-09-30 | Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+1 |
| 2025-09-29 | Merge tag 'ffs-const-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+4 |
| 2025-09-25 | arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.c | Menglong Dong | 1 | -0/+1 |
| 2025-09-13 | mm: introduce memdesc_flags_t | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2025-09-13 | csky: remove BS check for FAULT_FLAG_ALLOW_RETRY | Al Viro | 1 | -1/+1 |
| 2025-09-08 | csky: Add __attribute_const__ to ffs()-family implementations | Kees Cook | 1 | -4/+4 |
| 2025-09-01 | arch: copy_thread: pass clone_flags as u64 | Simon Schuster | 1 | -1/+1 |
| 2025-07-30 | Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra... | Linus Torvalds | 1 | -1/+0 |
| 2025-07-22 | tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORD | Steven Rostedt | 1 | -1/+0 |
| 2025-07-14 | csky: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note names | Dave Martin | 1 | -2/+2 |
| 2025-06-11 | mm: pgtable: fix pte_swp_exclusive | Magnus Lindholm | 1 | -1/+1 |
| 2025-06-07 | Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+1 |
| 2025-06-07 | arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds | Masahiro Yamada | 1 | -1/+1 |
| 2025-05-31 | Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -6/+14 |
| 2025-05-21 | csky/perf: Remove driver-specific throttle support | Kan Liang | 1 | -2/+1 |
| 2025-05-11 | mm: call ctor/dtor for kernel PTEs | Kevin Brodsky | 1 | -1/+1 |
| 2025-05-11 | syscall.h: add syscall_set_arguments() | Dmitry V. Levin | 1 | -0/+13 |
| 2025-05-11 | mm: introduce a common definition of mk_pte() | Matthew Wilcox (Oracle) | 1 | -5/+0 |
| 2025-04-01 | mm: pgtable: convert some architectures to use tlb_remove_ptdesc() | Qi Zheng | 1 | -5/+2 |
| 2025-04-01 | Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -68/+44 |
| 2025-03-26 | Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2025-03-17 | arch, mm: make releasing of memory to page allocator more explicit | Mike Rapoport (Microsoft) | 1 | -5/+0 |
| 2025-03-17 | arch, mm: streamline HIGHMEM freeing | Mike Rapoport (Microsoft) | 1 | -14/+0 |
| 2025-03-17 | arch, mm: set high_memory in free_area_init() | Mike Rapoport (Microsoft) | 1 | -1/+0 |
| 2025-03-17 | arch, mm: set max_mapnr when allocating memory map for FLATMEM | Mike Rapoport (Microsoft) | 1 | -4/+0 |
| 2025-03-17 | csky: move setup_initrd() to setup.c | Mike Rapoport (Microsoft) | 2 | -43/+43 |
| 2025-03-16 | mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned long | Ryan Roberts | 1 | -1/+1 |
| 2025-02-21 | vdso: Rename included Makefile | Thomas Weißschuh | 1 | -1/+1 |
| 2025-02-05 | csky: Remove the size from alignment_tbl declaration | Joel Granados | 1 | -1/+1 |
| 2025-01-25 | asm-generic: pgalloc: provide generic __pgd_{alloc,free} | Kevin Brodsky | 1 | -1/+1 |
| 2025-01-25 | mm: pgtable: introduce pagetable_dtor() | Qi Zheng | 1 | -1/+1 |
| 2024-11-23 | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+1 |
| 2024-11-20 | Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -106/+1 |
| 2024-11-20 | Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
| 2024-11-07 | asm-generic: introduce text-patching.h | Mike Rapoport (Microsoft) | 1 | -0/+1 |
| 2024-11-02 | csky/vdso: Remove arch_vma_name() | Thomas Weißschuh | 1 | -7/+0 |
| 2024-11-02 | csky/vdso: Remove gettimeofday() and friends from VDSO | Thomas Weißschuh | 9 | -218/+2 |
| 2024-10-29 | of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verify | Usama Arif | 1 | -2/+2 |
| 2024-10-28 | csky: Use new fallback IO memcpy/memset | Julian Vetter | 3 | -103/+1 |
| 2024-10-28 | asm-generic: provide generic page_to_phys and phys_to_page implementations | Christoph Hellwig | 1 | -3/+0 |
| 2024-10-16 | vdso: Introduce vdso/page.h | Vincenzo Frascino | 1 | -6/+2 |
| 2024-09-09 | mm: make arch_get_unmapped_area() take vm_flags by default | Mark Brown | 1 | -1/+2 |
| 2024-09-01 | mm: remove legacy install_special_mapping() code | Linus Torvalds | 1 | -7/+21 |
| 2024-07-18 | Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra... | Linus Torvalds | 1 | -2/+0 |
| 2024-07-10 | csky: convert to generic syscall table | Arnd Bergmann | 6 | -12/+17 |
| 2024-07-10 | clone3: drop __ARCH_WANT_SYS_CLONE3 macro | Arnd Bergmann | 1 | -1/+0 |
| 2024-07-10 | csky: drop asm/gpio.h wrapper | Arnd Bergmann | 1 | -1/+0 |
| 2024-06-25 | syscalls: mmap(): use unsigned offset type consistently | Arnd Bergmann | 1 | -1/+1 |
| 2024-06-25 | csky, hexagon: fix broken sys_sync_file_range | Arnd Bergmann | 1 | -0/+1 |
| 2024-06-11 | function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove it | Steven Rostedt (Google) | 1 | -2/+0 |
| 2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -6/+6 |
| 2024-05-18 | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2 | -9/+3 |
| 2024-05-17 | Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra... | Linus Torvalds | 1 | -0/+3 |
| 2024-05-16 | kprobe/ftrace: bail out if ftrace was killed | Stephen Brennan | 1 | -0/+3 |
| 2024-05-14 | Makefile: remove redundant tool coverage variables | Masahiro Yamada | 1 | -4/+0 |
| 2024-05-11 | csky: Emulate one-byte cmpxchg | Paul E. McKenney | 2 | -0/+11 |
| 2024-05-10 | kbuild: use $(src) instead of $(srctree)/$(src) for source directory | Masahiro Yamada | 2 | -4/+2 |
| 2024-05-02 | arch: use $(obj)/ instead of $(src)/ for preprocessed linker scripts | Masahiro Yamada | 1 | -1/+1 |
| 2024-04-25 | csky: use initializer for struct vm_unmapped_area_info | Rick Edgecombe | 1 | -6/+6 |
| 2024-03-14 | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -0/+10 |
| 2024-03-12 | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -6/+2 |
| 2024-03-11 | Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -4/+0 |
| 2024-03-06 | arch: define CONFIG_PAGE_SIZE_*KB on all architectures | Arnd Bergmann | 2 | -1/+2 |
| 2024-03-05 | mm: Remove broken pfn_to_virt() on arch csky/hexagon/openrisc | Yan Zhao | 1 | -5/+0 |
| 2024-03-04 | smp: Consolidate smp_prepare_boot_cpu() | Thomas Gleixner | 1 | -4/+0 |
| 2024-02-22 | Introduce cpu_dcache_is_aliasing() across all architectures | Mathieu Desnoyers | 2 | -0/+10 |
| 2024-02-20 | csky/vdso: Use generic union vdso_data_store | Anna-Maria Behnsen | 1 | -8/+2 |
| 2024-02-20 | csky/vdso: Remove superfluous ifdeffery | Anna-Maria Behnsen | 2 | -9/+0 |
| 2024-02-09 | work around gcc bugs with 'asm goto' with outputs | Linus Torvalds | 1 | -2/+2 |
| 2024-01-19 | Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -1/+2 |
| 2024-01-18 | Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 2 | -0/+2 |
| 2023-12-24 | netfs, fscache: Combine fscache with netfs | David Howells | 1 | -1/+2 |
| 2023-12-14 | mm: Introduce flush_cache_vmap_early() | Alexandre Ghiti | 2 | -0/+2 |
| 2023-11-23 | csky: fix arch_jump_label_transform_static override | Arnd Bergmann | 1 | -0/+5 |
| 2023-11-23 | arch: add do_page_fault prototypes | Arnd Bergmann | 1 | -0/+2 |
| 2023-11-23 | arch: add missing prepare_ftrace_return() prototypes | Arnd Bergmann | 1 | -0/+4 |
| 2023-11-23 | arch: vdso: consolidate gettime prototypes | Arnd Bergmann | 1 | -10/+1 |
| 2023-11-23 | arch: include linux/cpu.h for trap_init() prototype | Arnd Bergmann | 2 | -2/+1 |
| 2023-11-23 | arch: consolidate arch_irq_work_raise prototypes | Arnd Bergmann | 1 | -1/+1 |
| 2023-11-04 | Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -10/+0 |
| 2023-11-03 | Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -12/+0 |
| 2023-10-18 | csky: remove unused cmd_vdso_install | Masahiro Yamada | 1 | -10/+0 |
| 2023-10-17 | vgacon, arch/*: remove unused screen_info definitions | Arnd Bergmann | 1 | -12/+0 |
| 2023-10-10 | c-sky: Remove now superfluous sentinel element from ctl_talbe array | Joel Granados | 1 | -1/+0 |
| 2023-09-01 | Merge tag 'csky-for-linus-6.6-2' of https://github.com/c-sky/csky-linux | Linus Torvalds | 1 | -0/+2 |
| 2023-08-31 | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2023-08-30 | csky: Fixup compile error | Guo Ren | 1 | -0/+2 |
| 2023-08-29 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 6 | -36/+53 |
| 2023-08-24 | mm: rationalise flush_icache_pages() and flush_icache_page() | Matthew Wilcox (Oracle) | 2 | -2/+0 |
| 2023-08-24 | csky: implement the new page table range API | Matthew Wilcox (Oracle) | 5 | -34/+50 |
| 2023-08-21 | csky: convert __pte_free_tlb() to use ptdescs | Vishal Moola (Oracle) | 1 | -2/+2 |
| 2023-08-10 | csky: Fixup -Wmissing-prototypes warning | Guo Ren | 4 | -0/+30 |
| 2023-08-10 | csky: Make pfn accessors static inlines | Linus Walleij | 1 | -3/+10 |
| 2023-08-10 | csky: pgtable: Invalidate stale I-cache lines in update_mmu_cache | Guo Ren | 1 | -3/+1 |
| 2023-07-29 | csky: fix old style declaration in module.c | Arnd Bergmann | 1 | -1/+1 |
| 2023-07-11 | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma() | Rick Edgecombe | 1 | -1/+1 |
| 2023-07-01 | Merge tag 'csky-for-linus-6.5' of https://github.com/c-sky/csky-linux | Linus Torvalds | 1 | -0/+3 |
| 2023-06-29 | csky: fix up lock_mm_and_find_vma() conversion | Linus Torvalds | 1 | -1/+1 |
| 2023-06-28 | Merge branch 'expand-stack' | Linus Torvalds | 2 | -17/+6 |
| 2023-06-27 | Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -35/+0 |
| 2023-06-24 | mm/fault: convert remaining simple cases to lock_mm_and_find_vma() | Linus Torvalds | 2 | -17/+6 |
| 2023-06-18 | csky: uprobes: Restore thread.trap_no | Tiezhu Yang | 1 | -0/+3 |
| 2023-06-05 | locking/atomic: make atomic*_{cmp,}xchg optional | Mark Rutland | 1 | -35/+0 |
| 2023-05-15 | csky/smp: Switch to hotplug core state synchronization | Thomas Gleixner | 3 | -7/+4 |
| 2023-05-04 | Merge tag 'csky-for-linus-6.4' of https://github.com/c-sky/csky-linux | Linus Torvalds | 3 | -5/+6 |
| 2023-04-28 | Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2023-04-28 | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+3 |
| 2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -4/+0 |
| 2023-04-27 | Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -14/+1 |
| 2023-04-25 | Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -3/+1 |
| 2023-04-18 | csky: drop ARCH_FORCE_MAX_ORDER | Mike Rapoport (IBM) | 1 | -4/+0 |
| 2023-04-13 | csky: simplify alignment sysctl registration | Luis Chamberlain | 1 | -14/+1 |
| 2023-04-13 | csky: mmu: Prevent spurious page faults | Guo Ren | 2 | -0/+6 |
| 2023-04-05 | csky: remove obsolete config CPU_TLB_SIZE | Lukas Bulwahn | 1 | -5/+0 |
| 2023-04-05 | mm, treewide: redefine MAX_ORDER sanely | Kirill A. Shutemov | 1 | -1/+1 |
| 2023-03-24 | treewide: Trace IPIs sent via smp_send_reschedule() | Valentin Schneider | 1 | -1/+1 |
| 2023-03-21 | vdso: Improve cmd_vdso_check to check all dynamic relocations | Fangrui Song | 1 | -3/+1 |
| 2023-03-12 | csky: Remove kernel_thread declaration | Mike Christie | 1 | -2/+0 |
| 2023-03-08 | sched/idle: Mark arch_cpu_idle_dead() __noreturn | Josh Poimboeuf | 1 | -1/+1 |
| 2023-03-06 | csky/cpu: Make sure arch_cpu_idle_dead() doesn't return | Josh Poimboeuf | 1 | -0/+2 |
| 2023-02-27 | Merge tag 'csky-for-linus-6.3' of https://github.com/c-sky/csky-linux | Linus Torvalds | 1 | -1/+1 |
| 2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 4 | -12/+38 |
| 2023-02-09 | mm, arch: add generic implementation of pfn_valid() for FLATMEM | Mike Rapoport (IBM) | 1 | -1/+0 |
| 2023-02-02 | mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE | David Hildenbrand | 1 | -1/+0 |
| 2023-02-02 | csky/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE | David Hildenbrand | 3 | -11/+39 |
| 2023-01-13 | arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabled | Peter Zijlstra | 2 | -2/+1 |
| 2023-01-13 | objtool/idle: Validate __cpuidle code as noinstr | Peter Zijlstra | 1 | -1/+0 |
| 2022-12-29 | csky: delay: Add function alignment | Jialu Xu | 1 | -1/+1 |
| 2022-12-19 | Merge tag 'csky-for-linus-6.2-rc1' of https://github.com/c-sky/csky-linux | Linus Torvalds | 5 | -18/+7 |
| 2022-12-13 | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+0 |
| 2022-12-12 | Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
| 2022-11-24 | [elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu... | Al Viro | 1 | -2/+2 |
| 2022-11-18 | stackprotector: actually use get_random_canary() | Jason A. Donenfeld | 1 | -9/+1 |
| 2022-11-11 | Revert "csky: Add support for restartable sequence" | Mathieu Desnoyers | 3 | -7/+0 |
| 2022-11-11 | Revert "csky: Fixup CONFIG_DEBUG_RSEQ" | Mathieu Desnoyers | 1 | -10/+5 |
| 2022-11-08 | mm: remove kern_addr_valid() completely | Kefeng Wang | 1 | -3/+0 |
| 2022-10-21 | csky: Kconfig: Fix spelling mistake "Meory" -> "Memory" | Colin Ian King | 1 | -1/+1 |
| 2022-10-21 | csky: add arch support current_stack_pointer | Tong Tiangen | 3 | -4/+5 |
| 2022-10-12 | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -5/+0 |
| 2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 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 | -2/+2 |
| 2022-09-11 | kernel: exit: cleanup release_thread() | Kefeng Wang | 1 | -5/+0 |
| 2022-09-11 | arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER | Zi Yan | 1 | -1/+1 |
| 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-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -23/+27 |
| 2022-08-04 | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -21/+2 |
| 2022-08-04 | Merge tag 'csky-for-linus-6.0-rc1' of https://github.com/c-sky/csky-linux | Linus Torvalds | 14 | -20/+211 |
| 2022-08-02 | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -5/+5 |
| 2022-07-31 | csky: abiv1: Fixup compile error | Guo Ren | 1 | -0/+6 |
| 2022-07-31 | csky: cmpxchg: Coding convention for BUILD_BUG() | Guo Ren | 1 | -6/+5 |
| 2022-07-31 | csky: Enable ARCH_INLINE_READ*/WRITE*/SPIN* | Guo Ren | 1 | -0/+26 |
| 2022-07-31 | csky: Add qspinlock support | Guo Ren | 5 | -2/+44 |
| 2022-07-30 | csky: Add jump-label implementation | Guo Ren | 4 | -0/+104 |
| 2022-07-29 | profile: setup_profiling_timer() is moslty not implemented | Ben Dooks | 1 | -5/+0 |
| 2022-07-22 | csky: Move HEAD_TEXT_SECTION out of __init_begin-end | Guo Ren | 1 | -6/+6 |
| 2022-07-22 | csky: Correct position of _stext | Guo Ren | 3 | -3/+14 |
| 2022-07-22 | csky: Use the bitmap API to allocate bitmaps | Christophe JAILLET | 1 | -3/+2 |
| 2022-07-22 | csky/kprobe: reclaim insn_slot on kprobe unregistration | Liao Chang | 1 | -0/+4 |
| 2022-07-22 | asm-generic: Add new pci.h and use it | Stafford Horne | 1 | -15/+2 |
| 2022-07-22 | csky: PCI: Define ARCH_GENERIC_PCI_MMAP_RESOURCE | Stafford Horne | 1 | -0/+2 |
| 2022-07-22 | PCI: Move isa_dma_bridge_buggy out of asm/dma.h | Stafford Horne | 1 | -2/+0 |
| 2022-07-22 | PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.h | Stafford Horne | 1 | -6/+0 |
| 2022-07-21 | csky/tlb: Remove tlb_flush() define | Peter Zijlstra | 1 | -2/+0 |
| 2022-07-21 | mmu_gather: Remove per arch tlb_{start,end}_vma() | Peter Zijlstra | 1 | -13/+0 |
| 2022-07-17 | csky: drop definition of PGD_ORDER | Mike Rapoport | 2 | -3/+2 |
| 2022-07-17 | csky: drop definition of PTE_ORDER | Mike Rapoport | 1 | -2/+1 |
| 2022-07-17 | mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 1 | -1/+0 |
| 2022-07-17 | csky/mm: enable ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 3 | -18/+21 |
| 2022-06-29 | context_tracking: Split user tracking Kconfig | Frederic Weisbecker | 2 | -3/+3 |
| 2022-06-29 | context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exi... | Frederic Weisbecker | 1 | -2/+2 |
| 2022-06-16 | mm: avoid unnecessary page fault retires on shared memory types | Peter Xu | 1 | -0/+4 |
| 2022-06-03 | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -8/+7 |
| 2022-05-30 | Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -4/+2 |
| 2022-05-26 | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2022-05-26 | Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -116/+3 |
| 2022-05-25 | Merge back reboot/poweroff notifiers rework for 5.19-rc1. | Rafael J. Wysocki | 1 | -4/+2 |
| 2022-05-19 | csky: Use do_kernel_power_off() | Dmitry Osipenko | 1 | -4/+2 |
| 2022-05-13 | printk: stop including cache.h from printk.h | Peter Collingbourne | 1 | -1/+1 |
| 2022-05-13 | csky: Move $(core-y) into arch/csky/Kbuild | Masahiro Yamada | 2 | -2/+2 |
| 2022-05-13 | csky: Remove unused core-y for dts | Masahiro Yamada | 1 | -1/+0 |
| 2022-05-13 | csky: Remove unused $(dtb-y) from boot/Makefile | Masahiro Yamada | 1 | -1/+0 |