Age | Commit message (Expand) | Author |
2019-03-20 | syscall_get_arch: add "struct task_struct *" argument | Dmitry V. Levin |
2019-03-17 | Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds |
2019-03-17 | kbuild: force all architectures except um to include mandatory-y | Masahiro Yamada |
2019-03-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2019-03-12 | sparc: add checks for the return value of memblock_alloc*() | Mike Rapoport |
2019-03-12 | arch: don't memset(0) memory returned by memblock_alloc() | Mike Rapoport |
2019-03-12 | arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0) | Mike Rapoport |
2019-03-11 | y2038: fix socket.h header inclusion | Arnd Bergmann |
2019-03-10 | Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2019-03-07 | arch: simplify several early memory allocations | Mike Rapoport |
2019-03-07 | configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATED | Alexey Brodkin |
2019-03-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2019-03-05 | mm: replace all open encodings for NUMA_NO_NODE | Anshuman Khandual |
2019-03-05 | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2019-03-05 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2019-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2019-03-04 | get rid of legacy 'get_ds()' function | Linus Torvalds |
2019-02-20 | sparc64/pci_sun4v: allow large DMA masks | Christoph Hellwig |
2019-02-20 | sparc64/iommu: allow large DMA masks | Christoph Hellwig |
2019-02-20 | sparc64: refactor the ali DMA quirk | Christoph Hellwig |
2019-02-19 | 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option | Yury Norov |
2019-02-07 | y2038: add 64-bit time_t syscalls to all 32-bit architectures | Arnd Bergmann |
2019-02-07 | y2038: rename old time and utime syscalls | Arnd Bergmann |
2019-02-07 | y2038: use time32 syscall names on 32-bit | Arnd Bergmann |
2019-02-07 | y2038: syscalls: rename y2038 compat syscalls | Arnd Bergmann |
2019-02-07 | timex: use __kernel_timex internally | Deepa Dinamani |
2019-02-07 | sparc64: add custom adjtimex/clock_adjtime functions | Arnd Bergmann |
2019-02-03 | socket: fix for Add SO_TIMESTAMP[NS]_NEW | Stephen Rothwell |
2019-02-03 | sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW | Deepa Dinamani |
2019-02-03 | socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes | Deepa Dinamani |
2019-02-03 | socket: Add SO_TIMESTAMPING_NEW | Deepa Dinamani |
2019-02-03 | socket: Add SO_TIMESTAMP[NS]_NEW | Deepa Dinamani |
2019-02-03 | arch: sparc: Override struct __kernel_old_timeval | Deepa Dinamani |
2019-02-03 | sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD | Deepa Dinamani |
2019-01-25 | arch: add pkey and rseq syscall numbers everywhere | Arnd Bergmann |
2019-01-25 | arch: add split IPC system calls where needed | Arnd Bergmann |
2019-01-25 | sparc64: fix sparc_ipc type conversion | Arnd Bergmann |
2019-01-25 | crypto: clarify name of WEAK_KEY request flag | Eric Biggers |
2019-01-17 | net: introduce SO_BINDTOIFINDEX sockopt | David Herrmann |
2019-01-06 | arch: remove redundant UAPI generic-y defines | Masahiro Yamada |
2019-01-06 | arch: remove stale comments "UAPI Header export list" | Masahiro Yamada |
2019-01-06 | jump_label: move 'asm goto' support test to Kconfig | Masahiro Yamada |
2019-01-05 | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2019-01-05 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2019-01-04 | mm: treewide: remove unused address argument from pte_alloc functions | Joel Fernandes (Google) |
2019-01-04 | Fix access_ok() fallout for sparc32 and powerpc | Linus Torvalds |
2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds |
2019-01-01 | Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da... | Linus Torvalds |
2018-12-31 | Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds |
2018-12-30 | kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops | Christophe Leroy |