Age | Commit message (Expand) | Author | Files | Lines |
2016-07-14 | x86/kernel: Audit and remove any unnecessary uses of module.h | Paul Gortmaker | 1 | -1/+0 |
2016-06-24 | x86: fix up a few misc stack pointer vs thread_info confusions | Linus Torvalds | 1 | -2/+0 |
2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 1 | -12/+7 |
2015-08-28 | x86/irq: Do not dereference irq descriptor before checking it | Thomas Gleixner | 1 | -1/+2 |
2015-08-06 | x86/irq: Store irq descriptor in vector array | Thomas Gleixner | 1 | -5/+4 |
2015-05-10 | x86/irq: Merge irq_regs & irq_stat | Brian Gerst | 1 | -6/+0 |
2015-03-23 | x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()' | Andy Lutomirski | 1 | -1/+1 |
2015-01-02 | x86: Clean up current_stack_pointer | Andy Lutomirski | 1 | -10/+3 |
2014-03-10 | x86, threadinfo: Redo "x86: Use inline assembler to get sp" | Mathias Krause | 1 | -1/+5 |
2014-03-06 | x86: Keep thread_info on thread stack in x86_32 | Steven Rostedt | 1 | -43/+31 |
2014-03-06 | x86: Prepare removal of previous_esp from i386 thread_info structure | Steven Rostedt | 1 | -4/+11 |
2013-11-12 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -4/+0 |
2013-10-01 | irq: Consolidate do_softirq() arch overriden implementations | Frederic Weisbecker | 1 | -22/+8 |
2013-09-25 | sched, x86: Provide a per-cpu preempt_count implementation | Peter Zijlstra | 1 | -4/+0 |
2013-07-14 | x86: delete __cpuinit usage from all x86 files | Paul Gortmaker | 1 | -1/+1 |
2012-05-08 | x86: Use common threadinfo allocator | Thomas Gleixner | 1 | -4/+4 |
2012-02-20 | x86-32/irq: Don't switch to irq stack for a user-mode irq | Linus Torvalds | 1 | -8/+3 |
2011-12-05 | x86: Fix the 32-bit stackoverflow-debug build | Ingo Molnar | 1 | -0/+3 |
2011-12-05 | x86: Panic on detection of stack overflow | Mitsuo Hayasaka | 1 | -0/+2 |
2011-03-18 | x86: Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-01-18 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -5/+2 |
2011-01-18 | x86: Clear irqstack thread_info | Brian Gerst | 1 | -5/+2 |
2010-12-30 | x86: Use this_cpu_ops to optimize code | Tejun Heo | 1 | -2/+2 |
2010-10-29 | x86-32: Restore irq stacks NUMA-aware allocations | Eric Dumazet | 1 | -2/+7 |
2010-10-27 | x86-32: Allocate irq stacks seperate from percpu area | Brian Gerst | 1 | -10/+2 |
2010-09-07 | x86, 32-bit: Align percpu area and irq stacks to THREAD_SIZE | Alexander van Heukelum | 1 | -2/+2 |
2010-07-27 | x86-32: Align IRQ stacks properly | Christoph Hellwig | 1 | -1/+1 |
2010-06-29 | x86: Always use irq stacks | Christoph Hellwig | 1 | -6/+0 |
2009-11-02 | x86: Unify fixup_irqs() for 32-bit and 64-bit kernels | Suresh Siddha | 1 | -45/+0 |
2009-08-09 | x86: Use printk_once() | Marcin Slusarz | 1 | -3/+2 |
2009-02-24 | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Ingo Molnar | 1 | -14/+15 |
2009-02-20 | x86: use percpu data for 4k hardirq and softirq stacks | Lai Jiangshan | 1 | -14/+15 |
2009-02-17 | x86, apic: remove duplicate asm/apic.h inclusions | Ingo Molnar | 1 | -1/+0 |
2009-02-17 | x86, apic: remove genapic.h | Ingo Molnar | 1 | -1/+1 |
2009-02-09 | x86: unify do_IRQ() | Jeremy Fitzhardinge | 1 | -27/+0 |
2009-02-09 | x86: add handle_irq() to allow interrupt injection | Jeremy Fitzhardinge | 1 | -13/+21 |
2009-01-29 | x86: remove mach_apic.h | Ingo Molnar | 1 | -1/+1 |
2009-01-11 | cpumask: update irq_desc to use cpumask_var_t | Mike Travis | 1 | -1/+1 |
2009-01-04 | x86: irq_32.c fix style problems | Jaswinder Singh Rajput | 1 | -5/+5 |
2008-12-16 | x86: fixup_irqs() doesnt need an argument. | Mike Travis | 1 | -6/+7 |
2008-12-13 | Merge ../linux-2.6-x86 | Rusty Russell | 1 | -0/+2 |
2008-12-13 | cpumask: make irq_set_affinity() take a const struct cpumask | Rusty Russell | 1 | -1/+1 |
2008-12-08 | sparse irq_desc[] array: core kernel and x86 changes | Yinghai Lu | 1 | -0/+2 |
2008-10-16 | x86: move ack_bad_irq() to irq.c | Thomas Gleixner | 1 | -23/+0 |
2008-10-16 | x86: unify show_interrupts() and proc helpers | Thomas Gleixner | 1 | -146/+0 |
2008-10-16 | x86: cleanup show_interrupts | Thomas Gleixner | 1 | -83/+77 |
2008-10-16 | genirq: remove sparse irq code | Thomas Gleixner | 1 | -8/+0 |
2008-10-16 | x86: irq no should not use hex in /proc/interrupts | Yinghai Lu | 1 | -1/+1 |
2008-10-16 | x86: make HAVE_SPARSE_IRQ support selectable | Yinghai Lu | 1 | -1/+1 |
2008-10-16 | x86: add debug info for 32bit sparse_irq | Yinghai Lu | 1 | -2/+2 |