| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2008-10-20 | 2 | -1/+6 |
|\ |
|
| * | m32r: fix build due to notify_cpu_starting() change | Ingo Molnar | 2008-10-16 | 1 | -0/+1 |
| * | powerpc: fix linux-next build failure | Stephen Rothwell | 2008-10-16 | 1 | -1/+5 |
* | | Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2008-10-20 | 37 | -721/+903 |
|\ \ |
|
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| *-------. \ | Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer... | Thomas Gleixner | 2008-10-20 | 7473 | -267452/+657499 |
| |\ \ \ \ \ \ |
|
| | | | | | * | | fix documentation of sysrq-q really | Thomas Gleixner | 2008-10-20 | 2 | -3/+3 |
| | | | | | * | | Fix documentation of sysrq-q | Andi Kleen | 2008-10-20 | 2 | -2/+3 |
| | | | | | * | | timer_list: add base address to clock base | Thomas Gleixner | 2008-10-20 | 1 | -1/+2 |
| | | | | | * | | timer_list: print cpu number of clockevents device | Thomas Gleixner | 2008-10-20 | 1 | -3/+7 |
| | | | | | * | | timer_list: print real timer address | Thomas Gleixner | 2008-10-20 | 1 | -3/+4 |
| | | | | * | | | timers: fix itimer/many thread hang, fix | Ingo Molnar | 2008-09-30 | 1 | -1/+5 |
| | | | | * | | | timers: fix itimer/many thread hang, v3 | Frank Mayhar | 2008-09-27 | 3 | -90/+38 |
| | | | | * | | | posix-timers: lock_timer: make it readable | Oleg Nesterov | 2008-09-24 | 1 | -13/+10 |
| | | | | * | | | posix-timers: lock_timer: kill the bogus ->it_id check | Oleg Nesterov | 2008-09-24 | 1 | -5/+4 |
| | | | | * | | | posix-timers: kill ->it_sigev_signo and ->it_sigev_value | Oleg Nesterov | 2008-09-24 | 2 | -12/+7 |
| | | | | * | | | posix-timers: sys_timer_create: cleanup the error handling | Oleg Nesterov | 2008-09-24 | 1 | -8/+7 |
| | | | | * | | | posix-timers: move the initialization of timer->sigq from send to create path | Oleg Nesterov | 2008-09-24 | 1 | -5/+5 |
| | | | | * | | | posix-timers: sys_timer_create: simplify and s/tasklist/rcu/ | Oleg Nesterov | 2008-09-24 | 1 | -15/+8 |
| | | | | * | | | posix-timers: sys_timer_create: remove the buggy PF_EXITING check | Oleg Nesterov | 2008-09-24 | 1 | -27/+7 |
| | | | | * | | | posix-timers: always do get_task_struct(timer->it_process) | Oleg Nesterov | 2008-09-24 | 1 | -6/+4 |
| | | | | * | | | posix-timers: don't switch to ->group_leader if ->it_process dies | Oleg Nesterov | 2008-09-24 | 1 | -14/+5 |
| | | | | * | | | timers: fix itimer/many thread hang, v2 | Frank Mayhar | 2008-09-23 | 6 | -311/+214 |
| | | | | * | | | timers: fix itimer/many thread hang, cleanups | Ingo Molnar | 2008-09-14 | 2 | -4/+4 |
| | | | | * | | | timers: fix itimer/many thread hang, fix #2 | Ingo Molnar | 2008-09-14 | 1 | -3/+4 |
| | | | | * | | | timers: fix itimer/many thread hang, fix | Ingo Molnar | 2008-09-14 | 1 | -1/+0 |
| | | | | * | | | timers: fix itimer/many thread hang | Frank Mayhar | 2008-09-14 | 16 | -426/+677 |
| | | | * | | | | ntp: improve adjtimex frequency rounding | Roman Zippel | 2008-09-24 | 2 | -4/+3 |
| | | | * | | | | timekeeping: fix rounding problem during clock update | Roman Zippel | 2008-09-24 | 1 | -3/+6 |
| | | | * | | | | ntp: let update_persistent_clock() sleep | Maciej W. Rozycki | 2008-09-24 | 1 | -6/+6 |
| | | | * | | | | Merge branch 'linus' into timers/ntp | Ingo Molnar | 2008-09-06 | 1042 | -11109/+34089 |
| | | | |\ \ \ \ |
|
| | | | * | | | | | ntp: fix ADJ_OFFSET_SS_READ bug and do_adjtimex() cleanup | Roman Zippel | 2008-08-22 | 2 | -37/+48 |
| | | * | | | | | | NOHZ: restart tick device from irq_enter() | Thomas Gleixner | 2008-10-17 | 3 | -8/+38 |
| | | * | | | | | | NOHZ: split tick_nohz_restart_sched_tick() | Thomas Gleixner | 2008-10-17 | 1 | -22/+27 |
| | | * | | | | | | NOHZ: unify the nohz function calls in irq_enter() | Thomas Gleixner | 2008-10-17 | 3 | -12/+18 |
| | * | | | | | | | hrtimer: reorder struct hrtimer to save 8 bytes on 64bit builds | Richard Kennedy | 2008-09-24 | 1 | -2/+2 |
| | * | | | | | | | hrtimer: remove hrtimer_clock_base::reprogram() | Mark McLoughlin | 2008-09-22 | 1 | -4/+0 |
| | * | | | | | | | hrtimer: remove hrtimer_clock_base::get_softirq_time() | Mark McLoughlin | 2008-09-22 | 2 | -5/+1 |
| | * | | | | | | | migrate_timers: add comment, use spinlock_irq() | Oleg Nesterov | 2008-08-21 | 2 | -10/+12 |
| | | |/ / / / /
| | |/| | | | | |
|
| * | | | | | | | clocksource: introduce CLOCK_MONOTONIC_RAW | John Stultz | 2008-08-21 | 4 | -0/+64 |
| * | | | | | | | clocksource: introduce clocksource_forward_now() | Roman Zippel | 2008-08-21 | 1 | -38/+33 |
| * | | | | | | | clocksource: keep track of original clocksource frequency | John Stultz | 2008-08-21 | 3 | -4/+11 |
| * | | | | | | | clocksource: check range | David Howells | 2008-08-21 | 1 | -2/+5 |
| |/ / / / / / |
|
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2008-10-20 | 33 | -1171/+815 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | ide: re-add TRM290 fix lost during ide_build_dmatable() cleanup | Bartlomiej Zolnierkiewicz | 2008-10-17 | 1 | -1/+1 |
| * | | | | | | | scc_pata: kill unused variables | Sergei Shtylyov | 2008-10-17 | 1 | -4/+0 |
| * | | | | | | | sgiioc4: kill duplicate ioremap() | Sergei Shtylyov | 2008-10-17 | 1 | -12/+2 |
| * | | | | | | | sgiioc4: kill useless address checks | Sergei Shtylyov | 2008-10-17 | 1 | -17/+9 |
| * | | | | | | | delkin_cb: add PM support | Bartlomiej Zolnierkiewicz | 2008-10-17 | 1 | -7/+56 |
| * | | | | | | | ide: remove broken hpt34x driver | Bartlomiej Zolnierkiewicz | 2008-10-17 | 3 | -217/+1 |
| * | | | | | | | ide-floppy: remove idefloppy_floppy_t typedef | Bartlomiej Zolnierkiewicz | 2008-10-17 | 3 | -15/+13 |