summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | MIPS: VPE: Make various functions static.Ralf Baechle2009-08-031-9/+8
| | * | | MIPS: VPE: Free relocation chain on error.Ralf Baechle2009-08-031-3/+12
| | * | | MIPS: VPE: Fix compiler warning.Raghu Gandham2009-08-031-1/+2
| | * | | MIPS: Module: Make error messages unique.Ralf Baechle2009-08-031-3/+5
| | * | | MIPS: Octeon: Run IPI code with interrupts disabled.David Daney2009-08-031-2/+2
| | * | | MIPS: Jazz: Fix read buffer overflowRoel Kluin2009-08-031-1/+1
| | * | | MIPS: Use DIV_ROUND_CLOSESTJulia Lawall2009-08-031-1/+1
| | * | | MIPS: MTX-1: Request button GPIO before setting its directionFlorian Fainelli2009-08-031-2/+12
| | * | | MIPS: AR7: Override CFLAGS with -WerrorFlorian Fainelli2009-08-031-0/+1
| | * | | MIPS: AR7: Remove unused tnetd7200_get_clock functionFlorian Fainelli2009-08-031-13/+0
| | * | | MIPS: AR7: Use DMA_BIT_MASK(nn) instead of deprecated DMA_nnBIT_MASKFlorian Fainelli2009-08-031-3/+3
| | * | | MIPS: AR7: Fix build failures when CONFIG_SERIAL_8250 is not enabledFlorian Fainelli2009-08-031-1/+2
| | * | | MIPS: Fix read buffer overflowRoel Kluin2009-08-031-1/+1
| | * | | MIPS: AR7: Fix build warning on memory.cFlorian Fainelli2009-08-031-1/+1
| | * | | MIPS: Octeon PCIe: Make hardware and software bus numbers match.David Daney2009-08-031-14/+17
| | * | | MIPS: RBTX4939: Fix IOC pin-enable register updatingAtsushi Nemoto2009-08-031-1/+1
| | * | | MIPS: Simplify and correct interrupt handling for MSP4200Shane McDonald2009-08-031-9/+1
| | * | | MIPS: MSPxxxx: define MIPS34K_MISSED_ITLB_WAR for other PMC-Sierra SoCFlorian Fainelli2009-08-031-0/+2
| | * | | MIPS: MSP71xx: fix build failures on msp_irq_slp.cFlorian Fainelli2009-08-031-2/+2
| | * | | MIPS: Fix loading of modules with unresolved weak symbolsGabor Juhos2009-08-031-2/+2
| | * | | MIPS: SMTC: Move cross VPE writes to after a TC is assigned to VPE.Kurt Martin2009-08-031-5/+8
| | * | | [PATCH] MIPS: SMTC: Fix compile errorRaghu Gandham2009-08-031-1/+1
| | * | | MIPS: Avoid clobbering struct pt_regs in kthreadsDavid Daney2009-08-033-4/+8
| | * | | MIPS: AR7: Remove unused inclusions of <linux/version.h>.Huang Weiyi2009-08-032-2/+0
| | * | | MIPS: MIPSsim: Fix unbalance brace in mipssim get_c0_compare_int()Yoichi Yuasa2009-08-031-6/+6
| | * | | MIPS: Fix compile for !CONFIG_SMPAlexander Clouter2009-08-031-1/+1
| | * | | MIPS: Drop mmap_sem in pagefault oom pathAkinobu Mita2009-08-031-0/+1
| | * | | MIPS: Eleminate filenames from commentsRalf Baechle2009-08-0336-83/+5
| | * | | [PATCH] MIPS: Cavium: Move swapped comments to their rightful place.Ralf Baechle2009-08-031-2/+2
| * | | | Merge branch 'fix/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2009-08-055-34/+86
| |\ \ \ \
| | * | | | ALSA: hda - Read buffer overflowRoel Kluin2009-08-031-1/+1
| | * | | | ALSA: hda: Correct EAPD for Dell Inspiron 1525Chengu Wang2009-08-031-1/+8
| | * | | | ALSA: hda: warn on spurious responseWu Fengguang2009-08-031-1/+5
| | * | | | ALSA: hda: remember last command for each codecWu Fengguang2009-08-031-5/+6
| | * | | | ALSA: hda: read CORBWP inside reg_lockWu Fengguang2009-08-031-1/+3
| | * | | | ALSA: hda: take reg_lock in azx_init_cmd_io/azx_free_cmd_ioWu Fengguang2009-08-031-0/+4
| | * | | | ALSA: hda: take cmd_mutex in probe_codec()Wu Fengguang2009-08-031-0/+2
| | * | | | ALSA: hda: track CIRB/CORB command/response states for each codecWu Fengguang2009-08-033-24/+56
| | * | | | ALSA: hda - Fix quirk for Toshiba Satellite A135-S4527Takashi Iwai2009-08-031-1/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2009-08-052-100/+54
| |\ \ \ \ \
| | * | | | | tty-ldisc: be more careful in 'put_ldisc' lockingLinus Torvalds2009-08-041-5/+12
| | * | | | | tty-ldisc: turn ldisc user count into a proper refcountLinus Torvalds2009-08-041-97/+46
| | * | | | | tty-ldisc: make refcount be atomic_t 'users' countLinus Torvalds2009-08-042-11/+9
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-08-054-49/+77
| |\ \ \ \ \
| | * | | | | Make SCSI SG v4 driver enabled by default and remove EXPERIMENTAL dependency,...John Stoffel2009-08-041-4/+7
| | * | | | | block: Update topology documentationMartin K. Petersen2009-08-012-20/+36
| | * | | | | block: Stack optimal I/O sizeMartin K. Petersen2009-08-011-0/+11
| | * | | | | block: Add a wrapper for setting minimum request size without a queueMartin K. Petersen2009-08-012-7/+25
| | * | | | | block: Make blk_queue_stack_limits use the new stacking interfaceMartin K. Petersen2009-08-011-21/+1
| | | |_|_|/ | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-08-0555-165/+364
| |\ \ \ \ \