summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-212-8/+8
|\
| * pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-212-3/+3
| * pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman2018-07-212-3/+3
| * pids: Compute task_tgid using signal->leader_pidEric W. Biederman2018-07-212-5/+5
* | Merge tag 'please-pull-noboot' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-211-1/+10
|\ \
| * | ia64: switch to NO_BOOTMEMMike Rapoport2018-07-231-1/+10
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-07-251-4/+2Star
|\| |
| * | mm: make vm_area_alloc() initialize core fieldsLinus Torvalds2018-07-221-3/+1Star
| * | mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds2018-07-211-2/+2
| |/
* | bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2018-06-211-9/+4Star
* | ia64/kprobes: Don't call the ->break_handler() in ia64 kprobes codeMasami Hiramatsu2018-06-211-10/+0Star
* | ia64/kprobes: Remove jprobe implementationMasami Hiramatsu2018-06-213-161/+1Star
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-3/+3
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+2
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-054-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/+0Star
|\ \
| * | dma-debug: move initialization to common codeChristoph Hellwig2018-05-081-10/+0Star
| * | PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-12/+0Star
| |/
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-162-42/+16Star
* | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-15/+1Star
|/
* 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/+0Star
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* pids: introduce find_get_task_by_vpid() helperMike Rapoport2018-02-071-10/+3Star
* 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/+3Star
| |\
| | * ia64: do not use print_symbol()Sergey Senozhatsky2018-01-051-7/+3Star
| * | 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/+19Star
|\ \
| * | ia64: remove an ifdef around the content of pci-dma.cChristoph Hellwig2018-01-151-7/+0Star
| * | ia64: clean up swiotlb supportChristoph Hellwig2018-01-153-38/+19Star
| * | ia64: use generic swiotlb_opsChristoph Hellwig2018-01-151-35/+3Star
| * | 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-311-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/+0Star
|\ \
| * | signal/ia64: switch the last arch-specific copy_siginfo_to_user() to generic ...Eric W. Biederman2018-01-121-52/+0Star
| |/
* | 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/+2Star
|\ \ \ | |/ / |/| |
| * | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-103-45/+2Star
| |/
* / ia64, sched/cputime: Fix build error if CONFIG_VIRT_CPU_ACCOUNTING_NATIVE=yValentin Ilie2018-01-061-1/+1
|/
* pid: remove pidhashGargi Sharma2017-11-181-2/+2
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-142-7/+6Star
|\