Age | Commit message (Expand) | Author | Files | Lines |
2018-01-15 | ia64: remove an ifdef around the content of pci-dma.c | Christoph Hellwig | 1 | -7/+0 |
2018-01-15 | ia64: clean up swiotlb support | Christoph Hellwig | 5 | -57/+19 |
2018-01-15 | ia64: use generic swiotlb_ops | Christoph Hellwig | 4 | -40/+13 |
2018-01-15 | ia64: replace ZONE_DMA with ZONE_DMA32 | Christoph Hellwig | 4 | -8/+8 |
2018-01-15 | ia64: rename swiotlb_dma_ops | Christoph Hellwig | 3 | -8/+8 |
2018-01-12 | signal/ia64: switch the last arch-specific copy_siginfo_to_user() to generic ... | Eric W. Biederman | 2 | -54/+0 |
2018-01-12 | ia64/signal: switch to generic struct siginfo | Eric W. Biederman | 1 | -67/+0 |
2018-01-10 | dma-mapping: move dma_mark_clean to dma-direct.h | Christoph Hellwig | 2 | -2/+1 |
2018-01-10 | dma-mapping: move swiotlb arch helpers to a new header | Christoph Hellwig | 1 | -18/+0 |
2018-01-09 | Construct init thread stack in the linker script rather than by union | David Howells | 6 | -49/+6 |
2018-01-09 | ia64: Add .opd based function descriptor dereference | Sergey Senozhatsky | 3 | -1/+23 |
2018-01-08 | mm: pass the vmem_altmap to memmap_init_zone | Christoph Hellwig | 1 | -4/+5 |
2018-01-08 | mm: pass the vmem_altmap to vmemmap_free | Christoph Hellwig | 1 | -1/+2 |
2018-01-08 | mm: pass the vmem_altmap to arch_remove_memory and __remove_pages | Christoph Hellwig | 1 | -2/+2 |
2018-01-08 | mm: pass the vmem_altmap to vmemmap_populate | Christoph Hellwig | 1 | -1/+2 |
2018-01-08 | mm: pass the vmem_altmap to arch_add_memory and __add_pages | Christoph Hellwig | 1 | -2/+3 |
2018-01-06 | ia64, sched/cputime: Fix build error if CONFIG_VIRT_CPU_ACCOUNTING_NATIVE=y | Valentin Ilie | 1 | -1/+1 |
2018-01-05 | ia64: do not use print_symbol() | Sergey Senozhatsky | 1 | -7/+3 |
2018-01-03 | arch: Remove clkdev.h asm-generic from Kbuild | Stephen Boyd | 1 | -1/+0 |
2017-12-05 | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type | Hendrik Brueckner | 1 | -0/+1 |
2017-12-04 | asm-prototypes.h: use linux/uaccess.h, not asm/uaccess.h | Al Viro | 1 | -1/+1 |
2017-11-27 | ia64: annotate ->poll() instances | Al Viro | 1 | -2/+2 |
2017-11-27 | switch wrapper poll.h instances to generic-y | Al Viro | 2 | -2/+1 |
2017-11-27 | ACPI / NUMA: ia64: Parse all entries of SRAT memory affinity table | Ganapatrao Kulkarni | 1 | -0/+5 |
2017-11-17 | arch/ia64/include/asm/topology.h: remove unused parent_node() macro | Dou Liyang | 1 | -7/+0 |
2017-11-17 | pid: remove pidhash | Gargi Sharma | 1 | -2/+2 |
2017-11-15 | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -4/+0 |
2017-11-14 | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -11/+0 |
2017-11-13 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 7 | -27/+26 |
2017-11-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -17/+28 |
2017-11-13 | Merge tag 'please-pull-gettime_vsyscall_update' of git://git.kernel.org/pub/s... | Linus Torvalds | 5 | -26/+36 |
2017-11-07 | PCI: Remove unused declarations | Bjorn Helgaas | 1 | -2/+0 |
2017-11-07 | PCI: Remove redundant pci_dev, pci_bus, resource declarations | Bjorn Helgaas | 1 | -2/+0 |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 254 | -0/+255 |
2017-11-05 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+2 |
2017-11-04 | Revert "x86/mm: Stop calling leave_mm() in idle code" | Andy Lutomirski | 1 | -0/+2 |
2017-11-02 | ia64: Convert timers to use timer_setup() | Kees Cook | 7 | -27/+26 |
2017-11-02 | License cleanup: add SPDX license identifier to uapi header files with a license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX license identifier to uapi header files with no lic... | Greg Kroah-Hartman | 42 | -0/+42 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 210 | -0/+210 |
2017-10-31 | ia64: Update fsyscall gettime to use modern vsyscall_update | Tony Luck | 5 | -26/+36 |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 1 | -4/+4 |
2017-10-19 | dma-mapping: turn dma_cache_sync into a dma_map_ops method | Christoph Hellwig | 1 | -6/+0 |
2017-10-19 | ia64: make dma_cache_sync a no-op | Christoph Hellwig | 1 | -5/+0 |
2017-10-10 | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementations | Will Deacon | 1 | -2/+3 |
2017-10-10 | locking/arch: Remove dummy arch_{read,spin,write}_relax() implementations | Will Deacon | 1 | -4/+0 |
2017-10-10 | locking/core: Remove {read,spin,write}_can_lock() | Will Deacon | 1 | -3/+0 |
2017-10-10 | locking/arch, ia64: Add __down_read_killable() | Kirill Tkhai | 1 | -4/+21 |
2017-09-14 | Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -5/+0 |
2017-09-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 3 | -20/+22 |