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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-19
x86/signal: Merge get_sigframe()
Brian Gerst
1
-0
/
+4
2022-10-19
x86: Remove __USER32_DS
Brian Gerst
2
-5
/
+0
2022-10-19
x86/signal: Remove sigset_t parameter from frame setup functions
Brian Gerst
2
-9
/
+2
2022-10-19
x86/signal: Remove sig parameter from frame setup functions
Brian Gerst
1
-2
/
+2
2022-10-17
x86/ftrace: Make it call depth tracking aware
Peter Zijlstra
1
-0
/
+9
2022-10-17
x86/bpf: Emit call depth accounting if required
Thomas Gleixner
1
-0
/
+6
2022-10-17
x86/orc: Make it callthunk aware
Peter Zijlstra
1
-0
/
+5
2022-10-17
static_call: Add call depth tracking support
Peter Zijlstra
1
-0
/
+5
2022-10-17
x86/calldepth: Add ret/call counting for debug
Thomas Gleixner
1
-4
/
+32
2022-10-17
x86/retpoline: Add SKL retthunk retpolines
Peter Zijlstra
1
-0
/
+12
2022-10-17
x86/retbleed: Add SKL return thunk
Thomas Gleixner
2
-6
/
+118
2022-10-17
x86/asm: Provide ALTERNATIVE_3
Peter Zijlstra
1
-3
/
+30
2022-10-17
x86/returnthunk: Allow different return thunks
Peter Zijlstra
1
-0
/
+6
2022-10-17
x86/modules: Add call patching
Thomas Gleixner
1
-0
/
+5
2022-10-17
x86/callthunks: Add call patching for call depth tracking
Thomas Gleixner
1
-0
/
+12
2022-10-17
x86/paravirt: Make struct paravirt_call_site unconditionally available
Thomas Gleixner
2
-10
/
+14
2022-10-17
x86/alternatives: Provide text_poke_copy_locked()
Thomas Gleixner
1
-0
/
+1
2022-10-17
x86/retbleed: Add X86_FEATURE_CALL_DEPTH
Thomas Gleixner
2
-1
/
+9
2022-10-17
x86/Kconfig: Introduce function padding
Thomas Gleixner
1
-3
/
+48
2022-10-17
x86/softirq: Move softirq pending next to current task
Thomas Gleixner
2
-1
/
+3
2022-10-17
x86/percpu: Move irq_stack variables next to current_task
Thomas Gleixner
3
-10
/
+12
2022-10-17
x86/percpu: Move current_top_of_stack next to current_task
Thomas Gleixner
2
-3
/
+2
2022-10-17
x86/percpu: Move cpu_number next to current_task
Thomas Gleixner
2
-7
/
+6
2022-10-17
x86/percpu: Move preempt_count next to current_task
Thomas Gleixner
2
-13
/
+15
2022-10-17
x86: Put hot per CPU variables into a struct
Thomas Gleixner
1
-3
/
+16
2022-10-17
x86/paravirt: Properly align PV functions
Thomas Gleixner
2
-1
/
+2
2022-10-17
x86/asm: Differentiate between code and function alignment
Thomas Gleixner
1
-5
/
+9
2022-10-17
arch: Introduce CONFIG_FUNCTION_ALIGNMENT
Peter Zijlstra
1
-3
/
+1
2022-10-17
x86/cpu: Get rid of redundant switch_to_new_gdt() invocations
Thomas Gleixner
1
-1
/
+1
2022-10-17
x86/cpu: Remove segment load from switch_to_new_gdt()
Thomas Gleixner
1
-1
/
+0
2022-10-17
x86/paravirt: Remove clobber bitmask from .parainstructions
Kees Cook
1
-49
/
+12
2022-10-12
Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+0
2022-10-11
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-7
/
+7
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
9
-24
/
+197
2022-10-10
Merge tag 'trace-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2
-3
/
+0
2022-10-10
Merge tag 'locking-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-6
/
+7
2022-10-10
Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-6
/
+25
2022-10-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-21
/
+42
2022-10-04
Merge tag 'x86_cleanups_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-5
/
+6
2022-10-04
Merge tag 'x86_cache_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+9
2022-10-04
Merge tag 'x86_microcode_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+1
2022-10-04
Merge tag 'x86_paravirt_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-0
/
+2
2022-10-04
Merge tag 'x86_asm_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-21
/
+33
2022-10-04
Merge tag 'x86_apic_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-0
/
+15
2022-10-04
Merge tag 'x86_cpu_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-3
/
+47
2022-10-04
Merge tag 'x86_timers_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2022-10-04
Merge tag 'x86_platform_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+14
2022-10-04
Merge tag 'edac_updates_for_v6.1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+1
2022-10-03
Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-9
/
+18
2022-10-03
Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...
Linus Torvalds
2
-0
/
+34
[prev]
[next]