Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
7997f3b2df751aab0b8e60149b226a32966c41ac
/
arch
/
x86
/
kernel
/
apic
/
apic.c
fc90ccf
Revert "x86/apic: Remove init_bsp_APIC()"
by Ville Syrjälä
· 7 years ago
4fcab66
x86/apic: Avoid wrong warning when parsing 'apic=' in X86-32 case
by Dou Liyang
· 7 years ago
b18d628
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
43ff2f4
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
6a9f70b
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
f72e38e
x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' and 'struct x86_init'
by Juergen Gross
· 7 years ago
141d3b1
Merge branch 'linus' into x86/apic, to resolve conflicts
by Ingo Molnar
· 7 years ago
616dd58
x86/apic: Update TSC_DEADLINE quirk with additional SKX stepping
by Len Brown
· 7 years ago
cc6afe2
x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on hypervisors
by Paolo Bonzini
· 7 years ago
a1652bb
x86/boot: Spell out "boot CPU" for BP
by Jean Delvare
· 7 years ago
79761ce
x86/apic: Fix spelling mistake: "symmectic" -> "symmetric"
by Colin Ian King
· 7 years ago
83a1052
x86/apic: Move common APIC callbacks
by Thomas Gleixner
· 7 years ago
0801bba
x86/apic: Move probe32 specific APIC functions
by Thomas Gleixner
· 7 years ago
ae41a2a
x86/apic: Use lapic_is_integrated() consistently
by Dou Liyang
· 7 years ago
e3cccbc
x86/apic: Remove duplicate X86_64 conditional in lapic_is_integrated()
by Dou Liyang
· 7 years ago
b371ae0
x86/apic: Remove init_bsp_APIC()
by Dou Liyang
· 7 years ago
935356c
x86/apic: Initialize interrupt mode after timer init
by Dou Liyang
· 7 years ago
34fba3e
x86/init: Add intr_mode_init to x86_init_ops
by Dou Liyang
· 7 years ago
0c75913
x86/apic: Unify interrupt mode setup for UP system
by Dou Liyang
· 7 years ago
4f45ed9
x86/apic: Mark the apic_intr_mode extern for sanity check cleanup
by Dou Liyang
· 7 years ago
3e730da
x86/apic: Unify interrupt mode setup for SMP-capable system
by Dou Liyang
· 7 years ago
4b1244b
x86/apic: Move logical APIC ID away from apic_bsp_setup()
by Dou Liyang
· 7 years ago
a2510d1
x86/apic: Split local APIC timer setup from the APIC setup
by Dou Liyang
· 7 years ago
4b1669e
x86/apic: Prepare for unifying the interrupt delivery modes setup
by Dou Liyang
· 7 years ago
0114a8e
x86/apic: Construct a selector for the interrupt delivery mode
by Dou Liyang
· 7 years ago
680352b
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
e2329b4
x86/cpu: Remove unused and undefined __generic_processor_info() declaration
by Dou Liyang
· 7 years ago
9b130ad
treewide: make "nr_cpu_ids" unsigned
by Alexey Dobriyan
· 7 years ago
594a30f
x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on CPUs without the feature
by Hans de Goede
· 7 years ago
61069de
x86/apic: Remove the duplicated tracing versions of interrupts
by Thomas Gleixner
· 7 years ago
3bec6def
x86/apic: Use this_cpu_ptr() in local_timer_interrupt()
by Thomas Gleixner
· 7 years ago
302a98f
x86/apic: Remove the duplicated tracing version of local_timer_interrupt()
by Thomas Gleixner
· 7 years ago
05161b9
x86/irq: Get rid of the 'first_system_vector' indirection bogosity
by Thomas Gleixner
· 7 years ago
3ad918e
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
c7d6c9d
x86/apic: Implement effective irq mask update
by Thomas Gleixner
· 8 years ago
0e24f7c
x86/apic: Add irq_data argument to apic->cpu_mask_to_apicid()
by Thomas Gleixner
· 8 years ago
91cd9cb
x86/apic: Move cpumask and to core code
by Thomas Gleixner
· 8 years ago
52b166a
x86/apic: Move online masking to core code
by Thomas Gleixner
· 8 years ago
ad95212
x86/apic: Move flat_cpu_mask_to_apicid_and() into C source
by Thomas Gleixner
· 8 years ago
bd9240a
x86/apic: Add TSC_DEADLINE quirk due to errata
by Peter Zijlstra
· 8 years ago
c6e9f42
x86/apic: Change the lapic name in deadline mode
by Peter Zijlstra
· 8 years ago
12ca7c8
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
16b76293
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
747d04b
x86/apic/timer: Set ->min_delta_ticks and ->max_delta_ticks
by Nicolai Stange
· 8 years ago
5ba039a
x86/apic: Fix a comment in init_apic_mappings()
by Dou Liyang
· 8 years ago
5d64d20
x86/apic: Remove the SET_APIC_ID(x) macro
by Dou Liyang
· 8 years ago
2b85b3d
x86/acpi: Restore the order of CPU IDs
by Dou Liyang
· 8 years ago
11277aa
x86/apic: Simplify enable_IR_x2apic(), remove try_to_enable_IR()
by Dou Liyang
· 8 years ago
bb3f0a5
x86/apic: Fix a warning message in logical CPU IDs allocation
by Dou Liyang
· 8 years ago
0871d5a
Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up updates
by Ingo Molnar
· 8 years ago
f89db78
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
543113d
x86/apic: Fix a typo in a comment line
by Dou Liyang
· 8 years ago
1506c8d
x86/boot/e820: Rename e820_reserve_resources*() to e820__reserve_resources*()
by Ingo Molnar
· 8 years ago
914122c
x86/apic: Implement set_state_oneshot_stopped() callback
by Frederic Weisbecker
· 8 years ago
12bf98b
x86/apic: Fix typos in comments
by Dou Liyang
· 8 years ago
c4158ff
x86/irq, trace: Add __irq_entry annotation to x86's platform IRQ handlers
by Daniel Bristot de Oliveira
· 8 years ago
9d85eb9
x86/smpboot: Make logical package management more robust
by Thomas Gleixner
· 8 years ago
212f300
Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
34bc356
x86: Remove empty idle.h header
by Thomas Gleixner
· 8 years ago
07c94a3
x86/amd: Simplify AMD E400 aware idle routine
by Borislav Petkov
· 8 years ago
8ca2255
x86/apic: Prevent tracing on apic_msr_write_eoi()
by Wanpeng Li
· 8 years ago
df610d6
x86/apic: Prevent pointless warning messages
by Thomas Gleixner
· 8 years ago
eb6296d
x86/apic: Fix silent & fatal merge conflict in __generic_processor_info()
by Thomas Gleixner
· 8 years ago
1e1b372
Merge branch 'x86/urgent' into x86/apic
by Thomas Gleixner
· 8 years ago
8f54969
x86/acpi: Introduce persistent storage for cpuid <-> apicid mapping
by Gu Zheng
· 8 years ago
f7c2883
x86/acpi: Enable acpi to register all possible cpus at boot time
by Gu Zheng
· 8 years ago
cff9ab2
x86/apic: Get rid of apic_version[] array
by Denys Vlasenko
· 8 years ago
c291b01
x86/apic: Fix num_processors value in case of failure
by Dou Liyang
· 8 years ago
5035da4
x86/apic: Update comment about disabling processor focus
by Wei Jiangang
· 8 years ago
2e63ad4
x86/apic: Do not init irq remapping if ioapic is disabled
by Wanpeng Li
· 8 years ago
6de4211
x86/apic, ACPI: Remove the repeated lapic address override entry parsing
by Baoquan He
· 8 years ago
fdbdfef
Merge branch 'linus' into timers/urgent, to pick up fixes
by Ingo Molnar
· 8 years ago
6731b0d
x86/timers/apic: Inform TSC deadline clockevent device about recalibration
by Nicolai Stange
· 8 years ago
1a9e4c5
x86/timers/apic: Fix imprecise timer interrupts by eliminating TSC clockevents frequency roundoff error
by Nicolai Stange
· 8 years ago
97f2645
tree-wide: replace config_enabled() with IS_ENABLED()
by Masahiro Yamada
· 8 years ago
aeb35d6
Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
08fd8c17
Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 8 years ago
3e9e57f
x86/acpi: store ACPI ids from MADT for future usage
by Vitaly Kuznetsov
· 9 years ago
186f436
x86/kernel: Audit and remove any unnecessary uses of module.h
by Paul Gortmaker
· 8 years ago
3c8fad9
x86/apic: Fix misspelled APIC
by Claudio Fontana
· 9 years ago
93984fb
x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usage
by Borislav Petkov
· 9 years ago
59e21e3
x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usage
by Borislav Petkov
· 9 years ago
62436a4
x86/cpufeature: Remove cpu_has_x2apic
by Borislav Petkov
· 9 years ago
00f5268
Merge branch 'x86/cleanups' into x86/urgent
by Ingo Molnar
· 9 years ago
1f12e32
x86/topology: Create logical package id
by Thomas Gleixner
· 9 years ago
6a6256f
x86: Fix misspellings in comments
by Adam Buchbinder
· 9 years ago
b7c4948
x86/apic: Introduce apic_extnmi command line parameter
by Hidehiro Kawai
· 9 years ago
42baa25
x86/apic: Fix the saving and restoring of lapic vectors during suspend/resume
by Juergen Gross
· 9 years ago
d786ad3
x86/apic: Deinline various functions
by Denys Vlasenko
· 9 years ago
5d7c631
x86/apic: Serialize LVTT and TSC_DEADLINE writes
by Shaohua Li
· 9 years ago
43af987
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
5778077
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
a57e456
x86/apic: Fix fallout from x2apic cleanup
by Thomas Gleixner
· 9 years ago
c948c26
x86/apic: Drop local_irq_save/restore in timer callbacks
by Thomas Gleixner
· 9 years ago
b23d8e5
x86/apic: Migrate apic timer to new set_state interface
by Viresh Kumar
· 9 years ago
4ea1636
x86/asm/tsc: Rename native_read_tsc() to rdtsc()
by Andy Lutomirski
· 10 years ago
87be28a
x86/asm/tsc: Replace rdtscll() with native_read_tsc()
by Andy Lutomirski
· 10 years ago
4399c03c6
x86/apic: Remove verify_local_APIC()
by Bandan Das
· 10 years ago
8329aa9
Revert "x86/apic: Only disable CPU x2apic mode when necessary"
by Linus Torvalds
· 10 years ago
9c4d9c7
x86: Consolidate boot cpu timer setup
by Thomas Gleixner
· 10 years ago
Next »