| Commit message (Expand) | Author | Age | Files | Lines |
* | arch: remove redundant UAPI generic-y defines | Masahiro Yamada | 2019-01-06 | 1 | -6/+0 |
* | arch: remove stale comments "UAPI Header export list" | Masahiro Yamada | 2019-01-06 | 1 | -1/+0 |
* | Merge branch 'parisc-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-01-05 | 1 | -2/+2 |
|\ |
|
| * | parisc: Remap hugepage-aligned pages in set_kernel_text_rw() | Helge Deller | 2019-01-05 | 1 | -2/+2 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-01-05 | 2 | -3/+3 |
|\ \
| |/
|/| |
|
| * | mm: treewide: remove unused address argument from pte_alloc functions | Joel Fernandes (Google) | 2019-01-04 | 1 | -2/+2 |
| * | fls: change parameter to unsigned int | Matthew Wilcox | 2019-01-04 | 1 | -1/+1 |
* | | Remove 'type' argument from access_ok() function | Linus Torvalds | 2019-01-04 | 2 | -2/+2 |
|/ |
|
* | Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-12-29 | 1 | -0/+1 |
|\ |
|
| * | PCI: consolidate PCI config entry in drivers/pci | Christoph Hellwig | 2018-11-23 | 1 | -0/+1 |
* | | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2018-12-28 | 3 | -7/+3 |
|\ \ |
|
| * | | dma-mapping: zero memory returned from dma_alloc_* | Christoph Hellwig | 2018-12-20 | 1 | -2/+2 |
| * | | dma-mapping: bypass indirect calls for dma-direct | Christoph Hellwig | 2018-12-13 | 1 | -4/+0 |
| * | | dma-mapping: always build the direct mapping code | Christoph Hellwig | 2018-12-13 | 1 | -1/+0 |
| * | | arch: switch the default on ARCH_HAS_SG_CHAIN | Christoph Hellwig | 2018-12-06 | 1 | -0/+1 |
* | | | parisc: generate uapi header and system call table files | Firoz Khan | 2018-12-10 | 6 | -827/+20 |
* | | | parisc: add system call table generation support | Firoz Khan | 2018-12-10 | 4 | -0/+496 |
* | | | parisc: remove __NR_Linux from uapi header file. | Firoz Khan | 2018-12-10 | 1 | -352/+351 |
* | | | parisc: add __NR_syscalls along with __NR_Linux_syscalls | Firoz Khan | 2018-12-10 | 2 | -2/+6 |
* | | | parisc: move __IGNORE* entries to non uapi header | Firoz Khan | 2018-12-10 | 2 | -7/+6 |
* | | | parisc: Split out alternative live patching code | Helge Deller | 2018-12-10 | 5 | -81/+117 |
* | | | Merge branch 'parisc-4.20-4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-12-04 | 1 | -0/+7 |
|\ \ \ |
|
| * | | | parisc: Enable -ffunction-sections for modules on 32-bit kernel | Helge Deller | 2018-12-02 | 1 | -0/+7 |
| |/ / |
|
* / / | parisc: function_graph: Simplify with function_graph_enter() | Steven Rostedt (VMware) | 2018-11-28 | 1 | -14/+3 |
|/ / |
|
* | | Merge branch 'parisc-4.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-11-14 | 2 | -6/+10 |
|\ \
| |/
|/| |
|
| * | parisc: Revert "Release spinlocks using ordered store" | John David Anglin | 2018-11-06 | 2 | -6/+10 |
* | | Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2018-11-09 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | mm: make the __PAGETABLE_PxD_FOLDED defines non-empty | Martin Schwidefsky | 2018-11-02 | 1 | -1/+1 |
* | | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 1 | -1/+0 |
* | | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | | mm: remove CONFIG_HAVE_MEMBLOCK | Mike Rapoport | 2018-10-31 | 1 | -1/+0 |
* | | mm: remove CONFIG_NO_BOOTMEM | Mike Rapoport | 2018-10-31 | 1 | -1/+0 |
* | | treewide: remove current_text_addr | Nick Desaulniers | 2018-10-31 | 1 | -11/+0 |
* | | Merge branch 'parisc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-10-29 | 3 | -11/+7 |
|\ \ |
|
| * | | parisc: Fix A500 boot crash | John David Anglin | 2018-10-28 | 1 | -6/+4 |
| * | | parisc: Use LINUX_GATEWAY_SPACE constant in entry.S | Helge Deller | 2018-10-26 | 1 | -2/+3 |
| * | | parisc64: change __kernel_suseconds_t to match glibc | Arnd Bergmann | 2018-10-26 | 1 | -3/+0 |
| |/ |
|
* | | Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2018-10-29 | 1 | -0/+2 |
|\ \ |
|
| * | | tty/serial_core: add ISO7816 infrastructure | Nicolas Ferre | 2018-10-02 | 1 | -0/+2 |
* | | | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 2018-10-28 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Update email address | Matthew Wilcox | 2018-09-30 | 1 | -1/+1 |
| |/ / |
|
* | | | hugetlb: introduce generic version of huge_ptep_get | Alexandre Ghiti | 2018-10-27 | 1 | -5/+0 |
* | | | hugetlb: introduce generic version of huge_ptep_set_access_flags() | Alexandre Ghiti | 2018-10-27 | 1 | -0/+1 |
* | | | hugetlb: introduce generic version of huge_ptep_set_wrprotect() | Alexandre Ghiti | 2018-10-27 | 1 | -0/+1 |
* | | | hugetlb: introduce generic version of prepare_hugepage_range | Alexandre Ghiti | 2018-10-27 | 1 | -0/+1 |
* | | | hugetlb: introduce generic version of huge_pte_wrprotect | Alexandre Ghiti | 2018-10-27 | 1 | -5/+0 |
* | | | hugetlb: introduce generic version of huge_pte_none() | Alexandre Ghiti | 2018-10-27 | 1 | -5/+0 |
* | | | hugetlb: introduce generic version of huge_ptep_clear_flush | Alexandre Ghiti | 2018-10-27 | 1 | -0/+1 |
* | | | hugetlb: introduce generic version of huge_ptep_get_and_clear() | Alexandre Ghiti | 2018-10-27 | 1 | -0/+1 |
* | | | hugetlb: introduce generic version of set_huge_pte_at() | Alexandre Ghiti | 2018-10-27 | 1 | -0/+1 |