| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-01-05 | riscv: bpf: move rv_bpf_fixup_exception signature to extable.h |  Jisheng Zhang | 3 | -8/+12 |
| 2022-01-05 | riscv: switch to relative exception tables |  Jisheng Zhang | 5 | -6/+30 |
| 2022-01-05 | riscv: consolidate __ex_table construction |  Jisheng Zhang | 2 | -27/+15 |
| 2022-01-05 | riscv: remove unused __cmpxchg_user() macro |  Jisheng Zhang | 1 | -75/+0 |
| 2022-01-05 | MIPS: lantiq: dma: increase descritor count |  Aleksander Jan Bajkowski | 1 | -1/+1 |
| 2022-01-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 1 | -1/+1 |
| 2022-01-05 | bpf, arm64: Use emit_addr_mov_i64() for BPF_PSEUDO_FUNC |  Hou Tao | 1 | -1/+4 |
| 2022-01-05 | Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrace', 'for-next/xor-neon', 'for-next/kasan', 'for-next/armv8_7-fp', 'for-next/atomics', 'for-next/bti', 'for-next/sve', 'for-next/kselftest' and 'for-next/kcsan', remote-tracking branch 'arm64/for-next/perf' into for-next/... |  Catalin Marinas | 47 | -510/+573 |
| 2022-01-05 | sh: sq: use default_groups in kobj_type |  Greg Kroah-Hartman | 1 | -1/+2 |
| 2022-01-05 | ARM: 9177/1: disable vmap'ed stacks on suspend-capable SMP configs |  Ard Biesheuvel | 1 | -1/+1 |
| 2022-01-05 | arm64: Use correct method to calculate nomap region boundaries |  Huacai Chen | 1 | -2/+4 |
| 2022-01-05 | arm64: Drop outdated links in comments |  Kees Cook | 1 | -4/+0 |
| 2022-01-05 | MIPS: retire "asm/llsc.h" |  Huang Pei | 6 | -69/+31 |
| 2022-01-05 | MIPS: rework local_t operation on MIPS64 |  Huang Pei | 2 | -45/+32 |
| 2022-01-05 | MIPS: fix local_{add,sub}_return on MIPS64 |  Huang Pei | 1 | -4/+5 |
| 2022-01-05 | mips/pci: remove redundant ret variable |  Minghao Chi | 1 | -3/+1 |
| 2022-01-05 | parisc: decompressor: do not copy source files while building |  Masahiro Yamada | 4 | -10/+4 |
| 2022-01-05 | powerpc/opal: use default_groups in kobj_type |  Greg Kroah-Hartman | 2 | -2/+4 |
| 2022-01-05 | powerpc/cacheinfo: use default_groups in kobj_type |  Greg Kroah-Hartman | 1 | -2/+3 |
| 2022-01-04 | Merge branch kvm-arm64/misc-5.17 into kvmarm-master/next |  Marc Zyngier | 9 | -23/+17 |
| 2022-01-04 | x86: intel_epb: Allow model specific normal EPB value |  Srinivas Pandruvada | 1 | -13/+32 |
| 2022-01-04 | arm64: perf: Don't register user access sysctl handler multiple times |  Will Deacon | 1 | -2/+9 |
| 2022-01-04 | KVM: arm64: Fix comment typo in kvm_vcpu_finalize_sve() |  Zenghui Yu | 1 | -1/+1 |
| 2022-01-04 | powerpc/sched: Remove unused TASK_SIZE_OF |  Guo Ren | 1 | -5/+1 |
| 2022-01-04 | powerpc/xive: Add missing null check after calling kmalloc |  Ammar Faizi | 1 | -0/+3 |
| 2022-01-04 | powerpc/floppy: Remove usage of the deprecated "pci-dma-compat.h" API |  Christophe JAILLET | 1 | -3/+5 |
| 2022-01-02 | Merge tag 'x86_urgent_for_v5.16_rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+1 |
| 2022-01-02 | MIPS: new Kconfig option ZBOOT_LOAD_ADDRESS |  YunQiang Su | 4 | -2/+14 |
| 2022-01-02 | MIPS: enable both vmlinux.gz.itb and vmlinuz for generic |  YunQiang Su | 1 | -1/+1 |
| 2022-01-02 | MIPS: signal: Return immediately if call fails |  Tiezhu Yang | 1 | -9/+11 |
| 2022-01-02 | MIPS: signal: Protect against sigaltstack wraparound |  Tiezhu Yang | 1 | -0/+7 |
| 2022-01-02 | mips: bcm63xx: add support for clk_set_parent() |  Randy Dunlap | 1 | -0/+6 |
| 2022-01-02 | mips: lantiq: add support for clk_set_parent() |  Randy Dunlap | 1 | -0/+6 |
| 2022-01-02 | MIPS: Loongson64: DTS: Add pm block node for Loongson-2K1000 |  Qing Zhang | 1 | -0/+5 |
| 2022-01-02 | MIPS: TXX9: Remove TX4939 SoC support |  Thomas Bogendoerfer | 7 | -1424/+0 |
| 2022-01-02 | MIPS: TXX9: Remove rbtx4939 board support |  Thomas Bogendoerfer | 13 | -992/+0 |
| 2022-01-01 | arm64: tegra: Remove non existent Tegra194 reset |  Sameer Pujar | 1 | -3/+2 |
| 2021-12-31 | x86/mce: Reduce number of machine checks taken during recovery |  Youquan Song | 1 | -0/+9 |
| 2021-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 2 | -14/+42 |
| 2021-12-31 | crypto: x86/aesni - don't require alignment of data |  Jakub Kicinski | 1 | -2/+2 |
| 2021-12-31 | crypto: s390/sha512 - Use macros instead of direct IV numbers |  Tianjia Zhang | 1 | -16/+16 |
| 2021-12-31 | crypto: sparc/sha - remove duplicate hash init function |  Tianjia Zhang | 3 | -80/+8 |
| 2021-12-31 | crypto: powerpc/sha - remove duplicate hash init function |  Tianjia Zhang | 3 | -63/+7 |
| 2021-12-31 | crypto: mips/sha - remove duplicate hash init function |  Tianjia Zhang | 3 | -87/+8 |
| 2021-12-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 32 | -186/+232 |
| 2021-12-30 | x86/msr: Add AMD CPPC MSR definitions |  Huang Rui | 1 | -0/+17 |
| 2021-12-30 | x86/cpufeatures: Add AMD Collaborative Processor Performance Control feature flag |  Huang Rui | 1 | -0/+1 |
| 2021-12-30 | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm |  Rafael J. Wysocki | 2 | -2/+2 |
| 2021-12-30 | x86/purgatory: Remove -nostdlib compiler flag |  Masahiro Yamada | 1 | -1/+1 |
| 2021-12-30 | x86/vdso: Remove -nostdlib compiler flag |  Masahiro Yamada | 1 | -1/+1 |