Age | Commit message (Expand) | Author | Files | Lines |
2019-10-13 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -25/+60 |
2019-10-13 | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -3/+0 |
2019-10-13 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -4/+7 |
2019-10-13 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -3/+3 |
2019-10-13 | Merge tag 'riscv/for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -9/+8 |
2019-10-13 | Merge tag 'mips_fixes_5.4_2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 6 | -5/+55 |
2019-10-13 | Merge tag 'powerpc-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 4 | -0/+9 |
2019-10-13 | Merge tag 'for-linus-5.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+25 |
2019-10-13 | Merge tag 's390-5.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 1 | -2/+2 |
2019-10-12 | perf/x86/cstate: Add Tiger Lake CPU support | Kan Liang | 1 | -9/+11 |
2019-10-12 | perf/x86/msr: Add Tiger Lake CPU support | Kan Liang | 1 | -0/+2 |
2019-10-12 | perf/x86/intel: Add Tiger Lake CPU support | Kan Liang | 1 | -0/+2 |
2019-10-12 | perf/x86/cstate: Update C-state counters for Ice Lake | Kan Liang | 1 | -11/+25 |
2019-10-12 | perf/x86/msr: Add new CPU model numbers for Ice Lake | Kan Liang | 1 | -0/+3 |
2019-10-12 | perf/x86/cstate: Add Comet Lake CPU support | Kan Liang | 1 | -10/+14 |
2019-10-12 | perf/x86/msr: Add Comet Lake CPU support | Kan Liang | 1 | -0/+2 |
2019-10-12 | perf/x86/intel: Add Comet Lake CPU support | Kan Liang | 1 | -0/+2 |
2019-10-12 | Merge branch 'x86/urgent' into perf/urgent, to pick up new CPU model definitions | Ingo Molnar | 4 | -4/+7 |
2019-10-11 | s390/uaccess: avoid (false positive) compiler warnings | Christian Borntraeger | 1 | -2/+2 |
2019-10-11 | spufs: fix a crash in spufs_create_root() | Emmanuel Nicolet | 1 | -0/+1 |
2019-10-10 | MIPS: Disable Loongson MMI instructions for kernel build | Paul Burton | 2 | -0/+5 |
2019-10-10 | MIPS: elf_hwcap: Export userspace ASEs | Jiaxun Yang | 2 | -0/+44 |
2019-10-10 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -0/+2 |
2019-10-10 | RISC-V: entry: Remove unneeded need_resched() loop | Valentin Schneider | 1 | -2/+1 |
2019-10-09 | MIPS: fw: sni: Fix out of bounds init of o32 stack | Thomas Bogendoerfer | 1 | -1/+1 |
2019-10-09 | MIPS: include: Mark __xchg as __always_inline | Thomas Bogendoerfer | 1 | -2/+2 |
2019-10-09 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 14 | -94/+90 |
2019-10-09 | perf/x86/amd: Change/fix NMI latency mitigation to use a timestamp | Tom Lendacky | 1 | -13/+17 |
2019-10-09 | powerpc/kvm: Fix kvmppc_vcore->in_guest value in kvmhv_switch_to_host | Jordan Niethe | 1 | -0/+1 |
2019-10-09 | powerpc/pseries: Remove confusing warning message. | Laurent Dufour | 1 | -0/+3 |
2019-10-09 | powerpc/64s/radix: Fix build failure with RADIX_MMU=n | Stephen Rothwell | 1 | -0/+4 |
2019-10-08 | x86/cpu: Add Comet Lake to the Intel CPU models header | Kan Liang | 1 | -0/+3 |
2019-10-08 | arm64: armv8_deprecated: Checking return value for memory allocation | Yunfeng Ye | 1 | -0/+5 |
2019-10-08 | x86/cpu/vmware: Use the full form of INL in VMWARE_PORT | Sami Tolvanen | 1 | -1/+1 |
2019-10-08 | x86/asm: Fix MWAITX C-state hint value | Janakarajan Natarajan | 2 | -3/+3 |
2019-10-08 | x86/xen: Return from panic notifier | Boris Ostrovsky | 1 | -3/+25 |
2019-10-07 | riscv: Correct the handling of unexpected ebreak in do_trap_break() | Vincent Chen | 1 | -3/+3 |
2019-10-07 | riscv: avoid sending a SIGTRAP to a user thread trapped in WARN() | Vincent Chen | 1 | -1/+1 |
2019-10-07 | riscv: avoid kernel hangs when trapped in BUG() | Vincent Chen | 1 | -3/+3 |
2019-10-07 | uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to it | Linus Torvalds | 1 | -0/+23 |
2019-10-07 | MIPS: include: Mark __cmpxchg as __always_inline | Thomas Bogendoerfer | 1 | -2/+3 |
2019-10-07 | efi/x86: Do not clean dummy variable in kexec path | Dave Young | 1 | -3/+0 |
2019-10-07 | arm64: Kconfig: Make CONFIG_COMPAT_VDSO a proper Kconfig option | Will Deacon | 2 | -7/+13 |
2019-10-07 | arm64: vdso32: Rename COMPATCC to CC_COMPAT | Will Deacon | 1 | -13/+13 |
2019-10-07 | arm64: vdso32: Pass '--target' option to clang via VDSO_CAFLAGS | Will Deacon | 1 | -1/+5 |
2019-10-07 | arm64: vdso32: Don't use KBUILD_CPPFLAGS unconditionally | Will Deacon | 1 | -4/+2 |
2019-10-07 | arm64: vdso32: Move definition of COMPATCC into vdso32/Makefile | Will Deacon | 2 | -7/+6 |
2019-10-07 | arm64: Default to building compat vDSO with clang when CONFIG_CC_IS_CLANG | Will Deacon | 1 | -0/+4 |
2019-10-07 | arm64: vdso32: Remove jump label config option in Makefile | Vincenzo Frascino | 1 | -3/+0 |
2019-10-07 | arm64: vdso32: Detect binutils support for dmb ishld | Vincenzo Frascino | 2 | -1/+10 |