summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: delay the export removal of init_mmIngo Molnar2008-02-292-0/+13
* x86: fix leak un ioremap_page_range() failureIngo Molnar2008-02-291-1/+1
* x86 vdso: fix build locale dependencyRoland McGrath2008-02-291-2/+4
* x86: restore vsyscall64 prochandlerThomas Gleixner2008-02-291-1/+10
* x86: fix pmd_bad and pud_bad to support huge pagesHans Rosenfeld2008-02-292-3/+7
* x86: tls prevent_tail_callRoland McGrath2008-02-291-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/alsa-fix-2.6Linus Torvalds2008-02-2916-27/+88
|\
| * [ALSA] intel8x0 - Add quirk for Compaq Deskpro ENTakashi Iwai2008-02-291-0/+6
| * [ALSA] hda-codec - Adapt eeepc p701 mixer for virtual master controlHerton Ronaldo Krzesinski2008-02-291-2/+2
| * [ALSA] sound: ice1712: unused structsHarvey Harrison2008-02-292-2/+2
| * [ALSA] ASoC: Fix WM9712 mixer_event DAPM widget function typeJarkko Nikula2008-02-291-1/+2
| * [ALSA] ASoC: Fix DAPM widget function types in pxa machine driversJarkko Nikula2008-02-294-5/+10
| * [ALSA] hda-codec - Fix mixer names of realtek codecs to adapt mater controlsTakashi Iwai2008-02-291-8/+8
| * [ALSA] intel8x0 - Add quirk for Acer Travelmate 2310Takashi Iwai2008-02-291-0/+6
| * [ALSA] hda_intel - Add model quirk for Albatron KI690-AM2 motherboardAndrew Paprocki2008-02-291-0/+1
| * [ALSA] oxygen: add owner fieldClemens Ladisch2008-02-292-0/+2
| * [ALSA] hda-codec - Add Fujitsu Lifebook E8410 to quirk tableTony Vroon2008-02-291-0/+1
| * [ALSA] hda-codec - Fix AD1988 capture elementsTakashi Iwai2008-02-291-4/+4
| * [ALSA] sb8: fix SB 1.0 capture DMA programmingClemens Ladisch2008-02-291-1/+1
| * [ALSA] usb-audio: add workaround for broken E-Mu frequency feedbackClemens Ladisch2008-02-291-2/+36
| * [ALSA] ASoC: Fix TLV320AIC3X PLL divider table for 64 kHz rateJarkko Nikula2008-02-291-2/+2
| * [ALSA] hda-codec - Fix Master volume on HP dv8000Takashi Iwai2008-02-291-0/+5
* | Merge branch 'avr32-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Linus Torvalds2008-02-294-1/+8
|\ \
| * | avr32: Fix OCD refcounting bugHaavard Skinnemoen2008-02-271-0/+1
| * | avr32: Call tick_nohz_{stop,restart}_sched_tick() in idle loopHaavard Skinnemoen2008-02-151-0/+3
| * | avr32: Use correct config symbol in atstk1004 board codeHaavard Skinnemoen2008-02-131-1/+1
| * | avr32: Fix broken pte dump code in do_page_fault()Haavard Skinnemoen2008-02-131-0/+2
| * | AVR32: Define PAGE_SHAREDHaavard Skinnemoen2008-02-131-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-02-2935-560/+504
|\ \ \
| * | | Blackfin Serial Driver: Fix bug - Only insert UART rx char in timer task.Sonic Zhang2008-02-291-16/+7
| * | | Blackfin Serial Driver: Fix bug - update tx dma buffer tail before wake up pr...Sonic Zhang2008-02-251-22/+29
| * | | Blackfin Serial Driver: Fix bug - Increase buffer tail immediately before sta...Sonic Zhang2008-02-251-14/+18
| * | | [Blackfin] serial driver: Add flow control support to bf54xSonic Zhang2008-02-023-2/+17
| * | | [Blackfin] serial driver: Fix bug Poll RTS/CTS status in DMA mode as wellSonic Zhang2008-02-026-19/+10
| * | | [Blackfin] serial driver: ADSP-BF52x arch/mach supportMichael Hennerich2008-02-021-1/+1
| * | | [Blackfin] serial driver: use simpler comment headers and strip out informati...Mike Frysinger2008-01-111-23/+4
| * | | [Blackfin] serial driver: rework break flood anomaly handling to be more robu...Mike Frysinger2007-12-243-14/+58
| * | | [Blackfin] serial driver: fix bug - cache the bits of the LSR on systems wher...Mike Frysinger2007-12-246-7/+80
| * | | [Blackfin] serial driver: fix bug - should not wait for the TFI bit, just cle...Sonic Zhang2007-12-231-3/+0
| * | | [Blackfin] serial driver: Fix bug serial driver in DMA mode spams history to ...Sonic Zhang2007-12-211-3/+4
| * | | [Blackfin] serial driver: Fix bug Free rx dma buffer in shutdown.Sonic Zhang2007-12-211-0/+1
| * | | [Blackfin] serial driver: Clean up UART DMA code.Sonic Zhang2007-12-211-15/+10
| * | | Blackfin Serial driver: Fix bug - serial driver in PIO mode cant handle input...Sonic Zhang2007-11-211-48/+14
| * | | [Blackfin] arch: kill section mismatch warningsBryan Wu2008-02-292-4/+9
| * | | [Blackfin] arch: handle the most common L1 shrinkage case (L1 does not exist ...Mike Frysinger2008-02-291-7/+27
| * | | [Blackfin] arch: add bfin_clear_PPIx_STATUS() helper funcs like we have for o...Mike Frysinger2008-02-251-0/+2
| * | | [Blackfin] arch: make sure we have proper description/copyright/license linesMike Frysinger2008-02-252-8/+7
| * | | [Blackfin] arch: Fix CONFIG_PM support for BF561Michael Hennerich2008-02-252-5/+4
| * | | [Blackfin] arch: Remove DPMC char driver optionMichael Hennerich2008-02-251-131/+0
| * | | [Blackfin] arch: Cleanup abd Simplify:Michael Hennerich2008-02-252-106/+53
OpenPOWER on IntegriCloud