summaryrefslogtreecommitdiffstats
path: root/drivers/video/sysimgblt.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-18x86-64: Move isidle from PDA to per-cpu.Brian Gerst2-3/+3
2009-01-18x86-64: Move nodenumber from PDA to per-cpu.Brian Gerst4-10/+11
2009-01-18x86-64: Move irqcount from PDA to per-cpu.Brian Gerst4-11/+10
2009-01-18x86-64: Move oldrsp from PDA to per-cpu.Brian Gerst5-14/+15
2009-01-18x86-64: Move kernelstack from PDA to per-cpu.Brian Gerst9-38/+35
2009-01-18x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.Brian Gerst9-36/+15
2009-01-18x86-64: Move cpu number from PDA to per-cpu and consolidate with 32-bit.Brian Gerst7-11/+12
2009-01-18x86-64: Convert exception stacks to per-cpuBrian Gerst1-15/+8
2009-01-18x86-64: Convert irqstacks to per-cpuBrian Gerst8-36/+35
2009-01-18x86-64: Move TLB state from PDA to per-cpu and consolidate with 32-bit.Brian Gerst7-38/+20
2009-01-18x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit.Brian Gerst6-44/+27
2009-01-17perf_counter: Add counter enable/disable ioctlsPaul Mackerras2-61/+415
2009-01-17linker script: add missing .data.percpu.page_alignedTejun Heo3-0/+3
2009-01-17linker script: add missing VMLINUX_SYMBOLTejun Heo1-2/+3
2009-01-16Linux 2.6.29-rc2v2.6.29-rc2Linus Torvalds1-1/+1
2009-01-16ACPI PCI hotplug: harden against panic regressionJames Bottomley1-0/+2
2009-01-16ACPI: rename main.c to sleep.cLen Brown2-1/+1
2009-01-16dell-laptop: move to drivers/platform/x86/ from drivers/misc/Len Brown4-2/+14
2009-01-16eeepc-laptop: enable Bluetooth ACPI detailsJonathan McDowell1-2/+2
2009-01-16ACPI: fix ACPI_FADT_S4_RTC_WAKE commentDavid Brownell1-1/+1
2009-01-16kprobes: check CONFIG_FREEZER instead of CONFIG_PMMasami Hiramatsu3-3/+3
2009-01-16PM: Fix freezer compilation if PM_SLEEP is unsetRafael J. Wysocki1-1/+2
2009-01-16thermal fixup for broken BIOS which has invalid trip points.Zhang Rui1-4/+12
2009-01-16netxen: include ipv6.h (fixes build failure)Dhananjay Phadke1-0/+1
2009-01-16ACPI: EC: Don't trust ECDT tables from ASUSAlexey Starikovskiy1-44/+30
2009-01-16netxen: avoid invalid iounmapDhananjay Phadke1-2/+4
2009-01-16ACPI: EC: Limit workaround for ASUS notebooks even moreAlexey Starikovskiy1-1/+2
2009-01-16Btrfs: fix ioctl arg size (userland incompatible change!)Chris Mason2-7/+10
2009-01-16Btrfs: Clear the device->running_pending flag before bailing on congestionChris Mason1-0/+1
2009-01-16Revert "PCI PM: Register power state of devices during initialization"Linus Torvalds1-6/+2
2009-01-16sata_fsl: Return non-zero on error in probe()Michal Sojka1-1/+1
2009-01-16drivers/ata/pata_ali.c: s/isa_bridge/ali_isa_bridge/ to fix alpha buildAndrew Morton1-14/+14
2009-01-16libata: New driver for OCTEON SOC Compact Flash interface (v7).David Daney3-0/+975
2009-01-16libata: Add another column to the ata_timing table.David Daney2-38/+43
2009-01-16sata_via: Add VT8261 supportJosephChan@via.com.tw1-0/+2
2009-01-16pata_atiixp: update port enabledness test handlingTejun Heo1-19/+13
2009-01-16[libata] get-identity ioctl: Fix use of invalid memory pointerJeff Garzik5-7/+17
2009-01-16x86_64: initialize this_cpu_off to __per_cpu_loadTejun Heo1-0/+5
2009-01-16x86: fix build bug introduced during mergeTejun Heo1-2/+1
2009-01-16percpu: add optimized generic percpu accessorsIngo Molnar15-48/+102
2009-01-16x86: misc clean up after the percpu updateTejun Heo5-10/+4
2009-01-16x86: convert pda ops to wrappers around x86 percpu accessorsTejun Heo4-85/+16
2009-01-16x86: make pda a percpu variableTejun Heo6-20/+23
2009-01-16x86: merge 64 and 32 SMP percpu handlingTejun Heo8-105/+55
2009-01-16x86: fold pda into percpu area on SMPTejun Heo11-144/+104
2009-01-16x86: use static _cpu_pda arrayTejun Heo4-25/+6
2009-01-16x86: load pointer to pda into %gs while brining up a CPUTejun Heo5-7/+15
2009-01-16x86: make percpu symbols zerobased on SMPTejun Heo6-10/+88
2009-01-16x86: make vmlinux_32.lds.S use PERCPU() macroTejun Heo1-8/+1
2009-01-16x86: cleanup early setup_percpu referencesMike Travis1-16/+40