Baolin Wang ([email protected])

Number of posts: 1706 (1.84 per day)
First post: 2015-04-20 05:58:13
Last post: 2017-11-02 11:10:41

Date List Subject
2015-07-29 12:17:39 linux-kernel [PATCH v2 4/5] time: Introduce do_sys_settimeofday64()
2015-07-29 12:14:36 linux-kernel [PATCH v2 3/5] security: Introduce security_settime64()
2015-07-29 12:11:43 linux-kernel [PATCH v2 2/5] timekeeping: Introduce current_kernel_time64()
2015-07-29 11:59:35 linux-kernel [PATCH v2 1/5] time: Introduce struct itimerspec64
2015-07-17 08:39:38 linux-kernel Re: [PATCH 6/6] cputime: Introduce cputime_to_timespec64()/timespec64_to_cputime()
2015-07-16 02:22:48 linux-kernel Re: [PATCH 6/6] cputime: Introduce cputime_to_timespec64()/timespec64_to_cputime()
2015-07-15 11:42:28 linux-kernel Re: [PATCH 6/6] cputime: Introduce cputime_to_timespec64()/timespec64_to_cputime()
2015-07-15 11:34:48 linux-kernel Re: [PATCH 3/6] security: Introduce security_settime64()
2015-07-15 06:08:40 linux-kernel [PATCH 6/6] cputime: Introduce cputime_to_timespec64()/timespec64_to_cputime()
2015-07-15 06:05:23 linux-kernel [PATCH 5/6] time: Introduce timespec64_to_jiffies()/jiffies_to_timespec64()
2015-07-15 06:02:20 linux-kernel [PATCH 4/6] time: Introduce do_sys_settimeofday64()
2015-07-15 05:58:56 linux-kernel [PATCH 3/6] security: Introduce security_settime64()
2015-07-15 05:55:21 linux-kernel [PATCH 2/6] timekeeping: Introduce current_kernel_time64()
2015-07-15 05:53:06 linux-kernel [PATCH 1/6] time: Introduce struct itimerspec64
2015-07-15 05:49:18 linux-kernel [PATCH 0/6] Introduce 64bit accessors and structures required to address y2038 issues in the posix_clock subsystem
2015-06-15 02:28:06 linux-kernel Re: [PATCH v5 00/24] Convert the posix_clock_operations and k_clock structure to ready for 2038
2015-06-12 08:14:30 linux-kernel [PATCH v5 24/24] k_clock: Remove y2038 unsafe callbacks
2015-06-12 08:14:18 linux-kernel [PATCH v5 23/24] posix-cpu-timers: Convert to y2038 safe callbacks
2015-06-12 08:11:57 linux-kernel [PATCH v5 22/24] cputime: Introduce cputime_to_timespec64()/timespec64_to_cputime()
2015-06-12 08:07:50 linux-kernel [PATCH v5 21/24] time: Introduce timespec64_to_jiffies()/jiffies_to_timespec64()
2015-06-12 08:04:30 linux-kernel [PATCH v5 20/24] posix-clock: Convert to y2038 safe callbacks
2015-06-12 08:01:44 linux-kernel [PATCH v5 19/24] alarmtimer: Convert to y2038 safe callbacks
2015-06-12 07:59:47 linux-kernel [PATCH v5 18/24] mmtimer: Convert to y2038 safe callbacks
2015-06-12 07:57:20 linux-kernel [PATCH v5 17/24] posix-timers: Convert to y2038 safe callbacks
2015-06-12 07:55:15 linux-kernel [PATCH v5 16/24] timekeeping: Change the implementation of timekeeping_clocktai()
2015-06-12 07:52:04 linux-kernel [PATCH v5 10/24] posix-timers: Factor out the guts of 'clock_settime' for reusing
2015-06-12 07:51:45 linux-kernel [PATCH v5 11/24] posix-timers: Implement y2038 safe clock_set64() callback
2015-06-12 07:51:15 linux-kernel [PATCH v5 15/24] posix-timers: Implement y2038 safe clock_getres64() callback
2015-06-12 07:50:48 linux-kernel [PATCH v5 13/24] posix-timers: Implement y2038 safe clock_get64() callback
2015-06-12 07:50:44 linux-kernel [PATCH v5 14/24] posix-timers: Factor out the guts of 'clcok_getres' for reusing
2015-06-12 07:50:35 linux-kernel [PATCH v5 12/24] posix-timers: Factor out the guts of 'clock_gettime' for reusing
2015-06-12 07:50:18 linux-kernel [PATCH v5 09/24] posix-timers: Implement y2038 safe timer_set64() callback
2015-06-12 07:50:09 linux-kernel [PATCH v5 08/24] posix-timers: Factor out the guts of 'timer_settime' for reusing
2015-06-12 07:49:59 linux-kernel [PATCH v5 07/24] posix-timers: Implement y2038 safe timer_get64() callback
2015-06-12 07:49:52 linux-kernel [PATCH v5 06/24] posix-timers: Factor out the guts of 'timer_gettime' for reusing
2015-06-12 07:49:44 linux-kernel [PATCH v5 05/24] posix-timers: Introduce {get,put}_timespec and {get,put}_itimerspec
2015-06-12 07:46:03 linux-kernel [PATCH v5 04/24] time: Introduce do_sys_settimeofday64()
2015-06-12 07:39:00 linux-kernel [PATCH v5 03/24] security: Introduce security_settime64()
2015-06-12 07:31:59 linux-kernel [PATCH v5 02/24] timekeeping: Introduce current_kernel_time64()
2015-06-12 07:28:46 linux-kernel [PATCH v5 01/24] time: Introduce struct itimerspec64
2015-06-12 07:21:37 linux-kernel [PATCH v5 00/24] Convert the posix_clock_operations and k_clock structure to ready for 2038
2015-06-01 12:08:44 linux-kernel [PATCH v4 25/25] k_clock:Remove the 32bit methods with timespec/itimerspec type
2015-06-01 12:08:25 linux-kernel [PATCH v4 24/25] time/posix-cpu-timers:Convert to the 64bit methods for k_clock structure
2015-06-01 12:07:25 linux-kernel [PATCH v4 23/25] cputime:Introduce the cputime_to_timespec64/timespec64_to_cputime function
2015-06-01 12:04:28 linux-kernel [PATCH v4 22/25] time/time:Introduce the timespec64_to_jiffies()/jiffies_to_timespec64() function
2015-06-01 12:03:20 linux-kernel [PATCH v4 21/25] time/posix-clock:Convert to the 64bit methods for k_clock and posix_clock_operations structure
2015-06-01 12:02:11 linux-kernel [PATCH v4 20/25] time/alarmtimer:Convert to the new 64bit methods for k_clock structure
2015-06-01 12:01:33 linux-kernel [PATCH v4 19/25] char/mmtimer:Convert to the 64bit methods for k_clock callback functions
2015-06-01 12:00:23 linux-kernel [PATCH v4 18/25] time/posix-timers:Convert to the 64bit methods for k_clock callback functions
2015-06-01 11:59:20 linux-kernel [PATCH v4 17/25] timekeeping:Introduce the timekeeping_clocktai() function with timespec64 type
2015-06-01 11:58:37 linux-kernel [PATCH v4 16/25] posix-timers:Convert to the 64bit methods for the clock_getres syscall function