Age | Commit message (Expand) | Author | Files | Lines |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner | 1 | -13/+1 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 3 | -0/+3 |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 7 | -0/+7 |
2019-05-17 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -0/+6 |
2019-05-16 | uapi: Wire up the mount API syscalls on non-x86 arches [ver #2] | David Howells | 1 | -0/+6 |
2019-05-15 | Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -12/+16 |
2019-05-10 | cpufreq: Call transition notifier only once for each policy | Viresh Kumar | 1 | -12/+16 |
2019-05-09 | sparc: use struct_size() in kzalloc() | Gustavo A. R. Silva | 1 | -2/+1 |
2019-05-08 | arch:sparc:kernel/uprobes.c : Remove duplicate header | Jagadeesh Pagadala | 1 | -1/+0 |
2019-05-07 | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+1 |
2019-04-23 | Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn... | Linus Torvalds | 1 | -0/+4 |
2019-04-15 | arch: add pidfd and io_uring syscalls everywhere | Arnd Bergmann | 1 | -0/+4 |
2019-04-10 | sparc64/pci_sun4v: fix ATU checks for large DMA masks | Christoph Hellwig | 1 | -9/+11 |
2019-04-09 | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively | Sakari Ailus | 1 | -1/+1 |
2019-03-12 | sparc: add checks for the return value of memblock_alloc*() | Mike Rapoport | 3 | -0/+20 |
2019-03-12 | arch: don't memset(0) memory returned by memblock_alloc() | Mike Rapoport | 1 | -2/+0 |
2019-03-12 | arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0) | Mike Rapoport | 1 | -1/+1 |
2019-03-10 | Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 4 | -52/+31 |
2019-03-07 | arch: simplify several early memory allocations | Mike Rapoport | 1 | -5/+2 |
2019-03-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 4 | -4/+8 |
2019-03-05 | mm: replace all open encodings for NUMA_NO_NODE | Anshuman Khandual | 4 | -4/+8 |
2019-02-20 | sparc64/pci_sun4v: allow large DMA masks | Christoph Hellwig | 1 | -14/+5 |
2019-02-20 | sparc64/iommu: allow large DMA masks | Christoph Hellwig | 1 | -4/+2 |
2019-02-20 | sparc64: refactor the ali DMA quirk | Christoph Hellwig | 4 | -37/+27 |
2019-02-07 | y2038: add 64-bit time_t syscalls to all 32-bit architectures | Arnd Bergmann | 1 | -0/+20 |
2019-02-07 | y2038: rename old time and utime syscalls | Arnd Bergmann | 1 | -5/+9 |
2019-02-07 | y2038: use time32 syscall names on 32-bit | Arnd Bergmann | 1 | -22/+42 |
2019-02-07 | y2038: syscalls: rename y2038 compat syscalls | Arnd Bergmann | 1 | -26/+26 |
2019-02-07 | timex: use __kernel_timex internally | Deepa Dinamani | 1 | -2/+2 |
2019-02-07 | sparc64: add custom adjtimex/clock_adjtime functions | Arnd Bergmann | 2 | -3/+62 |
2019-01-25 | arch: add pkey and rseq syscall numbers everywhere | Arnd Bergmann | 1 | -0/+4 |
2019-01-25 | arch: add split IPC system calls where needed | Arnd Bergmann | 1 | -0/+12 |
2019-01-25 | sparc64: fix sparc_ipc type conversion | Arnd Bergmann | 1 | -1/+1 |
2019-01-06 | jump_label: move 'asm goto' support test to Kconfig | Masahiro Yamada | 2 | -5/+1 |
2019-01-05 | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2 | -0/+2 |
2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds | 2 | -5/+4 |
2019-01-01 | Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da... | Linus Torvalds | 3 | -3/+3 |
2018-12-31 | Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 3 | -9/+14 |
2018-12-30 | kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops | Christophe Leroy | 2 | -2/+2 |
2018-12-30 | kgdb: Remove irq flags from roundup | Douglas Anderson | 1 | -1/+1 |
2018-12-28 | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 4 | -220/+51 |
2018-12-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 27 | -421/+712 |
2018-12-22 | sparc64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stack | Steven Rostedt (VMware) | 3 | -9/+14 |
2018-12-21 | sparc: Set "ARCH: sunxx" information on the same line | Corentin Labbe | 2 | -9/+8 |
2018-12-20 | vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled | David Howells | 2 | -0/+2 |
2018-12-20 | dma-mapping: zero memory returned from dma_alloc_* | Christoph Hellwig | 1 | -1/+1 |
2018-12-13 | sparc: use DT node full_name in sparc_dma_alloc_resource | Christoph Hellwig | 1 | -1/+1 |
2018-12-11 | sparc: remove the sparc32_dma_ops indirection | Christoph Hellwig | 1 | -121/+3 |
2018-12-11 | sparc: factor the dma coherent mapping into helper | Christoph Hellwig | 1 | -84/+67 |
2018-12-11 | sparc: remove not needed sbus_dma_ops methods | Christoph Hellwig | 1 | -20/+0 |