index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
desc.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+1
2021-07-01
kernel.h: split out panic and oops helpers
Andy Shevchenko
1
-0
/
+1
2021-06-29
Merge tag 'x86-irq-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+21
2021-05-21
x86: Add native_[ig]dt_invalidate()
H. Peter Anvin (Intel)
1
-0
/
+20
2021-05-21
x86/idt: Remove address argument from idt_invalidate()
H. Peter Anvin (Intel)
1
-1
/
+1
2021-05-18
x86/idt: Rework IDT setup for boot CPU
Thomas Gleixner
1
-2
/
+0
2020-09-07
x86/idt: Make IDT init functions static inlines
Joerg Roedel
1
-0
/
+27
2020-06-11
x86/idt: Consolidate idt functionality
Thomas Gleixner
1
-15
/
+2
2020-06-11
x86/entry: Remove debug IDT frobbing
Peter Zijlstra
1
-33
/
+1
2020-06-11
x86/nmi: Protect NMI entry against instrumentation
Thomas Gleixner
1
-4
/
+4
2020-06-11
x86/idt: Remove update_intr_gate()
Thomas Gleixner
1
-1
/
+0
2018-09-03
x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrella
Juergen Gross
1
-2
/
+2
2017-12-29
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+2
2017-12-23
x86/ldt: Make the LDT mapping RO
Thomas Gleixner
1
-0
/
+2
2017-12-23
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+1
2017-12-22
x86/cpu_entry_area: Move it out of the fixmap
Thomas Gleixner
1
-0
/
+1
2017-12-18
Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-9
/
+2
2017-12-17
x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tss
Andy Lutomirski
1
-1
/
+1
2017-12-17
x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entr...
Andy Lutomirski
1
-8
/
+1
2017-12-17
x86/entry/gdt: Put per-CPU GDT remaps in ascending order
Andy Lutomirski
1
-1
/
+1
2017-11-07
Merge branch 'linus' into x86/apic, to resolve conflicts
Ingo Molnar
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-25
x86/vector: Rename used_vectors to system_vectors
Thomas Gleixner
1
-1
/
+1
2017-09-13
x86/paravirt: Remove no longer used paravirt functions
Juergen Gross
1
-2
/
+1
2017-08-29
x86/idt: Hide set_intr_gate()
Thomas Gleixner
1
-1
/
+1
2017-08-29
x86/idt: Deinline setup functions
Thomas Gleixner
1
-35
/
+2
2017-08-29
x86/idt: Remove unused functions/inlines
Thomas Gleixner
1
-36
/
+0
2017-08-29
x86/idt: Move APIC gate initialization to tables
Thomas Gleixner
1
-0
/
+1
2017-08-29
x86/idt: Move regular trap init to tables
Thomas Gleixner
1
-0
/
+1
2017-08-29
x86/idt: Move IST stack based traps to table init
Thomas Gleixner
1
-0
/
+2
2017-08-29
x86/idt: Move debug stack init to table based
Thomas Gleixner
1
-0
/
+2
2017-08-29
x86/idt: Move early IDT handler setup to IDT code
Thomas Gleixner
1
-0
/
+9
2017-08-29
x86/idt: Consolidate IDT invalidation
Thomas Gleixner
1
-0
/
+3
2017-08-29
x86/idt: Remove unused set_trap_gate()
Thomas Gleixner
1
-12
/
+0
2017-08-29
x86/ldttss: Clean up 32-bit descriptors
Thomas Gleixner
1
-23
/
+3
2017-08-29
x86/gdt: Use bitfields for initialization
Thomas Gleixner
1
-10
/
+16
2017-08-29
x86/idt: Unify gate_struct handling for 32/64-bit kernels
Thomas Gleixner
1
-26
/
+19
2017-08-29
x86/idt: Remove the tracing IDT completely
Thomas Gleixner
1
-76
/
+6
2017-08-29
x86/irq: Remove duplicated used_vectors definition
Thomas Gleixner
1
-1
/
+0
2017-08-29
x86/irq: Get rid of the 'first_system_vector' indirection bogosity
Thomas Gleixner
1
-3
/
+2
2017-03-23
x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixup
Andy Lutomirski
1
-1
/
+0
2017-03-23
x86/gdt: Get rid of the get_*_gdt_*_vaddr() helpers
Andy Lutomirski
1
-20
/
+0
2017-03-23
x86/gdt: Fix setup_fixmap_gdt() to use the correct PA
Andy Lutomirski
1
-0
/
+6
2017-03-16
x86: Make the GDT remapping read-only on 64-bit
Thomas Garnier
1
-38
/
+68
2017-03-16
x86: Remap GDT tables in the fixmap section
Thomas Garnier
1
-5
/
+53
2017-03-01
x86/asm: Tidy up TSS limit code
Andy Lutomirski
1
-7
/
+11
2017-02-21
x86/kvm/vmx: Defer TR reload after VM exit
Andy Lutomirski
1
-0
/
+48
2017-02-21
x86/asm: Define the kernel TSS limit in a macro
Andy Lutomirski
1
-9
/
+1
2016-08-10
x86: Apply more __ro_after_init and const
Kees Cook
1
-1
/
+1
2015-07-31
x86/ldt: Make modify_ldt synchronous
Andy Lutomirski
1
-15
/
+0
[next]