Age | Commit message (Expand) | Author | Files | Lines |
2018-06-13 | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 6 | -9/+12 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 3 | -5/+5 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 3 | -4/+7 |
2018-06-11 | ia64: disable CONFIG_PERFMON at least for now | Linus Torvalds | 1 | -0/+1 |
2018-06-06 | Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+1 |
2018-06-05 | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 5 | -92/+4 |
2018-06-05 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+1 |
2018-06-05 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2018-06-05 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 6 | -13/+33 |
2018-06-04 | Merge tag 'docs-4.18' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
2018-06-04 | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 6 | -68/+2 |
2018-06-01 | kbuild: add machine size to CHECKFLAGS | Luc Van Oostenryck | 1 | -1/+1 |
2018-05-16 | tty: replace ->proc_fops with ->proc_show | Christoph Hellwig | 1 | -14/+1 |
2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 4 | -125/+27 |
2018-05-16 | proc: introduce proc_create_seq{,_data} | Christoph Hellwig | 2 | -29/+2 |
2018-05-14 | softirq/ia64: Switch to generic local_softirq_pending() implementation | Frederic Weisbecker | 1 | -1/+1 |
2018-05-14 | softirq/ia64: Convert local_softirq_pending() to per-cpu ops | Frederic Weisbecker | 1 | -1/+1 |
2018-05-09 | swiotlb: move the SWIOTLB config symbol to lib/Kconfig | Christoph Hellwig | 1 | -8/+0 |
2018-05-09 | arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/Kconfig | Christoph Hellwig | 1 | -3/+0 |
2018-05-09 | dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/Kconfig | Christoph Hellwig | 1 | -3/+1 |
2018-05-09 | scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/Kconfig | Christoph Hellwig | 1 | -3/+1 |
2018-05-09 | iommu-helper: mark iommu_is_span_boundary as inline | Christoph Hellwig | 1 | -3/+0 |
2018-05-08 | dma-debug: remove CONFIG_HAVE_DMA_API_DEBUG | Christoph Hellwig | 1 | -1/+0 |
2018-05-08 | dma-debug: move initialization to common code | Christoph Hellwig | 1 | -10/+0 |
2018-05-07 | PCI: remove PCI_DMA_BUS_IS_PHYS | Christoph Hellwig | 4 | -37/+0 |
2018-04-25 | signal/ia64: Replace FPE_FIXME with FPE_FLTUNK | Eric W. Biederman | 2 | -9/+2 |
2018-04-25 | signal: Ensure every siginfo we send has all bits initialized | Eric W. Biederman | 5 | -4/+31 |
2018-04-20 | y2038: ia64: Remove unneeded ipc uapi header files | Arnd Bergmann | 5 | -92/+4 |
2018-04-19 | time: Add an asm-generic/compat.h file | Arnd Bergmann | 1 | -0/+1 |
2018-04-16 | Merge branch 'mm-rst' into docs-next | Jonathan Corbet | 1 | -1/+1 |
2018-04-16 | docs/vm: rename documentation files to .rst | Mike Rapoport | 1 | -1/+1 |
2018-04-07 | Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+2 |
2018-04-02 | mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() | Dominik Brodowski | 1 | -2/+2 |
2018-03-13 | PCI/MSI: Don't set up INTx if MSI or MSI-X is enabled | Bjorn Helgaas | 1 | -2/+2 |
2018-03-06 | ia64/err-inject: fix spelling mistake: "capapbilities" -> "capabilities" | Colin Ian King | 1 | -1/+1 |
2018-03-06 | ia64/err-inject: Use get_user_pages_fast() | Davidlohr Bueso | 1 | -1/+1 |
2018-03-06 | ia64: Convert remaining atomic operations | Matthew Wilcox | 1 | -46/+23 |
2018-03-06 | ia64: convert unwcheck.py to python3 | Corentin Labbe | 1 | -8/+8 |
2018-02-22 | bug.h: work around GCC PR82365 in BUG() | Arnd Bergmann | 1 | -1/+5 |
2018-02-12 | ia64: fix build failure with CONFIG_SWIOTLB | Corentin Labbe | 1 | -1/+0 |
2018-02-12 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -1/+1 |
2018-02-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -10/+3 |
2018-02-07 | pids: introduce find_get_task_by_vpid() helper | Mike Rapoport | 1 | -10/+3 |
2018-02-06 | Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -10/+14 |
2018-02-03 | Merge branch 'for-4.16/nfit' into libnvdimm-for-next | Ross Zwisler | 2 | -1/+6 |
2018-02-02 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -1/+0 |
2018-02-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml... | Linus Torvalds | 4 | -8/+26 |
2018-02-01 | Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2018-01-31 | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 10 | -124/+33 |
2018-01-31 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -4/+3 |