Age | Commit message (Expand) | Author |
2020-12-15 | workqueue: kasan: record workqueue stack | Walter Wu |
2020-12-15 | mm: cleanup: remove unused tsk arg from __access_remote_vm | John Hubbard |
2020-12-15 | mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_state | Muchun Song |
2020-12-15 | cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchy | Roman Gushchin |
2020-12-15 | mm: memcg: deprecate the non-hierarchical mode | Roman Gushchin |
2020-12-15 | mm/gup: prevent gup_fast from racing with COW during fork | Jason Gunthorpe |
2020-12-15 | kthread_worker: document CPU hotplug handling | Petr Mladek |
2020-12-15 | kthread: add kthread_work tracepoints | Rob Clark |
2020-12-13 | Merge tag 'x86-urgent-2020-12-13' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-12-11 | bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpers | Andrii Nakryiko |
2020-12-11 | elfcore: fix building with clang | Arnd Bergmann |
2020-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2020-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2020-12-10 | bpf: Fix propagation of 32-bit signed bounds from 64-bit bounds. | Alexei Starovoitov |
2020-12-09 | membarrier: Execute SYNC_CORE on the calling thread | Andy Lutomirski |
2020-12-09 | membarrier: Explicitly sync remote cores when SYNC_CORE is requested | Andy Lutomirski |
2020-12-09 | membarrier: Add an actual barrier before rseq_preempt() | Andy Lutomirski |
2020-12-07 | Merge tag 'trace-v5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2020-12-06 | Merge tag 'irq-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-12-05 | Merge tag 'powerpc-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2020-12-04 | tracing: Fix userstacktrace option for instances | Steven Rostedt (VMware) |
2020-12-01 | Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2020-11-30 | ring-buffer: Always check to put back before stamp when crossing pages | Steven Rostedt (VMware) |
2020-11-30 | ftrace: Fix DYNAMIC_FTRACE_WITH_DIRECT_CALLS dependency | Naveen N. Rao |
2020-11-30 | ftrace: Fix updating FTRACE_FL_TRAMP | Naveen N. Rao |
2020-11-30 | tracing: Fix alignment of static buffer | Minchan Kim |
2020-11-30 | tracing: Remove WARN_ON in start_thread() | Vasily Averin |
2020-11-30 | ring-buffer: Set the right timestamp in the slow path of __rb_reserve_next() | Andrea Righi |
2020-11-30 | ring-buffer: Update write stamp with the correct ts | Steven Rostedt (VMware) |
2020-11-30 | genirq/irqdomain: Add an irq_create_mapping_affinity() function | Laurent Vivier |
2020-11-29 | Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2020-11-27 | Merge tag 'printk-for-5.10-rc6-fixup' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2020-11-27 | Merge branch 'for-5.10-pr_cont-fixup' into for-linus | Petr Mladek |
2020-11-27 | printk: finalize records with trailing newlines | John Ogness |
2020-11-27 | kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handling | Nicholas Piggin |
2020-11-24 | sched/idle: Fix arch_cpu_idle() vs tracing | Peter Zijlstra |
2020-11-22 | Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-11-22 | Merge tag 'locking-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2020-11-21 | Merge tag 'seccomp-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2020-11-19 | Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2020-11-19 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski |
2020-11-19 | fail_function: Remove a redundant mutex unlock | Luo Meng |
2020-11-19 | lib/strncpy_from_user.c: Mask out bytes after NUL terminator. | Daniel Xu |
2020-11-17 | seccomp: Set PF_SUPERPRIV when checking capability | Mickaël Salaün |
2020-11-17 | ptrace: Set PF_SUPERPRIV when checking capability | Mickaël Salaün |
2020-11-17 | Merge branch 'urgent-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2020-11-17 | lockdep: Put graph lock/unlock under lock_recursion protection | Boqun Feng |
2020-11-17 | sched/deadline: Fix priority inheritance with multiple scheduling classes | Juri Lelli |
2020-11-17 | sched: Fix rq->nr_iowait ordering | Peter Zijlstra |
2020-11-17 | sched/fair: Fix overutilized update in enqueue_task_fair() | Quentin Perret |