| Commit message (Expand) | Author | Age | Files | Lines |
* | sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCK | Peter Zijlstra | 2008-05-05 | 5 | -161/+251 |
* | sched: fix cpu clock | Ingo Molnar | 2008-05-05 | 1 | -9/+15 |
* | sched: fair-group: fix a Div0 error of the fair group scheduler | Miao Xie | 2008-05-05 | 1 | -6/+11 |
* | sched: fix missing locking in sched_domains code | Heiko Carstens | 2008-05-05 | 1 | -17/+12 |
* | sched: make clock sync tunable by architecture code | Ingo Molnar | 2008-05-05 | 1 | -1/+1 |
* | sched: fix debugging | Mike Galbraith | 2008-05-05 | 1 | -27/+0 |
* | sched: fix sched_info_switch not being called according to documentation | David Simner | 2008-05-05 | 1 | -2/+2 |
* | sched: fix hrtick_start_fair and CPU-Hotplug | Peter Zijlstra | 2008-05-05 | 1 | -1/+65 |
* | sched: fix SCHED_FAIR wake-idle logic error | Gregory Haskins | 2008-05-05 | 1 | -1/+1 |
* | sched: fix RT task-wakeup logic | Gregory Haskins | 2008-05-05 | 1 | -2/+5 |
* | sched: add statics, don't return void expressions | Harvey Harrison | 2008-05-05 | 2 | -6/+10 |
* | sched: add debug checks to idle functions | Andrew Morton | 2008-05-05 | 1 | -0/+2 |
* | sched: make rt_sched_class, idle_sched_class static | Harvey Harrison | 2008-05-05 | 2 | -2/+2 |
* | sched: optimize calc_delta_mine() | Peter Zijlstra | 2008-05-05 | 1 | -4/+4 |
* | sched: fix normalized sleeper | Peter Zijlstra | 2008-05-05 | 1 | -1/+1 |
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 2008-05-05 | 1 | -4/+4 |
|\ |
|
| * | kgdb: fix signedness mixmatches, add statics, add declaration to header | Harvey Harrison | 2008-05-05 | 1 | -4/+4 |
* | | Removal of FUTEX_FD | Eric Sesterhenn | 2008-05-05 | 1 | -170/+6 |
|/ |
|
* | Make forced module loading optional | Linus Torvalds | 2008-05-04 | 1 | -15/+29 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt | Linus Torvalds | 2008-05-03 | 2 | -11/+2 |
|\ |
|
| * | clocksource: allow read access to available/current_clocksource | Heiko Carstens | 2008-05-03 | 1 | -2/+2 |
| * | clocksource: Fix permissions for available_clocksource | Heiko Carstens | 2008-05-03 | 1 | -1/+1 |
| * | hrtimer: remove duplicate helper function | Oliver Hartkopp | 2008-05-03 | 1 | -9/+0 |
* | | Make constants in kernel/timeconst.h fixed 64 bits | H. Peter Anvin | 2008-05-02 | 2 | -76/+52 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2008-05-02 | 3 | -0/+3 |
|\ |
|
| * | [PATCH] split linux/file.h | Al Viro | 2008-05-01 | 3 | -0/+3 |
* | | genirq: reenable a nobody cared disabled irq when a new driver arrives | Thomas Gleixner | 2008-05-02 | 2 | -19/+34 |
* | | make generic sys_ptrace unconditional | Christoph Hellwig | 2008-05-01 | 1 | -2/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2008-05-01 | 1 | -148/+171 |
|\ \ |
|
| * | | module: add MODULE_STATE_GOING notifier call | Peter Oberparleiter | 2008-05-01 | 1 | -4/+7 |
| * | | module: Enhance verify_export_symbols | Rusty Russell | 2008-05-01 | 1 | -24/+24 |
| * | | module: set unused_gpl_crcs instead of overwriting unused_crcs | Rusty Russell | 2008-05-01 | 1 | -1/+2 |
| * | | module: neaten __find_symbol, rename to find_symbol | Rusty Russell | 2008-05-01 | 1 | -121/+125 |
| * | | module: reduce module image and resident size | Rusty Russell | 2008-05-01 | 1 | -1/+2 |
| * | | module: make module_sect_attrs private to kernel/module.c | Rusty Russell | 2008-05-01 | 1 | -1/+15 |
| |/ |
|
* | | workqueue: remove redundant function invocation | Andrew Liu | 2008-05-01 | 1 | -4/+2 |
* | | kexec: make extended crashkernel= syntax less confusing | Michael Ellerman | 2008-05-01 | 1 | -1/+1 |
* | | ntp: handle leap second via timer | Roman Zippel | 2008-05-01 | 2 | -45/+92 |
* | | ntp: remove current_tick_length() | Roman Zippel | 2008-05-01 | 2 | -17/+4 |
* | | ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFT | Roman Zippel | 2008-05-01 | 2 | -15/+15 |
* | | ntp: support for TAI | Roman Zippel | 2008-05-01 | 2 | -1/+9 |
* | | ntp: increase time_offset resolution | Roman Zippel | 2008-05-01 | 1 | -12/+11 |
* | | ntp: increase time_freq resolution | Roman Zippel | 2008-05-01 | 1 | -15/+15 |
* | | ntp: NTP4 user space bits update | Roman Zippel | 2008-05-01 | 1 | -44/+47 |
* | | ntp: cleanup ntp.c | Roman Zippel | 2008-05-01 | 1 | -82/+91 |
* | | remove div_long_long_rem | Roman Zippel | 2008-05-01 | 3 | -20/+22 |
* | | rename div64_64 to div64_u64 | Roman Zippel | 2008-05-01 | 2 | -5/+5 |
* | | convert a few do_div users | Roman Zippel | 2008-05-01 | 2 | -39/+15 |
* | | Fix cpu hotplug problem in softirq code | Christian Borntraeger | 2008-05-01 | 1 | -8/+12 |
|/ |
|
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2008-04-30 | 3 | -216/+0 |
|\ |
|