Age | Commit message (Expand) | Author | Files | Lines |
2023-04-28 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -7/+2 |
2023-04-20 | arch/arc: Implement <asm/fb.h> with generic helpers | Thomas Zimmermann | 1 | -14/+2 |
2023-04-19 | mm: make arch_has_descending_max_zone_pfns() static | Arnd Bergmann | 1 | -5/+0 |
2023-04-06 | mm, treewide: redefine MAX_ORDER sanely | Kirill A. Shutemov | 1 | -2/+2 |
2023-03-24 | treewide: Trace IPIs sent via smp_send_reschedule() | Valentin Schneider | 1 | -1/+1 |
2023-03-09 | module: replace module_layout with module_memory | Song Liu | 1 | -5/+7 |
2023-02-24 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -4/+23 |
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 | arc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE | David Hildenbrand | 1 | -3/+24 |
2023-01-13 | arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabled | Peter Zijlstra | 1 | -0/+3 |
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 | -2/+0 |
2022-11-16 | arc: ptrace: user_regset_copyin_ignore() always returns 0 | Sergey Shtylyov | 1 | -1/+1 |
2022-11-09 | mm: remove kern_addr_valid() completely | Kefeng Wang | 1 | -2/+0 |
2022-10-18 | ARC: mm: fix leakage of memory allocated for PTE | Pavel Kozlov | 1 | -1/+1 |
2022-10-18 | arc: update config files | Lukas Bulwahn | 13 | -33/+2 |
2022-10-18 | arc: iounmap() arg is volatile | Randy Dunlap | 2 | -2/+2 |
2022-10-18 | arc: dts: Harmonize EHCI/OHCI DT nodes name | Serge Semin | 5 | -9/+9 |
2022-10-18 | ARC: bitops: Change __fls to return unsigned long | Amadeusz Sławiński | 1 | -2/+2 |
2022-10-18 | ARC: Fix comment typo | Zhang Jiaming | 1 | -1/+1 |
2022-10-18 | ARC: Fix comment typo | Jilin Yuan | 2 | -3/+3 |
2022-10-12 | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -4/+1 |
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 | -3/+0 |
2022-09-12 | treewide: defconfig: address renamed CONFIG_DEBUG_INFO=y | Arnd Bergmann | 1 | -1/+1 |
2022-09-12 | arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER | Zi Yan | 1 | -1/+1 |
2022-08-10 | Merge tag 'kbuild-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 13 | -13/+0 |
2022-08-07 | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -8/+0 |
2022-08-06 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -18/+24 |
2022-08-05 | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -5/+0 |
2022-07-30 | profile: setup_profiling_timer() is moslty not implemented | Ben Dooks | 1 | -8/+0 |
2022-07-27 | kbuild: drop support for CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 | Nick Desaulniers | 13 | -13/+0 |
2022-07-23 | PCI: Move isa_dma_bridge_buggy out of asm/dma.h | Stafford Horne | 1 | -5/+0 |
2022-07-18 | mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 1 | -1/+0 |
2022-07-18 | arc/mm: enable ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 3 | -18/+21 |
2022-06-24 | jump_label: make initial NOP patching the special case | Ard Biesheuvel | 1 | -13/+0 |
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 | -6/+7 |
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 | -3/+5 |
2022-04-26 | ARC: bpf: define uapi for BPF_PROG_TYPE_PERF_EVENT program type | Sergey Matyukevich | 2 | -0/+13 |
2022-04-26 | ARC: disasm: handle ARCv2 case in kprobe get/set functions | Sergey Matyukevich | 1 | -2/+62 |
2022-04-25 | ARC: implement syscall tracepoints | Sergey Matyukevich | 5 | -10/+31 |
2022-04-25 | ARC: enable HAVE_REGS_AND_STACK_ACCESS_API feature | Sergey Matyukevich | 3 | -0/+147 |
2022-04-19 | ARC: remove redundant READ_ONCE() in cmpxchg loop | Bang Li | 1 | -1/+1 |
2022-04-19 | ARC: atomic: cleanup atomic-llsc definitions | Sergey Matyukevich | 1 | -16/+16 |
2022-04-19 | arc: drop definitions of pgd_index() and pgd_offset{, _k}() entirely | Rolf Eike Beer | 1 | -3/+0 |