index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-29
x86/idt: Move interrupt gate initialization to IDT code
Thomas Gleixner
2
-18
/
+18
2017-08-29
x86/idt: Move APIC gate initialization to tables
Thomas Gleixner
3
-68
/
+50
2017-08-29
x86/idt: Move regular trap init to tables
Thomas Gleixner
3
-40
/
+53
2017-08-29
x86/idt: Move IST stack based traps to table init
Thomas Gleixner
3
-8
/
+25
2017-08-29
x86/idt: Move debug stack init to table based
Thomas Gleixner
3
-5
/
+26
2017-08-29
x86/idt: Switch early trap init to IDT tables
Thomas Gleixner
3
-29
/
+55
2017-08-29
x86/idt: Prepare for table based init
Thomas Gleixner
1
-0
/
+67
2017-08-29
x86/idt: Move early IDT setup out of 32-bit asm
Thomas Gleixner
4
-34
/
+11
2017-08-29
x86/idt: Move early IDT handler setup to IDT code
Thomas Gleixner
3
-5
/
+22
2017-08-29
x86/idt: Consolidate IDT invalidation
Thomas Gleixner
4
-16
/
+16
2017-08-29
x86/idt: Remove unused set_trap_gate()
Thomas Gleixner
1
-12
/
+0
2017-08-29
x86/idt: Move 32-bit idt_descr to C code
Thomas Gleixner
2
-11
/
+5
2017-08-29
x86/idt: Create file for IDT related code
Thomas Gleixner
4
-16
/
+27
2017-08-29
x86/ldttss: Clean up 32-bit descriptors
Thomas Gleixner
2
-38
/
+15
2017-08-29
x86/gdt: Use bitfields for initialization
Thomas Gleixner
4
-36
/
+38
2017-08-29
x86/asm: Replace access to desc_struct:a/b fields
Thomas Gleixner
3
-4
/
+6
2017-08-29
x86/fpu: Use bitfield accessors for desc_struct
Thomas Gleixner
3
-25
/
+51
2017-08-29
x86/percpu: Use static initializer for GDT entry
Thomas Gleixner
1
-6
/
+3
2017-08-29
x86/idt: Unify gate_struct handling for 32/64-bit kernels
Thomas Gleixner
5
-57
/
+67
2017-08-29
x86/tracing: Build tracepoints only when they are used
Thomas Gleixner
1
-12
/
+24
2017-08-29
x86/irq_work: Make it depend on APIC
Thomas Gleixner
2
-2
/
+10
2017-08-29
x86/ipi: Make platform IPI depend on APIC
Thomas Gleixner
2
-7
/
+7
2017-08-29
x86/tracing: Disentangle pagefault and resched IPI tracing key
Thomas Gleixner
6
-22
/
+59
2017-08-29
x86/idt: Clean up the i386 low level entry macros
Thomas Gleixner
1
-9
/
+5
2017-08-29
x86/idt: Remove the tracing IDT completely
Thomas Gleixner
7
-170
/
+9
2017-08-29
x86/smp: Use static key for reschedule interrupt tracing
Thomas Gleixner
2
-26
/
+16
2017-08-29
x86/smp: Remove pointless duplicated interrupt code
Thomas Gleixner
2
-38
/
+9
2017-08-29
x86/mce: Remove duplicated tracing interrupt code
Thomas Gleixner
4
-48
/
+10
2017-08-29
x86/irqwork: Get rid of duplicated tracing interrupt code
Thomas Gleixner
2
-15
/
+3
2017-08-29
x86/apic: Remove the duplicated tracing versions of interrupts
Thomas Gleixner
2
-35
/
+12
2017-08-29
x86/irq: Get rid of duplicated trace_x86_platform_ipi() code
Thomas Gleixner
2
-21
/
+6
2017-08-29
x86/apic: Use this_cpu_ptr() in local_timer_interrupt()
Thomas Gleixner
1
-3
/
+3
2017-08-29
x86/apic: Remove the duplicated tracing version of local_timer_interrupt()
Thomas Gleixner
2
-20
/
+1
2017-08-29
x86/traps: Simplify pagefault tracing logic
Thomas Gleixner
5
-66
/
+16
2017-08-29
x86/tracing: Introduce a static key for exception tracing
Thomas Gleixner
4
-7
/
+25
2017-08-29
x86/boot: Move EISA setup to a separate file
Thomas Gleixner
3
-13
/
+19
2017-08-29
x86/irq: Remove duplicated used_vectors definition
Thomas Gleixner
2
-4
/
+0
2017-08-29
x86/irq: Get rid of the 'first_system_vector' indirection bogosity
Thomas Gleixner
5
-11
/
+5
2017-08-29
x86/irq: Unexport used_vectors[]
Thomas Gleixner
1
-1
/
+0
2017-08-29
x86/irq: Remove vector_used_by_percpu_irq()
Thomas Gleixner
3
-15
/
+0
2017-08-29
Merge branch 'linus' into x86/apic, to pick up fixes
Ingo Molnar
9
-40
/
+29
2017-08-26
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+1
2017-08-25
x86/mm: Fix use-after-free of ldt_struct
Eric Biggers
1
-3
/
+1
2017-08-25
KVM, pkeys: do not use PKRU value in vcpu->arch.guest_fpu.state
Paolo Bonzini
2
-6
/
+17
2017-08-25
KVM: x86: simplify handling of PKRU
Paolo Bonzini
5
-30
/
+10
2017-08-25
KVM: x86: block guest protection keys unless the host has them enabled
Paolo Bonzini
1
-1
/
+1
2017-08-25
Merge branch 'x86/asm' into x86/apic
Thomas Gleixner
53
-2435
/
+1513
2017-08-24
x86/lguest: Remove lguest support
Juergen Gross
14
-1962
/
+2
2017-08-24
x86/paravirt/xen: Remove xen_patch()
Juergen Gross
6
-138
/
+21
2017-08-23
x86/ioapic: Print the IRTE's index field correctly when enabling INTR
raymond pang
1
-1
/
+1
[next]