index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-14
riscv: dts: canaan: fix the k210's timer nodes
Conor Dooley
1
-8
/
+38
2022-07-14
riscv: dts: canaan: fix the k210's memory node
Conor Dooley
1
-4
/
+6
2022-07-14
x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_current
Nathan Chancellor
1
-1
/
+2
2022-07-14
riscv: dts: sifive: "fix" pmic watchdog node name
Conor Dooley
1
-1
/
+1
2022-07-14
Merge branch 'riscv-cpu_map_topo' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/linux.git into for-next
Palmer Dabbelt
4
-2
/
+74
2022-07-14
Merge tag 'dt-for-palmer-v5.20-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git into for-next
Palmer Dabbelt
1
-3
/
+24
2022-07-14
riscv: dts: canaan: Add k210 topology information
Conor Dooley
1
-0
/
+12
2022-07-14
riscv: dts: sifive: Add fu740 topology information
Conor Dooley
1
-0
/
+24
2022-07-14
riscv: dts: sifive: Add fu540 topology information
Conor Dooley
1
-0
/
+24
2022-07-14
riscv: dts: starfive: Add JH7100 CPU topology
Jonas Hahnfeld
1
-2
/
+14
2022-07-14
riscv: dts: align gpio-key node names with dtschema
Krzysztof Kozlowski
5
-7
/
+7
2022-07-14
RISC-V: kexec: Fix build error without CONFIG_KEXEC
Li Zhengyu
1
-1
/
+1
2022-07-14
RISCV: kexec: Fix build error without CONFIG_MODULES
Li Zhengyu
1
-1
/
+1
2022-07-14
arm64: dts: Add base DTS file for bcmbca device Asus GT-AX6000
Rafał Miłecki
2
-1
/
+22
2022-07-14
ARM: bcm: NSP: Removed forced thermal selection
Florian Fainelli
1
-2
/
+0
2022-07-14
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
9
-45
/
+55
2022-07-14
um: Replace to_phys() and to_virt() with less generic function names
Guenter Roeck
3
-7
/
+7
2022-07-14
RISC-V: Add CONFIG_{NON,}PORTABLE
Palmer Dabbelt
6
-2
/
+32
2022-07-14
um: Use enum req_op where appropriate
Bart Van Assche
1
-2
/
+2
2022-07-14
riscv: config: enable SOC_STARFIVE in defconfig
Conor Dooley
1
-0
/
+1
2022-07-14
Merge tag 'davinci-boards-delete-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio into arm/soc
Arnd Bergmann
8
-3731
/
+0
2022-07-14
KVM: x86: Check target, not vCPU's x2APIC ID, when applying hotplug hack
Sean Christopherson
1
-9
/
+9
2022-07-14
KVM: x86: Fully initialize 'struct kvm_lapic_irq' in kvm_pv_kick_cpu_op()
Vitaly Kuznetsov
1
-8
/
+10
2022-07-14
KVM: x86: Restrict get_mt_mask() to a u8, use KVM_X86_OP_OPTIONAL_RET0
Sean Christopherson
4
-9
/
+3
2022-07-14
Merge tag 'arm-soc/for-5.20/devicetree-arm64' of https://github.com/Broadcom/stblinux into arm/dt
Arnd Bergmann
16
-1
/
+916
2022-07-14
Merge tag 'arm-soc/for-5.20/devicetree' of https://github.com/Broadcom/stblinux into arm/dt
Arnd Bergmann
67
-137
/
+1204
2022-07-14
KVM: x86: Add dedicated helper to get CPUID entry with significant index
Sean Christopherson
8
-42
/
+84
2022-07-14
KVM: SVM: fix task switch emulation on INTn instruction.
Maxim Levitsky
1
-0
/
+1
2022-07-14
KVM: x86/mmu: Fix typo and tweak comment for split_desc_cache capacity
Sean Christopherson
1
-7
/
+8
2022-07-14
KVM: x86/mmu: Expand quadrant comment for PG_LEVEL_4K shadow pages
Sean Christopherson
1
-4
/
+11
2022-07-14
KVM: x86/mmu: Add optimized helper to retrieve an SPTE's index
Sean Christopherson
3
-14
/
+18
2022-07-14
Merge tag 'qcom-arm64-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/dt
Arnd Bergmann
151
-1617
/
+10603
2022-07-14
bpf, arm64: Mark dummy_tramp as global
Nathan Chancellor
1
-0
/
+1
2022-07-14
Merge commit 'kvm-vmx-nested-tsc-fix' into kvm-master
Paolo Bonzini
1
-1
/
+0
2022-07-14
ARM: 9208/1: entry: add .ltorg directive to keep literals in range
Ard Biesheuvel
1
-0
/
+1
2022-07-14
kvm: stats: tell userspace which values are boolean
Paolo Bonzini
1
-1
/
+1
2022-07-14
x86/kvm: fix FASTOP_SIZE when return thunks are enabled
Thadeu Lima de Souza Cascardo
1
-4
/
+6
2022-07-14
KVM: nVMX: Always enable TSC scaling for L2 when it was enabled for L1
Vitaly Kuznetsov
1
-1
/
+0
2022-07-14
um: Add missing apply_returns()
Peter Zijlstra
1
-0
/
+4
2022-07-14
Merge tag 'kvm-riscv-fixes-5.19-2' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
4
-10
/
+12
2022-07-14
MIPS: Remove VR41xx support
Thomas Bogendoerfer
58
-4068
/
+1
2022-07-14
MIPS: dts: align gpio-key node names with dtschema
Krzysztof Kozlowski
4
-4
/
+4
2022-07-14
MIPS: dts: correct gpio-keys names and properties
Krzysztof Kozlowski
10
-57
/
+37
2022-07-14
MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
Huacai Chen
1
-1
/
+1
2022-07-14
xtensa: enable ARCH_HAS_GCOV_PROFILE_ALL
Max Filippov
2
-0
/
+2
2022-07-14
xtensa: enable KCOV support
Max Filippov
2
-0
/
+2
2022-07-14
xtensa: iss: fix handling error cases in iss_net_configure()
Yang Yingliang
1
-17
/
+15
2022-07-14
xtensa: iss/network: provide release() callback
Max Filippov
1
-0
/
+10
2022-07-14
xtensa: iss/network: drop 'devices' list
Max Filippov
1
-18
/
+3
2022-07-14
x86/entry: Remove UNTRAIN_RET from native_irq_return_ldt
Alexandre Chartre
1
-1
/
+0
[prev]
[next]