summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [ARM] 4842/1: pxa: remove redundant IRQ saving/restoring in clk_pxa3xx_cken_*eric miao2008-02-291-8/+0
| * | | | | [ARM] 4841/1: pxa: fix typo in LCD platform data definition code for zyloniteeric miao2008-02-291-1/+1
| * | | | | [ARM] 4840/1: pxa: fix the typo in get_irqnr_and_baseeric miao2008-02-291-1/+1
| * | | | | [ARM] 4839/1: fixes kernel Oops in /dev/mem device driver for memory map with...Alexandre Rusev2008-02-291-0/+2
| * | | | | [ARM] eliminate MODULE_PARM() usageRandy Dunlap2008-02-291-1/+1
| * | | | | [ARM] 4838/1: Fix kexec for SA1100 machinesThomas Kunze2008-02-291-1/+1
| * | | | | [ARM] 4837/1: make __get_unaligned_*() return unsigned typesLennert Buytenhek2008-02-291-4/+4
| * | | | | [ARM] 4836/1: Make ATAGS_PROC depend on KEXECUli Luckas2008-02-291-1/+2
* | | | | | rcupreempt: remove never-migrates assumption from rcu_process_callbacks()Paul E. McKenney2008-02-291-2/+4
* | | | | | rcupreempt: fix hibernate/resume in presence of PREEMPT_RCU and hotplugPaul E. McKenney2008-02-291-1/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2008-02-297-10/+266
|\ \ \ \ \ \
| * | | | | | softlockup: fix task state settingDmitry Adamushko2008-02-291-6/+7
| * | | | | | rcu: add support for dynamic ticks and preempt rcuSteven Rostedt2008-02-296-4/+259
* | | | | | | xen: mask out SEP from CPUIDJeremy Fitzhardinge2008-02-291-0/+1
* | | | | | | x86 ptrace: fix ptrace_bts_config structure declarationDave Anderson2008-02-291-4/+4
* | | | | | | x86: disable BTS ptrace extensions for nowIngo Molnar2008-02-293-0/+16
* | | | | | | x86: CPA: avoid split of alias mappingsThomas Gleixner2008-02-291-10/+11
* | | | | | | 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
OpenPOWER on IntegriCloud