Age | Commit message (Expand) | Author | Files | Lines |
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-14 | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+0 |
2022-12-13 | Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
2022-11-25 | [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-09 | mm: remove kern_addr_valid() completely | Kefeng Wang | 1 | -3/+0 |
2022-10-22 | csky: Kconfig: Fix spelling mistake "Meory" -> "Memory" | Colin Ian King | 1 | -1/+1 |
2022-10-22 | 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-11 | 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-12 | kernel: exit: cleanup release_thread() | Kefeng Wang | 1 | -5/+0 |
2022-09-12 | 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-06 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -23/+27 |
2022-08-05 | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -21/+2 |
2022-08-05 | Merge tag 'csky-for-linus-6.0-rc1' of https://github.com/c-sky/csky-linux | Linus Torvalds | 14 | -20/+211 |
2022-08-03 | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -5/+5 |
2022-08-01 | csky: abiv1: Fixup compile error | Guo Ren | 1 | -0/+6 |
2022-08-01 | 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-30 | profile: setup_profiling_timer() is moslty not implemented | Ben Dooks | 1 | -5/+0 |
2022-07-23 | csky: Move HEAD_TEXT_SECTION out of __init_begin-end | Guo Ren | 1 | -6/+6 |
2022-07-23 | csky: Correct position of _stext | Guo Ren | 3 | -3/+14 |
2022-07-23 | csky: Use the bitmap API to allocate bitmaps | Christophe JAILLET | 1 | -3/+2 |
2022-07-23 | csky/kprobe: reclaim insn_slot on kprobe unregistration | Liao Chang | 1 | -0/+4 |
2022-07-23 | asm-generic: Add new pci.h and use it | Stafford Horne | 1 | -15/+2 |
2022-07-23 | csky: PCI: Define ARCH_GENERIC_PCI_MMAP_RESOURCE | Stafford Horne | 1 | -0/+2 |
2022-07-23 | PCI: Move isa_dma_bridge_buggy out of asm/dma.h | Stafford Horne | 1 | -2/+0 |
2022-07-23 | 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-18 | csky: drop definition of PGD_ORDER | Mike Rapoport | 2 | -3/+2 |
2022-07-18 | csky: drop definition of PTE_ORDER | Mike Rapoport | 1 | -2/+1 |
2022-07-18 | mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 1 | -1/+0 |
2022-07-18 | csky/mm: enable ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 3 | -18/+21 |
2022-06-30 | context_tracking: Split user tracking Kconfig | Frederic Weisbecker | 2 | -3/+3 |
2022-06-30 | context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exi... | Frederic Weisbecker | 1 | -2/+2 |
2022-06-17 | mm: avoid unnecessary page fault retires on shared memory types | Peter Xu | 1 | -0/+4 |
2022-06-04 | 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 |