Age | Commit message (Expand) | Author | Files | Lines |
2022-10-12 | LoongArch: Add BPF JIT support | Tiezhu Yang | 7 | -0/+1700 |
2022-10-12 | LoongArch: Add some instruction opcodes and formats | Tiezhu Yang | 1 | -5/+174 |
2022-10-12 | LoongArch: Move {signed,unsigned}_imm_check() to inst.h | Tiezhu Yang | 2 | -10/+10 |
2022-10-12 | LoongArch: Add kdump support | Youling Tang | 9 | -8/+227 |
2022-10-12 | LoongArch: Add kexec support | Youling Tang | 6 | -1/+400 |
2022-10-12 | LoongArch: Use generic BUG() handler | Youling Tang | 4 | -12/+84 |
2022-10-12 | LoongArch: Add SysRq-x (TLB Dump) support | Huacai Chen | 2 | -0/+67 |
2022-10-12 | LoongArch: Add perf events support | Huacai Chen | 6 | -1/+987 |
2022-10-12 | LoongArch: Add qspinlock support | Huacai Chen | 4 | -3/+26 |
2022-10-12 | LoongArch: Use TLB for ioremap() | Huacai Chen | 7 | -56/+184 |
2022-10-12 | LoongArch: Support access filter to /dev/mem interface | Huacai Chen | 3 | -0/+34 |
2022-10-12 | LoongArch: Refactor cache probe and flush methods | Huacai Chen | 10 | -267/+236 |
2022-10-12 | LoongArch: mm: Refactor TLB exception handlers | Rui Wang | 1 | -290/+247 |
2022-10-12 | LoongArch: Support R_LARCH_GOT_PC_{LO12,HI20} in modules | Xi Ruoyao | 4 | -7/+99 |
2022-10-12 | LoongArch: Support PC-relative relocations in modules | Xi Ruoyao | 2 | -1/+75 |
2022-10-12 | LoongArch: Define ELF relocation types added in ABIv2.0 | Xi Ruoyao | 2 | -1/+38 |
2022-10-12 | LoongArch: Adjust symbol addressing for AS_HAS_EXPLICIT_RELOCS | Xi Ruoyao | 4 | -6/+37 |
2022-10-12 | LoongArch: Add Kconfig option AS_HAS_EXPLICIT_RELOCS | Xi Ruoyao | 1 | -0/+3 |
2022-10-12 | LoongArch: Kconfig: Fix spelling mistake "delibrately" -> "deliberately" | Colin Ian King | 1 | -1/+1 |
2022-10-12 | LoongArch: Mark __xchg() and __cmpxchg() as __always_inline | Huacai Chen | 1 | -4/+4 |
2022-10-12 | LoongArch: Flush TLB earlier at initialization | Huacai Chen | 1 | -2/+3 |
2022-10-12 | LoongArch: Do not create sysfs control file for io master CPUs | Tiezhu Yang | 3 | -6/+7 |
2022-10-12 | LoongArch: Fix cpu name after CPU-hotplug | Jianmin Lv | 1 | -1/+3 |
2022-10-12 | net/mlx5: Make ASO poll CQ usable in atomic context | Leon Romanovsky | 4 | -13/+11 |
2022-10-12 | Merge tag 'irqchip-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Thomas Gleixner | 3 | -28/+68 |
2022-10-12 | tcp: cdg: allow tcp_cdg_release() to be called multiple times | Eric Dumazet | 1 | -0/+2 |
2022-10-12 | Merge branch 'inet-ping-fixes' | David S. Miller | 2 | -18/+7 |
2022-10-12 | inet: ping: fix recent breakage | Eric Dumazet | 2 | -17/+6 |
2022-10-12 | ipv6: ping: fix wrong checksum for large frames | Eric Dumazet | 1 | -1/+1 |
2022-10-12 | net: ethernet: ti: am65-cpsw: set correct devlink flavour for unused ports | Matthias Schiffer | 1 | -1/+4 |
2022-10-12 | irqchip: IMX_MU_MSI should depend on ARCH_MXC | Geert Uytterhoeven | 1 | -3/+4 |
2022-10-12 | xen: Kconfig: Fix spelling mistake "Maxmium" -> "Maximum" | Colin Ian King | 1 | -1/+1 |
2022-10-11 | Merge tag 'memblock-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 8 | -336/+2662 |
2022-10-11 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 51 | -511/+991 |
2022-10-11 | nilfs2: fix leak of nilfs_root in case of writer thread creation failure | Ryusuke Konishi | 1 | -4/+3 |
2022-10-11 | nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level() | Ryusuke Konishi | 1 | -0/+2 |
2022-10-11 | nilfs2: fix use-after-free bug of struct nilfs_root | Ryusuke Konishi | 1 | -1/+16 |
2022-10-11 | mm/damon/core: initialize damon_target->list in damon_new_target() | SeongJae Park | 1 | -0/+1 |
2022-10-11 | mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb page | Baolin Wang | 3 | -19/+30 |
2022-10-11 | Merge tag 'wireless-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/... | Jakub Kicinski | 16 | -63/+94 |
2022-10-11 | include/linux/entry-common.h: remove has_signal comment of arch_do_signal_or_... | Tiezhu Yang | 1 | -1/+0 |
2022-10-11 | proc: test how it holds up with mapping'less process | Alexey Dobriyan | 3 | -0/+388 |
2022-10-11 | mailmap: update Frank Rowand email address | Frank Rowand | 1 | -0/+1 |
2022-10-11 | ia64: mca: use strscpy() is more robust and safer | xu xin | 1 | -1/+1 |
2022-10-11 | init/Kconfig: fix unmet direct dependencies | Ren Zhijie | 1 | -0/+1 |
2022-10-11 | ia64: update config files | Lukas Bulwahn | 5 | -10/+0 |
2022-10-11 | nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failure | Ryusuke Konishi | 1 | -4/+10 |
2022-10-11 | fork: remove duplicate included header files | Xu Panda | 1 | -1/+0 |
2022-10-11 | Merge tag 'perf-tools-for-v6.1-1-2022-10-07' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 236 | -5281/+15807 |
2022-10-11 | Merge tag 'pci-v6.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 37 | -642/+1274 |