summaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-13Blackfin: move custom sections into sections.hMike Frysinger2-10/+12
2009-06-13Blackfin: punt unused/wrong mutex-dec.hMike Frysinger1-112/+0
2009-06-13Blackfin: add support for irqflagsMike Frysinger4-264/+77
2009-06-13Blackfin: add support for bzip2/lzma compressed kernel imagesMike Frysinger4-10/+34
2009-06-13Blackfin: convert Kconfig style to def_boolMike Frysinger1-24/+12
2009-06-13Blackfin: bf548-ezkit: update smsc911x resourcesMike Frysinger1-0/+13
2009-06-13Blackfin: update aedos-ipipe code to upstream 1.10-00Yi Li2-33/+37
2009-06-13Blackfin: bf537-stamp: update ADP5520 resourcesMike Frysinger1-1/+1
2009-06-13Blackfin: bf518f-ezbrd: fix SPI CS for SPI flashGraf Yang1-1/+1
2009-06-13Blackfin: define SPI IRQ in board resourcesYi Li18-3/+113
2009-06-13Blackfin: do not configure the UART early if on wrong processorRobin Getz1-2/+6
2009-06-13Blackfin: fix deadlock in SMP IPI handlerSonic Zhang1-6/+7
2009-06-13Blackfin: fix flag storage for irq funcsMike Frysinger2-9/+10
2009-06-13Blackfin: push down exception oops checkingMike Frysinger1-45/+43
2009-06-13Blackfin: fix trap_c() exit pathsMike Frysinger1-5/+5
2009-06-13Blackfin: add blackfin_invalidate_entire_icache for SMP systemsSonic Zhang6-4/+37
2009-06-13Blackfin: include the cpu compiled version in /proc/cpuinfoRobin Getz1-2/+11
2009-06-13Blackfin: add support for GENERIC_BUGMike Frysinger4-8/+99
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