index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-29
x86/idt: Deinline setup functions
Thomas Gleixner
1
-9
/
+34
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
2
-68
/
+49
2017-08-29
x86/idt: Move regular trap init to tables
Thomas Gleixner
2
-40
/
+52
2017-08-29
x86/idt: Move IST stack based traps to table init
Thomas Gleixner
2
-8
/
+23
2017-08-29
x86/idt: Move debug stack init to table based
Thomas Gleixner
2
-5
/
+24
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
3
-34
/
+10
2017-08-29
x86/idt: Move early IDT handler setup to IDT code
Thomas Gleixner
2
-5
/
+13
2017-08-29
x86/idt: Consolidate IDT invalidation
Thomas Gleixner
3
-16
/
+13
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/asm: Replace access to desc_struct:a/b fields
Thomas Gleixner
1
-1
/
+1
2017-08-29
x86/percpu: Use static initializer for GDT entry
Thomas Gleixner
1
-6
/
+3
2017-08-29
x86/irq_work: Make it depend on APIC
Thomas Gleixner
1
-2
/
+2
2017-08-29
x86/ipi: Make platform IPI depend on APIC
Thomas Gleixner
1
-5
/
+6
2017-08-29
x86/tracing: Disentangle pagefault and resched IPI tracing key
Thomas Gleixner
2
-6
/
+23
2017-08-29
x86/idt: Remove the tracing IDT completely
Thomas Gleixner
2
-48
/
+1
2017-08-29
x86/smp: Use static key for reschedule interrupt tracing
Thomas Gleixner
1
-25
/
+15
2017-08-29
x86/smp: Remove pointless duplicated interrupt code
Thomas Gleixner
1
-36
/
+7
2017-08-29
x86/mce: Remove duplicated tracing interrupt code
Thomas Gleixner
3
-45
/
+7
2017-08-29
x86/irqwork: Get rid of duplicated tracing interrupt code
Thomas Gleixner
1
-14
/
+2
2017-08-29
x86/apic: Remove the duplicated tracing versions of interrupts
Thomas Gleixner
1
-33
/
+10
2017-08-29
x86/irq: Get rid of duplicated trace_x86_platform_ipi() code
Thomas Gleixner
1
-20
/
+5
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
1
-19
/
+0
2017-08-29
x86/traps: Simplify pagefault tracing logic
Thomas Gleixner
1
-1
/
+1
2017-08-29
x86/tracing: Introduce a static key for exception tracing
Thomas Gleixner
1
-1
/
+8
2017-08-29
x86/boot: Move EISA setup to a separate file
Thomas Gleixner
3
-13
/
+19
2017-08-29
x86/irq: Get rid of the 'first_system_vector' indirection bogosity
Thomas Gleixner
4
-8
/
+3
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
2
-14
/
+0
2017-08-29
x86/microcode/intel: Improve microcode patches saving flow
Borislav Petkov
1
-13
/
+14
2017-08-28
Merge 4.13-rc7 into char-misc-next
Greg Kroah-Hartman
7
-24
/
+44
2017-08-26
Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts
Ingo Molnar
17
-61
/
+129
2017-08-25
x86/intel_rdt: Turn off most RDT features on Skylake
Tony Luck
1
-0
/
+3
2017-08-25
x86/intel_rdt: Add command line options for resource director technology
Tony Luck
1
-8
/
+88
2017-08-25
x86/intel_rdt: Move special case code for Haswell to a quirk function
Tony Luck
1
-24
/
+28
2017-08-25
Merge branch 'x86/asm' into x86/apic
Thomas Gleixner
19
-190
/
+817
2017-08-24
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
7
-24
/
+44
2017-08-24
x86/lguest: Remove lguest support
Juergen Gross
3
-23
/
+0
2017-08-23
x86/ioapic: Print the IRTE's index field correctly when enabling INTR
raymond pang
1
-1
/
+1
2017-08-20
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-24
/
+41
2017-08-18
x86: Constify attribute_group structures
Arvind Yadav
3
-5
/
+5
2017-08-17
x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pages
Tony Luck
1
-0
/
+43
2017-08-17
x86/boot/64/clang: Use fixup_pointer() to access 'next_early_pgt'
Alexander Potapenko
1
-3
/
+4
2017-08-16
x86/nmi: Use raw lock
Scott Wood
1
-9
/
+9
2017-08-16
x86/intel_rdt: Remove redundant ternary operator on return
Colin Ian King
1
-1
/
+1
2017-08-16
x86/intel_rdt/cqm: Improve limbo list processing
Vikas Shivappa
3
-122
/
+133
[prev]
[next]