index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
/
sysimgblt.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-01-18
x86-64: Move isidle from PDA to per-cpu.
Brian Gerst
2
-3
/
+3
2009-01-18
x86-64: Move nodenumber from PDA to per-cpu.
Brian Gerst
4
-10
/
+11
2009-01-18
x86-64: Move irqcount from PDA to per-cpu.
Brian Gerst
4
-11
/
+10
2009-01-18
x86-64: Move oldrsp from PDA to per-cpu.
Brian Gerst
5
-14
/
+15
2009-01-18
x86-64: Move kernelstack from PDA to per-cpu.
Brian Gerst
9
-38
/
+35
2009-01-18
x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.
Brian Gerst
9
-36
/
+15
2009-01-18
x86-64: Move cpu number from PDA to per-cpu and consolidate with 32-bit.
Brian Gerst
7
-11
/
+12
2009-01-18
x86-64: Convert exception stacks to per-cpu
Brian Gerst
1
-15
/
+8
2009-01-18
x86-64: Convert irqstacks to per-cpu
Brian Gerst
8
-36
/
+35
2009-01-18
x86-64: Move TLB state from PDA to per-cpu and consolidate with 32-bit.
Brian Gerst
7
-38
/
+20
2009-01-18
x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit.
Brian Gerst
6
-44
/
+27
2009-01-17
perf_counter: Add counter enable/disable ioctls
Paul Mackerras
2
-61
/
+415
2009-01-17
linker script: add missing .data.percpu.page_aligned
Tejun Heo
3
-0
/
+3
2009-01-17
linker script: add missing VMLINUX_SYMBOL
Tejun Heo
1
-2
/
+3
2009-01-16
Linux 2.6.29-rc2
v2.6.29-rc2
Linus Torvalds
1
-1
/
+1
2009-01-16
ACPI PCI hotplug: harden against panic regression
James Bottomley
1
-0
/
+2
2009-01-16
ACPI: rename main.c to sleep.c
Len Brown
2
-1
/
+1
2009-01-16
dell-laptop: move to drivers/platform/x86/ from drivers/misc/
Len Brown
4
-2
/
+14
2009-01-16
eeepc-laptop: enable Bluetooth ACPI details
Jonathan McDowell
1
-2
/
+2
2009-01-16
ACPI: fix ACPI_FADT_S4_RTC_WAKE comment
David Brownell
1
-1
/
+1
2009-01-16
kprobes: check CONFIG_FREEZER instead of CONFIG_PM
Masami Hiramatsu
3
-3
/
+3
2009-01-16
PM: Fix freezer compilation if PM_SLEEP is unset
Rafael J. Wysocki
1
-1
/
+2
2009-01-16
thermal fixup for broken BIOS which has invalid trip points.
Zhang Rui
1
-4
/
+12
2009-01-16
netxen: include ipv6.h (fixes build failure)
Dhananjay Phadke
1
-0
/
+1
2009-01-16
ACPI: EC: Don't trust ECDT tables from ASUS
Alexey Starikovskiy
1
-44
/
+30
2009-01-16
netxen: avoid invalid iounmap
Dhananjay Phadke
1
-2
/
+4
2009-01-16
ACPI: EC: Limit workaround for ASUS notebooks even more
Alexey Starikovskiy
1
-1
/
+2
2009-01-16
Btrfs: fix ioctl arg size (userland incompatible change!)
Chris Mason
2
-7
/
+10
2009-01-16
Btrfs: Clear the device->running_pending flag before bailing on congestion
Chris Mason
1
-0
/
+1
2009-01-16
Revert "PCI PM: Register power state of devices during initialization"
Linus Torvalds
1
-6
/
+2
2009-01-16
sata_fsl: Return non-zero on error in probe()
Michal Sojka
1
-1
/
+1
2009-01-16
drivers/ata/pata_ali.c: s/isa_bridge/ali_isa_bridge/ to fix alpha build
Andrew Morton
1
-14
/
+14
2009-01-16
libata: New driver for OCTEON SOC Compact Flash interface (v7).
David Daney
3
-0
/
+975
2009-01-16
libata: Add another column to the ata_timing table.
David Daney
2
-38
/
+43
2009-01-16
sata_via: Add VT8261 support
JosephChan@via.com.tw
1
-0
/
+2
2009-01-16
pata_atiixp: update port enabledness test handling
Tejun Heo
1
-19
/
+13
2009-01-16
[libata] get-identity ioctl: Fix use of invalid memory pointer
Jeff Garzik
5
-7
/
+17
2009-01-16
x86_64: initialize this_cpu_off to __per_cpu_load
Tejun Heo
1
-0
/
+5
2009-01-16
x86: fix build bug introduced during merge
Tejun Heo
1
-2
/
+1
2009-01-16
percpu: add optimized generic percpu accessors
Ingo Molnar
15
-48
/
+102
2009-01-16
x86: misc clean up after the percpu update
Tejun Heo
5
-10
/
+4
2009-01-16
x86: convert pda ops to wrappers around x86 percpu accessors
Tejun Heo
4
-85
/
+16
2009-01-16
x86: make pda a percpu variable
Tejun Heo
6
-20
/
+23
2009-01-16
x86: merge 64 and 32 SMP percpu handling
Tejun Heo
8
-105
/
+55
2009-01-16
x86: fold pda into percpu area on SMP
Tejun Heo
11
-144
/
+104
2009-01-16
x86: use static _cpu_pda array
Tejun Heo
4
-25
/
+6
2009-01-16
x86: load pointer to pda into %gs while brining up a CPU
Tejun Heo
5
-7
/
+15
2009-01-16
x86: make percpu symbols zerobased on SMP
Tejun Heo
6
-10
/
+88
2009-01-16
x86: make vmlinux_32.lds.S use PERCPU() macro
Tejun Heo
1
-8
/
+1
2009-01-16
x86: cleanup early setup_percpu references
Mike Travis
1
-16
/
+40
[next]