Age | Commit message (Expand) | Author |
2021-10-15 | sched: Add wrapper for get_wchan() to keep task blocked | Kees Cook |
2021-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-09-08 | trap: cleanup trap_init() | Kefeng Wang |
2021-09-02 | Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2021-08-19 | hexagon: use the generic global coherent pool | Christoph Hellwig |
2021-07-23 | hexagon: use generic strncpy/strnlen from_user | Arnd Bergmann |
2021-07-08 | hexagon: use common DISCARDS macro | Nathan Chancellor |
2021-07-08 | hexagon: handle {,SOFT}IRQENTRY_TEXT in linker script | Nathan Chancellor |
2021-06-18 | sched: Introduce task_is_running() | Peter Zijlstra |
2021-05-03 | Hexagon: add target builtins to kernel | Sid Manning |
2021-05-03 | Hexagon: fix build errors | Sid Manning |
2021-02-21 | arch: setup PF_IO_WORKER threads like PF_KTHREAD | Jens Axboe |
2020-12-16 | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-11-24 | sched/idle: Fix arch_cpu_idle() vs tracing | Peter Zijlstra |
2020-11-09 | hexagon: add support for TIF_NOTIFY_SIGNAL | Jens Axboe |
2020-10-17 | tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume() | Jens Axboe |
2020-10-15 | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2020-10-12 | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-10-06 | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h> | Christoph Hellwig |
2020-09-01 | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG | Kees Cook |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
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 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2020-07-27 | kill unused dump_fpu() instances | Al Viro |
2020-07-27 | hexagon: switch to ->regset_get() | Al Viro |
2020-07-04 | arch: rename copy_thread_tls() back to copy_thread() | Christian Brauner |
2020-07-04 | hexagon: switch to copy_thread_tls() | Christian Brauner |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse |
2020-06-09 | kernel: rename show_stack_loglvl() => show_stack() | Dmitry Safonov |
2020-06-09 | hexagon: add show_stack_loglvl() | Dmitry Safonov |
2020-03-29 | hexagon: Replace setup_irq() by request_irq() | afzal mohammed |
2020-01-28 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-01-04 | hexagon: work around compiler crash | Nick Desaulniers |
2020-01-04 | hexagon: parenthesize registers in asm predicates | Nick Desaulniers |
2019-12-08 | sched/rt, hexagon: Use CONFIG_PREEMPTION | Thomas Gleixner |
2019-11-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Linus Torvalds |
2019-11-28 | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremap | Linus Torvalds |
2019-11-20 | dma-mapping: drop the dev argument to arch_sync_dma_for_* | Christoph Hellwig |
2019-11-11 | hexagon: remove __iounmap | Christoph Hellwig |
2019-11-11 | hexagon: clean up ioremap | Christoph Hellwig |
2019-11-04 | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA | Kees Cook |
2019-11-04 | vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATA | Kees Cook |
2019-11-04 | vmlinux.lds.h: Move NOTES into RO_DATA | Kees Cook |
2019-07-08 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267 | Thomas Gleixner |
2019-05-29 | signal: Remove the task parameter from force_sig_fault | Eric W. Biederman |
2019-05-27 | signal: Remove task parameter from force_sig | Eric W. Biederman |
2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds |
2018-12-30 | kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops | Christophe Leroy |
2018-12-30 | kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function() | Douglas Anderson |