Age | Commit message (Expand) | Author | Files | Lines |
2021-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -3/+3 |
2021-11-06 | memblock: allow to specify flags with memblock_add_node() | David Hildenbrand | 1 | -2/+2 |
2021-11-06 | memblock: rename memblock_free to memblock_phys_free | Mike Rapoport | 1 | -1/+1 |
2021-11-01 | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 3 | -7/+13 |
2021-11-01 | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -3/+3 |
2021-11-01 | Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -2/+9 |
2021-11-01 | Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -0/+1 |
2021-10-25 | irq: arc: avoid CONFIG_HANDLE_DOMAIN_IRQ | Mark Rutland | 2 | -2/+9 |
2021-10-18 | mm: Add flush_dcache_folio() | Matthew Wilcox (Oracle) | 1 | -0/+1 |
2021-10-15 | ARC: fix potential build snafu | Vineet Gupta | 1 | -5/+0 |
2021-10-15 | sched: Add wrapper for get_wchan() to keep task blocked | Kees Cook | 2 | -3/+3 |
2021-09-30 | ARC: Add instruction_pointer_set() API | Masami Hiramatsu | 1 | -0/+5 |
2021-09-30 | kprobes: treewide: Make it harder to refer kretprobe_trampoline directly | Masami Hiramatsu | 2 | -6/+7 |
2021-09-30 | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler() | Masami Hiramatsu | 1 | -1/+1 |
2021-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -5/+0 |
2021-09-08 | trap: cleanup trap_init() | Kefeng Wang | 1 | -5/+0 |
2021-09-05 | Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 1 | -3/+1 |
2021-09-05 | Merge tag 'arc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu... | Linus Torvalds | 33 | -1836/+1226 |
2021-09-03 | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -2/+1 |
2021-09-03 | arc: replace cc-option-yn uses with cc-option | Nick Desaulniers | 1 | -2/+1 |
2021-09-01 | Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -84/+0 |
2021-08-30 | Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2021-08-26 | ARC: mm: vmalloc sync from kernel to user table to update PMD ... | Vineet Gupta | 1 | -12/+12 |
2021-08-26 | ARC: mm: support 4 levels of page tables | Vineet Gupta | 6 | -5/+74 |
2021-08-26 | ARC: mm: support 3 levels of page tables | Vineet Gupta | 9 | -8/+101 |
2021-08-26 | ARC: mm: switch to asm-generic/pgalloc.h | Vineet Gupta | 1 | -41/+1 |
2021-08-26 | ARC: mm: switch pgtable_t back to struct page * | Vineet Gupta | 6 | -87/+28 |
2021-08-25 | ARC: mm: hack to allow 2 level build with 4 level code | Vineet Gupta | 1 | -0/+8 |
2021-08-25 | ARC: mm: disintegrate pgtable.h into levels and flags | Vineet Gupta | 3 | -273/+248 |
2021-08-25 | ARC: mm: disintegrate mmu.h (arcv2 bits out) | Vineet Gupta | 3 | -84/+105 |
2021-08-24 | ARC: mm: move MMU specific bits out of entry code ... | Vineet Gupta | 3 | -5/+11 |
2021-08-24 | ARC: mm: move MMU specific bits out of ASID allocator | Vineet Gupta | 3 | -22/+30 |
2021-08-24 | ARC: mm: non-functional code movement/cleanup | Vineet Gupta | 1 | -14/+16 |
2021-08-24 | ARC: mm: pmd_populate* to use the canonical set_pmd (and drop pmd_set) | Vineet Gupta | 2 | -10/+10 |
2021-08-24 | ARC: ioremap: use more commonly used PAGE_KERNEL based uncached flag | Vineet Gupta | 2 | -4/+2 |
2021-08-24 | ARC: mm: Enable STRICT_MM_TYPECHECKS | Vineet Gupta | 2 | -27/+1 |
2021-08-24 | ARC: mm: Fixes to allow STRICT_MM_TYPECHECKS | Vineet Gupta | 1 | -5/+8 |
2021-08-24 | ARC: mm: move mmu/cache externs out to setup.h | Vineet Gupta | 3 | -10/+10 |
2021-08-24 | ARC: mm: remove tlb paranoid code | Vineet Gupta | 4 | -99/+0 |
2021-08-24 | ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 only | Vineet Gupta | 7 | -40/+5 |
2021-08-24 | ARC: retire MMUv1 and MMUv2 support | Vineet Gupta | 7 | -412/+42 |
2021-08-24 | ARC: retire ARC750 support | Vineet Gupta | 1 | -11/+1 |
2021-08-24 | ARC: atomic_cmpxchg/atomic_xchg: implement relaxed variants | Vineet Gupta | 2 | -23/+27 |
2021-08-24 | ARC: cmpxchg/xchg: implement relaxed variants (LLSC config only) | Vineet Gupta | 1 | -9/+2 |
2021-08-24 | ARC: cmpxchg/xchg: rewrite as macros to make type safe | Vineet Gupta | 1 | -96/+117 |
2021-08-24 | ARC: xchg: !LLSC: remove UP micro-optimization/hack | Vineet Gupta | 1 | -7/+1 |
2021-08-24 | ARC: bitops: fls/ffs to take int (vs long) per asm-generic defines | Vineet Gupta | 1 | -2/+2 |
2021-08-24 | ARC: switch to generic bitops | Vineet Gupta | 3 | -198/+2 |
2021-08-24 | ARC: atomics: implement relaxed variants | Vineet Gupta | 2 | -30/+26 |
2021-08-24 | ARC: atomic64: LLSC: elide unused atomic_{and,or,xor,andnot}_return | Vineet Gupta | 1 | -0/+6 |