Age | Commit message (Expand) | Author |
2022-03-10 | resume_user_mode: Move to resume_user_mode.h | Eric W. Biederman |
2022-03-10 | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h | Eric W. Biederman |
2022-01-23 | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux | Linus Torvalds |
2022-01-22 | proc: remove PDE_DATA() completely | Muchun Song |
2022-01-21 | Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds |
2022-01-20 | Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2022-01-20 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-01-20 | mm: percpu: add generic pcpu_populate_pte() function | Kefeng Wang |
2022-01-20 | mm: percpu: add generic pcpu_fc_alloc/free funciton | Kefeng Wang |
2022-01-20 | mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedef | Kefeng Wang |
2022-01-20 | mm: percpu: generalize percpu related config | Kefeng Wang |
2022-01-19 | powerpc/fsl/dts: Enable WA for erratum A-009885 on fman3l MDIO buses | Tobias Waldekranz |
2022-01-19 | Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2022-01-17 | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-01-16 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-01-15 | all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate | Yury Norov |
2022-01-15 | include: move find.h from asm_generic to linux | Yury Norov |
2022-01-15 | mm/mempolicy: wire up syscall set_mempolicy_home_node | Aneesh Kumar K.V |
2022-01-15 | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit | Qi Zheng |
2022-01-14 | Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2022-01-13 | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-01-12 | Merge tag 'devicetree-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-01-11 | Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2022-01-11 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2022-01-10 | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2022-01-10 | Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2022-01-10 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2022-01-10 | Merge tag 'asm-generic-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2022-01-08 | kbuild: do not quote string values in include/config/auto.conf | Masahiro Yamada |
2022-01-06 | powerpc/xmon: Dump XIVE information for online-only processors. | Sachin Sant |
2022-01-05 | powerpc/opal: use default_groups in kobj_type | Greg Kroah-Hartman |
2022-01-05 | powerpc/cacheinfo: use default_groups in kobj_type | Greg Kroah-Hartman |
2022-01-04 | powerpc/sched: Remove unused TASK_SIZE_OF | Guo Ren |
2022-01-04 | powerpc/xive: Add missing null check after calling kmalloc | Ammar Faizi |
2022-01-04 | powerpc/floppy: Remove usage of the deprecated "pci-dma-compat.h" API | Christophe JAILLET |
2021-12-31 | crypto: powerpc/sha - remove duplicate hash init function | Tianjia Zhang |
2021-12-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-12-28 | Merge tag 'powerpc-5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2021-12-25 | powerpc/64s: Use EMIT_WARN_ENTRY for SRR debug warnings | Michael Ellerman |
2021-12-25 | powerpc/64s: Mask NIP before checking against SRR0 | Michael Ellerman |
2021-12-23 | powerpc/perf: Fix spelling of "its" | Randy Dunlap |
2021-12-23 | powerpc/32: Fix boot failure with GCC latent entropy plugin | Christophe Leroy |
2021-12-23 | powerpc/code-patching: Replace patch_instruction() by ppc_inst_write() in sel... | Christophe Leroy |
2021-12-23 | powerpc/code-patching: Move code patching selftests in its own file | Christophe Leroy |
2021-12-23 | powerpc/code-patching: Move instr_is_branch_{i/b}form() in code-patching.h | Christophe Leroy |
2021-12-23 | powerpc/code-patching: Move patch_exception() outside code-patching.c | Christophe Leroy |
2021-12-23 | powerpc/code-patching: Use test_trampoline for prefixed patch test | Christophe Leroy |
2021-12-23 | powerpc/code-patching: Fix patch_branch() return on out-of-range failure | Christophe Leroy |
2021-12-23 | powerpc/code-patching: Reorganise do_patch_instruction() to ease error handling | Christophe Leroy |