| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-02-08 | 1 | -8/+3 |
|\ |
|
| * | fs_parse: fold fs_parameter_desc/fs_parameter_spec | Al Viro | 2020-02-07 | 1 | -7/+3 |
| * | fs_parser: remove fs_parameter_description name field | Eric Sandeen | 2020-02-07 | 1 | -1/+0 |
* | | arch/powerpc/setup: Drop dummy_con initialization | Arvind Sankar | 2020-01-14 | 1 | -3/+0 |
|/ |
|
* | powerpc/spufs: remove set but not used variable 'ctx' | YueHaibing | 2019-11-13 | 1 | -2/+0 |
* | spufs: fix a crash in spufs_create_root() | Emmanuel Nicolet | 2019-10-11 | 1 | -0/+1 |
* | Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2019-09-24 | 1 | -91/+116 |
|\ |
|
| * | vfs: Convert spufs to use the new mount API | David Howells | 2019-09-18 | 1 | -91/+116 |
* | | powerpc/powernv/ioda2: Create bigger default window with 64k IOMMU pages | Alexey Kardashevskiy | 2019-08-19 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2019-07-13 | 1 | -1/+1 |
|\ |
|
| * | powerpc/cell: set no_llseek in spufs_cntl_fops | Geliang Tang | 2019-07-04 | 1 | -1/+1 |
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-07-08 | 2 | -6/+5 |
|\ \ |
|
| * | | signal: Remove the task parameter from force_sig_fault | Eric W. Biederman | 2019-05-29 | 1 | -5/+4 |
| * | | signal: Remove task parameter from force_sig | Eric W. Biederman | 2019-05-27 | 1 | -1/+1 |
* | | | sched/core: Provide a pointer to the valid CPU mask | Sebastian Andrzej Siewior | 2019-06-03 | 1 | -1/+1 |
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167 | Thomas Gleixner | 2019-05-30 | 2 | -26/+2 |
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164 | Thomas Gleixner | 2019-05-30 | 1 | -13/+1 |
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153 | Thomas Gleixner | 2019-05-30 | 29 | -411/+29 |
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 4 | -20/+4 |
| |/
|/| |
|
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118 | Thomas Gleixner | 2019-05-24 | 1 | -10/+1 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1 | Thomas Gleixner | 2019-05-21 | 1 | -14/+1 |
* | | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
|/ |
|
* | Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-05-10 | 1 | -2/+2 |
|\ |
|
| * | powerpc/mm/hash: Rename KERNEL_REGION_ID to LINEAR_MAP_REGION_ID | Aneesh Kumar K.V | 2019-04-21 | 1 | -1/+1 |
| * | powerpc/mm/hash64: Map all the kernel regions in the same 0xc range | Aneesh Kumar K.V | 2019-04-21 | 1 | -2/+2 |
* | | Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linux | Linus Torvalds | 2019-05-07 | 1 | -1/+1 |
|\ \ |
|
| * | | *: convert stream-like files from nonseekable_open -> stream_open | Kirill Smelkov | 2019-05-06 | 1 | -1/+1 |
| |/ |
|
* / | spufs: switch to ->free_inode() | Al Viro | 2019-05-01 | 1 | -8/+2 |
|/ |
|
* | powerpc: remove nargs from __SYSCALL | Firoz Khan | 2019-03-02 | 1 | -1/+1 |
* | Merge branch 'topic/dma' into next | Michael Ellerman | 2019-02-21 | 1 | -146/+26 |
|\ |
|
| * | powerpc/dma: remove set_dma_offset | Christoph Hellwig | 2019-02-18 | 1 | -2/+2 |
| * | powerpc/dma: use the generic direct mapping bypass | Christoph Hellwig | 2019-02-18 | 1 | -3/+0 |
| * | powerpc/dma: remove get_pci_dma_ops | Christoph Hellwig | 2019-02-18 | 1 | -9/+8 |
| * | powerpc/cell: use the generic iommu bypass code | Christoph Hellwig | 2019-02-18 | 1 | -131/+9 |
| * | powerpc/cell: move dma direct window setup out of dma_configure | Christoph Hellwig | 2019-02-18 | 1 | -9/+15 |
* | | powerpc/cell: Remove duplicate header | Sabyasachi Gupta | 2019-01-31 | 1 | -1/+0 |
* | | powerpc/spufs: use struct_size() in kmalloc() | Gustavo A. R. Silva | 2019-01-14 | 1 | -3/+2 |
|/ |
|
* | Remove 'type' argument from access_ok() function | Linus Torvalds | 2019-01-03 | 1 | -8/+8 |
* | Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-12-29 | 1 | -1/+1 |
|\ |
|
| * | PCI: consolidate PCI config entry in drivers/pci | Christoph Hellwig | 2018-11-23 | 1 | -1/+1 |
* | | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2018-12-28 | 1 | -1/+0 |
|\ \ |
|
| * | | powerpc/iommu: remove the mapping_error dma_map_ops method | Christoph Hellwig | 2018-12-06 | 1 | -1/+0 |
| |/ |
|
* | | powerpc: Use of_node_name_eq for node name comparisons | Rob Herring | 2018-12-22 | 2 | -9/+3 |
* | | powerpc: generate uapi header and system call table files | Firoz Khan | 2018-12-21 | 1 | -14/+3 |
* | | powerpc: Use device_type helpers to access the node type | Rob Herring | 2018-11-26 | 2 | -5/+4 |
|/ |
|
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-10-26 | 2 | -7/+4 |
|\ |
|
| * | sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD | Johannes Weiner | 2018-10-26 | 2 | -7/+4 |
* | | Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2018-10-26 | 2 | -22/+6 |
|\ \
| |/
|/| |
|
| * | powerpc: remove redundant 'default n' from Kconfig-s | Bartlomiej Zolnierkiewicz | 2018-10-13 | 1 | -3/+0 |
| * | powerpc: Convert to using %pOFn instead of device_node.name | Rob Herring | 2018-10-03 | 1 | -2/+2 |