aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* semaphore: fixIngo Molnar2008-05-081-34/+30
* sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCKPeter Zijlstra2008-05-055-161/+251
* sched: fix cpu clockIngo Molnar2008-05-051-9/+15
* sched: fair-group: fix a Div0 error of the fair group schedulerMiao Xie2008-05-051-6/+11
* sched: fix missing locking in sched_domains codeHeiko Carstens2008-05-051-17/+12
* sched: make clock sync tunable by architecture codeIngo Molnar2008-05-051-1/+1
* sched: fix debuggingMike Galbraith2008-05-051-27/+0
* sched: fix sched_info_switch not being called according to documentationDavid Simner2008-05-051-2/+2
* sched: fix hrtick_start_fair and CPU-HotplugPeter Zijlstra2008-05-051-1/+65
* sched: fix SCHED_FAIR wake-idle logic errorGregory Haskins2008-05-051-1/+1
* sched: fix RT task-wakeup logicGregory Haskins2008-05-051-2/+5
* sched: add statics, don't return void expressionsHarvey Harrison2008-05-052-6/+10
* sched: add debug checks to idle functionsAndrew Morton2008-05-051-0/+2
* sched: make rt_sched_class, idle_sched_class staticHarvey Harrison2008-05-052-2/+2
* sched: optimize calc_delta_mine()Peter Zijlstra2008-05-051-4/+4
* sched: fix normalized sleeperPeter Zijlstra2008-05-051-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2008-05-051-4/+4
|\
| * kgdb: fix signedness mixmatches, add statics, add declaration to headerHarvey Harrison2008-05-051-4/+4
* | Removal of FUTEX_FDEric Sesterhenn2008-05-051-170/+6
|/
* Make forced module loading optionalLinus Torvalds2008-05-041-15/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtLinus Torvalds2008-05-032-11/+2
|\
| * clocksource: allow read access to available/current_clocksourceHeiko Carstens2008-05-031-2/+2
| * clocksource: Fix permissions for available_clocksourceHeiko Carstens2008-05-031-1/+1
| * hrtimer: remove duplicate helper functionOliver Hartkopp2008-05-031-9/+0
* | Make constants in kernel/timeconst.h fixed 64 bitsH. Peter Anvin2008-05-022-76/+52
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-05-023-0/+3
|\
| * [PATCH] split linux/file.hAl Viro2008-05-013-0/+3
* | genirq: reenable a nobody cared disabled irq when a new driver arrivesThomas Gleixner2008-05-022-19/+34
* | make generic sys_ptrace unconditionalChristoph Hellwig2008-05-011-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-05-011-148/+171
|\ \
| * | module: add MODULE_STATE_GOING notifier callPeter Oberparleiter2008-05-011-4/+7
| * | module: Enhance verify_export_symbolsRusty Russell2008-05-011-24/+24
| * | module: set unused_gpl_crcs instead of overwriting unused_crcsRusty Russell2008-05-011-1/+2
| * | module: neaten __find_symbol, rename to find_symbolRusty Russell2008-05-011-121/+125
| * | module: reduce module image and resident sizeRusty Russell2008-05-011-1/+2
| * | module: make module_sect_attrs private to kernel/module.cRusty Russell2008-05-011-1/+15
| |/
* | workqueue: remove redundant function invocationAndrew Liu2008-05-011-4/+2
* | kexec: make extended crashkernel= syntax less confusingMichael Ellerman2008-05-011-1/+1
* | ntp: handle leap second via timerRoman Zippel2008-05-012-45/+92
* | ntp: remove current_tick_length()Roman Zippel2008-05-012-17/+4
* | ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFTRoman Zippel2008-05-012-15/+15
* | ntp: support for TAIRoman Zippel2008-05-012-1/+9
* | ntp: increase time_offset resolutionRoman Zippel2008-05-011-12/+11
* | ntp: increase time_freq resolutionRoman Zippel2008-05-011-15/+15
* | ntp: NTP4 user space bits updateRoman Zippel2008-05-011-44/+47
* | ntp: cleanup ntp.cRoman Zippel2008-05-011-82/+91
* | remove div_long_long_remRoman Zippel2008-05-013-20/+22
* | rename div64_64 to div64_u64Roman Zippel2008-05-012-5/+5
* | convert a few do_div usersRoman Zippel2008-05-012-39/+15
* | Fix cpu hotplug problem in softirq codeChristian Borntraeger2008-05-011-8/+12
|/