Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-09-15 |
|\ | |||
| * | Merge commit 'v2.6.31-rc8' into x86/txt | Ingo Molnar | 2009-09-02 |
| |\ | |||
| * | | x86, intel_txt: clean up the impact on generic code, unbreak non-x86 | Shane Wang | 2009-09-01 |
| * | | intel_txt: Force IOMMU on for Intel TXT launch | Joseph Cihula | 2009-07-21 |
| * | | x86, intel_txt: Intel TXT Sx shutdown support | Joseph Cihula | 2009-07-21 |
* | | | Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl... | Linus Torvalds | 2009-09-15 |
|\ \ \ | |||
| * | | | agp/intel: remove restore in resume | Zhenyu Wang | 2009-09-14 |
| * | | | agp: fix uninorth build | David Woodhouse | 2009-08-06 |
| * | | | Merge git://git.infradead.org/~dwmw2/iommu-agp into agp-next | Dave Airlie | 2009-08-05 |
| |\ \ \ | |||
| | * | | | intel-agp: Set dma mask for i915 | David Woodhouse | 2009-08-05 |
| * | | | | Merge git://git.infradead.org/~dwmw2/iommu-agp into agp-next | Dave Airlie | 2009-08-04 |
| |\| | | | |||
| | * | | | agp: kill phys_to_gart() and gart_to_phys() | David Woodhouse | 2009-08-03 |
| | * | | | intel-agp: fix sglist allocation to avoid vmalloc() | David Woodhouse | 2009-08-03 |
| | * | | | intel-agp: Move repeated sglist free into separate function | David Woodhouse | 2009-08-03 |
| | * | | | agp: Switch agp_{un,}map_page() to take struct page * argument | David Woodhouse | 2009-08-03 |
| | * | | | agp: tidy up handling of scratch pages w.r.t. DMA API | David Woodhouse | 2009-08-03 |
| | * | | | intel_agp: Use PCI DMA API correctly on chipsets new enough to have IOMMU | Zhenyu Wang | 2009-08-03 |
| | * | | | agp: Add generic support for graphics dma remapping | Zhenyu Wang | 2009-08-03 |
| | * | | | agp: Switch mask_memory() method to take address argument again, not page | David Woodhouse | 2009-08-03 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2009-09-14 |
|\ \ \ \ \ | |||
| * | | | | | at_hdmac: Rework suspend_late()/resume_early() | Dan Williams | 2009-09-14 |
| * | | | | | PM: Reset transition_started at dpm_resume_noirq | Xiaotian Feng | 2009-09-14 |
| * | | | | | PM: Update kerneldoc comments in drivers/base/power/main.c | Rafael J. Wysocki | 2009-09-14 |
| * | | | | | hp-wmi: Switch driver to dev_pm_ops | Frans Pop | 2009-09-14 |
| * | | | | | floppy: Switch driver to dev_pm_ops | Frans Pop | 2009-09-14 |
| * | | | | | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-09-14 |
| |\ \ \ \ \ | |||
| * \ \ \ \ \ | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-09-09 |
| |\ \ \ \ \ \ | |||
| * | | | | | | | PM: Run-time PM platform device bus support | Magnus Damm | 2009-08-22 |
| * | | | | | | | PM: Introduce core framework for run-time PM of I/O devices (rev. 17) | Rafael J. Wysocki | 2009-08-22 |
| * | | | | | | | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-08-22 |
| |\ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-08-20 |
| |\ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-08-18 |
| |\ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-08-17 |
| |\ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-08-16 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-08-10 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-08-05 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | |||
| * | | | | | | | | | | | | | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-07-30 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-07-29 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | Driver Core: Make PM operations a const pointer | Dmitry Torokhov | 2009-07-23 |
| * | | | | | | | | | | | | | | | PM: Remove platform device suspend_late()/resume_early() V2 | Magnus Damm | 2009-07-21 |
| * | | | | | | | | | | | | | | | USB: Rework musb suspend()/resume_early() | Magnus Damm | 2009-07-21 |
| * | | | | | | | | | | | | | | | I2C: Rework i2c-s3c2410 suspend_late()/resume() V2 | Magnus Damm | 2009-07-21 |
| * | | | | | | | | | | | | | | | I2C: Rework i2c-pxa suspend_late()/resume_early() | Magnus Damm | 2009-07-21 |
| * | | | | | | | | | | | | | | | DMA: Rework txx9dmac suspend_late()/resume_early() | Magnus Damm | 2009-07-21 |
| * | | | | | | | | | | | | | | | DMA: Rework dw_dmac suspend_late()/resume_early() | Magnus Damm | 2009-07-21 |
| | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2009-09-14 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'next' into for-linus | Dmitry Torokhov | 2009-09-14 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| | * | | | | | | | | | | | | | | | Input: bcm5974 - silence uninitialized variables warnings | Henrik Rydberg | 2009-09-13 |
| | * | | | | | | | | | | | | | | | Input: wistron_btns - add keymap for AOpen 1557 | Dmitry Torokhov | 2009-09-13 |
| | * | | | | | | | | | | | | | | | Input: psmouse - use boolean type | Dmitry Torokhov | 2009-09-11 |