| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-04-18 | crypto: sparc - Forbid 2-key 3DES in FIPS mode | Herbert Xu | 1 | -7/+4 |
| 2019-03-17 | Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 1 | -2/+0 |
| 2019-03-17 | kbuild: force all architectures except um to include mandatory-y | Masahiro Yamada | 1 | -2/+0 |
| 2019-03-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+1 |
| 2019-03-12 | sparc: add checks for the return value of memblock_alloc*() | Mike Rapoport | 5 | -0/+39 |
| 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 | 3 | -7/+7 |
| 2019-03-11 | y2038: fix socket.h header inclusion | Arnd Bergmann | 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 | 2 | -11/+5 |
| 2019-03-07 | configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATED | Alexey Brodkin | 2 | -2/+0 |
| 2019-03-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 5 | -7/+11 |
| 2019-03-05 | mm: replace all open encodings for NUMA_NO_NODE | Anshuman Khandual | 5 | -7/+11 |
| 2019-03-05 | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -38/+153 |
| 2019-03-05 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -2/+2 |
| 2019-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -10/+51 |
| 2019-03-04 | get rid of legacy 'get_ds()' function | Linus Torvalds | 2 | -2/+0 |
| 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-19 | 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option | Yury Norov | 1 | -0/+1 |
| 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 | 2 | -9/+13 |
| 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-02-03 | socket: fix for Add SO_TIMESTAMP[NS]_NEW | Stephen Rothwell | 1 | -1/+1 |
| 2019-02-03 | sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW | Deepa Dinamani | 1 | -2/+9 |
| 2019-02-03 | socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes | Deepa Dinamani | 1 | -2/+5 |
| 2019-02-03 | socket: Add SO_TIMESTAMPING_NEW | Deepa Dinamani | 1 | -2/+3 |
| 2019-02-03 | socket: Add SO_TIMESTAMP[NS]_NEW | Deepa Dinamani | 1 | -2/+12 |
| 2019-02-03 | arch: sparc: Override struct __kernel_old_timeval | Deepa Dinamani | 1 | -0/+10 |
| 2019-02-03 | sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD | Deepa Dinamani | 1 | -8/+16 |
| 2019-01-25 | arch: add pkey and rseq syscall numbers everywhere | Arnd Bergmann | 2 | -5/+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-25 | crypto: clarify name of WEAK_KEY request flag | Eric Biggers | 1 | -2/+2 |
| 2019-01-17 | net: introduce SO_BINDTOIFINDEX sockopt | David Herrmann | 1 | -0/+2 |
| 2019-01-06 | arch: remove redundant UAPI generic-y defines | Masahiro Yamada | 1 | -2/+0 |
| 2019-01-06 | arch: remove stale comments "UAPI Header export list" | Masahiro Yamada | 1 | -1/+0 |
| 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-05 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 4 | -13/+8 |
| 2019-01-04 | mm: treewide: remove unused address argument from pte_alloc functions | Joel Fernandes (Google) | 4 | -13/+8 |
| 2019-01-04 | Fix access_ok() fallout for sparc32 and powerpc | Linus Torvalds | 1 | -2/+1 |
| 2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds | 5 | -8/+7 |
| 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-29 | Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -22/+3 |
| 2018-12-29 | Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 1 | -1/+1 |
| 2018-12-28 | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 13 | -460/+264 |
| 2018-12-27 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 3 | -15/+0 |
| 2018-12-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -7/+7 |
| 2018-12-26 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2018-12-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 35 | -851/+746 |
| 2018-12-22 | sparc64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stack | Steven Rostedt (VMware) | 3 | -9/+14 |
| 2018-12-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -10/+9 |
| 2018-12-21 | sparc: Set "ARCH: sunxx" information on the same line | Corentin Labbe | 2 | -9/+8 |
| 2018-12-21 | sparc: vdso: Drop implicit common-page-size linker flag | ndesaulniers@google.com | 1 | -1/+1 |
| 2018-12-22 | treewide: surround Kconfig file paths with double quotes | Masahiro Yamada | 1 | -1/+1 |
| 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 | 3 | -3/+3 |
| 2018-12-20 | bpf: sparc64: Enable sparc64 jit to provide bpf_line_info | Martin KaFai Lau | 1 | -0/+1 |
| 2018-12-19 | sparc/iommu: fix ->map_sg return value | Christoph Hellwig | 1 | -21/+18 |
| 2018-12-19 | sparc/io-unit: fix ->map_sg return value | Christoph Hellwig | 1 | -12/+11 |
| 2018-12-13 | dma-mapping: bypass indirect calls for dma-direct | Christoph Hellwig | 1 | -2/+2 |
| 2018-12-13 | dma-mapping: always build the direct mapping code | Christoph Hellwig | 1 | -1/+0 |
| 2018-12-13 | sparc: use DT node full_name in sparc_dma_alloc_resource | Christoph Hellwig | 1 | -1/+1 |
| 2018-12-11 | sparc: merge 32-bit and 64-bit version of pci.h | Christoph Hellwig | 3 | -88/+49 |
| 2018-12-11 | sparc: move the leon PCI memory space comment to <asm/leon.h> | Christoph Hellwig | 2 | -9/+9 |
| 2018-12-11 | sparc: remove not required includes from dma-mapping.h | Christoph Hellwig | 1 | -3/+1 |
| 2018-12-11 | sparc: remove the sparc32_dma_ops indirection | Christoph Hellwig | 4 | -236/+138 |
| 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 |
| 2018-12-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 5 | -12/+5 |
| 2018-12-06 | arch: switch the default on ARCH_HAS_SG_CHAIN | Christoph Hellwig | 1 | -1/+0 |
| 2018-12-06 | sparc: remove the mapping_error dma_map_ops method | Christoph Hellwig | 3 | -21/+7 |
| 2018-12-04 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 1 | -1/+1 |
| 2018-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 4 | -2/+4 |
| 2018-11-30 | Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -10/+1 |
| 2018-11-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -29/+68 |
| 2018-11-27 | sparc/function_graph: Simplify with function_graph_enter() | Steven Rostedt (VMware) | 1 | -10/+1 |
| 2018-11-27 | sparc32: supress another implicit-fallthrough warning | Stephen Rothwell | 1 | -0/+1 |
| 2018-11-27 | sparc32: suppress an implicit-fallthrough warning | Stephen Rothwell | 1 | -0/+1 |
| 2018-11-27 | sparc: suppress the implicit-fallthrough warning | Stephen Rothwell | 1 | -0/+1 |
| 2018-11-27 | sparc: Adjust bpf JIT prologue for PSEUDO calls. | David Miller | 1 | -1/+7 |
| 2018-11-26 | sparc: Correct ctx->saw_frame_pointer logic. | David Miller | 1 | -0/+12 |
| 2018-11-26 | sparc: Fix JIT fused branch convergance. | David Miller | 1 | -28/+49 |
| 2018-11-23 | pcmcia: allow PCMCIA support independent of the architecture | Christoph Hellwig | 1 | -2/+0 |
| 2018-11-23 | PCI: consolidate the PCI_SYSCALL symbol | Christoph Hellwig | 1 | -3/+1 |
| 2018-11-23 | PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config options | Christoph Hellwig | 1 | -3/+1 |
| 2018-11-23 | PCI: consolidate PCI config entry in drivers/pci | Christoph Hellwig | 1 | -14/+1 |
| 2018-11-20 | crypto: remove useless initializations of cra_list | Eric Biggers | 3 | -15/+0 |
| 2018-11-18 | arch/sparc: Use kzalloc_node | Sabyasachi Gupta | 1 | -2/+1 |
| 2018-11-18 | sparc: generate uapi header and system call table files | Firoz Khan | 6 | -641/+18 |
| 2018-11-18 | sparc: add system call table generation support | Firoz Khan | 4 | -0/+536 |
| 2018-11-18 | sparc: add __NR_syscalls along with NR_syscalls | Firoz Khan | 2 | -1/+5 |
| 2018-11-18 | sparc: move __IGNORE* entries to non uapi header | Firoz Khan | 2 | -16/+16 |
| 2018-11-18 | sparc: Use DT node full_name instead of name for resources | Rob Herring | 3 | -3/+3 |
| 2018-11-18 | sparc: Remove unused leon_trans_init | Rob Herring | 2 | -15/+0 |
| 2018-11-18 | sparc: Use device_type helpers to access the node type | Rob Herring | 8 | -45/+26 |
| 2018-11-18 | sparc: Use of_node_name_eq for node name comparisons | Rob Herring | 14 | -44/+44 |
| 2018-11-18 | sparc: Convert to using %pOFn instead of device_node.name | Rob Herring | 2 | -4/+4 |
| 2018-11-18 | sparc: prom: use property "name" directly to construct node names | Rob Herring | 2 | -25/+42 |
| 2018-11-18 | sparc: Convert to using %pOF instead of full_name | Rob Herring | 10 | -60/+55 |
| 2018-11-16 | net: remove VLAN_TAG_PRESENT | Michał Mirosław | 1 | -4/+0 |
| 2018-11-16 | net/bpf_jit: SPARC: split VLAN_PRESENT bit handling from VLAN_TCI | Michał Mirosław | 1 | -7/+10 |
| 2018-11-08 | sparc/oprofile: Convert timer_stop() to use synchronize_rcu() | Paul E. McKenney | 1 | -1/+1 |
| 2018-11-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2 | -7/+2 |
| 2018-10-31 | sparc64: Wire up compat getpeername and getsockname. | David S. Miller | 1 | -2/+2 |
| 2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 7 | -9/+5 |
| 2018-10-31 | memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants | Mike Rapoport | 1 | -1/+1 |
| 2018-10-31 | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport | 2 | -3/+3 |
| 2018-10-31 | memblock: replace free_bootmem_late with memblock_free_late | Mike Rapoport | 1 | -1/+2 |
| 2018-10-31 | memblock: replace free_bootmem{_node} with memblock_free | Mike Rapoport | 1 | -1/+1 |
| 2018-10-31 | memblock: replace __alloc_bootmem with memblock_alloc_from | Mike Rapoport | 5 | -15/+18 |
| 2018-10-31 | memblock: replace __alloc_bootmem_node with appropriate memblock_ API | Mike Rapoport | 2 | -8/+6 |
| 2018-10-31 | memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc* | Mike Rapoport | 3 | -7/+8 |
| 2018-10-31 | mm: remove CONFIG_HAVE_MEMBLOCK | Mike Rapoport | 1 | -1/+0 |
| 2018-10-31 | mm: remove CONFIG_NO_BOOTMEM | Mike Rapoport | 1 | -1/+0 |
| 2018-10-31 | treewide: remove current_text_addr | Nick Desaulniers | 2 | -12/+0 |
| 2018-10-29 | sparc64: Remvoe set_fs() from perf_callchain_user(). | David S. Miller | 1 | -5/+0 |
| 2018-10-29 | Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -0/+2 |
| 2018-10-26 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -32/+8 |
| 2018-10-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 7 | -11/+44 |
| 2018-10-26 | hugetlb: introduce generic version of huge_ptep_get | Alexandre Ghiti | 1 | -5/+0 |
| 2018-10-26 | hugetlb: introduce generic version of huge_ptep_set_access_flags() | Alexandre Ghiti | 1 | -0/+1 |
| 2018-10-26 | hugetlb: introduce generic version of huge_ptep_set_wrprotect() | Alexandre Ghiti | 1 | -0/+1 |
| 2018-10-26 | hugetlb: introduce generic version of prepare_hugepage_range | Alexandre Ghiti | 1 | -16/+0 |
| 2018-10-26 | hugetlb: introduce generic version of huge_pte_wrprotect | Alexandre Ghiti | 1 | -5/+0 |
| 2018-10-26 | hugetlb: introduce generic version of huge_pte_none() | Alexandre Ghiti | 1 | -5/+0 |
| 2018-10-26 | hugetlb: introduce generic version of huge_ptep_clear_flush | Alexandre Ghiti | 1 | -0/+1 |
| 2018-10-26 | hugetlb: introduce generic version of huge_ptep_get_and_clear() | Alexandre Ghiti | 1 | -0/+1 |
| 2018-10-26 | hugetlb: introduce generic version of set_huge_pte_at() | Alexandre Ghiti | 1 | -0/+1 |
| 2018-10-26 | hugetlb: introduce generic version of hugetlb_free_pgd_range | Alexandre Ghiti | 1 | -1/+3 |
| 2018-10-26 | sparc64: Rework xchg() definition to avoid warnings. | David S. Miller | 1 | -1/+6 |
| 2018-10-26 | sparc64: Export __node_distance. | David S. Miller | 1 | -0/+1 |
| 2018-10-26 | sparc64: Make corrupted user stacks more debuggable. | David Miller | 5 | -10/+37 |
| 2018-10-26 | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+0 |
| 2018-10-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 7 | -62/+335 |
| 2018-10-25 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -21/+7 |
| 2018-10-25 | sparc: Fix VDSO build with older binutils. | David S. Miller | 7 | -62/+335 |
| 2018-10-24 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -7/+0 |
| 2018-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 11 | -107/+123 |
| 2018-10-22 | sparc: Several small VDSO vclock_gettime.c improvements. | David S. Miller | 1 | -4/+4 |
| 2018-10-22 | sparc: Validate VDSO for undefined symbols. | David S. Miller | 3 | -1/+16 |
| 2018-10-22 | sparc: Really use linker with LDFLAGS. | David S. Miller | 1 | -9/+7 |
| 2018-10-22 | sparc: Improve VDSO CFLAGS. | David S. Miller | 1 | -7/+8 |
| 2018-10-22 | sparc: Set DISABLE_BRANCH_PROFILING in VDSO CFLAGS. | David S. Miller | 2 | -6/+2 |
| 2018-10-22 | sparc: Don't bother masking out TICK_PRIV_BIT in VDSO code. | David S. Miller | 1 | -8/+1 |
| 2018-10-22 | sparc: Inline VDSO gettime code aggressively. | David S. Miller | 1 | -22/+17 |
| 2018-10-22 | sparc: Improve VDSO instruction patching. | David S. Miller | 7 | -52/+68 |
| 2018-10-22 | Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2 | -3/+3 |
| 2018-10-19 | sparc: Fix parport build warnings. | David S. Miller | 1 | -0/+2 |
| 2018-10-17 | sparc: vDSO: Silence an uninitialized variable warning | Dan Carpenter | 1 | -1/+3 |
| 2018-10-17 | sparc: Fix syscall fallback bugs in VDSO. | David S. Miller | 1 | -1/+11 |
| 2018-10-15 | Revert "sparc: Convert to using %pOFn instead of device_node.name" | David S. Miller | 4 | -51/+51 |
| 2018-10-14 | sparc64: Set %l4 properly on trap return after handling signals. | David S. Miller | 1 | -1/+2 |
| 2018-10-14 | sparc64: Make proc_id signed. | David S. Miller | 1 | -1/+1 |
| 2018-10-12 | sparc: Throttle perf events properly. | David S. Miller | 1 | -0/+9 |
| 2018-10-12 | sparc: Fix single-pcr perf event counter management. | David S. Miller | 1 | -4/+13 |
| 2018-10-09 | sparc: Wire up io_pgetevents system call. | David S. Miller | 3 | -4/+5 |
| 2018-10-07 | sparc64: fix fall-through annotation | Gustavo A. R. Silva | 1 | -1/+1 |
| 2018-10-07 | sparc32: fix fall-through annotation | Gustavo A. R. Silva | 1 | -1/+1 |
| 2018-10-07 | sparc: vdso: clean-up vdso Makefile | Masahiro Yamada | 1 | -5/+3 |
| 2018-10-07 | sparc64: viohs: Remove VLA usage | Kees Cook | 1 | -3/+9 |
| 2018-10-07 | sparc: Convert to using %pOFn instead of device_node.name | Rob Herring | 4 | -51/+51 |
| 2018-10-03 | signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZE | Eric W. Biederman | 1 | -1/+0 |
| 2018-10-03 | signal/sparc: Move EMT_TAGOVF into the generic siginfo.h | Eric W. Biederman | 1 | -6/+0 |
| 2018-10-02 | tty/serial_core: add ISO7816 infrastructure | Nicolas Ferre | 1 | -0/+2 |
| 2018-09-20 | dma-mapping: merge direct and noncoherent ops | Christoph Hellwig | 2 | -3/+3 |
| 2018-09-07 | of: make default address and size cells sizes private | Rob Herring | 1 | -3/+0 |
| 2018-09-02 | sparc: set a default 32-bit dma mask for OF devices | Christoph Hellwig | 2 | -0/+7 |
| 2018-08-29 | y2038: utimes: Rework #ifdef guards for compat syscalls | Arnd Bergmann | 1 | -0/+1 |
| 2018-08-29 | asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro | Arnd Bergmann | 1 | -1/+0 |
| 2018-08-29 | asm-generic: Move common compat types to asm-generic/compat.h | Arnd Bergmann | 1 | -17/+2 |
| 2018-08-29 | y2038: Remove newstat family from default syscall set | Arnd Bergmann | 1 | -0/+1 |
| 2018-08-27 | y2038: globally rename compat_time to old_time32 | Arnd Bergmann | 1 | -3/+3 |
| 2018-08-25 | Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -2/+2 |
| 2018-08-24 | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -17/+25 |
| 2018-08-24 | kbuild: rename LDFLAGS to KBUILD_LDFLAGS | Masahiro Yamada | 1 | -2/+2 |
| 2018-08-21 | sparc: fix KBUILD_DEFCONFIG for ARCH=sparc32 | Masahiro Yamada | 1 | -3/+3 |
| 2018-08-21 | sparc32: split ramdisk detection and reservation to a helper function | Mike Rapoport | 1 | -25/+31 |
| 2018-08-21 | sparc32: switch to NO_BOOTMEM | Mike Rapoport | 2 | -58/+21 |
| 2018-08-21 | sparc: mm/init_32: kill trailing whitespace | Mike Rapoport | 1 | -3/+3 |
| 2018-08-21 | sparc: use generic dma_noncoherent_ops | Christoph Hellwig | 3 | -165/+35 |
| 2018-08-17 | mm: convert return type of handle_mm_fault() caller to vm_fault_t | Souptick Joarder | 2 | -2/+4 |
| 2018-08-15 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 4 | -6/+0 |
| 2018-08-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+3 |
| 2018-08-15 | Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -33/+0 |
| 2018-08-14 | Merge tag 'mtd/for-4.19' of git://git.infradead.org/linux-mtd | Linus Torvalds | 1 | -6/+13 |
| 2018-08-13 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -60/+6 |
| 2018-08-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -87/+6 |
| 2018-08-11 | sys: don't hold uts_sem while accessing userspace memory | Jann Horn | 2 | -17/+25 |
| 2018-08-02 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -34/+21 |
| 2018-08-02 | kconfig: include kernel/Kconfig.preempt from init/Kconfig | Christoph Hellwig | 1 | -2/+0 |
| 2018-08-02 | Kconfig: consolidate the "Kernel hacking" menu | Christoph Hellwig | 2 | -7/+0 |