| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-04-07 | 1 | -2/+2 |
|\ |
|
| * | PCI/MSI: Don't set up INTx if MSI or MSI-X is enabled | Bjorn Helgaas | 2018-03-13 | 1 | -2/+2 |
* | | mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() | Dominik Brodowski | 2018-04-02 | 1 | -2/+2 |
* | | ia64/err-inject: fix spelling mistake: "capapbilities" -> "capabilities" | Colin Ian King | 2018-03-05 | 1 | -1/+1 |
* | | ia64/err-inject: Use get_user_pages_fast() | Davidlohr Bueso | 2018-03-05 | 1 | -1/+1 |
* | | ia64: Convert remaining atomic operations | Matthew Wilcox | 2018-03-05 | 1 | -46/+23 |
* | | ia64: convert unwcheck.py to python3 | Corentin Labbe | 2018-03-05 | 1 | -8/+8 |
* | | bug.h: work around GCC PR82365 in BUG() | Arnd Bergmann | 2018-02-22 | 1 | -1/+5 |
* | | ia64: fix build failure with CONFIG_SWIOTLB | Corentin Labbe | 2018-02-12 | 1 | -1/+0 |
|/ |
|
* | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 1 | -1/+1 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-02-07 | 1 | -10/+3 |
|\ |
|
| * | pids: introduce find_get_task_by_vpid() helper | Mike Rapoport | 2018-02-07 | 1 | -10/+3 |
* | | Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-02-06 | 2 | -10/+14 |
|\ \
| |/
|/| |
|
| * | Merge branch 'for-4.16/nfit' into libnvdimm-for-next | Ross Zwisler | 2018-02-03 | 2 | -1/+6 |
| |\ |
|
| * | | mm: pass the vmem_altmap to memmap_init_zone | Christoph Hellwig | 2018-01-08 | 1 | -4/+5 |
| * | | mm: pass the vmem_altmap to vmemmap_free | Christoph Hellwig | 2018-01-08 | 1 | -1/+2 |
| * | | mm: pass the vmem_altmap to arch_remove_memory and __remove_pages | Christoph Hellwig | 2018-01-08 | 1 | -2/+2 |
| * | | mm: pass the vmem_altmap to vmemmap_populate | Christoph Hellwig | 2018-01-08 | 1 | -1/+2 |
| * | | mm: pass the vmem_altmap to arch_add_memory and __add_pages | Christoph Hellwig | 2018-01-08 | 1 | -2/+3 |
* | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2018-02-02 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | arch: Remove clkdev.h asm-generic from Kbuild | Stephen Boyd | 2018-01-03 | 1 | -1/+0 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml... | Linus Torvalds | 2018-02-01 | 4 | -8/+26 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'for-4.16-print-symbol' into for-4.16 | Petr Mladek | 2018-01-22 | 1 | -7/+3 |
| |\ \ \ \ |
|
| | * | | | | ia64: do not use print_symbol() | Sergey Senozhatsky | 2018-01-05 | 1 | -7/+3 |
| | |/ / / |
|
| * / / / | ia64: Add .opd based function descriptor dereference | Sergey Senozhatsky | 2018-01-09 | 3 | -1/+23 |
| |/ / / |
|
* | | | | Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-02-01 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | asm-prototypes.h: use linux/uaccess.h, not asm/uaccess.h | Al Viro | 2017-12-05 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2018-01-31 | 10 | -124/+33 |
|\ \ \ \ |
|
| * | | | | ia64: remove an ifdef around the content of pci-dma.c | Christoph Hellwig | 2018-01-15 | 1 | -7/+0 |
| * | | | | ia64: clean up swiotlb support | Christoph Hellwig | 2018-01-15 | 5 | -57/+19 |
| * | | | | ia64: use generic swiotlb_ops | Christoph Hellwig | 2018-01-15 | 4 | -40/+13 |
| * | | | | ia64: replace ZONE_DMA with ZONE_DMA32 | Christoph Hellwig | 2018-01-15 | 4 | -8/+8 |
| * | | | | ia64: rename swiotlb_dma_ops | Christoph Hellwig | 2018-01-15 | 3 | -8/+8 |
| * | | | | dma-mapping: move dma_mark_clean to dma-direct.h | Christoph Hellwig | 2018-01-10 | 2 | -2/+1 |
| * | | | | dma-mapping: move swiotlb arch helpers to a new header | Christoph Hellwig | 2018-01-10 | 1 | -18/+0 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2018-01-31 | 3 | -4/+3 |
|\ \ \ \ |
|
| * | | | | ia64: annotate ->poll() instances | Al Viro | 2017-11-27 | 1 | -2/+2 |
| * | | | | switch wrapper poll.h instances to generic-y | Al Viro | 2017-11-27 | 2 | -2/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-01-30 | 2 | -148/+0 |
|\ \ \ \ |
|
| * | | | | signal/ia64: Move the ia64 specific si_codes to asm-generic/siginfo.h | Eric W. Biederman | 2018-01-16 | 1 | -27/+0 |
| * | | | | signal/ia64: switch the last arch-specific copy_siginfo_to_user() to generic ... | Eric W. Biederman | 2018-01-12 | 2 | -54/+0 |
| * | | | | ia64/signal: switch to generic struct siginfo | Eric W. Biederman | 2018-01-12 | 1 | -67/+0 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'acpi-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2018-01-29 | 1 | -0/+5 |
|\ \ \ \
| | |_|/
| |/| | |
|
| | | | | |
| | \ \ | |
| *-. | | | Merge branches 'acpi-numa', 'acpi-sysfs', 'acpi-pmic', 'acpi-soc' and 'acpi-ged' | Rafael J. Wysocki | 2018-01-18 | 1 | -0/+5 |
| |\ \| | |
|
| | * | | | ACPI / NUMA: ia64: Parse all entries of SRAT memory affinity table | Ganapatrao Kulkarni | 2017-11-27 | 1 | -0/+5 |
| | | |/
| | |/| |
|
* | | | | Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-01-29 | 6 | -49/+6 |
|\ \ \ \ |
|
| * | | | | Construct init thread stack in the linker script rather than by union | David Howells | 2018-01-10 | 6 | -49/+6 |
| | |_|/
| |/| | |
|
* | | | | ia64: Rewrite atomic_add and atomic_sub | Matthew Wilcox | 2018-01-19 | 1 | -18/+19 |
| |/ /
|/| | |
|
* | | | ia64, sched/cputime: Fix build error if CONFIG_VIRT_CPU_ACCOUNTING_NATIVE=y | Valentin Ilie | 2018-01-06 | 1 | -1/+1 |
|/ / |
|
* / | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type | Hendrik Brueckner | 2017-12-05 | 1 | -0/+1 |
|/ |
|