public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jianyu Zhan <nasa4836@gmail.com>
To: tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com,
	brgerst@gmail.com, bp@suse.de, Aravind.Gopalakrishnan@amd.com,
	nasa4836@gmail.com, jiang.liu@linux.intel.com, feng.wu@intel.com,
	tj@kernel.org, dvlasenk@redhat.com, penberg@cs.helsinki.fi,
	yhlu.kernel@gmail.com, luto@kernel.org, ajm@sgi.com,
	yinghai@kernel.org, akpm@linux-foundation.org,
	akinobu.mita@gmail.com
Cc: x86@kernel.org, linux-kernel@vger.kernel.org, nasa4837@gmail.com
Subject: [PATCH 0/3] x86/irq: Refactor special vector definition and cleanup
Date: Sat, 12 Mar 2016 23:05:32 +0800	[thread overview]
Message-ID: <cover.1457790776.git.nasa4836@gmail.com> (raw)

Currently special(system) irq definition layout is a bit random, due to quite
a long period of code shuffle and refactorization, making native_init_IRQ()
quit hard to follow.

Besides, there are also some leftovers on the vector layout comment.
For example, INVALIDATE_TLB_VECTOR_START vectors have gone by using generic IPI 
mechanism(see commit 52aec3308db8). VSYSCALL_EMU_VECTOR is also gone because
vsyscalls are emulated by instruction fault traps(see commit 3ae36655b97a).

This patch set aims at refactoring the speical vector defnition and do some cleanup.

*** Test done ***
This patch set has been rebased on tip/master and have done build test and run it
for hours, doing daily jobs, and found no problem.

Jianyu Zhan (3):
  x86/asm/irq: Rearrange definitoin of specical irq vectors and cleanup.
  x86/irq: refactor native_init_IRQ
  x86/irq: update first_system_vector only when X86_LOCAL_PIC is on

 arch/x86/include/asm/desc.h        |  2 ++
 arch/x86/include/asm/irq_vectors.h | 72 +++++++++++++++++++++++++++++---------
 arch/x86/kernel/irqinit.c          | 71 +++++++++++++++++++++----------------
 3 files changed, 97 insertions(+), 48 deletions(-)

-- 
2.4.3

             reply	other threads:[~2016-03-12 15:05 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-12 15:05 Jianyu Zhan [this message]
2016-03-12 15:06 ` [PATCH 1/3] x86/asm/irq: Rearrange definitoin of specical irq vectors and cleanup Jianyu Zhan
2016-03-12 15:10 ` [PATCH 2/3] x86/irq: refactor native_init_IRQ Jianyu Zhan
2016-03-12 15:30   ` kbuild test robot
2016-03-12 15:36     ` Jianyu Zhan
2016-03-12 16:25   ` kbuild test robot
2016-03-12 15:10 ` [PATCH 3/3] x86/irq: update first_system_vector only when X86_LOCAL_PIC is on Jianyu Zhan
2016-03-12 20:08   ` Thomas Gleixner
2016-03-13  1:28     ` Jianyu Zhan
2016-03-13  6:35       ` Thomas Gleixner
2016-03-13  7:25         ` Jianyu Zhan
2016-03-13  7:41           ` Jianyu Zhan
2016-03-13  7:55           ` Thomas Gleixner
2016-03-13  8:20             ` Jianyu Zhan
2016-03-13  9:11               ` Thomas Gleixner
2016-03-13  9:29                 ` Jianyu Zhan
2016-03-13  9:33                   ` Thomas Gleixner
2016-03-13 10:08                     ` Jianyu Zhan
2016-03-13 11:12                       ` Thomas Gleixner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1457790776.git.nasa4836@gmail.com \
    --to=nasa4836@gmail.com \
    --cc=Aravind.Gopalakrishnan@amd.com \
    --cc=ajm@sgi.com \
    --cc=akinobu.mita@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=bp@suse.de \
    --cc=brgerst@gmail.com \
    --cc=dvlasenk@redhat.com \
    --cc=feng.wu@intel.com \
    --cc=hpa@zytor.com \
    --cc=jiang.liu@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luto@kernel.org \
    --cc=mingo@redhat.com \
    --cc=nasa4837@gmail.com \
    --cc=penberg@cs.helsinki.fi \
    --cc=tglx@linutronix.de \
    --cc=tj@kernel.org \
    --cc=x86@kernel.org \
    --cc=yhlu.kernel@gmail.com \
    --cc=yinghai@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox