summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-3/+3
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-044-5/+30
|\
| * signal/ia64: Replace FPE_FIXME with FPE_FLTUNKEric W. Biederman2018-04-251-2/+2
| * signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-254-3/+28
* | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-042-22/+0
|\ \
| * | dma-debug: move initialization to common codeChristoph Hellwig2018-05-081-10/+0
| * | PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-12/+0
| |/
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-162-42/+16
* | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-15/+1
|/
* 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: fix build failure with CONFIG_SWIOTLBCorentin Labbe2018-02-121-1/+0
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* pids: introduce find_get_task_by_vpid() helperMike Rapoport2018-02-061-10/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-013-7/+17
|\
| * 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-092-0/+14
| |/
* | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-313-77/+19
|\ \
| * | ia64: remove an ifdef around the content of pci-dma.cChristoph Hellwig2018-01-151-7/+0
| * | ia64: clean up swiotlb supportChristoph Hellwig2018-01-153-38/+19
| * | ia64: use generic swiotlb_opsChristoph Hellwig2018-01-151-35/+3
| * | ia64: replace ZONE_DMA with ZONE_DMA32Christoph Hellwig2018-01-151-1/+1
| * | ia64: rename swiotlb_dma_opsChristoph Hellwig2018-01-151-3/+3
| |/
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\ \
| * | ia64: annotate ->poll() instancesAl Viro2017-11-271-2/+2
| |/
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-301-52/+0
|\ \
| * | signal/ia64: switch the last arch-specific copy_siginfo_to_user() to generic ...Eric W. Biederman2018-01-121-52/+0
| |/
* | Merge tag 'acpi-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-01-291-0/+5
|\ \
| | \
| | \
| *-. \ Merge branches 'acpi-numa', 'acpi-sysfs', 'acpi-pmic', 'acpi-soc' and 'acpi-ged'Rafael J. Wysocki2018-01-181-0/+5
| |\ \ \ | | | |/
| | * | ACPI / NUMA: ia64: Parse all entries of SRAT memory affinity tableGanapatrao Kulkarni2017-11-271-0/+5
| | |/
* | | Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-01-293-45/+2
|\ \ \ | |/ / |/| |
| * | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-093-45/+2
| |/
* | ia64, sched/cputime: Fix build error if CONFIG_VIRT_CPU_ACCOUNTING_NATIVE=yValentin Ilie2018-01-061-1/+1
|/
* pid: remove pidhashGargi Sharma2017-11-171-2/+2
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-132-7/+6
|\
| * ia64: Convert timers to use timer_setup()Kees Cook2017-11-022-7/+6
* | Merge tag 'please-pull-gettime_vsyscall_update' of git://git.kernel.org/pub/s...Linus Torvalds2017-11-134-25/+35
|\ \
| * | ia64: Update fsyscall gettime to use modern vsyscall_updateTony Luck2017-10-314-25/+35
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0255-0/+55
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-09-112-11/+10
|\
| * signal: Remove kernel interal si_code magicEric W. Biederman2017-07-241-9/+8
| * signal/ia64: Document a conflict with SI_USER with SIGFPEEric W. Biederman2017-07-191-2/+2
* | Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-09-051-3/+3
|\ \
| * | ACPI / boot: Correct address space of __acpi_map_table()Andy Shevchenko2017-07-241-3/+3
| |/
* | efi: Update efi_mem_type() to return an error rather than 0Tom Lendacky2017-07-181-2/+2
|/
* ia64: move inline before return typeJoe Perches2017-07-121-1/+1
* kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang2017-07-121-5/+0
OpenPOWER on IntegriCloud