index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
traps.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/traps: move kmsan check after instrumentation_begin
Sabyrzhan Tasbolatov
2024-10-29
1
-6
/
+6
*
Merge tag 'x86-fred-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-09-17
1
-27
/
+1
|
\
|
*
x86/fred: Enable FRED right after init_mem_mapping()
Xin Li (Intel)
2024-08-13
1
-1
/
+1
|
*
x86/fred: Parse cmdline param "fred=" in cpu_parse_early_param()
Xin Li (Intel)
2024-08-13
1
-26
/
+0
*
|
x86/traps: Enable UBSAN traps on x86
Gatlin Newhouse
2024-08-06
1
-5
/
+54
|
/
*
Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-03-12
1
-2
/
+2
|
\
|
*
Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...
Ingo Molnar
2024-02-14
1
-2
/
+3
|
|
\
|
*
|
x86/traps: Use current_top_of_stack() helper in traps.c
Uros Bizjak
2023-12-11
1
-2
/
+2
*
|
|
x86/fred: Invoke FRED initialization code to enable FRED
H. Peter Anvin (Intel)
2024-01-31
1
-1
/
+4
*
|
|
x86/fred: Add a debug fault entry stub for FRED
H. Peter Anvin (Intel)
2024-01-31
1
-5
/
+38
*
|
|
x86/fred: Add a fred= cmdline param
Xin Li
2024-01-30
1
-0
/
+26
|
|
/
|
/
|
*
|
Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-01-19
1
-2
/
+2
|
\
\
|
*
|
iommu: Add mm_get_enqcmd_pasid() helper function
Tina Zhang
2023-12-12
1
-1
/
+1
|
*
|
iommu: Change kconfig around IOMMU_SVA
Jason Gunthorpe
2023-12-12
1
-1
/
+1
|
|
/
*
/
arch: include linux/cpu.h for trap_init() prototype
Arnd Bergmann
2023-11-23
1
-0
/
+1
|
/
*
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-08-31
1
-87
/
+0
|
\
|
*
x86/shstk: Add user control-protection fault handler
Rick Edgecombe
2023-08-03
1
-12
/
+0
|
*
x86/traps: Move control protection handler to separate file
Rick Edgecombe
2023-07-11
1
-75
/
+0
*
|
x86/CPU/AMD: Fix the DIV(0) initial fix attempt
Borislav Petkov (AMD)
2023-08-14
1
-2
/
+0
*
|
x86/CPU/AMD: Do not leak quotient data after a division by 0
Borislav Petkov (AMD)
2023-08-09
1
-0
/
+2
*
|
x86/traps: Fix load_unaligned_zeropad() handling for shared TDX memory
Kirill A. Shutemov
2023-07-26
1
-7
/
+11
|
/
*
Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-04-30
1
-1
/
+1
|
\
|
*
iommu/ioasid: Rename INVALID_IOASID
Jacob Pan
2023-03-31
1
-1
/
+1
*
|
iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()
Kirill A. Shutemov
2023-03-16
1
-3
/
+3
|
/
*
Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-15
1
-2
/
+2
|
\
|
*
Merge tag 'v6.1-rc6' into x86/core, to resolve conflicts
Ingo Molnar
2022-11-21
1
-0
/
+7
|
|
\
|
*
|
x86/percpu: Move current_top_of_stack next to current_task
Thomas Gleixner
2022-10-17
1
-2
/
+2
*
|
|
Merge tag 'x86-cleanups-2022-12-10' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-12-12
1
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
x86: Fix misc small issues
Jiapeng Chong
2022-11-08
1
-2
/
+2
|
|
/
*
/
x86/traps: avoid KMSAN bugs originating from handle_bug()
Alexander Potapenko
2022-11-09
1
-0
/
+7
|
/
*
x86: Add support for CONFIG_CFI_CLANG
Sami Tolvanen
2022-09-26
1
-1
/
+3
*
Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-05-24
1
-12
/
+7
|
\
|
*
x86/traps: Use pt_regs directly in fixup_bad_iret()
Lai Jiangshan
2022-05-03
1
-12
/
+7
*
|
x86/mm/cpa: Add support for TDX shared memory
Kirill A. Shutemov
2022-04-07
1
-1
/
+1
*
|
x86/traps: Add #VE support for TDX guest
Kirill A. Shutemov
2022-04-07
1
-0
/
+86
*
|
x86/traps: Refactor exc_general_protection()
Kirill A. Shutemov
2022-04-07
1
-26
/
+31
|
/
*
Merge branch 'x86/pasid' into x86/core, to resolve conflicts
Ingo Molnar
2022-03-15
1
-0
/
+55
|
\
|
*
x86/traps: Demand-populate PASID MSR via #GP
Fenghua Yu
2022-02-15
1
-0
/
+55
*
|
x86/ibt: Add IBT feature, MSR and #CP handling
Peter Zijlstra
2022-03-15
1
-0
/
+75
*
|
x86/traps: Mark do_int3() NOKPROBE_SYMBOL
Li Huafei
2022-03-11
1
-0
/
+1
|
/
*
Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-11-02
1
-12
/
+46
|
\
|
*
x86/mm/64: Improve stack overflow warnings
Peter Zijlstra
2021-09-21
1
-12
/
+13
|
*
x86/iopl: Fake iopl(3) CLI/STI usage
Peter Zijlstra
2021-09-21
1
-0
/
+33
*
|
Merge tag 'x86_sev_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-11-01
1
-1
/
+1
|
\
\
|
*
|
x86/sev: Fix stack type check in vc_switch_off_ist()
Joerg Roedel
2021-10-21
1
-1
/
+1
|
|
/
*
|
x86/fpu/xstate: Add XFD #NM handler
Chang S. Bae
2021-10-26
1
-0
/
+38
*
|
x86/fpu: Replace the includes of fpu/internal.h
Thomas Gleixner
2021-10-20
1
-1
/
+1
|
/
*
Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-07-07
1
-2
/
+3
|
\
|
*
x86/fpu: Rename and sanitize fpu__save/copy()
Thomas Gleixner
2021-06-23
1
-2
/
+3
*
|
x86/idt: Rework IDT setup for boot CPU
Thomas Gleixner
2021-05-18
1
-4
/
+3
[next]