Age | Commit message (Expand) | Author |
2023-11-23 | csky: fix arch_jump_label_transform_static override | Arnd Bergmann |
2023-11-23 | arch: add do_page_fault prototypes | Arnd Bergmann |
2023-11-23 | arch: add missing prepare_ftrace_return() prototypes | Arnd Bergmann |
2023-11-23 | arch: vdso: consolidate gettime prototypes | Arnd Bergmann |
2023-11-23 | arch: include linux/cpu.h for trap_init() prototype | Arnd Bergmann |
2023-11-23 | arch: consolidate arch_irq_work_raise prototypes | Arnd Bergmann |
2023-11-04 | Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds |
2023-11-03 | Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2023-10-18 | csky: remove unused cmd_vdso_install | Masahiro Yamada |
2023-10-17 | vgacon, arch/*: remove unused screen_info definitions | Arnd Bergmann |
2023-10-10 | c-sky: Remove now superfluous sentinel element from ctl_talbe array | Joel Granados |
2023-09-01 | Merge tag 'csky-for-linus-6.6-2' of https://github.com/c-sky/csky-linux | Linus Torvalds |
2023-08-31 | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-08-30 | csky: Fixup compile error | Guo Ren |
2023-08-29 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-08-24 | mm: rationalise flush_icache_pages() and flush_icache_page() | Matthew Wilcox (Oracle) |
2023-08-24 | csky: implement the new page table range API | Matthew Wilcox (Oracle) |
2023-08-21 | csky: convert __pte_free_tlb() to use ptdescs | Vishal Moola (Oracle) |
2023-08-10 | csky: Fixup -Wmissing-prototypes warning | Guo Ren |
2023-08-10 | csky: Make pfn accessors static inlines | Linus Walleij |
2023-08-10 | csky: pgtable: Invalidate stale I-cache lines in update_mmu_cache | Guo Ren |
2023-07-29 | csky: fix old style declaration in module.c | Arnd Bergmann |
2023-07-11 | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma() | Rick Edgecombe |
2023-07-01 | Merge tag 'csky-for-linus-6.5' of https://github.com/c-sky/csky-linux | Linus Torvalds |
2023-06-29 | csky: fix up lock_mm_and_find_vma() conversion | Linus Torvalds |
2023-06-28 | Merge branch 'expand-stack' | Linus Torvalds |
2023-06-27 | Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-06-24 | mm/fault: convert remaining simple cases to lock_mm_and_find_vma() | Linus Torvalds |
2023-06-18 | csky: uprobes: Restore thread.trap_no | Tiezhu Yang |
2023-06-05 | locking/atomic: make atomic*_{cmp,}xchg optional | Mark Rutland |
2023-05-15 | csky/smp: Switch to hotplug core state synchronization | Thomas Gleixner |
2023-05-04 | Merge tag 'csky-for-linus-6.4' of https://github.com/c-sky/csky-linux | Linus Torvalds |
2023-04-28 | Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-04-28 | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-04-27 | Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds |
2023-04-25 | Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2023-04-18 | csky: drop ARCH_FORCE_MAX_ORDER | Mike Rapoport (IBM) |
2023-04-13 | csky: simplify alignment sysctl registration | Luis Chamberlain |
2023-04-13 | csky: mmu: Prevent spurious page faults | Guo Ren |
2023-04-05 | csky: remove obsolete config CPU_TLB_SIZE | Lukas Bulwahn |
2023-04-05 | mm, treewide: redefine MAX_ORDER sanely | Kirill A. Shutemov |
2023-03-24 | treewide: Trace IPIs sent via smp_send_reschedule() | Valentin Schneider |
2023-03-21 | vdso: Improve cmd_vdso_check to check all dynamic relocations | Fangrui Song |
2023-03-12 | csky: Remove kernel_thread declaration | Mike Christie |
2023-03-08 | sched/idle: Mark arch_cpu_idle_dead() __noreturn | Josh Poimboeuf |
2023-03-06 | csky/cpu: Make sure arch_cpu_idle_dead() doesn't return | Josh Poimboeuf |
2023-02-27 | Merge tag 'csky-for-linus-6.3' of https://github.com/c-sky/csky-linux | Linus Torvalds |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-02-09 | mm, arch: add generic implementation of pfn_valid() for FLATMEM | Mike Rapoport (IBM) |