aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-13Blackfin: rename bfin_addr_dcachable to bfin_addr_dcacheableJie Zhang4-6/+6
2009-06-13Blackfin: export ip_compute_csum/csum_partial_copy_from_user symbolsMike Frysinger1-0/+2
2009-06-13Blackfin: only handle CPLB protection violations when MPU is enabledRobin Getz2-55/+10
2009-06-12PM: Add empty suspend/resume device irq functionsHeiko Carstens1-0/+6
2009-06-12PM/Hibernate: Move NVS routines into a seperate file (v2).Cornelia Huck5-129/+151
2009-06-12PM/Hibernate: Rename disk.c to hibernate.cRafael J. Wysocki3-5/+5
2009-06-12PM: Separate suspend to RAM functionality from coreRafael J. Wysocki5-504/+505
2009-06-12Driver Core: Rework platform suspend/resume, print warningMagnus Damm1-24/+12
2009-06-12PM: Remove device_type suspend()/resume()Magnus Damm2-10/+0
2009-06-12PM/Hibernate: Move memory shrinking to snapshot.c (rev. 2)Rafael J. Wysocki3-81/+79
2009-06-12PM/Suspend: Do not shrink memory before suspendRafael J. Wysocki2-21/+3
2009-06-12PM: Remove bus_type suspend_late()/resume_early() V2Magnus Damm3-38/+5
2009-06-12PM core: rename suspend and resume functionsAlan Stern7-93/+80
2009-06-12PM: Rename device_power_down/up()Magnus Damm7-38/+38
2009-06-12PM: Remove unused asm/suspend.hMagnus Damm7-32/+0
2009-06-12x86: unify power/cpu_(32|64).cSergio Luis3-260/+1
2009-06-12x86: unify power/cpu_(32|64) copyright notesSergio Luis2-2/+3
2009-06-12x86: unify power/cpu_(32|64) regarding restoring processor stateSergio Luis2-38/+135
2009-06-12x86: unify power/cpu_(32|64) regarding saving processor stateSergio Luis2-1/+76
2009-06-12x86: unify power/cpu_(32|64) global variablesSergio Luis2-0/+17
2009-06-12x86: unify power/cpu_(32|64) headersSergio Luis2-4/+10
2009-06-12PM: Warn if interrupts are enabled during suspend-resume of sysdevsRafael J. Wysocki1-0/+16
2009-06-12PM/ACPI/x86: Fix sparse warning in arch/x86/kernel/acpi/sleep.cJaswinder Singh Rajput1-1/+1
2009-06-12perf_counter: Start documenting HAVE_PERF_COUNTERS requirementsMike Frysinger2-0/+17
2009-06-12slab: setup cpu caches later on when interrupts are enabledPekka Enberg1-18/+19
2009-06-12slab,slub: don't enable interrupts during early bootPekka Enberg7-0/+47
2009-06-12slab: fix gfp flag in setup_cpu_cache()Pekka Enberg1-1/+1
2009-06-12lguest: add support for indirect ring entriesMark McLoughlin1-12/+29
2009-06-12lguest: suppress notifications in example LauncherRusty Russell1-0/+15
2009-06-12lguest: try to batch interrupts on network receiveRusty Russell1-1/+16
2009-06-12lguest: avoid sending interrupts to Guest when no activity occurs.Rusty Russell1-0/+9
2009-06-12lguest: implement deferred interrupts in example LauncherRusty Russell1-19/+22
2009-06-12lguest: remove obsolete LHREQ_BREAK callRusty Russell4-43/+5
2009-06-12lguest: have example Launcher service all devices in separate threadsRusty Russell1-574/+259
2009-06-12lguest: use eventfds for device notificationRusty Russell5-6/+116
2009-06-12eventfd: export eventfd_signal and eventfd_fget for lguestRusty Russell1-0/+3
2009-06-12lguest: allow any process to send interruptsRusty Russell3-12/+18
2009-06-12lguest: PAE fixesRusty Russell1-17/+21
2009-06-12lguest: PAE supportMatias Zabaljauregui9-48/+403
2009-06-12lguest: Add support for kvm_hypercall4()Matias Zabaljauregui2-10/+25
2009-06-12lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGDMatias Zabaljauregui5-6/+6
2009-06-12lguest: use native_set_* macros, which properly handle 64-bit entries when PAE is activatedMatias Zabaljauregui2-21/+22
2009-06-12lguest: map switcher with executable page table entriesMatias Zabaljauregui2-2/+2
2009-06-12lguest: fix writev returning short on console outputRusty Russell1-1/+6
2009-06-12lguest: clean up length-used value in example launcherRusty Russell1-7/+4
2009-06-12lguest: Segment selectors are 16-bit long. Fix lg_cpu.ss1 definition.Matias Zabaljauregui1-1/+1
2009-06-12lguest: beyond ARRAY_SIZE of cpu->arch.gdtRoel Kluin1-1/+1
2009-06-12lguest: clean up example launcher compile flags.Rusty Russell1-2/+1
2009-06-12lguest: optimize by coding restore_flags and irq_enable in assembler.Rusty Russell3-30/+74
2009-06-12lguest: improve interrupt handling, speed up stream networkingRusty Russell8-16/+43