summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2017-08-29x86/apic: Remove the duplicated tracing version of local_timer_interrupt()Thomas Gleixner-20/+1
2017-08-29x86/traps: Simplify pagefault tracing logicThomas Gleixner-66/+16
2017-08-29x86/tracing: Introduce a static key for exception tracingThomas Gleixner-7/+25
2017-08-29x86/boot: Move EISA setup to a separate fileThomas Gleixner-13/+19
2017-08-29x86/irq: Remove duplicated used_vectors definitionThomas Gleixner-4/+0
2017-08-29x86/irq: Get rid of the 'first_system_vector' indirection bogosityThomas Gleixner-11/+5
2017-08-29x86/irq: Unexport used_vectors[]Thomas Gleixner-1/+0
2017-08-29x86/irq: Remove vector_used_by_percpu_irq()Thomas Gleixner-15/+0
2017-08-29Merge branch 'linus' into x86/apic, to pick up fixesIngo Molnar-814/+1524
2017-08-28page waitqueue: always add new entries at the endLinus Torvalds-1/+1
2017-08-28cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configsTejun Heo-1/+5
2017-08-28ARCv2: SMP: Mask only private-per-core IRQ lines on boot at core intcAlexey Brodkin-3/+10
2017-08-28fs/select: Fix memory corruption in compat_get_fd_set()Helge Deller-5/+1
2017-08-28Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds-27/+17
2017-08-27Linux 4.13-rc7v4.13-rc7Linus Torvalds-1/+1
2017-08-27Merge tag 'iommu-fixes-v4.13-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-15/+37
2017-08-27Merge tag 'char-misc-4.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2017-08-27Merge tag 'staging-4.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-46/+107
2017-08-27Merge tag 'ntb-4.13-bugfixes' of git://github.com/jonmason/ntbLinus Torvalds-5/+7
2017-08-27Avoid page waitqueue race leaving possible page locker waitingLinus Torvalds-4/+5
2017-08-27Minor page waitqueue cleanupsLinus Torvalds-8/+10
2017-08-27Clarify (and fix) MAX_LFS_FILESIZE macrosLinus Torvalds-2/+2
2017-08-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-13/+45
2017-08-26Merge tag 'pci-v4.13-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-10/+3
2017-08-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+26
2017-08-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-9/+41
2017-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-20/+19
2017-08-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds-6/+33
2017-08-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-64/+135
2017-08-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-9/+17
2017-08-25Merge tag 'powerpc-4.13-8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-0/+20
2017-08-25Merge tag 'nfsd-4.13-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-6/+22
2017-08-25Merge tag 'cifs-fixes-for-4.13-rc6-and-stable' of git://git.samba.org/sfrench...Linus Torvalds-8/+14
2017-08-25Merge tag 'for-linus-20170825' of git://git.infradead.org/linux-mtdLinus Torvalds-1/+13
2017-08-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-75/+69
2017-08-25Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-14/+24
2017-08-25PCI/MSI: Don't warn when irq_create_affinity_masks() returns NULLChristoph Hellwig-10/+3
2017-08-25Merge tag 'mmc-v4.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds-6/+43
2017-08-25Merge tag 'sound-4.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-5/+16
2017-08-25Merge tag 'dmaengine-fix-4.13-rc7' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds-2/+2
2017-08-25Merge tag 'drm-fixes-for-v4.13-rc7' of git://people.freedesktop.org/~airlied/...Linus Torvalds-24/+69
2017-08-25mm/memblock.c: reversed logic in memblock_discard()Pavel Tatashin-1/+1
2017-08-25fork: fix incorrect fput of ->exe_file causing use-after-freeEric Biggers-0/+1
2017-08-25mm/madvise.c: fix freeing of locked page with MADV_FREEEric Biggers-1/+1
2017-08-25dax: fix deadlock due to misaligned PMD faultsRoss Zwisler-0/+10
2017-08-25mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabledKirill A. Shutemov-2/+2
2017-08-25PM/hibernate: touch NMI watchdog when creating snapshotChen Yu-2/+18
2017-08-25virtio_pci: fix cpu affinity supportChristoph Hellwig-3/+7
2017-08-25virtio_blk: fix incorrect message when disk is resizedStefan Hajnoczi-6/+10
2017-08-25blk-mq-debugfs: Add names for recently added flagsBart Van Assche-0/+3