summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds2008-05-0512-406/+428
|\
| * sched: default to n for GROUP_SCHED and FAIR_GROUP_SCHEDParag Warudkar2008-05-051-2/+3
| * sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCKPeter Zijlstra2008-05-057-161/+281
| * sched, x86: add HAVE_UNSTABLE_SCHED_CLOCKIngo Molnar2008-05-052-0/+7
| * 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-052-1/+3
| * 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-052-3/+11
| * 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: remove old sched docIngo Molnar2008-05-051-165/+0
| * 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 'powerpc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2008-05-059-54/+90
|\ \
| * | [POWERPC] Assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2008-05-051-17/+2
| * | [POWERPC] devres: Add devm_ioremap_prot()Emil Medve2008-05-055-2/+52
| * | [POWERPC] macintosh: ADB driver: adb_handler_sem semaphore to mutexDaniel Walker2008-05-051-15/+15
| * | [POWERPC] macintosh: windfarm_smu_sat: semaphore to mutexDaniel Walker2008-05-051-5/+5
| * | [POWERPC] macintosh: therm_pm72: driver_lock semaphore to mutexDaniel Walker2008-05-051-15/+16
* | | dev_name introduction fall out fixStephen Rothwell2008-05-054-10/+10
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-05-058-64/+84
|\ \ \
| * | | x86 PCI: call dmi_check_pciprobe()Yinghai Lu2008-05-053-2/+8
| * | | x86/pci: add pci=skip_isa_align command lines.Yinghai Lu2008-05-055-41/+53
| * | | x86/pci: remove flag in pci_cfg_space_size_extYinghai Lu2008-04-293-18/+19
| * | | x86: fix section mismatch in pci_scan_busSam Ravnborg2008-04-292-3/+4
* | | | CONFIG_SCSI_MAC_ESP needs CONFIG_SCSI_SPI_ATTRSGeert Uytterhoeven2008-05-051-0/+1
* | | | m68k: remove old mac_esp cruftFinn Thain2008-05-053-57/+0
* | | | m68k: Handle 68040 bus faultsRoman Zippel2008-05-051-3/+14
* | | | m68k: drivers/input/serio/hp_sdc.c needs <linux/semaphore.h>Geert Uytterhoeven2008-05-051-0/+1
* | | | m68k: serial167 missing return value in cy_put_char()Geert Uytterhoeven2008-05-051-1/+1
* | | | m68k: Fix falconide `data_adr' typoGeert Uytterhoeven2008-05-051-1/+1
| |_|/ |/| |
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2008-05-055-47/+64
|\ \ \
| * | | kgdb: kconfig fix xconfig/menuconfig elementJan Engelhardt2008-05-051-7/+9
| * | | kgdb: fix signedness mixmatches, add statics, add declaration to headerHarvey Harrison2008-05-052-5/+7
| * | | kgdb: 1000 loops for the single step test in kgdbtsJason Wessel2008-05-051-2/+13
| * | | kgdb: trivial sparse fixes in kgdb test-suiteHarvey Harrison2008-05-051-30/+30
| * | | kgdb: minor documentation fixesgrzegorz.chwesewicz@chilan.com2008-05-051-3/+5
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2008-05-057-7/+22
|\ \ \
| * | | [ALSA] soc - fix S3C2410 i2s programming errorDavide Rizzo2008-05-051-0/+2
| * | | [ALSA] soc - fix s3c2410 PCM breakageDavide Rizzo2008-05-051-1/+1
| * | | [ALSA] ac97 - Add a workaround for broken quirk for VT1617A codecTakashi Iwai2008-05-051-1/+8
| * | | [ALSA] Revert migration to alc_set_pin_output() in alc861_auto_set_output_and...Jacek Luczak2008-05-051-1/+4
| * | | [ALSA] fm801 - Fix kconfig dependency mess of fm801-tea575xTakashi Iwai2008-05-051-4/+1
| * | | [ALSA] hda - Support IDT 92HD206 codecTakashi Iwai2008-05-051-0/+2
OpenPOWER on IntegriCloud