summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-07-31Merge branch 'for-next/read-barrier-depends' into for-next/coreCatalin Marinas8-152/+139
2020-07-31Merge branch 'for-next/tlbi' into for-next/coreCatalin Marinas1-15/+40
2020-07-31Merge branches 'for-next/misc', 'for-next/vmcoreinfo', 'for-next/cpufeature',...Catalin Marinas10-26/+101
2020-07-28of/irq: Make of_msi_map_rid() PCI bus agnosticLorenzo Pieralisi1-4/+4
2020-07-28of/irq: make of_msi_map_get_device_domain() bus agnosticDiana Craciun1-2/+3
2020-07-28of/device: Add input id to of_dma_configure()Lorenzo Pieralisi2-4/+18
2020-07-28of/iommu: Make of_map_rid() PCI agnosticLorenzo Pieralisi1-2/+2
2020-07-28ACPI/IORT: Add an input ID to acpi_dma_configure()Lorenzo Pieralisi3-5/+18
2020-07-28ACPI/IORT: Make iort_msi_map_rid() PCI agnosticLorenzo Pieralisi1-3/+3
2020-07-28ACPI/IORT: Make iort_get_device_domain IRQ domain agnosticLorenzo Pieralisi1-3/+4
2020-07-24arm64/vdso: Add time namespace pageAndrei Vagin1-0/+1
2020-07-21compiler.h: Move compiletime_assert() macros into compiler_types.hWill Deacon2-41/+41
2020-07-21include/linux: Remove smp_read_barrier_depends() from commentsWill Deacon2-2/+2
2020-07-21locking/barriers: Remove definitions for [smp_]read_barrier_depends()Will Deacon1-17/+0
2020-07-21asm/rwonce: Don't pull <asm/barrier.h> into 'asm-generic/rwonce.h'Will Deacon2-2/+2
2020-07-21asm/rwonce: Remove smp_read_barrier_depends() invocationWill Deacon1-15/+4
2020-07-21asm/rwonce: Allow __READ_ONCE to be overridden by the architectureWill Deacon1-0/+2
2020-07-21compiler.h: Split {READ,WRITE}_ONCE definitions out into rwonce.hWill Deacon4-92/+105
2020-07-20perf: Add perf_event_mmap_page::cap_user_time_short ABIPeter Zijlstra1-3/+20
2020-07-20sched_clock: Expose struct clock_read_dataPeter Zijlstra1-0/+28
2020-07-07tlb: mmu_gather: add tlb_flush_*_range APIsPeter Zijlstra (Intel)1-15/+40
2020-07-07smccc: Make constants available to assemblyAndrew Scull1-22/+22
2020-06-28Merge tag 'timers-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+7
2020-06-28Merge tag 'efi-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+16
2020-06-28Merge tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-35/+83
2020-06-28Merge tag 'x86_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2020-06-28Merge tag 'rcu_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+236
2020-06-28Merge tag 'x86_entry_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-8/+21
2020-06-28smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra4-37/+83
2020-06-28sched/core: Fix CONFIG_GCC_PLUGIN_RANDSTRUCT build failPeter Zijlstra1-2/+4
2020-06-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1
2020-06-27Merge tag 'vfio-v5.8-rc3' of git://github.com/awilliam/linux-vfioLinus Torvalds1-1/+1
2020-06-27Merge tag 'dma-mapping-5.8-4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+0
2020-06-27Merge tag 'kgdb-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds1-3/+2
2020-06-26Merge tag 'iommu-fixes-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2020-06-26Merge tag 'drm-fixes-2020-06-26' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-0/+4
2020-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-3/+8
2020-06-26kdb: Switch to use safer dbg_io_ops over console APIsSumit Garg1-3/+2
2020-06-26Merge branch 'linus' into x86/entry, to resolve conflictsIngo Molnar30-68/+165
2020-06-26mm: remove vmalloc_execChristoph Hellwig1-1/+0
2020-06-26mm: workingset: age nonresident information alongside anonymous pagesJohannes Weiner2-2/+3
2020-06-26make asm-generic/cacheflush.h more standaloneStephen Rothwell1-0/+5
2020-06-26Merge tag 'drm-misc-fixes-2020-06-25' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+1
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds14-22/+58
2020-06-25rds: transport module should be auto loaded when transport is setRao Shoaib1-1/+3
2020-06-25sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner1-3/+5
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-0/+9
2020-06-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-4/+6
2020-06-25Merge tag 'sound-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2-0/+17
2020-06-25rcu: Fixup noinstr warningsPeter Zijlstra1-1/+1