summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-045-92/+4
|\
| * y2038: ia64: Remove unneeded ipc uapi header filesArnd Bergmann2018-04-205-92/+4
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-041-0/+1
|\ \ | |/
| * time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-191-0/+1
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-041-1/+1
|\ \
| * | softirq/ia64: Switch to generic local_softirq_pending() implementationFrederic Weisbecker2018-05-141-1/+1
| * | softirq/ia64: Convert local_softirq_pending() to per-cpu opsFrederic Weisbecker2018-05-141-1/+1
| |/
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-046-13/+33
|\ \
| * | signal/ia64: Replace FPE_FIXME with FPE_FLTUNKEric W. Biederman2018-04-252-9/+2
| * | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-255-4/+31
| |/
* | Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds2018-06-041-1/+1
|\ \
| * \ Merge branch 'mm-rst' into docs-nextJonathan Corbet2018-04-161-1/+1
| |\ \ | | |/ | |/|
| | * docs/vm: rename documentation files to .rstMike Rapoport2018-04-161-1/+1
* | | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-046-68/+2
|\ \ \
| * | | swiotlb: move the SWIOTLB config symbol to lib/KconfigChristoph Hellwig2018-05-091-8/+0
| * | | arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig2018-05-091-3/+0
| * | | dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigChristoph Hellwig2018-05-091-3/+1
| * | | scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/KconfigChristoph Hellwig2018-05-091-3/+1
| * | | iommu-helper: mark iommu_is_span_boundary as inlineChristoph Hellwig2018-05-091-3/+0
| * | | dma-debug: remove CONFIG_HAVE_DMA_API_DEBUGChristoph Hellwig2018-05-081-1/+0
| * | | dma-debug: move initialization to common codeChristoph Hellwig2018-05-081-10/+0
| * | | PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-074-37/+0
| |/ /
* | | tty: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-14/+1
* | | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-164-125/+27
* | | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-162-29/+2
|/ /
* | Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-061-2/+2
|\ \
| * | PCI/MSI: Don't set up INTx if MSI or MSI-X is enabledBjorn Helgaas2018-03-131-2/+2
| |/
* | mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2018-04-021-2/+2
* | ia64/err-inject: fix spelling mistake: "capapbilities" -> "capabilities"Colin Ian King2018-03-051-1/+1
* | ia64/err-inject: Use get_user_pages_fast()Davidlohr Bueso2018-03-051-1/+1
* | ia64: Convert remaining atomic operationsMatthew Wilcox2018-03-051-46/+23
* | ia64: convert unwcheck.py to python3Corentin Labbe2018-03-051-8/+8
* | bug.h: work around GCC PR82365 in BUG()Arnd Bergmann2018-02-211-1/+5
* | ia64: fix build failure with CONFIG_SWIOTLBCorentin Labbe2018-02-121-1/+0
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-061-10/+3
|\
| * pids: introduce find_get_task_by_vpid() helperMike Rapoport2018-02-061-10/+3
* | Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-062-10/+14
|\ \ | |/ |/|
| * Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler2018-02-032-1/+6
| |\
| * | mm: pass the vmem_altmap to memmap_init_zoneChristoph Hellwig2018-01-081-4/+5
| * | mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig2018-01-081-1/+2
| * | mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig2018-01-081-2/+2
| * | mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig2018-01-081-1/+2
| * | mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig2018-01-081-2/+3
* | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-011-1/+0
|\ \ \
| * | | arch: Remove clkdev.h asm-generic from KbuildStephen Boyd2018-01-031-1/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-014-8/+26
|\ \ \ \
| * \ \ \ Merge branch 'for-4.16-print-symbol' into for-4.16Petr Mladek2018-01-221-7/+3
| |\ \ \ \
| | * | | | ia64: do not use print_symbol()Sergey Senozhatsky2018-01-051-7/+3
| | |/ / /
| * | | | ia64: Add .opd based function descriptor dereferenceSergey Senozhatsky2018-01-093-1/+23
| |/ / /
OpenPOWER on IntegriCloud