Show patches with: Submitter = (Exiting) Baolin Wang       |    State = Action Required       |    Archived = No       |   364 patches
« 1 2 3 4 »
Patch Series S/W/F Date Submitter Delegate State
[01/11] linux/time64.h:Introduce the 'struct itimerspec64' for 64bit --- 2015-04-20 (Exiting) Baolin Wang New
[02/11] timekeeping:Introduce the current_kernel_time64() function with timespec64 type --- 2015-04-20 (Exiting) Baolin Wang New
[03/11] time/hrtimer:Introduce hrtimer_get_res64() with timespec64 type for getting the timer resolution --- 2015-04-20 (Exiting) Baolin Wang New
[04/11] posix timers:Introduce the 64bit methods with timespec64 type for k_clock structure --- 2015-04-20 (Exiting) Baolin Wang New
[05/11] time/posix-timers:Convert to the 64bit methods for k_clock callback functions --- 2015-04-20 (Exiting) Baolin Wang New
[06/11] char/mmtimer:Convert to the 64bit methods for k_clock callback function --- 2015-04-20 (Exiting) Baolin Wang New
[07/11] time/alarmtimer:Convert to the new methods for k_clock structure --- 2015-04-20 (Exiting) Baolin Wang New
[08/11] time/posix-clock:Convert to the 64bit methods for k_clock and posix_clock_operations structure --- 2015-04-20 (Exiting) Baolin Wang New
[09/11] cputime:Introduce the cputime_to_timespec64/timespec64_to_cputime function --- 2015-04-20 (Exiting) Baolin Wang New
[10/11] time/posix-cpu-timers:Convert to the 64bit methods for k_clock structure --- 2015-04-20 (Exiting) Baolin Wang New
[11/11] k_clock:Remove the 32bit methods with timespec type --- 2015-04-20 (Exiting) Baolin Wang New
[v2,01/15] linux/time64.h:Introduce the 'struct itimerspec64' for 64bit --- 2015-04-30 (Exiting) Baolin Wang New
[v2,02/15] timekeeping:Introduce the current_kernel_time64() function with timespec64 type --- 2015-04-30 (Exiting) Baolin Wang New
[v2,03/15] time/hrtimer:Introduce hrtimer_get_res64() with timespec64 type for getting the timer resolution --- 2015-04-30 (Exiting) Baolin Wang New
[v2,04/15] posix timers:Introduce the 64bit methods with timespec64 type for k_clock structure --- 2015-04-30 (Exiting) Baolin Wang New
[v2,05/15] posix-timers:Split out the guts of the syscall and change the implementation --- 2015-04-30 (Exiting) Baolin Wang New
[v2,06/15] posix-timers:Convert to the 64bit methods for the syscall function --- 2015-04-30 (Exiting) Baolin Wang New
[v2,07/15] time:Introduce the do_sys_settimeofday64() function with timespec64 type --- 2015-04-30 (Exiting) Baolin Wang New
[v2,08/15] time/posix-timers:Convert to the 64bit methods for k_clock callback functions --- 2015-04-30 (Exiting) Baolin Wang New
[v2,09/15] char/mmtimer:Convert to the 64bit methods for k_clock callback function --- 2015-04-30 (Exiting) Baolin Wang New
[v2,10/15] time/alarmtimer:Convert to the new methods for k_clock structure --- 2015-04-30 (Exiting) Baolin Wang New
[v2,11/15] time/posix-clock:Convert to the 64bit methods for k_clock and posix_clock_operations structure --- 2015-04-30 (Exiting) Baolin Wang New
[v2,12/15] time/time:Introduce the timespec64_to_jiffies/jiffies_to_timespec64 function --- 2015-04-30 (Exiting) Baolin Wang New
[v2,13/15] cputime:Introduce the cputime_to_timespec64/timespec64_to_cputime function --- 2015-04-30 (Exiting) Baolin Wang New
[v2,14/15] time/posix-cpu-timers:Convert to the 64bit methods for k_clock structure --- 2015-04-30 (Exiting) Baolin Wang New
[v2,15/15] k_clock:Remove the 32bit methods with timespec/itimerspec type --- 2015-04-30 (Exiting) Baolin Wang New
[v3,01/22] linux/time64.h:Introduce the 'struct itimerspec64' for 64bit --- 2015-05-11 (Exiting) Baolin Wang New
[v3,02/22] timekeeping:Introduce the current_kernel_time64() function with timespec64 type --- 2015-05-11 (Exiting) Baolin Wang New
[v3,03/22] time/hrtimer:Introduce hrtimer_get_res64() with timespec64 type for getting the timer resolution --- 2015-05-11 (Exiting) Baolin Wang New
[v3,04/22] posix-timers:Split out the guts of the syscall and change the implementation for timer_gettime --- 2015-05-11 (Exiting) Baolin Wang New
[v3,05/22] posix-timers:Convert to the 64bit methods for the timer_gettime syscall function --- 2015-05-11 (Exiting) Baolin Wang New
[v3,06/22] posix-timers:Split out the guts of the syscall and change the implementation for timer_settime --- 2015-05-11 (Exiting) Baolin Wang New
[v3,07/22] posix-timers:Convert to the 64bit methods for the timer_settime syscall function --- 2015-05-11 (Exiting) Baolin Wang New
[v3,08/22] posix-timers:Split out the guts of the syscall and change the implementation for clock_settime --- 2015-05-11 (Exiting) Baolin Wang New
[v3,09/22] posix-timers:Convert to the 64bit methods for the clock_settime syscall function --- 2015-05-11 (Exiting) Baolin Wang New
[v3,10/22] posix-timers:Split out the guts of the syscall and change the implementation for clock_gettime --- 2015-05-11 (Exiting) Baolin Wang New
[v3,11/22] posix-timers:Convert to the 64bit methods for the clock_gettime syscall function --- 2015-05-11 (Exiting) Baolin Wang New
[v3,12/22] posix-timers:Split out the guts of the syscall and change the implementation for clock_getres --- 2015-05-11 (Exiting) Baolin Wang New
[v3,13/22] posix-timers:Convert to the 64bit methods for the clock_getres syscall function --- 2015-05-11 (Exiting) Baolin Wang New
[v3,14/22] time:Introduce the do_sys_settimeofday64() function with timespec64 type --- 2015-05-11 (Exiting) Baolin Wang New
[v3,15/22] time/posix-timers:Convert to the 64bit methods for k_clock callback functions --- 2015-05-11 (Exiting) Baolin Wang New
[v3,16/22] char/mmtimer:Convert to the 64bit methods for k_clock callback function --- 2015-05-11 (Exiting) Baolin Wang New
[v3,17/22] time/alarmtimer:Convert to the new 64bit methods for k_clock structure --- 2015-05-11 (Exiting) Baolin Wang New
[v3,18/22] time/posix-clock:Convert to the 64bit methods for k_clock and posix_clock_operations structure --- 2015-05-11 (Exiting) Baolin Wang New
[v3,19/22] time/time:Introduce the timespec64_to_jiffies/jiffies_to_timespec64 function --- 2015-05-11 (Exiting) Baolin Wang New
[v3,20/22] cputime:Introduce the cputime_to_timespec64/timespec64_to_cputime function --- 2015-05-11 (Exiting) Baolin Wang New
[v3,21/22] time/posix-cpu-timers:Convert to the 64bit methods for k_clock structure --- 2015-05-11 (Exiting) Baolin Wang New
[v3,22/22] k_clock:Remove the 32bit methods with timespec/itimerspec type --- 2015-05-11 (Exiting) Baolin Wang New
[v3,06/23] posix-timers:Convert to the 64bit methods for the timer_gettime syscall function --- 2015-05-12 (Exiting) Baolin Wang New
[v3,05/23] posix-timers:Convert to the 64bit methods for the timer_gettime syscall function --- 2015-05-12 (Exiting) Baolin Wang New
[v3,08/23] posix-timers:Convert to the 64bit methods for the timer_settime syscall function --- 2015-05-12 (Exiting) Baolin Wang New
[v3,10/23] posix-timers:Convert to the 64bit methods for the clock_settime syscall function --- 2015-05-12 (Exiting) Baolin Wang New
[v3,12/23] posix-timers:Convert to the 64bit methods for the clock_gettime syscall function --- 2015-05-12 (Exiting) Baolin Wang New
[v3,14/23] posix-timers:Convert to the 64bit methods for the clock_getres syscall function --- 2015-05-12 (Exiting) Baolin Wang New
[v4,01/25] linux/time64.h:Introduce the 'struct itimerspec64' for 64bit --- 2015-06-01 (Exiting) Baolin Wang New
[v4,02/25] timekeeping:Introduce the current_kernel_time64() function with timespec64 type --- 2015-06-01 (Exiting) Baolin Wang New
[v4,03/25] time/hrtimer:Introduce hrtimer_get_res64() with timespec64 type --- 2015-06-01 (Exiting) Baolin Wang New
[v4,04/25] security/security: Introduce security_settime64() function with timespec64 type --- 2015-06-01 (Exiting) Baolin Wang New
[v4,05/25] time:Introduce the do_sys_settimeofday64() function with timespec64 type --- 2015-06-01 (Exiting) Baolin Wang New
[v4,06/25] time/posix-timers:Introduce {get,put}_timespec and {get,put}_itimerspec --- 2015-06-01 (Exiting) Baolin Wang New
[v4,07/25] posix-timers:Change the implementation for timer_gettime syscall function --- 2015-06-01 (Exiting) Baolin Wang New
[v4,08/25] posix-timers:Convert to the 64bit methods for the timer_gettime syscall function --- 2015-06-01 (Exiting) Baolin Wang New
[v4,09/25] posix-timers:Change the implementation for timer_settime syscall --- 2015-06-01 (Exiting) Baolin Wang New
[v4,10/25] posix-timers:Convert to the 64bit methods for the timer_settime syscall function --- 2015-06-01 (Exiting) Baolin Wang New
[v4,11/25] posix-timers:Change the implementation for clock_settime syscall function --- 2015-06-01 (Exiting) Baolin Wang New
[v4,12/25] posix-timers:Convert to the 64bit methods for the clock_settime syscall function --- 2015-06-01 (Exiting) Baolin Wang New
[v4,13/25] posix-timers:Change the implementation for clock_gettime syscall function --- 2015-06-01 (Exiting) Baolin Wang New
[v4,14/25] posix-timers:Convert to the 64bit methods for the clock_gettime syscall function --- 2015-06-01 (Exiting) Baolin Wang New
[v4,15/25] posix-timers:Change the implementation for clock_getres syscall function --- 2015-06-01 (Exiting) Baolin Wang New
[v4,16/25] posix-timers:Convert to the 64bit methods for the clock_getres syscall function --- 2015-06-01 (Exiting) Baolin Wang New
[v4,17/25] timekeeping:Introduce the timekeeping_clocktai() function with timespec64 type --- 2015-06-01 (Exiting) Baolin Wang New
[v4,18/25] time/posix-timers:Convert to the 64bit methods for k_clock callback functions --- 2015-06-01 (Exiting) Baolin Wang New
[v4,19/25] char/mmtimer:Convert to the 64bit methods for k_clock callback functions --- 2015-06-01 (Exiting) Baolin Wang New
[v4,20/25] time/alarmtimer:Convert to the new 64bit methods for k_clock structure --- 2015-06-01 (Exiting) Baolin Wang New
[v4,21/25] time/posix-clock:Convert to the 64bit methods for k_clock and posix_clock_operations structure --- 2015-06-01 (Exiting) Baolin Wang New
[v4,22/25] time/time:Introduce the timespec64_to_jiffies()/jiffies_to_timespec64() function --- 2015-06-01 (Exiting) Baolin Wang New
[v4,23/25] cputime:Introduce the cputime_to_timespec64/timespec64_to_cputime function --- 2015-06-01 (Exiting) Baolin Wang New
[v4,24/25] time/posix-cpu-timers:Convert to the 64bit methods for k_clock structure --- 2015-06-01 (Exiting) Baolin Wang New
[v4,25/25] k_clock:Remove the 32bit methods with timespec/itimerspec type --- 2015-06-01 (Exiting) Baolin Wang New
[v5,02/24] timekeeping: Introduce current_kernel_time64() --- 2015-06-12 (Exiting) Baolin Wang New
[v5,04/24] time: Introduce do_sys_settimeofday64() --- 2015-06-12 (Exiting) Baolin Wang New
[v5,05/24] posix-timers: Introduce {get,put}_timespec and {get,put}_itimerspec --- 2015-06-12 (Exiting) Baolin Wang New
[v5,06/24] posix-timers: Factor out the guts of 'timer_gettime' for reusing --- 2015-06-12 (Exiting) Baolin Wang New
[v5,07/24] posix-timers: Implement y2038 safe timer_get64() callback --- 2015-06-12 (Exiting) Baolin Wang New
[v5,08/24] posix-timers: Factor out the guts of 'timer_settime' for reusing --- 2015-06-12 (Exiting) Baolin Wang New
[v5,09/24] posix-timers: Implement y2038 safe timer_set64() callback --- 2015-06-12 (Exiting) Baolin Wang New
[v5,10/24] posix-timers: Factor out the guts of 'clock_settime' for reusing --- 2015-06-12 (Exiting) Baolin Wang New
[v5,11/24] posix-timers: Implement y2038 safe clock_set64() callback --- 2015-06-12 (Exiting) Baolin Wang New
[v5,12/24] posix-timers: Factor out the guts of 'clock_gettime' for reusing --- 2015-06-12 (Exiting) Baolin Wang New
[v5,13/24] posix-timers: Implement y2038 safe clock_get64() callback --- 2015-06-12 (Exiting) Baolin Wang New
[v5,14/24] posix-timers: Factor out the guts of 'clcok_getres' for reusing --- 2015-06-12 (Exiting) Baolin Wang New
[v5,15/24] posix-timers: Implement y2038 safe clock_getres64() callback --- 2015-06-12 (Exiting) Baolin Wang New
[v5,16/24] timekeeping: Change the implementation of timekeeping_clocktai() --- 2015-06-12 (Exiting) Baolin Wang New
[v5,17/24] posix-timers: Convert to y2038 safe callbacks --- 2015-06-12 (Exiting) Baolin Wang New
[v5,18/24] mmtimer: Convert to y2038 safe callbacks --- 2015-06-12 (Exiting) Baolin Wang New
[v5,19/24] alarmtimer: Convert to y2038 safe callbacks --- 2015-06-12 (Exiting) Baolin Wang New
[v5,20/24] posix-clock: Convert to y2038 safe callbacks --- 2015-06-12 (Exiting) Baolin Wang New
[v5,21/24] time: Introduce timespec64_to_jiffies()/jiffies_to_timespec64() --- 2015-06-12 (Exiting) Baolin Wang New
[v5,22/24] cputime: Introduce cputime_to_timespec64()/timespec64_to_cputime() --- 2015-06-12 (Exiting) Baolin Wang New
[v5,23/24] posix-cpu-timers: Convert to y2038 safe callbacks --- 2015-06-12 (Exiting) Baolin Wang New
« 1 2 3 4 »