| Commit message (Expand) | Author | Age |
* | sched: adaptive scheduler granularity | Peter Zijlstra | 2007-08-25 |
* | sched: fix CONFIG_SCHED_DEBUG dependency of lockdep sysctls | Peter Zijlstra | 2007-08-25 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched | Linus Torvalds | 2007-08-24 |
|\ |
|
| * | sched: fix startup penalty calculation | Ingo Molnar | 2007-08-24 |
| * | sched: simplify bonus calculation #2 | Peter Zijlstra | 2007-08-24 |
| * | sched: simplify bonus calculation #1 | Peter Zijlstra | 2007-08-24 |
| * | sched: tidy up and simplify the bonus balance | Ingo Molnar | 2007-08-24 |
| * | sched: optimize task_tick_rt() a bit | Dmitry Adamushko | 2007-08-24 |
| * | sched: simplify can_migrate_task() | Sven-Thorsten Dietrich | 2007-08-24 |
| * | sched: remove HZ dependency from the granularity default | Ingo Molnar | 2007-08-24 |
| * | sched: CONFIG_SCHED_GROUP_FAIR=y fixlet | Bruce Ashfield | 2007-08-24 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa... | Linus Torvalds | 2007-08-24 |
|\ \ |
|
| * | | [x86 setup] Make sure AH=00h when setting a video mode | H. Peter Anvin | 2007-08-23 |
| * | | [x86 setup] Volatilize asm() statements | H. Peter Anvin | 2007-08-23 |
* | | | DM_MULTIPATH_RDAC: "scsi_normalize_sense" undefined | Randy Dunlap | 2007-08-24 |
| |/
|/| |
|
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2007-08-24 |
|\ \ |
|
| * | | libata: don't check n_sectors during revalidation if zero | Tejun Heo | 2007-08-23 |
| * | | pata_via: Add Arima W730-K8 and other rebadgings | Alan Cox | 2007-08-23 |
| * | | pata_sis: Add the FSC Amilo and friends | Alan Cox | 2007-08-23 |
| * | | pata_pdc2027x: PLL detection fixes | Mikael Pettersson | 2007-08-23 |
| * | | libata: fix n_sectors failure handling during revalidation | Tejun Heo | 2007-08-23 |
| |/ |
|
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.23 | Linus Torvalds | 2007-08-24 |
|\ \ |
|
| * | | sh: missing symbol fix for sh4-202 | Magnus Damm | 2007-08-22 |
| * | | sh: Fix DSP opcode regression for SH3-DSP parts. | Paul Mundt | 2007-08-21 |
* | | | tty: dont needlessly cast kmalloc() return value | Jesper Juhl | 2007-08-24 |
* | | | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 2007-08-24 |
|\ \ \ |
|
| * | | | V4L/DVB (6070): Fix a warning at dvb_net | Mauro Carvalho Chehab | 2007-08-23 |
| * | | | V4L/DVB (6042): b2c2-flexcop: fix Airstar HD5000 tuning regression | Trent Piepho | 2007-08-23 |
| | |/
| |/| |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched | Linus Torvalds | 2007-08-24 |
|\ \ \ |
|
| * | | | sched: tweak the sched_runtime_limit tunable | Ingo Molnar | 2007-08-23 |
| * | | | sched: skip updating rq's next_balance under null SD | Suresh Siddha | 2007-08-23 |
| * | | | sched: fix broken SMT/MC optimizations | Suresh Siddha | 2007-08-23 |
| * | | | sched: accounting regression since rc1 | Christian Borntraeger | 2007-08-23 |
| * | | | sched: fix sysctl directory permissions | Eric W. Biederman | 2007-08-23 |
| * | | | sched: sched_clock_idle_[sleep|wakeup]_event() | Ingo Molnar | 2007-08-23 |
| |/ / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 2007-08-24 |
|\ \ \ |
|
| * | | | 9p: fix bad error path in conversion routines | Mariusz Kozlowski | 2007-08-23 |
| * | | | 9p: remove deprecated v9fs_fid_lookup_remove() | Eric Van Hensbergen | 2007-08-23 |
| * | | | 9p: update maintainers and documentation | Eric Van Hensbergen | 2007-08-23 |
| * | | | 9p: fix use after free | Eric Van Hensbergen | 2007-08-23 |
| | |/
| |/| |
|
* | | | Renumber AUDIT_TTY_[GS]ET | Miloslav Trmac | 2007-08-24 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz... | Linus Torvalds | 2007-08-24 |
|\ \ \ |
|
| * | | | sdhci: tell which spurious interrupt we got | Pierre Ossman | 2007-08-23 |
| * | | | sdhci: handle data interrupts during command | Pierre Ossman | 2007-08-23 |
| * | | | mmc: ignore bad max block size in sdhci | David Vrabel | 2007-08-23 |
| * | | | sdhci: be more cautious about block count register | Pierre Ossman | 2007-08-23 |
| * | | | drivers/mmc/core/host.c: kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 2007-08-23 |
| * | | | drivers/mmc/core/bus.c: kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 2007-08-23 |
| |/ / |
|
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2007-08-24 |
|\ \ \ |
|
| * | | | PCI: Run k8t_sound_hostbridge quirk only when needed | Jean Delvare | 2007-08-22 |