Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | firewire: fw-ohci: disable PHY packet reception into AR context | Stefan Richter | 2008-06-19 | 1 | -0/+2 | |
| | * | | | | | | | firewire: fw-ohci: use of uninitialized data in AR handler | Stefan Richter | 2008-06-19 | 1 | -0/+5 | |
| | * | | | | | | | firewire: don't panic on invalid AR request buffer | Stefan Richter | 2008-06-19 | 1 | -1/+2 | |
| * | | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2008-06-20 | 2 | -6/+5 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge branch 'bugzilla-9761' into release | Len Brown | 2008-06-20 | 1 | -1/+2 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | ACPI Exception (video-1721): UNKNOWN_STATUS_CODE, Cant attach device | Zhang Rui | 2008-06-14 | 1 | -1/+2 | |
| | * | | | | | | | | | Merge branch 'bugzilla-10695' into release | Len Brown | 2008-06-20 | 1 | -5/+3 | |
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | | | ||||||
| | | * | | | | | | | | ACPI: no AC status notification | Len Brown | 2008-06-14 | 1 | -5/+3 | |
| | | |/ / / / / / / | ||||||
| * | | | | | | | | | Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2008-06-20 | 13 | -1070/+2604 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | drm: only trust core drm ioctls - driver ioctls are a mess. | Dave Airlie | 2008-06-20 | 1 | -4/+3 | |
| | * | | | | | | | | | drm/i915: add support for Intel series 4 chipsets. | Zhenyu Wang | 2008-06-20 | 2 | -2/+12 | |
| | * | | | | | | | | | drm/radeon: add hier-z registers for r300 and r500 chipsets | Dave Airlie | 2008-06-19 | 2 | -59/+189 | |
| | * | | | | | | | | | drm/radeon: use DSTCACHE_CTLSTAT rather than RB2D_DSTCACHE_CTLSTAT | Alex Deucher | 2008-06-19 | 2 | -8/+9 | |
| | * | | | | | | | | | drm/radeon: switch IGP gart to use radeon_write_agp_base() | Alex Deucher | 2008-06-19 | 1 | -8/+4 | |
| | * | | | | | | | | | drm/radeon: Restore sw interrupt on resume | Dennis Kasprzyk | 2008-06-19 | 3 | -1/+3 | |
| | * | | | | | | | | | drm/r500: add support for AGP based cards. | Dave Airlie | 2008-06-19 | 2 | -3/+27 | |
| | * | | | | | | | | | drm/radeon: fix texture uploads with large 3d textures (bug 13980) | Roland Scheidegger | 2008-06-19 | 1 | -3/+11 | |
| | * | | | | | | | | | drm/radeon: add initial r500 support. | Dave Airlie | 2008-06-19 | 4 | -12/+135 | |
| | * | | | | | | | | | drm/radeon: init pipe setup in kernel code. | Alex Deucher | 2008-06-19 | 4 | -0/+75 | |
| | * | | | | | | | | | drm/radeon: fixup radeon_do_engine_reset | Alex Deucher | 2008-06-19 | 1 | -23/+26 | |
| | * | | | | | | | | | drm/radeon: fix pixcache and purge/cache flushing registers | Alex Deucher | 2008-06-19 | 3 | -18/+65 | |
| | * | | | | | | | | | drm/radeon: write AGP_BASE_2 on chips that support it. | Alex Deucher | 2008-06-19 | 1 | -0/+2 | |
| | * | | | | | | | | | drm/radeon: merge IGP chip setup and fixup RS400 vs RS480 support | Alex Deucher | 2008-06-19 | 3 | -165/+138 | |
| | * | | | | | | | | | drm/radeon: IGP clean up register and magic numbers. | Alex Deucher | 2008-06-19 | 2 | -82/+110 | |
| | * | | | | | | | | | drm/rs690: set base 2 to 0. | Dave Airlie | 2008-06-19 | 2 | -0/+3 | |
| | * | | | | | | | | | drm/rs690: set all of gart base address. | Dave Airlie | 2008-06-19 | 1 | -2/+3 | |
| | * | | | | | | | | | radeon: add production microcode from AMD | Alex Deucher | 2008-06-19 | 2 | -784/+1893 | |
| | * | | | | | | | | | drm: pcigart use proper pci map interfaces. | Dave Airlie | 2008-06-19 | 1 | -5/+3 | |
| | * | | | | | | | | | drm: the sg alloc ioctl should write back the handle to userspace | Dave Airlie | 2008-06-13 | 1 | -1/+1 | |
| | * | | | | | | | | | drm: use drms ioctl cmd not what we get passed from userspace. | Johannes Weiner | 2008-06-13 | 1 | -0/+2 | |
| | | |_|_|_|/ / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2008-06-20 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | [agp]: fixup chipset flush for new Intel G4x. | Zhenyu Wang | 2008-06-20 | 1 | -1/+1 | |
| | * | | | | | | | | | agp: brown paper bag patch - put back the two lines it took out. | Dave Airlie | 2008-06-19 | 1 | -0/+2 | |
| * | | | | | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2008-06-20 | 5 | -11/+19 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | softlockup: fix NMI hangs due to lock race - 2.6.26-rc regression | Jason Wessel | 2008-06-19 | 1 | -5/+10 | |
| | * | | | | | | | | | | rcupreempt: remove export of rcu_batches_completed_bh | Steven Rostedt | 2008-06-19 | 1 | -2/+0 | |
| | * | | | | | | | | | | cpuset: limit the input of cpuset.sched_relax_domain_level | Li Zefan | 2008-06-19 | 3 | -4/+9 | |
| | | |_|/ / / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-06-20 | 4 | -29/+73 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | sched, delay accounting: fix incorrect delay time when constantly waiting on ... | Bharath Ravi | 2008-06-19 | 1 | -0/+6 | |
| | * | | | | | | | | | Merge branch 'linus' into sched/urgent | Ingo Molnar | 2008-06-19 | 197 | -3866/+6556 | |
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | ||||||
| | * | | | | | | | | | sched: CPU hotplug events must not destroy scheduler domains created by the c... | Max Krasnyansky | 2008-06-19 | 2 | -0/+28 | |
| | * | | | | | | | | | sched: rt-group: fix RR buglet | Peter Zijlstra | 2008-06-19 | 1 | -1/+3 | |
| | * | | | | | | | | | sched: rt-group: heirarchy aware throttle | Peter Zijlstra | 2008-06-19 | 1 | -26/+33 | |
| | * | | | | | | | | | sched: rt-group: fix hierarchy | Peter Zijlstra | 2008-06-19 | 1 | -1/+0 | |
| | * | | | | | | | | | sched: NULL pointer dereference while setting sched_rt_period_us | Dario Faggioli | 2008-06-19 | 1 | -1/+1 | |
| | * | | | | | | | | | sched: fix defined-but-unused warning | Rabin Vincent | 2008-06-17 | 1 | -0/+2 | |
| * | | | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-06-20 | 7 | -16/+26 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | x86, geode: add a VSA2 ID for General Software | Jordan Crouse | 2008-06-19 | 2 | -3/+6 | |
| | * | | | | | | | | | x86: use BOOTMEM_EXCLUSIVE on 32-bit | Bernhard Walle | 2008-06-19 | 1 | -2/+8 | |
| | * | | | | | | | | | x86, 32-bit: fix boot failure on TSC-less processors | Mikael Pettersson | 2008-06-19 | 1 | -10/+8 |