index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-06-15
sl82c105: implement test_irq() method
Sergei Shtylyov
1
-0
/
+11
2009-06-15
siimage: implement test_irq() method
Sergei Shtylyov
1
-0
/
+12
2009-06-15
pdc202xx_old: implement test_irq() method (take 2)
Sergei Shtylyov
1
-0
/
+22
2009-06-15
cmd64x: implement test_irq() method
Sergei Shtylyov
1
-57
/
+12
2009-06-15
cmd640: implement test_irq() method
Sergei Shtylyov
1
-0
/
+13
2009-06-15
ide: move ack_intr() method into 'struct ide_port_ops' (take 2)
Sergei Shtylyov
8
-36
/
+27
2009-06-15
ide: move IRQ clearing from ack_intr() method to clear_irq() method (take 2)
Sergei Shtylyov
4
-32
/
+38
2009-06-15
siimage: use ide_dma_test_irq() (take 2)
Sergei Shtylyov
1
-26
/
+1
2009-06-15
cmd64x: implement clear_irq() method (take 2)
Sergei Shtylyov
1
-15
/
+19
2009-06-15
ide: call clear_irq() method in ide_timer_expiry()
Sergei Shtylyov
1
-0
/
+3
2009-06-15
sgiioc4: coding style cleanup
Sergei Shtylyov
1
-65
/
+54
2009-06-15
ide: don't enable IORDY at a probe time
Bartlomiej Zolnierkiewicz
3
-1
/
+27
2009-06-15
ide: IORDY handling fixes
Bartlomiej Zolnierkiewicz
10
-16
/
+22
2009-06-15
ata: add ata_id_pio_need_iordy() helper (v2)
Bartlomiej Zolnierkiewicz
1
-0
/
+14
2009-06-15
ide-tape: fix build issue
Borislav Petkov
1
-1
/
+1
2009-06-12
PM: Add empty suspend/resume device irq functions
Heiko Carstens
1
-0
/
+6
2009-06-12
PM/Hibernate: Move NVS routines into a seperate file (v2).
Cornelia Huck
5
-129
/
+151
2009-06-12
PM/Hibernate: Rename disk.c to hibernate.c
Rafael J. Wysocki
3
-5
/
+5
2009-06-12
PM: Separate suspend to RAM functionality from core
Rafael J. Wysocki
5
-504
/
+505
2009-06-12
Driver Core: Rework platform suspend/resume, print warning
Magnus Damm
1
-24
/
+12
2009-06-12
PM: Remove device_type suspend()/resume()
Magnus Damm
2
-10
/
+0
2009-06-12
PM/Hibernate: Move memory shrinking to snapshot.c (rev. 2)
Rafael J. Wysocki
3
-81
/
+79
2009-06-12
PM/Suspend: Do not shrink memory before suspend
Rafael J. Wysocki
2
-21
/
+3
2009-06-12
PM: Remove bus_type suspend_late()/resume_early() V2
Magnus Damm
3
-38
/
+5
2009-06-12
PM core: rename suspend and resume functions
Alan Stern
7
-93
/
+80
2009-06-12
PM: Rename device_power_down/up()
Magnus Damm
7
-38
/
+38
2009-06-12
PM: Remove unused asm/suspend.h
Magnus Damm
7
-32
/
+0
2009-06-12
x86: unify power/cpu_(32|64).c
Sergio Luis
3
-260
/
+1
2009-06-12
x86: unify power/cpu_(32|64) copyright notes
Sergio Luis
2
-2
/
+3
2009-06-12
x86: unify power/cpu_(32|64) regarding restoring processor state
Sergio Luis
2
-38
/
+135
2009-06-12
x86: unify power/cpu_(32|64) regarding saving processor state
Sergio Luis
2
-1
/
+76
2009-06-12
x86: unify power/cpu_(32|64) global variables
Sergio Luis
2
-0
/
+17
2009-06-12
x86: unify power/cpu_(32|64) headers
Sergio Luis
2
-4
/
+10
2009-06-12
PM: Warn if interrupts are enabled during suspend-resume of sysdevs
Rafael J. Wysocki
1
-0
/
+16
2009-06-12
PM/ACPI/x86: Fix sparse warning in arch/x86/kernel/acpi/sleep.c
Jaswinder Singh Rajput
1
-1
/
+1
2009-06-12
perf_counter: Start documenting HAVE_PERF_COUNTERS requirements
Mike Frysinger
2
-0
/
+17
2009-06-12
slab: setup cpu caches later on when interrupts are enabled
Pekka Enberg
1
-18
/
+19
2009-06-12
slab,slub: don't enable interrupts during early boot
Pekka Enberg
7
-0
/
+47
2009-06-12
slab: fix gfp flag in setup_cpu_cache()
Pekka Enberg
1
-1
/
+1
2009-06-12
lguest: add support for indirect ring entries
Mark McLoughlin
1
-12
/
+29
2009-06-12
lguest: suppress notifications in example Launcher
Rusty Russell
1
-0
/
+15
2009-06-12
lguest: try to batch interrupts on network receive
Rusty Russell
1
-1
/
+16
2009-06-12
lguest: avoid sending interrupts to Guest when no activity occurs.
Rusty Russell
1
-0
/
+9
2009-06-12
lguest: implement deferred interrupts in example Launcher
Rusty Russell
1
-19
/
+22
2009-06-12
lguest: remove obsolete LHREQ_BREAK call
Rusty Russell
4
-43
/
+5
2009-06-12
lguest: have example Launcher service all devices in separate threads
Rusty Russell
1
-574
/
+259
2009-06-12
lguest: use eventfds for device notification
Rusty Russell
5
-6
/
+116
2009-06-12
eventfd: export eventfd_signal and eventfd_fget for lguest
Rusty Russell
1
-0
/
+3
2009-06-12
lguest: allow any process to send interrupts
Rusty Russell
3
-12
/
+18
2009-06-12
lguest: PAE fixes
Rusty Russell
1
-17
/
+21
[next]