Mel Gorman ([email protected])

Number of posts: 2306 (2.77 per day)
First post: 2015-07-23 11:05:19
Last post: 2017-11-02 13:12:33

Date List Subject
2021-09-21 10:38:51 linux-kernel Re: [PATCH 2/2] sched/fair: Scale wakeup granularity relative to nr_running
2021-09-21 10:06:32 linux-kernel Re: [PATCH 1/2] sched/fair: Remove redundant lookup of rq in check_preempt_wakeup
2021-09-21 07:57:04 linux-kernel Re: [PATCH 1/2] sched/fair: Remove redundant lookup of rq in check_preempt_wakeup
2021-09-21 02:55:16 linux-kernel Re: [RFC PATCH 0/5] Remove dependency on congestion_wait in mm/
2021-09-21 01:22:34 linux-kernel [PATCH 2/2] sched/fair: Scale wakeup granularity relative to nr_running
2021-09-21 01:21:50 linux-kernel [PATCH 1/2] sched/fair: Remove redundant lookup of rq in check_preempt_wakeup
2021-09-21 01:20:57 linux-kernel [PATCH 0/2] Scale wakeup granularity relative to nr_running
2021-09-20 21:52:07 linux-kernel Re: [RFC PATCH 0/5] Remove dependency on congestion_wait in mm/
2021-09-20 13:18:42 linux-kernel [PATCH 5/5] mm/page_alloc: Remove the throttling logic from the page allocator
2021-09-20 13:17:31 linux-kernel [PATCH 2/5] mm/vmscan: Throttle reclaim and compaction when too may pages are isolated
2021-09-20 13:16:46 linux-kernel [RFC PATCH 0/5] Remove dependency on congestion_wait in mm/
2021-09-20 12:50:07 linux-kernel [PATCH 3/5] mm/vmscan: Throttle reclaim when no progress is being made
2021-09-20 10:00:02 linux-kernel [PATCH 4/5] mm/writeback: Throttle based on page writeback instead of congestion
2021-09-20 09:59:37 linux-kernel [PATCH 1/5] mm/vmscan: Throttle reclaim until some writeback completes if congested
2021-09-17 15:15:53 linux-kernel Re: [PATCH 8/9] sched/fair: select idle cpu from idle cpumask for task wakeup
2021-09-16 09:04:48 linux-kernel Re: [PATCH 3/6] EXT4: Remove ENOMEM/congestion_wait() loops.
2021-09-15 14:37:31 linux-kernel Re: [PATCH 3/6] EXT4: Remove ENOMEM/congestion_wait() loops.
2021-09-07 08:36:21 linux-kernel Re: [PATCH v6 00/33] SLUB: reduce irq disabled scope and make it RT compatible
2021-09-06 13:51:59 linux-kernel Re: [PATCH 1/1] mm/vmstat: Protect per cpu variables with preempt disable on RT
2021-09-02 14:07:54 linux-kernel Re: [PATCH v2 3/5] mm/page_alloc.c: fix obsolete comment in free_pcppages_bulk()
2021-09-01 22:19:50 linux-kernel Re: [PATCH 3/6] mm/page_alloc.c: remove obsolete comment in free_pcppages_bulk()
2021-08-31 13:45:13 linux-kernel Re: [PATCH 5/6] mm/page_alloc.c: avoid accessing uninitialized pcp page migratetype
2021-08-31 13:43:02 linux-kernel Re: [PATCH 4/6] mm/page_alloc.c: use helper function zone_spans_pfn()
2021-08-31 13:42:21 linux-kernel Re: [PATCH 3/6] mm/page_alloc.c: remove obsolete comment in free_pcppages_bulk()
2021-08-31 13:40:12 linux-kernel Re: [PATCH 2/6] mm/page_alloc.c: simplify the code by using macro K()
2021-08-31 13:37:52 linux-kernel Re: [PATCH 1/6] mm/page_alloc.c: remove meaningless VM_BUG_ON() in pindex_to_order()
2021-08-31 12:48:54 linux-kernel Re: Stuck looping on list_empty(list) in free_pcppages_bulk()
2021-08-18 15:33:29 linux-kernel Re: [pipe] 3a34b13a88: hackbench.throughput -12.6% regression
2021-08-12 10:58:47 linux-kernel Re: [PATCH] mm/page_alloc: don't corrupt pcppage_migratetype
2021-08-06 14:54:25 linux-kernel Re: [PATCH 1/1] mm/vmstat: Protect per cpu variables with preempt disable on RT
2021-08-05 19:23:13 linux-kernel [PATCH 1/1] mm/vmstat: Protect per cpu variables with preempt disable on RT
2021-08-05 16:06:36 linux-kernel [PATCH 0/1 v2] Protect vmstats on PREEMPT_RT
2021-08-05 14:48:18 linux-kernel Re: [PATCH 2/2] mm/vmstat: Protect per cpu variables with preempt disable on RT
2021-08-04 18:38:12 linux-kernel Re: [PATCH 2/2] mm/vmstat: Protect per cpu variables with preempt disable on RT
2021-08-04 17:29:32 linux-kernel [PATCH 1/2] sched/fair: Use prev instead of new target as recent_used_cpu
2021-08-04 14:25:35 linux-kernel [PATCH 2/2] sched/fair: Avoid a second scan of target in select_idle_cpu
2021-08-04 14:25:17 linux-kernel [PATCH 0/2] Reduce SIS scanning
2021-08-04 13:12:06 linux-kernel Re: [PATCH v3 00/35] SLUB: reduce irq disabled scope and make it RT compatible
2021-08-04 12:12:54 linux-kernel Re: [PATCH 2/2] mm/vmstat: Protect per cpu variables with preempt disable on RT
2021-08-04 11:08:57 linux-kernel Re: [PATCH 8/9] sched/fair: select idle cpu from idle cpumask for task wakeup
2021-08-04 11:06:34 linux-kernel Re: [PATCH 7/9] sched/fair: Enforce proportional scan limits when scanning for an idle core
2021-07-29 15:45:30 linux-kernel Re: [PATCH v3 31/35] mm, slub: optionally save/restore irqs in slab_[un]lock()/
2021-07-29 08:38:04 linux-kernel Re: [PATCH v14 049/138] mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave()
2021-07-28 11:52:20 linux-kernel Re: [PATCH] is_core_idle() is using a wrong variable
2021-07-27 14:37:02 linux-kernel Re: [mm/page_alloc] 44042b4498: WARNING:possible_recursive_locking_detected
2021-07-27 14:33:36 linux-kernel Re: [PATCH 1/1] sched/fair: improve yield_to vs fairness
2021-07-26 19:34:21 linux-kernel Re: [PATCH 1/1] sched/fair: improve yield_to vs fairness
2021-07-26 10:51:27 linux-kernel [RFC PATCH 0/9] Modify and/or delete SIS_PROP
2021-07-26 10:28:21 linux-kernel [PATCH 6/9] sched/fair: Make select_idle_cpu() proportional to cores
2021-07-26 10:26:42 linux-kernel [PATCH 8/9] sched/fair: select idle cpu from idle cpumask for task wakeup
2021-07-26 10:25:55 linux-kernel [PATCH 9/9] sched/core: Delete SIS_PROP and rely on the idle cpu mask