Xunlei Pang ([email protected])

Number of posts: 106 (0.61 per day)
First post: 2014-10-09 07:10:20
Last post: 2015-04-01 14:54:42

Date List Subject
2014-11-06 07:54:04 linux-kernel [PATCH v4 4/7] sched/deadline: Remove unnecessary definitions in cpudeadline.h
2014-11-06 07:53:26 linux-kernel [PATCH v4 7/7] sched/deadline: Modify cpudl_find() for more cases of electing best_cpu
2014-11-06 07:53:16 linux-kernel [PATCH v4 6/7] sched/deadline: Optimize find_later_rq() to select a cache hot cpu
2014-11-06 07:53:11 linux-kernel [PATCH v4 5/7] sched/deadline: Fix several problems with cpudl_find()
2014-11-06 07:53:04 linux-kernel [PATCH v4 3/7] sched/rt: Optimize find_lowest_rq() to select a cache hot cpu
2014-11-06 07:52:59 linux-kernel [PATCH v4 2/7] sched/rt: Deal with cpupri.pri_to_cpu[CPUPRI_IDLE] for idle cases
2014-11-06 07:52:54 linux-kernel [PATCH v4 1/7] sched/cpupri: Remove unnecessary definitions in cpupri.h
2014-11-05 15:49:56 linux-kernel [PATCH v3 5/7] sched/deadline: Optimize find_later_rq() to select a cache hot cpu
2014-11-05 15:49:23 linux-kernel [PATCH v3 7/7] sched/deadline: Modify cpudl_find() for more cases of electing best_cpu
2014-11-05 15:49:15 linux-kernel [PATCH v3 6/7] sched/deadline: Remove unnecessary definitions in cpudeadline.h
2014-11-05 15:49:05 linux-kernel [PATCH v3 4/7] sched/deadline: Fix several problems with cpudl_find()
2014-11-05 15:48:58 linux-kernel [PATCH v3 3/7] sched/rt: Optimize find_lowest_rq() to select a cache hot cpu
2014-11-05 15:48:52 linux-kernel [PATCH v3 2/7] sched/cpupri: Remove unnecessary definitions in cpupri.h
2014-11-05 15:48:47 linux-kernel [PATCH v3 1/7] sched/rt: Deal with cpupri.pri_to_cpu[CPUPRI_IDLE] for idle cases
2014-11-04 15:09:14 linux-kernel Re: [PATCH v2 2/6] sched/rt: Optimize select_task_rq_rt() for non-RT curr task
2014-11-04 14:29:27 linux-kernel Re: [PATCH v2 2/6] sched/rt: Optimize select_task_rq_rt() for non-RT curr task
2014-11-04 14:19:37 linux-kernel Re: [PATCH v2 5/6] sched/dl: Optimize select_task_rq_dl() for non-DL curr task
2014-11-04 11:16:04 linux-kernel [PATCH v2 6/6] sched/dl: Remove unnecessary definitions in cpudeadline.h
2014-11-04 11:15:48 linux-kernel [PATCH v2 5/6] sched/dl: Optimize select_task_rq_dl() for non-DL curr task
2014-11-04 11:15:42 linux-kernel [PATCH v2 4/6] sched/dl: Modify cpudl_find() for more cases of electing best_cpu
2014-11-04 11:15:38 linux-kernel [PATCH v2 3/6] sched/cpupri: Remove unnecessary definitions in cpupri.h
2014-11-04 11:15:34 linux-kernel [PATCH v2 2/6] sched/rt: Optimize select_task_rq_rt() for non-RT curr task
2014-11-04 11:15:28 linux-kernel [PATCH v2 1/6] sched/cpupri: Deal with cpupri.pri_to_cpu[CPUPRI_IDLE] for idle cases
2014-11-03 10:31:30 linux-kernel [PATCH 3/3] sched/rt: Optimize select_task_rq_rt() for non-RT curr task
2014-11-03 10:31:27 linux-kernel [PATCH 2/3] sched/cpupri: Remove unnecessary definitions in cpupri.h
2014-11-03 10:31:17 linux-kernel [PATCH 1/3] sched/cpupri: Deal with cpupri.pri_to_cpu[CPUPRI_IDLE] for idle cases
2014-10-30 16:30:07 linux-kernel Re: [RFC PATCH v2 03/11] time: Add rtc_tm_to_time64() safe version(using time64_t)
2014-10-30 11:17:55 linux-kernel [RFC PATCH v2 11/11] time: Convert x86_platform.get_wallclock()to use timespec64
2014-10-30 11:17:50 linux-kernel [RFC PATCH v2 10/11] time: Convert x86_platform.set_wallclock()to use timespec64
2014-10-30 11:17:42 linux-kernel [RFC PATCH v2 09/11] time: Convert pvclock_read_wallclock() to use timespec64
2014-10-30 11:17:37 linux-kernel [RFC PATCH v2 08/11] time: Convert xen_read_wallclock() to use timespec64
2014-10-30 11:17:32 linux-kernel [RFC PATCH v2 07/11] time: Convert alarm_set_rtc() to use timespec64
2014-10-30 11:17:28 linux-kernel [RFC PATCH v2 06/11] time: Remove do_settimeofday()
2014-10-30 11:17:23 linux-kernel [RFC PATCH v2 05/11] time: Convert all users of do_settimeofday() to use do_settimeofday64()
2014-10-30 11:17:15 linux-kernel [RFC PATCH v2 04/11] time: Add rtc_time_to_tm64() safe version(using time64_t)
2014-10-30 11:17:10 linux-kernel [RFC PATCH v2 03/11] time: Add rtc_tm_to_time64() safe version(using time64_t)
2014-10-30 11:17:00 linux-kernel [RFC PATCH v2 02/11] time: Add mktime64() safe version(using time64_t)
2014-10-30 11:16:54 linux-kernel [RFC PATCH v2 01/11] time: Add do_settimeofday64() safe version(using timespec64)
2014-10-30 11:16:32 linux-kernel [RFC PATCH v2 00/11] Convert do_settimeofday() to use timespec64
2014-10-29 13:04:42 linux-kernel Re: [PATCH RFC 11/12] time: Convert xen_read_wallclock() to use timespec64
2014-10-27 05:49:33 linux-kernel [PATCH RFC 04/12] time: Add rtc_tm_to_time() safe version(using time64_t)
2014-10-27 05:48:40 linux-kernel [PATCH RFC 09/12] time: Convert rtc_time_to_tm_unsafe() to rtc_time_to_tm() in alarm_set_rtc()
2014-10-27 05:47:56 linux-kernel [PATCH RFC 12/12] time: Convert pvclock_read_wallclock() to use timespec64
2014-10-27 05:47:53 linux-kernel [PATCH RFC 11/12] time: Convert xen_read_wallclock() to use timespec64
2014-10-27 05:47:48 linux-kernel [PATCH RFC 10/12] time: Convert do_settimeofday() to use timespec64
2014-10-27 05:47:42 linux-kernel [PATCH RFC 08/12] time: Add rtc_time_to_tm() safe version(using time64_t)
2014-10-27 05:47:37 linux-kernel [PATCH RFC 07/12] time: Rename rtc_time_to_tm() to rtc_time_to_tm_unsafe()
2014-10-27 05:47:32 linux-kernel [PATCH RFC 05/12] time: Convert rtc_tm_to_time_unsafe() to rtc_tm_to_time() in rtc_hctosys()
2014-10-27 05:47:29 linux-kernel [PATCH RFC 06/12] time: Fix build warnings for time64_t to __kernel_time_t warning on 64-bit systems.
2014-10-27 05:47:19 linux-kernel [PATCH RFC 03/12] time: Rename rtc_tm_to_time() to rtc_tm_to_time_unsafe()
2014-10-27 05:47:11 linux-kernel [PATCH RFC 02/12] time: Add mktime() safe version(using time64_t)