Age | Commit message (Expand) | Author |
2021-02-21 | arch: setup PF_IO_WORKER threads like PF_KTHREAD | Jens Axboe |
2021-02-13 | h8300: fix PREEMPTION build, TI_PRE_COUNT undefined | Randy Dunlap |
2020-12-16 | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-12-12 | h8300: add support for TIF_NOTIFY_SIGNAL | Jens Axboe |
2020-11-24 | sched/idle: Fix arch_cpu_idle() vs tracing | Peter Zijlstra |
2020-10-17 | tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume() | Jens Axboe |
2020-10-14 | Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2020-10-13 | h8300, nds32, openrisc: simplify detection of memory extents | Mike Rapoport |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-20 | h8300: switch to kernel_clone() | Christian Brauner |
2020-08-07 | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2020-07-27 | h8300: switch to ->regset_get() | Al Viro |
2020-07-04 | arch: rename copy_thread_tls() back to copy_thread() | Christian Brauner |
2020-07-04 | h8300: select HAVE_COPY_THREAD_TLS, switch to kernel_clone_args | Christian Brauner |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport |
2020-06-09 | kernel: rename show_stack_loglvl() => show_stack() | Dmitry Safonov |
2020-06-09 | h8300: add show_stack_loglvl() | Dmitry Safonov |
2020-04-23 | h8300: ignore vmlinux.lds | Masahiro Yamada |
2019-12-08 | sched/rt, h8300: Use CONFIG_PREEMPTION | Thomas Gleixner |
2019-11-04 | h8300: Move EXCEPTION_TABLE to RO_DATA segment | Kees Cook |
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-05-27 | signal: Remove task parameter from force_sig | Eric W. Biederman |
2019-05-15 | clk: Remove io.h from clk-provider.h | Stephen Boyd |
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-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport |
2018-10-10 | vmlinux.lds.h: Move LSM_TABLE into INIT_DATA | Kees Cook |
2018-08-22 | arch/h8300: eliminate kgbd.c warning | Randy Dunlap |
2018-08-22 | h8300: remove unnecessary of_platform_populate call | Rob Herring |
2018-08-22 | h8300: switch to NO_BOOTMEM | Rob Herring |
2018-08-22 | h8300: gcc-8.1 fix | Yoshinori Sato |
2018-01-15 | h8300: use dma-direct | Christoph Hellwig |
2018-01-15 | dma-mapping: clear harmful GFP_* flags in common code | Christoph Hellwig |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-07-03 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2017-06-28 | arch: remove unused macro/function thread_saved_pc() | Tobias Klauser |
2017-06-14 | clocksource/drivers: Rename clocksource_probe to timer_probe | Daniel Lezcano |
2017-03-29 | Merge branch 'regset' (PTRACE_SETREGSET data leakage) | Linus Torvalds |
2017-03-29 | h8300/ptrace: Fix incorrect register transfer count | Dave Martin |
2017-03-07 | h8300: Fix build breakage caused by header file changes | Guenter Roeck |
2017-03-02 | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu... | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-01-24 | treewide: Constify most dma_map_ops structures | Bart Van Assche |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds |
2016-10-27 | h8300: fix syscall restarting | Mark Rutland |