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-09-28
x86/head: Fix head ELF function annotations
Josh Poimboeuf
1
-3
/
+3
2017-09-28
x86/head: Remove unused 'bad_address' code
Josh Poimboeuf
1
-3
/
+0
2017-09-28
x86/head: Remove confusing comment
Josh Poimboeuf
1
-4
/
+0
2017-09-28
kprobes/x86: Remove IRQ disabling from ftrace-based/optimized kprobes
Masami Hiramatsu
2
-11
/
+2
2017-09-28
kprobes/x86: Disable preemption in ftrace-based jprobes
Masami Hiramatsu
1
-9
/
+14
2017-09-28
kprobes/x86: Disable preemption in optprobe
Masami Hiramatsu
1
-0
/
+2
2017-09-28
kprobes/x86: Move the get_kprobe_ctlblk() into irq-disabled block
Masami Hiramatsu
1
-1
/
+1
2017-09-28
kprobes/x86: Remove addressof() operators
Masami Hiramatsu
1
-4
/
+4
2017-09-28
kprobes/x86: Make insn buffer always ROX and use text_poke()
Masami Hiramatsu
3
-50
/
+78
2017-09-27
x86/intel_rdt: Add diagnostics when making directories
Tony Luck
1
-6
/
+22
2017-09-27
x86/intel_rdt: Add diagnostics when writing the cpus file
Tony Luck
1
-3
/
+12
2017-09-27
x86/intel_rdt: Add diagnostics when writing the tasks file
Tony Luck
2
-6
/
+11
2017-09-27
x86/intel_rdt: Add diagnostics when writing the schemata file
Tony Luck
1
-11
/
+38
2017-09-27
x86/intel_rdt: Add framework for better RDT UI diagnostics
Tony Luck
2
-0
/
+63
2017-09-27
x86/apic: Use dead_cpu instead of current CPU when cleaning up
Borislav Petkov
1
-1
/
+1
2017-09-26
Merge branch 'WIP.x86/fpu' into x86/fpu, because it's ready
Ingo Molnar
6
-205
/
+307
2017-09-26
x86/fpu: Use using_compacted_format() instead of open coded X86_FEATURE_XSAVES
Eric Biggers
1
-1
/
+1
2017-09-26
x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_user_to_xstate()
Eric Biggers
1
-11
/
+5
2017-09-26
x86/fpu: Eliminate the 'xfeatures' local variable in copy_user_to_xstate()
Eric Biggers
1
-7
/
+4
2017-09-26
x86/fpu: Copy the full header in copy_user_to_xstate()
Eric Biggers
1
-2
/
+5
2017-09-26
x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_kernel_to_xstate()
Eric Biggers
1
-10
/
+2
2017-09-26
x86/fpu: Eliminate the 'xfeatures' local variable in copy_kernel_to_xstate()
Eric Biggers
1
-6
/
+4
2017-09-26
x86/fpu: Copy the full state_header in copy_kernel_to_xstate()
Eric Biggers
1
-2
/
+4
2017-09-26
x86/fpu: Use validate_xstate_header() to validate the xstate_header in __fpu__restore_sig()
Eric Biggers
1
-7
/
+9
2017-09-26
x86/fpu: Use validate_xstate_header() to validate the xstate_header in xstateregs_set()
Eric Biggers
1
-13
/
+6
2017-09-26
x86/fpu: Introduce validate_xstate_header()
Eric Biggers
1
-0
/
+24
2017-09-26
x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|write]()
Ingo Molnar
2
-8
/
+8
2017-09-26
x86/fpu: Rename fpu__activate_curr() to fpu__initialize()
Ingo Molnar
2
-5
/
+5
2017-09-26
x86/fpu: Simplify and speed up fpu__copy()
Ingo Molnar
1
-12
/
+3
2017-09-26
x86/fpu: Fix stale comments about lazy FPU logic
Ingo Molnar
1
-6
/
+3
2017-09-26
x86/fpu: Rename fpu::fpstate_active to fpu::initialized
Ingo Molnar
6
-24
/
+24
2017-09-26
x86/fpu: Remove fpu__current_fpstate_write_begin/end()
Ingo Molnar
1
-63
/
+0
2017-09-26
x86/fpu: Fix fpu__activate_fpstate_read() and update comments
Ingo Molnar
1
-7
/
+10
2017-09-25
x86/vector: Respect affinity mask in irq descriptor
Thomas Gleixner
1
-4
/
+17
2017-09-25
x86/irq: Simplify hotplug vector accounting
Thomas Gleixner
3
-101
/
+32
2017-09-25
x86/vector: Switch IOAPIC to global reservation mode
Thomas Gleixner
1
-23
/
+33
2017-09-25
x86/vector/msi: Switch to global reservation mode
Thomas Gleixner
1
-34
/
+63
2017-09-25
x86/vector: Handle managed interrupts proper
Thomas Gleixner
1
-18
/
+172
2017-09-25
x86/io_apic: Reevaluate vector configuration on activate()
Thomas Gleixner
1
-15
/
+22
2017-09-25
x86/apic/msi: Force reactivation of interrupts at startup time
Thomas Gleixner
1
-2
/
+3
2017-09-25
x86/vector: Untangle internal state from irq_cfg
Thomas Gleixner
1
-40
/
+48
2017-09-25
x86/vector: Compile SMP only code conditionally
Thomas Gleixner
1
-15
/
+20
2017-09-25
x86/apic: Remove unused callbacks
Thomas Gleixner
10
-153
/
+0
2017-09-25
x86/vector: Use matrix allocator for vector assignment
Thomas Gleixner
1
-172
/
+116
2017-09-25
x86/vector: Add tracepoints for vector management
Thomas Gleixner
1
-0
/
+2
2017-09-25
x86/smpboot: Set online before setting up vectors
Thomas Gleixner
1
-5
/
+5
2017-09-25
x86/vector: Add vector domain debugfs support
Thomas Gleixner
1
-2
/
+48
2017-09-25
x86/irq/vector: Initialize matrix allocator
Thomas Gleixner
4
-5
/
+56
2017-09-25
x86/apic: Add replacement for cpu_mask_to_apicid()
Thomas Gleixner
9
-0
/
+30
2017-09-25
x86/vector: Move helper functions around
Thomas Gleixner
1
-15
/
+15
[prev]
[next]