index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-08-31
87
-263
/
+1592
|
\
|
*
x86/shstk: Change order of __user in type
Rick Edgecombe
2023-08-30
1
-1
/
+1
|
*
x86/ibt: Convert IBT selftest to asm
Josh Poimboeuf
2023-08-17
5
-24
/
+22
|
*
x86/shstk: Don't retry vm_munmap() on -EINTR
Rick Edgecombe
2023-08-03
1
-21
/
+17
|
*
x86/kbuild: Fix Documentation/ reference
Dave Hansen
2023-08-03
1
-1
/
+1
|
*
x86/shstk: Move arch detail comment out of core mm
Rick Edgecombe
2023-08-03
1
-0
/
+25
|
*
x86/shstk: Add ARCH_SHSTK_STATUS
Rick Edgecombe
2023-08-03
4
-2
/
+10
|
*
x86/shstk: Add ARCH_SHSTK_UNLOCK
Mike Rapoport
2023-08-03
3
-2
/
+9
|
*
x86: Add PTRACE interface for shadow stack
Rick Edgecombe
2023-08-03
3
-3
/
+97
|
*
x86/cpufeatures: Enable CET CR4 bit for shadow stack
Rick Edgecombe
2023-08-03
1
-8
/
+27
|
*
x86/shstk: Wire in shadow stack interface
Rick Edgecombe
2023-08-03
1
-0
/
+8
|
*
x86: Expose thread features in /proc/$PID/status
Rick Edgecombe
2023-08-03
1
-0
/
+23
|
*
x86/shstk: Support WRSS for userspace
Rick Edgecombe
2023-08-03
2
-1
/
+43
|
*
x86/shstk: Introduce map_shadow_stack syscall
Rick Edgecombe
2023-08-03
3
-8
/
+55
|
*
x86/shstk: Check that signal frame is shadow stack mem
Rick Edgecombe
2023-08-03
1
-2
/
+29
|
*
x86/shstk: Check that SSP is aligned on sigreturn
Rick Edgecombe
2023-08-03
1
-0
/
+3
|
*
x86/shstk: Handle signals for shadow stack
Rick Edgecombe
2023-08-03
4
-0
/
+107
|
*
x86/shstk: Introduce routines modifying shstk
Rick Edgecombe
2023-08-03
2
-0
/
+88
|
*
x86/shstk: Handle thread shadow stack
Rick Edgecombe
2023-08-03
6
-5
/
+103
|
*
x86/shstk: Add user-mode shadow stack support
Rick Edgecombe
2023-08-03
4
-0
/
+157
|
*
x86/shstk: Add user control-protection fault handler
Rick Edgecombe
2023-08-03
15
-33
/
+115
|
*
x86: Introduce userspace API for shadow stack
Rick Edgecombe
2023-08-03
6
-0
/
+85
|
*
x86/fpu: Add helper for modifying xstate
Rick Edgecombe
2023-08-03
2
-0
/
+27
|
*
x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
Rick Edgecombe
2023-08-03
3
-51
/
+61
|
*
mm: Don't allow write GUPs to shadow stack memory
Rick Edgecombe
2023-08-03
1
-0
/
+5
|
*
x86/mm: Teach pte_mkwrite() about stack memory
Rick Edgecombe
2023-07-11
1
-0
/
+6
|
*
x86/mm: Introduce MAP_ABOVE4G
Rick Edgecombe
2023-07-11
2
-1
/
+6
|
*
x86/mm: Warn if create Write=0,Dirty=1 with raw prot
Rick Edgecombe
2023-07-11
1
-1
/
+8
|
*
mm: Warn on shadow stack memory in wrong vma
Rick Edgecombe
2023-07-11
2
-0
/
+26
|
*
x86/mm: Check shadow stack page fault errors
Rick Edgecombe
2023-07-11
2
-0
/
+24
|
*
x86/mm: Remove _PAGE_DIRTY from kernel RO pages
Rick Edgecombe
2023-07-11
2
-5
/
+7
|
*
x86/mm: Start actually marking _PAGE_SAVED_DIRTY
Rick Edgecombe
2023-07-11
2
-21
/
+144
|
*
x86/mm: Update ptep/pmdp_set_wrprotect() for _PAGE_SAVED_DIRTY
Rick Edgecombe
2023-07-11
1
-2
/
+22
|
*
x86/mm: Introduce _PAGE_SAVED_DIRTY
Rick Edgecombe
2023-07-11
3
-5
/
+115
|
*
x86/mm: Move pmd_write(), pud_write() up in the file
Rick Edgecombe
2023-07-11
1
-12
/
+12
|
*
x86/cpufeatures: Add CPU feature flags for shadow stacks
Rick Edgecombe
2023-07-11
3
-1
/
+10
|
*
x86/traps: Move control protection handler to separate file
Rick Edgecombe
2023-07-11
3
-75
/
+78
|
*
x86/shstk: Add Kconfig option for shadow stack
Rick Edgecombe
2023-07-11
2
-0
/
+29
|
*
mm: Move pte/pmd_mkwrite() callers with no VMA to _novma()
Rick Edgecombe
2023-07-11
3
-5
/
+5
|
*
mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Rick Edgecombe
2023-07-11
34
-46
/
+55
*
|
Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-08-31
2
-5
/
+2
|
\
\
|
*
|
PCI/sysfs: Move declarations to linux/pci.h
Arnd Bergmann
2023-08-14
1
-3
/
+0
|
*
|
x86/PCI: Use struct_size() in pirq_convert_irt_table()
Christophe JAILLET
2023-07-13
1
-2
/
+2
|
|
/
*
|
Merge tag 'pinctrl-v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2023-08-31
19
-25
/
+26
|
\
\
|
*
|
ARM: dts: ux500: switch to enable-gpios
Krzysztof Kozlowski
2023-08-10
6
-6
/
+6
|
*
|
arm64: dts: Replace the IRQ number with the IRQID macro definition
Huqiang Qin
2023-08-07
13
-19
/
+20
|
|
/
*
|
Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...
Linus Torvalds
2023-08-31
33
-34
/
+49
|
\
\
|
*
|
sparc: Explicitly include correct DT includes
Rob Herring
2023-08-28
32
-33
/
+49
|
*
|
riscv: Explicitly include correct DT includes
Rob Herring
2023-08-28
1
-1
/
+0
|
|
/
*
|
Merge tag 'soc-dt-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2023-08-31
867
-9746
/
+36153
|
\
\
[next]