Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl... | Linus Torvalds | 2009-09-15 | 23 | -117/+254 |
|\ | |||||
| * | agp/intel: remove restore in resume | Zhenyu Wang | 2009-09-14 | 1 | -9/+0 |
| * | agp: fix uninorth build | David Woodhouse | 2009-08-06 | 1 | -1/+1 |
| * | Merge git://git.infradead.org/~dwmw2/iommu-agp into agp-next | Dave Airlie | 2009-08-05 | 1 | -0/+6 |
| |\ | |||||
| | * | intel-agp: Set dma mask for i915 | David Woodhouse | 2009-08-05 | 1 | -0/+6 |
| * | | Merge git://git.infradead.org/~dwmw2/iommu-agp into agp-next | Dave Airlie | 2009-08-05 | 23 | -107/+247 |
| |\| | |||||
| | * | agp: kill phys_to_gart() and gart_to_phys() | David Woodhouse | 2009-08-03 | 21 | -60/+32 |
| | * | intel-agp: fix sglist allocation to avoid vmalloc() | David Woodhouse | 2009-08-03 | 2 | -20/+10 |
| | * | intel-agp: Move repeated sglist free into separate function | David Woodhouse | 2009-08-03 | 1 | -14/+15 |
| | * | agp: Switch agp_{un,}map_page() to take struct page * argument | David Woodhouse | 2009-08-03 | 3 | -18/+17 |
| | * | agp: tidy up handling of scratch pages w.r.t. DMA API | David Woodhouse | 2009-08-03 | 2 | -16/+15 |
| | * | intel_agp: Use PCI DMA API correctly on chipsets new enough to have IOMMU | Zhenyu Wang | 2009-08-03 | 1 | -12/+162 |
| | * | agp: Add generic support for graphics dma remapping | Zhenyu Wang | 2009-08-03 | 4 | -1/+40 |
| | * | agp: Switch mask_memory() method to take address argument again, not page | David Woodhouse | 2009-08-03 | 13 | -46/+36 |
* | | | Merge branch 'for-linus3' of git://git.kernel.org/pub/scm/linux/kernel/git/jm... | Linus Torvalds | 2009-09-14 | 9 | -48/+118 |
|\ \ \ | |||||
| * | | | SELinux: inline selinux_is_enabled in !CONFIG_SECURITY_SELINUX | Eric Paris | 2009-09-15 | 1 | -1/+1 |
| * | | | KEYS: Fix garbage collector | David Howells | 2009-09-15 | 4 | -35/+73 |
| * | | | KEYS: Unlock tasklist when exiting early from keyctl_session_to_parent | Marc Dionne | 2009-09-15 | 1 | -0/+1 |
| * | | | CRED: Allow put_cred() to cope with a NULL groups list | David Howells | 2009-09-15 | 1 | -1/+2 |
| * | | | SELinux: flush the avc before disabling SELinux | Eric Paris | 2009-09-14 | 1 | -0/+2 |
| * | | | SELinux: seperate avc_cache flushing | Eric Paris | 2009-09-14 | 1 | -7/+17 |
| * | | | Creds: creds->security can be NULL is selinux is disabled | Eric Paris | 2009-09-14 | 3 | -5/+23 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2009-09-14 | 32 | -305/+2287 |
|\ \ \ \ | |||||
| * | | | | at_hdmac: Rework suspend_late()/resume_early() | Dan Williams | 2009-09-14 | 1 | -7/+12 |
| * | | | | PM: Reset transition_started at dpm_resume_noirq | Xiaotian Feng | 2009-09-14 | 1 | -1/+1 |
| * | | | | PM: Update kerneldoc comments in drivers/base/power/main.c | Rafael J. Wysocki | 2009-09-14 | 1 | -85/+84 |
| * | | | | PM: Add convenience macro to make switching to dev_pm_ops less error-prone | Albin Tonnerre | 2009-09-14 | 1 | -0/+14 |
| * | | | | hp-wmi: Switch driver to dev_pm_ops | Frans Pop | 2009-09-14 | 1 | -5/+10 |
| * | | | | floppy: Switch driver to dev_pm_ops | Frans Pop | 2009-09-14 | 1 | -2/+7 |
| * | | | | PM: Trivial fixes | Wu Fengguang | 2009-09-14 | 1 | -2/+2 |
| * | | | | PM / Hibernate / Memory hotplug: Always use for_each_populated_zone() | Gerald Schaefer | 2009-09-14 | 1 | -6/+6 |
| * | | | | PM/Hibernate: Do not try to allocate too much memory too hard (rev. 2) | Rafael J. Wysocki | 2009-09-14 | 1 | -4/+39 |
| * | | | | PM/Hibernate: Do not release preallocated memory unnecessarily (rev. 2) | Rafael J. Wysocki | 2009-09-14 | 3 | -72/+147 |
| * | | | | PM/Hibernate: Rework shrinking of memory | Rafael J. Wysocki | 2009-09-14 | 1 | -47/+158 |
| * | | | | PM: Fix typo in label name s/Platofrm_finish/Platform_finish/ | Thadeu Lima de Souza Cascardo | 2009-09-14 | 1 | -3/+3 |
| * | | | | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-09-14 | 2413 | -109520/+204605 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-09-10 | 232 | -1586/+2344 |
| |\ \ \ \ \ | |||||
| * | | | | | | PM: Run-time PM platform device bus support | Magnus Damm | 2009-08-23 | 1 | -9/+37 |
| * | | | | | | PM: Introduce core framework for run-time PM of I/O devices (rev. 17) | Rafael J. Wysocki | 2009-08-23 | 10 | -11/+1689 |
| * | | | | | | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-08-23 | 32 | -278/+459 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-08-20 | 59 | -460/+725 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-08-18 | 149 | -859/+1882 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-08-17 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-08-16 | 167 | -851/+1643 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-08-10 | 208 | -1771/+4118 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-08-05 | 374 | -5914/+10939 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-07-30 | 134 | -6448/+6318 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-07-29 | 320 | -1944/+10067 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | Driver Core: Make PM operations a const pointer | Dmitry Torokhov | 2009-07-24 | 4 | -16/+19 |
| * | | | | | | | | | | | | | | PM: Remove platform device suspend_late()/resume_early() V2 | Magnus Damm | 2009-07-22 | 2 | -38/+0 |