Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | timekeeping: Use ktime_t data for ktime_get_update_offsets_now() | Thomas Gleixner | 2014-07-23 | 1 | -6/+4 | |
| * | | | | | | timekeeping: Use ktime_t based data for ktime_get_clocktai() | Thomas Gleixner | 2014-07-23 | 1 | -15/+0 | |
| * | | | | | | timekeeping; Use ktime_t based data for ktime_get_boottime() | Thomas Gleixner | 2014-07-23 | 1 | -17/+0 | |
| * | | | | | | timekeeping: Use ktime_t based data for ktime_get_real() | Thomas Gleixner | 2014-07-23 | 1 | -15/+0 | |
| * | | | | | | timekeeping: Provide ktime_get_with_offset() | Thomas Gleixner | 2014-07-23 | 1 | -0/+27 | |
| * | | | | | | timekeeping: Use ktime_t based data for ktime_get() | Thomas Gleixner | 2014-07-23 | 1 | -4/+5 | |
| * | | | | | | timekeeping: Provide internal ktime_t based data | Thomas Gleixner | 2014-07-23 | 1 | -0/+22 | |
| * | | | | | | timekeeping: Use timekeeping_update() instead of memcpy() | Thomas Gleixner | 2014-07-23 | 1 | -2/+1 | |
| * | | | | | | timekeeping: Cache optimize struct timekeeper | Thomas Gleixner | 2014-07-23 | 1 | -88/+97 | |
| * | | | | | | timekeeper: Move tk_xtime to core code | Thomas Gleixner | 2014-07-23 | 1 | -27/+43 | |
| * | | | | | | timekeeping: Provide timespec64 based interfaces | Thomas Gleixner | 2014-07-23 | 2 | -28/+26 | |
| * | | | | | | time: Consolidate the time accessor prototypes | Thomas Gleixner | 2014-07-23 | 5 | -0/+27 | |
| * | | | | | | timekeeping: Convert timekeeping core to use timespec64s | John Stultz | 2014-07-23 | 5 | -82/+104 | |
| * | | | | | | time: More core infrastructure for timespec64 | John Stultz | 2014-07-23 | 1 | -0/+62 | |
| * | | | | | | ktime: Sanitize ktime_to_us/ms conversion | Thomas Gleixner | 2014-07-23 | 1 | -0/+1 | |
| * | | | | | | ktime: Kill non-scalar ktime_t implementation for 2038 | John Stultz | 2014-07-23 | 3 | -63/+2 | |
| * | | | | | | hrtimer: Cleanup hrtimer accessors to the timekepeing state | John Stultz | 2014-07-23 | 2 | -24/+31 | |
| * | | | | | | timekeeping: Simplify arch_gettimeoffset() | Thomas Gleixner | 2014-07-23 | 1 | -12/+6 | |
| * | | | | | | kernel: time: Add udelay_test module to validate udelay | David Riley | 2014-07-23 | 2 | -0/+170 | |
| * | | | | | | Merge tag 'v3.16-rc5' into timers/core | Thomas Gleixner | 2014-07-16 | 70 | -2312/+4230 | |
| |\| | | | | | ||||||
| * | | | | | | hrtimer: Remove hrtimer_enqueue_reprogram() | Viresh Kumar | 2014-06-23 | 1 | -15/+8 | |
| * | | | | | | hrtimer: Kick lowres dynticks targets on timer enqueue | Viresh Kumar | 2014-06-23 | 1 | -8/+19 | |
| * | | | | | | hrtimer: Store cpu-number in struct hrtimer_cpu_base | Viresh Kumar | 2014-06-23 | 1 | -0/+1 | |
| * | | | | | | timer: Kick dynticks targets on mod_timer*() calls | Viresh Kumar | 2014-06-23 | 1 | -16/+16 | |
| * | | | | | | timer: Store cpu-number in struct tvec_base | Viresh Kumar | 2014-06-23 | 1 | -0/+2 | |
| * | | | | | | time/timers: Move all time(r) related files into kernel/time | Thomas Gleixner | 2014-06-23 | 9 | -21/+21 | |
| * | | | | | | fork: Use ktime_get_ts() | Thomas Gleixner | 2014-06-12 | 1 | -1/+1 | |
| * | | | | | | kdb: Use ktime_get_ts() | Thomas Gleixner | 2014-06-12 | 1 | -1/+1 | |
| * | | | | | | tsacct: Use ktime_get_ts() | Thomas Gleixner | 2014-06-12 | 1 | -1/+1 | |
| * | | | | | | delayacct: Use ktime_get_ts() | Thomas Gleixner | 2014-06-12 | 1 | -13/+3 | |
| * | | | | | | acct: Use ktime_get_ts() | Thomas Gleixner | 2014-06-12 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-08-05 | 2 | -3/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Revert "irq: Warn when shared interrupts do not match on NO_SUSPEND" | Thomas Gleixner | 2014-07-31 | 1 | -5/+2 | |
| * | | | | | | | Revert "PM / sleep / irq: Do not suspend wakeup interrupts" | Thomas Gleixner | 2014-07-31 | 1 | -2/+1 | |
| * | | | | | | | irq: Warn when shared interrupts do not match on NO_SUSPEND | Peter Zijlstra | 2014-07-24 | 1 | -2/+5 | |
| * | | | | | | | Merge tag 'irqchip-core-3.17-3' of git://git.infradead.org/users/jcooper/linu... | Thomas Gleixner | 2014-07-19 | 1 | -2/+3 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | genirq: generic chip: Export irq_map_generic_chip function | Boris BREZILLON | 2014-07-17 | 1 | -2/+3 | |
| * | | | | | | | | PM / sleep / irq: Do not suspend wakeup interrupts | Rafael J. Wysocki | 2014-07-15 | 1 | -1/+2 | |
| * | | | | | | | | genirq: Export irq_domain_disassociate() to architecture interrupt drivers | Jiang Liu | 2014-06-21 | 1 | -1/+1 | |
* | | | | | | | | | Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-08-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge 3.16-rc5 into staging-next | Greg Kroah-Hartman | 2014-07-13 | 3 | -10/+71 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge 3.16-rc4 into staging-next | Greg Kroah-Hartman | 2014-07-07 | 11 | -79/+164 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge 3.16-rc2 into staging-next | Greg Kroah-Hartman | 2014-06-22 | 9 | -48/+295 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | alarmtimer: Export symbols of alarmtimer_get_rtcdev | Pramod Gurav | 2014-06-19 | 1 | -1/+1 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-08-04 | 14 | -274/+382 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | sched/fair: Fix 'make xmldocs' warning caused by missing description | Masanari Iida | 2014-07-28 | 1 | -0/+1 | |
| * | | | | | | | | | | sched: Use macro for magic number of -1 for setparam | Steven Rostedt | 2014-07-28 | 1 | -7/+10 | |
| * | | | | | | | | | | sched: Robustify topology setup | Peter Zijlstra | 2014-07-28 | 1 | -0/+14 | |
| * | | | | | | | | | | Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n... | Ingo Molnar | 2014-07-28 | 23 | -129/+296 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | sched: Fix sched_setparam() policy == -1 logic | Daniel Bristot de Oliveira | 2014-07-28 | 1 | -2/+3 | |
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | |