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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-07
x86/asm: Carve out a generic movdir64b() helper for general usage
Dave Jiang
2
-14
/
+25
2020-10-07
Merge branch 'for-next/late-arrivals' into for-next/core
Will Deacon
5
-16
/
+19
2020-10-07
arm64: random: Remove no longer needed prototypes
Andre Przywara
1
-5
/
+0
2020-10-07
x86/mce: Decode a kernel instruction to determine if it is copying from user
Tony Luck
4
-5
/
+63
2020-10-07
x86/mce: Recover from poison found while copying from user space
Tony Luck
1
-7
/
+20
2020-10-07
x86/mce: Avoid tail copy when machine check terminated a copy from user
Tony Luck
1
-0
/
+15
2020-10-07
x86/mce: Add _ASM_EXTABLE_CPY for copy user access
Youquan Song
4
-49
/
+82
2020-10-07
x86/mce: Provide method to find out the type of an exception handler
Tony Luck
3
-6
/
+20
2020-10-07
x86/mce: Pass pointer to saved pt_regs to severity calculation routines
Youquan Song
3
-14
/
+17
2020-10-07
x86/platform/uv: Update Copyrights to conform to HPE standards
Mike Travis
7
-0
/
+7
2020-10-07
x86/platform/uv: Update for UV5 NMI MMR changes
Mike Travis
2
-23
/
+54
2020-10-07
x86/platform/uv: Update UV5 TSC checking
Mike Travis
2
-15
/
+11
2020-10-07
x86/platform/uv: Update node present counting
Mike Travis
1
-7
/
+19
2020-10-07
x86/platform/uv: Update UV5 MMR references in UV GRU
Mike Travis
1
-6
/
+24
2020-10-07
x86/platform/uv: Adjust GAM MMR references affected by UV5 updates
Mike Travis
1
-5
/
+25
2020-10-07
x86/platform/uv: Update MMIOH references based on new UV5 MMRs
Mike Travis
1
-68
/
+144
2020-10-07
x86/platform/uv: Add and decode Arch Type in UVsystab
Mike Travis
3
-30
/
+148
2020-10-07
x86/platform/uv: Add UV5 direct references
Mike Travis
2
-43
/
+103
2020-10-07
x86/platform/uv: Update UV MMRs for UV5
Mike Travis
4
-3379
/
+3950
2020-10-07
x86/platform/uv: Remove SCIR MMR references for UV systems
Mike Travis
2
-122
/
+3
2020-10-07
x86/platform/uv: Remove UV BAU TLB Shootdown Handler
Mike Travis
7
-2887
/
+2
2020-10-07
arm/arm64: xen: Fix to convert percpu address to gfn correctly
Masami Hiramatsu
1
-1
/
+1
2020-10-06
riscv: Fixup bootup failure with HARDENED_USERCOPY
Guo Ren
1
-2
/
+3
2020-10-06
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-2
/
+2
2020-10-06
crypto: arm64: Use x16 with indirect branch to bti_c
Jeremy Linton
1
-2
/
+2
2020-10-06
perf/x86: Fix n_metric for cancelled txn
Peter Zijlstra
2
-0
/
+4
2020-10-06
perf/x86: Fix n_pair for cancelled txn
Peter Zijlstra
2
-1
/
+6
2020-10-06
x86/copy_mc: Introduce copy_mc_enhanced_fast_string()
Dan Williams
2
-9
/
+59
2020-10-06
x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
Dan Williams
20
-298
/
+340
2020-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-1
/
+0
2020-10-05
arm64: initialize per-cpu offsets earlier
Mark Rutland
4
-11
/
+19
2020-10-04
RISC-V: Make sure memblock reserves the memory containing DT
Atish Patra
1
-0
/
+1
2020-10-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-10
/
+19
2020-10-03
x86/events/amd/iommu: Fix sizeof mismatch
Colin Ian King
1
-1
/
+1
2020-10-03
perf/x86/intel: Check perf metrics feature for each CPU
Kan Liang
1
-0
/
+11
2020-10-03
Merge tag 'kvmarm-fixes-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-0
/
+7
2020-10-03
KVM: VMX: update PFEC_MASK/PFEC_MATCH together with PF intercept
Paolo Bonzini
1
-10
/
+12
2020-10-03
mm: remove compat_process_vm_{readv,writev}
Christoph Hellwig
10
-18
/
+20
2020-10-03
fs: remove compat_sys_vmsplice
Christoph Hellwig
10
-9
/
+10
2020-10-03
fs: remove the compat readv/writev syscalls
Christoph Hellwig
10
-18
/
+20
2020-10-02
Merge tag 'riscv-for-linus-5.9-rc8' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-4
/
+13
2020-10-02
Merge tag 'pm-5.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-1
/
+3
2020-10-02
Merge branch 'for-next/mte' into for-next/core
Will Deacon
39
-49
/
+1303
2020-10-02
Merge branch 'for-next/ghostbusters' into for-next/core
Will Deacon
32
-1054
/
+981
2020-10-02
Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...
Will Deacon
64
-539
/
+852
2020-10-02
x86/dumpstack: Fix misleading instruction pointer error message
Mark Mossberg
1
-1
/
+2
2020-10-02
crypto: x86/poly1305 - Remove assignments with no effect
Herbert Xu
1
-3
/
+0
2020-10-01
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-2
/
+20
2020-10-01
x86/uv/time: Use a flexible array in struct uv_rtc_timer_head
Gustavo A. R. Silva
1
-4
/
+3
2020-10-01
x86/nmi: Fix nmi_handle() duration miscalculation
Libing Zhou
1
-3
/
+2
[prev]
[next]