index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
apic
/
apic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-28
x86/apic: Avoid wrong warning when parsing 'apic=' in X86-32 case
Dou Liyang
1
-0
/
+2
2017-11-13
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-140
/
+99
2017-11-13
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2017-11-13
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2017-11-10
x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...
Juergen Gross
1
-1
/
+1
2017-11-07
Merge branch 'linus' into x86/apic, to resolve conflicts
Ingo Molnar
1
-2
/
+13
2017-10-12
x86/apic: Update TSC_DEADLINE quirk with additional SKX stepping
Len Brown
1
-1
/
+11
2017-10-12
x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on hypervisors
Paolo Bonzini
1
-1
/
+2
2017-10-03
x86/boot: Spell out "boot CPU" for BP
Jean Delvare
1
-1
/
+1
2017-09-28
x86/apic: Fix spelling mistake: "symmectic" -> "symmetric"
Colin Ian King
1
-2
/
+2
2017-09-25
x86/apic: Move common APIC callbacks
Thomas Gleixner
1
-28
/
+0
2017-09-25
x86/apic: Move probe32 specific APIC functions
Thomas Gleixner
1
-10
/
+0
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
1
-49
/
+0
2017-09-25
x86/apic: Initialize interrupt mode after timer init
Dou Liyang
1
-2
/
+0
2017-09-25
x86/init: Add intr_mode_init to x86_init_ops
Dou Liyang
1
-1
/
+1
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
1
-10
/
+6
2017-09-25
x86/apic: Unify interrupt mode setup for SMP-capable system
Dou Liyang
1
-3
/
+35
2017-09-25
x86/apic: Move logical APIC ID away from apic_bsp_setup()
Dou Liyang
1
-9
/
+1
2017-09-25
x86/apic: Split local APIC timer setup from the APIC setup
Dou Liyang
1
-2
/
+2
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-12
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2017-09-11
x86/cpu: Remove unused and undefined __generic_processor_info() declaration
Dou Liyang
1
-1
/
+1
2017-09-08
treewide: make "nr_cpu_ids" unsigned
Alexey Dobriyan
1
-1
/
+1
2017-08-31
x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on CPUs withou...
Hans de Goede
1
-1
/
+5
2017-08-29
x86/apic: Remove the duplicated tracing versions of interrupts
Thomas Gleixner
1
-33
/
+10
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/irq: Get rid of the 'first_system_vector' indirection bogosity
Thomas Gleixner
1
-2
/
+0
2017-07-03
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+80
2017-06-22
x86/apic: Implement effective irq mask update
Thomas Gleixner
1
-0
/
+3
2017-06-22
x86/apic: Add irq_data argument to apic->cpu_mask_to_apicid()
Thomas Gleixner
1
-2
/
+7
2017-06-22
x86/apic: Move cpumask and to core code
Thomas Gleixner
1
-10
/
+4
2017-06-22
x86/apic: Move online masking to core code
Thomas Gleixner
1
-18
/
+9
2017-06-22
x86/apic: Move flat_cpu_mask_to_apicid_and() into C source
Thomas Gleixner
1
-0
/
+16
2017-06-04
x86/apic: Add TSC_DEADLINE quirk due to errata
Peter Zijlstra
1
-0
/
+79
2017-06-04
x86/apic: Change the lapic name in deadline mode
Peter Zijlstra
1
-0
/
+1
2017-05-01
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+3
2017-05-01
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2017-04-14
x86/apic/timer: Set ->min_delta_ticks and ->max_delta_ticks
Nicolai Stange
1
-0
/
+4
2017-03-13
x86/apic: Fix a comment in init_apic_mappings()
Dou Liyang
1
-2
/
+2
2017-03-13
x86/apic: Remove the SET_APIC_ID(x) macro
Dou Liyang
1
-1
/
+1
2017-03-11
x86/acpi: Restore the order of CPU IDs
Dou Liyang
1
-19
/
+7
2017-03-01
x86/apic: Simplify enable_IR_x2apic(), remove try_to_enable_IR()
Dou Liyang
1
-13
/
+4
2017-03-01
x86/apic: Fix a warning message in logical CPU IDs allocation
Dou Liyang
1
-3
/
+3
2017-03-01
Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...
Ingo Molnar
1
-20
/
+21
2017-02-28
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+4
[next]