Age | Commit message (Expand) | Author |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-14 | all arch: remove system call sys_sysctl | Xiaoming Ni |
2020-08-12 | mm/sparc64: use general page fault accounting | Peter Xu |
2020-08-12 | mm/sparc32: use general page fault accounting | Peter Xu |
2020-08-12 | mm: do page fault accounting in handle_mm_fault | Peter Xu |
2020-08-12 | uaccess: remove segment_eq | Christoph Hellwig |
2020-08-12 | sparc: drop unused MAX_PHYSADDR_BITS | Arvind Sankar |
2020-08-10 | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2020-08-09 | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds |
2020-08-09 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds |
2020-08-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-08-07 | mm/sparse: cleanup the code surrounding memory_present() | Mike Rapoport |
2020-08-07 | mm: remove unneeded includes of <asm/pgalloc.h> | Mike Rapoport |
2020-08-07 | Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2020-08-07 | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2020-08-06 | locking/seqlock, headers: Untangle the spaghetti monster | Peter Zijlstra |
2020-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-08-04 | Merge tag 'irq-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-08-04 | Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2020-08-04 | Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2020-08-04 | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune... | Linus Torvalds |
2020-08-03 | Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-07-30 | initrd: remove support for multiple floppies | Christoph Hellwig |
2020-07-29 | Merge branch 'locking/header' | Peter Zijlstra |
2020-07-29 | locking/atomic: Move ATOMIC_INIT into linux/types.h | Herbert Xu |
2020-07-27 | kill unused dump_fpu() instances | Al Viro |
2020-07-27 | sparc: switch to ->regset_get() | Al Viro |
2020-07-27 | sparc64: get rid of odd callers of copy_regset_from_user() | Al Viro |
2020-07-27 | sparc32: get rid of odd callers of copy_regset_from_user() | Al Viro |
2020-07-19 | net: remove compat_sys_{get,set}sockopt | Christoph Hellwig |
2020-07-19 | dma-mapping: make support for dma ops optional | Christoph Hellwig |
2020-07-16 | crypto: sparc - rename sha256 to sha256_alg | Eric Biggers |
2020-07-10 | sparc64: Fix asm/percpu.h build error | Peter Zijlstra |
2020-07-07 | kbuild: remove cc-option test of -fno-stack-protector | Masahiro Yamada |
2020-07-04 | arch: rename copy_thread_tls() back to copy_thread() | Christian Brauner |
2020-07-04 | arch: remove HAVE_COPY_THREAD_TLS | Christian Brauner |
2020-07-04 | sparc64: Deselect IRQ_PREFLOW_FASTEOI | Valentin Schneider |
2020-06-26 | sparc64: get rid of odd callers of copy_regset_to_user() | Al Viro |
2020-06-26 | sparc32: get rid of odd callers of copy_regset_to_user() | Al Viro |
2020-06-26 | sparc64: switch genregs32_get() to use of get_from_target() | Al Viro |
2020-06-23 | sparc: unconditionally enable HAVE_COPY_THREAD_TLS | Christian Brauner |
2020-06-23 | sparc: share process creation helpers between sparc and sparc64 | Christian Brauner |
2020-06-23 | sparc64: enable HAVE_COPY_THREAD_TLS | Christian Brauner |
2020-06-17 | arch: wire-up close_range() | Christian Brauner |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-06-10 | arch/sparc/mm/srmmu.c: fix build | Andrew Morton |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse |
2020-06-09 | mmap locking API: convert mmap_sem API comments | Michel Lespinasse |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse |
2020-06-09 | mm: consolidate pte_index() and pte_offset_*() definitions | Mike Rapoport |