summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-29x86/fpu: Use bitfield accessors for desc_structThomas Gleixner3-25/+51
2017-08-29x86/percpu: Use static initializer for GDT entryThomas Gleixner1-6/+3
2017-08-29x86/idt: Unify gate_struct handling for 32/64-bit kernelsThomas Gleixner5-57/+67
2017-08-29x86/tracing: Build tracepoints only when they are usedThomas Gleixner1-12/+24
2017-08-29x86/irq_work: Make it depend on APICThomas Gleixner2-2/+10
2017-08-29x86/ipi: Make platform IPI depend on APICThomas Gleixner2-7/+7
2017-08-29x86/tracing: Disentangle pagefault and resched IPI tracing keyThomas Gleixner6-22/+59
2017-08-29x86/idt: Clean up the i386 low level entry macrosThomas Gleixner1-9/+5
2017-08-29x86/idt: Remove the tracing IDT completelyThomas Gleixner7-170/+9
2017-08-29x86/smp: Use static key for reschedule interrupt tracingThomas Gleixner2-26/+16
2017-08-29x86/smp: Remove pointless duplicated interrupt codeThomas Gleixner2-38/+9
2017-08-29x86/mce: Remove duplicated tracing interrupt codeThomas Gleixner4-48/+10
2017-08-29x86/irqwork: Get rid of duplicated tracing interrupt codeThomas Gleixner2-15/+3
2017-08-29x86/apic: Remove the duplicated tracing versions of interruptsThomas Gleixner2-35/+12
2017-08-29x86/irq: Get rid of duplicated trace_x86_platform_ipi() codeThomas Gleixner2-21/+6
2017-08-29x86/apic: Use this_cpu_ptr() in local_timer_interrupt()Thomas Gleixner1-3/+3
2017-08-29x86/apic: Remove the duplicated tracing version of local_timer_interrupt()Thomas Gleixner2-20/+1
2017-08-29x86/traps: Simplify pagefault tracing logicThomas Gleixner5-66/+16
2017-08-29x86/tracing: Introduce a static key for exception tracingThomas Gleixner4-7/+25
2017-08-29x86/boot: Move EISA setup to a separate fileThomas Gleixner3-13/+19
2017-08-29x86/irq: Remove duplicated used_vectors definitionThomas Gleixner2-4/+0
2017-08-29x86/irq: Get rid of the 'first_system_vector' indirection bogosityThomas Gleixner5-11/+5
2017-08-29x86/irq: Unexport used_vectors[]Thomas Gleixner1-1/+0
2017-08-29x86/irq: Remove vector_used_by_percpu_irq()Thomas Gleixner3-15/+0
2017-08-29Merge branch 'linus' into x86/apic, to pick up fixesIngo Molnar230-814/+1524
2017-08-29page waitqueue: always add new entries at the endLinus Torvalds1-1/+1
2017-08-29cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configsTejun Heo1-1/+5
2017-08-29ARCv2: SMP: Mask only private-per-core IRQ lines on boot at core intcAlexey Brodkin2-3/+10
2017-08-29fs/select: Fix memory corruption in compat_get_fd_set()Helge Deller1-5/+1
2017-08-28Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds8-27/+17
2017-08-28Linux 4.13-rc7v4.13-rc7Linus Torvalds1-1/+1
2017-08-28Merge tag 'iommu-fixes-v4.13-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-15/+37
2017-08-28Merge tag 'char-misc-4.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2017-08-28Merge tag 'staging-4.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-46/+107
2017-08-28Merge tag 'ntb-4.13-bugfixes' of git://github.com/jonmason/ntbLinus Torvalds3-5/+7
2017-08-28Avoid page waitqueue race leaving possible page locker waitingLinus Torvalds1-4/+5
2017-08-27Minor page waitqueue cleanupsLinus Torvalds2-8/+10
2017-08-27Clarify (and fix) MAX_LFS_FILESIZE macrosLinus Torvalds1-2/+2
2017-08-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds6-13/+45
2017-08-26Merge tag 'pci-v4.13-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-10/+3
2017-08-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+26
2017-08-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-9/+41
2017-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-20/+19
2017-08-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-6/+33
2017-08-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-64/+135
2017-08-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-9/+17
2017-08-26Merge tag 'powerpc-4.13-8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds3-0/+20
2017-08-26Merge tag 'nfsd-4.13-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-6/+22
2017-08-26Merge tag 'cifs-fixes-for-4.13-rc6-and-stable' of git://git.samba.org/sfrench...Linus Torvalds2-8/+14
2017-08-26Merge tag 'for-linus-20170825' of git://git.infradead.org/linux-mtdLinus Torvalds2-1/+13