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-25
x86/vector: Remove pointless pointer checks
Thomas Gleixner
1
-1
/
+1
2017-09-25
x86/apic: Get rid of the legacy irq data storage
Thomas Gleixner
1
-39
/
+13
2017-09-25
x86/ioapic: Mark legacy vectors at reallocation time
Thomas Gleixner
1
-0
/
+1
2017-09-25
x86/vector: Simplify vector move cleanup
Thomas Gleixner
1
-144
/
+77
2017-09-25
x86/vector: Store the single CPU targets in apic data
Thomas Gleixner
1
-0
/
+5
2017-09-25
x86/vector: Cleanup variable names
Thomas Gleixner
1
-114
/
+114
2017-09-25
x86/vector: Simplify the CPU hotplug vector update
Thomas Gleixner
1
-29
/
+35
2017-09-25
x86/ioapic: Remove obsolete post hotplug update
Thomas Gleixner
2
-43
/
+0
2017-09-25
x86/apic: Get rid of multi CPU affinity
Thomas Gleixner
1
-10
/
+3
2017-09-25
x86/vector: Rename used_vectors to system_vectors
Thomas Gleixner
4
-10
/
+10
2017-09-25
x86/apic: Get rid of apic->target_cpus
Thomas Gleixner
11
-41
/
+5
2017-09-25
x86/apic/x2apic: Simplify cluster management
Thomas Gleixner
1
-77
/
+75
2017-09-25
x86/apic: Move common APIC callbacks
Thomas Gleixner
2
-28
/
+78
2017-09-25
x86/apic: Sanitize 32/64bit APIC callbacks
Thomas Gleixner
3
-13
/
+21
2017-09-25
x86/apic: Move APIC noop specific functions
Thomas Gleixner
1
-0
/
+7
2017-09-25
x86/apic: Move probe32 specific APIC functions
Thomas Gleixner
2
-10
/
+25
2017-09-25
x86/apic: Sanitize return value of check_apicid_used()
Thomas Gleixner
1
-2
/
+2
2017-09-25
x86/apic: Sanitize return value of apic.set_apic_id()
Thomas Gleixner
5
-6
/
+6
2017-09-25
x86/apic: Deinline x2apic functions
Thomas Gleixner
3
-2
/
+49
2017-09-25
Merge branch 'irq/core' into x86/apic
Thomas Gleixner
2
-6
/
+8
2017-09-25
genirq/irqdomain: Propagate early activation
Thomas Gleixner
1
-2
/
+2
2017-09-25
genirq/irqdomain: Update irq_domain_ops.activate() signature
Thomas Gleixner
2
-4
/
+6
2017-09-25
x86/timers: Move simple_udelay_calibration() past kvmclock_init()
Boris Ostrovsky
1
-5
/
+4
2017-09-25
x86/timers: Make recalibrate_cpu_khz() void
Dou Liyang
1
-6
/
+2
2017-09-25
x86/timers: Move the simple udelay calibration to tsc.h
Dou Liyang
2
-21
/
+20
2017-09-25
x86/apic: Use lapic_is_integrated() consistently
Dou Liyang
1
-5
/
+4
2017-09-25
x86/apic: Remove duplicate X86_64 conditional in lapic_is_integrated()
Dou Liyang
1
-4
/
+0
2017-09-25
x86/apic: Remove init_bsp_APIC()
Dou Liyang
2
-52
/
+0
2017-09-25
x86/apic: Initialize interrupt mode after timer init
Dou Liyang
3
-6
/
+8
2017-09-25
x86/init: Add intr_mode_init to x86_init_ops
Dou Liyang
3
-2
/
+3
2017-09-25
x86/ioapic: Refactor the delay logic in timer_irq_works()
Dou Liyang
1
-2
/
+43
2017-09-25
x86/apic: Unify interrupt mode setup for UP system
Dou Liyang
1
-41
/
+6
2017-09-25
x86/apic: Mark the apic_intr_mode extern for sanity check cleanup
Dou Liyang
2
-58
/
+15
2017-09-25
x86/apic: Unify interrupt mode setup for SMP-capable system
Dou Liyang
2
-15
/
+37
2017-09-25
x86/apic: Move logical APIC ID away from apic_bsp_setup()
Dou Liyang
2
-10
/
+12
2017-09-25
x86/apic: Split local APIC timer setup from the APIC setup
Dou Liyang
2
-2
/
+7
2017-09-25
x86/apic: Prepare for unifying the interrupt delivery modes setup
Dou Liyang
1
-0
/
+16
2017-09-25
x86/apic: Construct a selector for the interrupt delivery mode
Dou Liyang
1
-0
/
+52
2017-09-25
x86/sysfs: Fix off-by-one error in loop termination
Sean Fu
1
-1
/
+1
2017-09-25
x86/fpu: Don't let userspace set bogus xcomp_bv
Eric Biggers
2
-2
/
+11
2017-09-24
x86/fpu: Fix boolreturn.cocci warnings
kbuild test robot
1
-3
/
+3
2017-09-24
x86/fpu: Add FPU state copying quirk to handle XRSTOR failure on Intel Skylake CPUs
Rik van Riel
1
-0
/
+42
2017-09-24
x86/fpu: Remove struct fpu::fpregs_active
Ingo Molnar
2
-11
/
+0
2017-09-24
x86/fpu: Decouple fpregs_activate()/fpregs_deactivate() from fpu->fpregs_active
Ingo Molnar
1
-2
/
+1
2017-09-24
x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_active
Ingo Molnar
2
-7
/
+13
2017-09-24
x86/fpu: Split the state handling in fpu__drop()
Ingo Molnar
1
-6
/
+13
2017-09-24
x86/fpu: Make the fpu state change in fpu__clear() scheduler-atomic
Ingo Molnar
1
-0
/
+2
2017-09-24
x86/fpu: Simplify fpu->fpregs_active use
Ingo Molnar
2
-5
/
+6
2017-09-24
x86/fpu: Flip the parameter order in copy_*_to_xstate()
Ingo Molnar
3
-5
/
+5
2017-09-24
x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() API
Ingo Molnar
3
-22
/
+10
[prev]
[next]