| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | mips: ptrace: user_regset_copyin_ignore() always returns 0 | Sergey Shtylyov | 2022-11-15 | 1 | -4/+5 |
* | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-12-12 | 2 | -2/+2 |
|\ \ |
|
| * | | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 2022-11-18 | 2 | -2/+2 |
* | | | MIPS: vpe-cmp: fix possible memory leak while module exiting | Yang Yingliang | 2022-11-22 | 1 | -2/+2 |
* | | | MIPS: vpe-mt: fix possible memory leak while module exiting | Yang Yingliang | 2022-11-22 | 1 | -2/+2 |
|/ / |
|
* | | MIPS: jump_label: Fix compat branch range check | Jiaxun Yang | 2022-11-11 | 1 | -1/+1 |
* | | MIPS: fix duplicate definitions for exported symbols | Rongwei Zhang | 2022-11-11 | 1 | -10/+5 |
|/ |
|
* | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 2022-10-11 | 2 | -2/+2 |
* | Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linux | Linus Torvalds | 2022-10-10 | 1 | -1/+1 |
|\ |
|
| * | smp: add set_nr_cpu_ids() | Yury Norov | 2022-09-19 | 1 | -1/+1 |
* | | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2022-10-10 | 1 | -2/+2 |
|\ \ |
|
| * | | kbuild: use obj-y instead extra-y for objects placed at the head | Masahiro Yamada | 2022-10-02 | 1 | -2/+2 |
| |/ |
|
* | | mips: allow firmware to pass RNG seed to kernel | Jason A. Donenfeld | 2022-10-01 | 1 | -0/+21 |
* | | mips: kernel: convert to DEFINE_SHOW_ATTRIBUTE | Liu Shixin | 2022-09-19 | 1 | -13/+2 |
* | | MIPS: move from strlcpy with unused retval to strscpy | Wolfram Sang | 2022-09-12 | 2 | -4/+4 |
|/ |
|
* | Merge tag 'mips_6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux | Linus Torvalds | 2022-08-06 | 3 | -42/+2 |
|\ |
|
| * | MIPS: Remove VR41xx support | Thomas Bogendoerfer | 2022-07-14 | 1 | -40/+0 |
| * | MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK | Huacai Chen | 2022-07-14 | 1 | -1/+1 |
| * | MIPS: vdso: Utilize __pa() for gic_pfn | Florian Fainelli | 2022-07-11 | 1 | -1/+1 |
* | | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-08-05 | 2 | -7/+2 |
|\ \ |
|
| * | | mips: rename mt_init to mips_mt_init | Liam R. Howlett | 2022-07-29 | 1 | -2/+2 |
| * | | mips: rename PGD_ORDER to PGD_TABLE_ORDER | Mike Rapoport | 2022-07-17 | 1 | -1/+0 |
| * | | mips: drop definitions of PTE_ORDER | Mike Rapoport | 2022-07-17 | 1 | -1/+0 |
| * | | mips: rename PMD_ORDER to PMD_TABLE_ORDER | Matthew Wilcox (Oracle) | 2022-07-17 | 1 | -3/+0 |
| |/ |
|
* / | jump_label: mips: move module NOP patching into arch code | Ard Biesheuvel | 2022-06-24 | 2 | -2/+22 |
|/ |
|
* | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2022-06-03 | 1 | -6/+7 |
|\ |
|
| * | fork: Generalize PF_IO_WORKER handling | Eric W. Biederman | 2022-05-07 | 1 | -4/+3 |
| * | fork: Pass struct kernel_clone_args into copy_thread | Eric W. Biederman | 2022-05-07 | 1 | -3/+5 |
* | | Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2022-05-30 | 1 | -2/+1 |
|\ \ |
|
| * | | mips: Use do_kernel_power_off() | Dmitry Osipenko | 2022-05-19 | 1 | -2/+1 |
* | | | Merge tag 'mips_5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds | 2022-05-30 | 8 | -20/+48 |
|\ \ \ |
|
| * | | | MIPS: Use memblock_add_node() in early_parse_mem() under CONFIG_NUMA | Tiezhu Yang | 2022-05-24 | 1 | -1/+5 |
| * | | | MIPS: Return -EINVAL if mem parameter is empty in early_parse_mem() | Tiezhu Yang | 2022-05-24 | 1 | -0/+5 |
| * | | | mips: setup: use strscpy to replace strlcpy | 陈学兵 | 2022-05-23 | 1 | -3/+3 |
| * | | | MIPS: Use NOKPROBE_SYMBOL() instead of __kprobes annotation | Tiezhu Yang | 2022-05-12 | 1 | -12/+24 |
| * | | | MIPS: smp: optimization for flush_tlb_mm when exiting | Mao Bibo | 2022-05-12 | 1 | -0/+6 |
| * | | | MIPS: fix typos in comments | Julia Lawall | 2022-05-04 | 4 | -4/+4 |
| * | | | mips: cpc: Fix refcount leak in mips_cpc_default_phys_base | Gong Yuanjun | 2022-04-26 | 1 | -0/+1 |
| | |/
| |/| |
|
* | | | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2022-05-27 | 1 | -23/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | vmcore: convert copy_oldmem_page() to take an iov_iter | Matthew Wilcox (Oracle) | 2022-04-29 | 1 | -23/+4 |
| |/ |
|
* / | MIPS: Fix CP0 counter erratum detection for R4k CPUs | Maciej W. Rozycki | 2022-04-29 | 1 | -8/+3 |
|/ |
|
* | Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-03-31 | 1 | -2/+1 |
|\ |
|
| * | arch: syscalls: simplify uapi/kapi directory creation | Masahiro Yamada | 2022-03-31 | 1 | -2/+1 |
* | | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2022-03-28 | 2 | -5/+4 |
|\ \ |
|
| * | | resume_user_mode: Move to resume_user_mode.h | Eric W. Biederman | 2022-03-10 | 1 | -2/+2 |
| * | | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h | Eric W. Biederman | 2022-03-10 | 1 | -3/+2 |
* | | | Merge tag 'mips_5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds | 2022-03-25 | 17 | -106/+31 |
|\ \ \ |
|
| * | | | MIPS: Remove redundant definitions of device_tree_init() | Tiezhu Yang | 2022-03-14 | 1 | -0/+5 |
| * | | | MIPS: Only use current_stack_pointer on GCC | Kees Cook | 2022-03-14 | 1 | -1/+2 |
| * | | | MIPS: fix fortify panic when copying asm exception handlers | Alexander Lobakin | 2022-03-07 | 1 | -11/+11 |