summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fbcon: fix scrolling after logo is clearedKrzysztof Helt2008-08-051-0/+3
* radeon: misc correctionsDavid Miller2008-08-052-4/+5
* Remove the deprecated cli() sti() functionsMark Asselstine2008-08-053-164/+0
* backlight: add MODULE_ALIAS() to pwm_backlight driverBen Dooks2008-08-051-0/+2
* backlight: add more information output to pwm_backlightBen Dooks2008-08-051-2/+6
* blackfin RTC driver: drop PIE/stopwatch code since the hardware can only do a...Mike Frysinger2008-08-051-32/+14
* blackfin RTC driver: convert PIE handling to irq_set_state() as pointed out b...Mike Frysinger2008-08-051-10/+18
* blackfin RTC driver: wait for the write complete interrupt complete before sl...Mike Frysinger2008-08-051-2/+3
* blackfin RTC driver: disable the write complete irq upon closeMike Frysinger2008-08-051-4/+4
* blackfin RTC driver: don't bother passing the rtc struct down to bfin_rtc_int...Mike Frysinger2008-08-051-11/+9
* blackfin RTC driver: add support for power management frameworkMike Frysinger2008-08-051-14/+17
* blackfin RTC driver: Fix bug Only RTC interrupt can wake up deeper sleep coreSonic Zhang2008-08-051-0/+28
* blackfin RTC driver: if we dont define irq_set_freq, the common rtc-dev layer...Mike Frysinger2008-08-051-15/+0
* genirq: better warning on irqchip->set_type() failureDavid Brownell2008-08-051-1/+2
* semaphore: __down_common: use signal_pending_state()Oleg Nesterov2008-08-051-3/+1
* relay: fix "full buffer with exactly full last subbuffer" accounting problemTom Zanussi2008-08-051-1/+11
* spi: new orion_spi driverShadi Ammouri2008-08-054-0/+598
* block/cciss.c: remove pointless curr_queue calculationHannes Reinecke2008-08-051-2/+0
* vt8623fb: fix kernel oopsOndrej Zajicek2008-08-053-28/+28
* kdump: report actual value of VMCOREINFO_OSRELEASE in VMCOREINFOBernhard Walle2008-08-051-2/+2
* powerpc: 86xx: mpc8610_hpcd: add watchdog nodeAnton Vorontsov2008-08-051-0/+5
* mm_init.c: avoid ifdef-inside-macro-expansionAndrew Morton2008-08-051-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-08-0543-116/+92
|\
| * ide: ->cable_detect method cannot be marked __devinitBartlomiej Zolnierkiewicz2008-08-0521-24/+24
| * ide: ->quirkproc method cannot be marked __devinitBartlomiej Zolnierkiewicz2008-08-052-2/+2
| * cs5520: add enablebits checkingBartlomiej Zolnierkiewicz2008-08-051-0/+1
| * cdrom: don't check CDC_PLAY_AUDIO in cdrom_count_tracks()Tejun Heo2008-08-051-4/+0
| * ide-cd: fix endianity for the error message in cdrom_read_capacityPetr Tesarik2008-08-051-8/+10
| * ide: remove CONFIG_IDE_MAX_HWIFSAdrian Bunk2008-08-052-22/+1
| * remove unneeded #include <linux/ide.h>'sAdrian Bunk2008-08-056-6/+1
| * ide: fix regression caused by ide_device_{get,put}() addition (take 2)Bartlomiej Zolnierkiewicz2008-08-055-25/+31
| * remove unnecessary <linux/hdreg.h> includesBartlomiej Zolnierkiewicz2008-08-057-8/+0
| * ide: sanitize struct ide_port_ops documentation (take 2)Bartlomiej Zolnierkiewicz2008-08-051-9/+18
| * ide: fix ide_fix_driveid()Bartlomiej Zolnierkiewicz2008-08-051-3/+3
| * ide: fix pre-EIDE SWDMA support on big-endianBartlomiej Zolnierkiewicz2008-08-051-5/+1
* | Fix USB storage hang on command abortAlan Stern2008-08-051-1/+1
|/
* fs: rename buffer trylockNick Piggin2008-08-059-13/+17
* mm: rename page trylockNick Piggin2008-08-0520-59/+74
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-08-054-151/+166
|\
| * sparc64: Remove all cpumask_t local variables in xcall dispatch.David S. Miller2008-08-051-24/+9
| * sparc64: Kill error_mask from hypervisor_xcall_deliver().David S. Miller2008-08-051-13/+7
| * sparc64: Build cpu list and mondo block at top-level xcall_deliver().David S. Miller2008-08-051-44/+69
| * sparc64: Disable local interrupts around xcall_deliver_impl() invocation.David S. Miller2008-08-051-17/+15
| * sparc64: Make all xcall_deliver's go through common helper function.David S. Miller2008-08-051-4/+9
| * sparc64: Always allocate the send mondo blocks, even on non-sun4v.David S. Miller2008-08-051-3/+16
| * sparc64: Make smp_cross_call_masked() take a cpumask_t pointer.David S. Miller2008-08-041-7/+11
| * sparc64: Directly call xcall_deliver() in smp_start_sync_tick_client.David S. Miller2008-08-041-4/+2
| * sparc64: Call xcall_deliver() directly in some cases.David S. Miller2008-08-041-23/+10
| * sparc64: Use cpumask_t pointers and for_each_cpu_mask_nr() in xcall_deliver.David S. Miller2008-08-041-18/+21
| * sparc64: Use xcall_deliver() consistently.David S. Miller2008-08-041-23/+17