index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-03
x86: kmsan: skip shadow checks in __switch_to()
Alexander Potapenko
1
-0
/
+1
2022-10-03
x86: kmsan: disable instrumentation of unsupported code
Alexander Potapenko
7
-0
/
+11
2022-10-03
mm: kmsan: maintain KMSAN metadata for page operations
Alexander Potapenko
2
-0
/
+10
2022-10-03
x86: kmsan: pgtable: reduce vmalloc space
Alexander Potapenko
2
-2
/
+47
2022-10-03
x86: asm: instrument usercopy in get_user() and put_user()
Alexander Potapenko
1
-7
/
+15
2022-10-03
x86: add missing include to sparsemem.h
Dmitry Vyukov
1
-0
/
+2
2022-10-03
x86/mm: Disable W^X detection and enforcement on 32-bit
Dave Hansen
1
-0
/
+8
2022-10-03
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2
-31
/
+68
2022-10-03
Merge tag 'kvm-riscv-6.1-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
3
-10
/
+3
2022-10-03
Merge tag 'kvmarm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
1
-1
/
+2
2022-10-03
x86/hyperv: Replace kmap() with kmap_local_page()
Zhao Liu
1
-2
/
+2
2022-10-02
Merge tag 'perf-urgent-2022-10-02' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-3
/
+48
2022-10-02
Merge tag 'x86_urgent_for_v6.0' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-32
/
+38
2022-10-02
kbuild: remove head-y syntax
Masahiro Yamada
1
-5
/
+0
2022-10-02
kbuild: use obj-y instead extra-y for objects placed at the head
Masahiro Yamada
1
-5
/
+5
2022-09-30
Merge tag 'for-linus-6.0' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+0
2022-09-30
kvm: vmx: keep constant definition format consistent
Peng Hao
1
-1
/
+1
2022-09-30
kvm: mmu: fix typos in struct kvm_arch
Peng Hao
1
-6
/
+6
2022-09-30
Merge tag 'kvm-x86-6.1-2' of https://github.com/sean-jc/linux into HEAD
Paolo Bonzini
31
-959
/
+1490
2022-09-30
KVM: x86: Hide IA32_PLATFORM_DCA_CAP[31:0] from the guest
Jim Mattson
1
-2
/
+0
2022-09-29
bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampoline
Martin KaFai Lau
1
-0
/
+3
2022-09-29
x86/mm: Add prot_sethuge() helper to abstract out _PAGE_PSE handling
Linus Torvalds
1
-9
/
+10
2022-09-29
perf/x86/amd/lbr: Adjust LBR regardless of filtering
Stephane Eranian
1
-2
/
+6
2022-09-29
perf/x86/utils: Fix uninitialized var in get_branch_type()
Stephane Eranian
1
-0
/
+4
2022-09-29
perf/x86/amd: Support PERF_SAMPLE_PHY_ADDR
Ravi Bangoria
1
-1
/
+7
2022-09-29
perf/x86/amd: Support PERF_SAMPLE_ADDR
Ravi Bangoria
1
-1
/
+7
2022-09-29
perf/x86/amd: Support PERF_SAMPLE_{WEIGHT|WEIGHT_STRUCT}
Ravi Bangoria
1
-1
/
+16
2022-09-29
perf/x86/amd: Support PERF_SAMPLE_DATA_SRC
Ravi Bangoria
1
-6
/
+312
2022-09-29
perf/x86/amd: Add IBS OP_DATA2 DataSrc bit definitions
Ravi Bangoria
1
-0
/
+16
2022-09-29
perf/x86/uncore: Add new Raptor Lake S support
Kan Liang
1
-0
/
+1
2022-09-29
perf/x86/cstate: Add new Raptor Lake S support
Kan Liang
1
-0
/
+1
2022-09-29
perf/x86/msr: Add new Raptor Lake S support
Kan Liang
1
-0
/
+1
2022-09-29
perf/x86: Add new Raptor Lake S support
Kan Liang
1
-0
/
+1
2022-09-29
Merge branch 'v6.0-rc7'
Peter Zijlstra
30
-170
/
+333
2022-09-29
KVM: x86: Select CONFIG_HAVE_KVM_DIRTY_RING_ACQ_REL
Marc Zyngier
1
-0
/
+1
2022-09-29
KVM: Add KVM_CAP_DIRTY_LOG_RING_ACQ_REL capability and config option
Marc Zyngier
1
-1
/
+1
2022-09-28
KVM: x86/svm/pmu: Rewrite get_gp_pmc_amd() for more counters scalability
Like Xu
1
-68
/
+20
2022-09-28
KVM: x86/svm/pmu: Direct access pmu->gp_counter[] to implement amd_*_to_pmc()
Like Xu
1
-36
/
+5
2022-09-28
KVM: x86/pmu: Avoid using PEBS perf_events for normal counters
Like Xu
2
-2
/
+4
2022-09-28
KVM: x86/pmu: Refactor PERF_GLOBAL_CTRL update helper for reuse by PEBS
Like Xu
1
-7
/
+5
2022-09-28
KVM: x86/pmu: Don't generate PEBS records for emulated instructions
Like Xu
1
-3
/
+13
2022-09-28
KVM: x86/pmu: Avoid setting BIT_ULL(-1) to pmu->host_cross_mapped_mask
Like Xu
1
-6
/
+9
2022-09-29
kbuild: build init/built-in.a just once
Masahiro Yamada
2
-0
/
+2
2022-09-28
x86/cacheinfo: Add a cpu_llc_shared_mask() UP variant
Borislav Petkov
1
-10
/
+15
2022-09-28
hyperv: simplify and rename generate_guest_id
Li kunyu
1
-1
/
+1
2022-09-28
x86: enable initial Rust support
Miguel Ojeda
2
-0
/
+11
2022-09-27
x86/alternative: Fix race in try_get_desc()
Nadav Amit
1
-22
/
+23
2022-09-27
perf: Use sample_flags for raw_data
Namhyung Kim
1
-0
/
+1
2022-09-27
perf: Use sample_flags for addr
Namhyung Kim
1
-2
/
+6
2022-09-27
x86: kprobes: Remove unused macro stack_addr
Chen Zhongjin
1
-2
/
+0
[prev]
[next]