aboutsummaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-14sh: Provide CALLER_ADDRx definitions even when ftrace is disabled.Paul Mundt1-1/+5
2009-10-13sh: ftrace: Make code modification NMI safe.Paul Mundt2-1/+146
2009-10-13sh: Don't profile return_address().Paul Mundt1-0/+2
2009-10-13sh: Tidy up the dwarf module helpers.Paul Mundt3-36/+53
2009-10-13sh: Generalize CALLER_ADDRx support.Paul Mundt4-42/+68
2009-10-13sh: ftrace: Fix up syscall tracepoint support.Paul Mundt1-10/+27
2009-10-13sh: maple: PHYSADDR() -> virt_to_phys() conversion.Paul Mundt1-2/+2
2009-10-13cdrom: gdrom: Kill off PHYSADDR use.Paul Mundt1-5/+5
2009-10-13sh: force dcache flush if dcache_dirty bit set.Paul Mundt1-1/+1
2009-10-13sh: update die() output.Paul Mundt1-3/+4
2009-10-12USB: musb: invert arch depend stringMike Frysinger1-1/+1
2009-10-12NFS: suppress a build warningStefan Richter1-2/+2
2009-10-12tty, serial: Fix race and NULL check in uart_close()Linus Torvalds1-2/+5
2009-10-12ARM: force dcache flush if dcache_dirty bit setNitin Gupta1-6/+3
2009-10-12[ARM] pxa: workaround errata #37 by not using half turbo switchingDennis O'Brien1-1/+1
2009-10-12[ARM] pxamci: fix printing gpio numbers in pxamci_probeAntonio Ospite1-2/+2
2009-10-12[ARM] pxa/csb726: adjust duplicate structure field initializationJulia Lawall1-1/+1
2009-10-11Revert "USB: Work around BIOS bugs by quiescing USB controllers earlier"Linus Torvalds1-1/+1
2009-10-11Linux 2.6.32-rc4Linus Torvalds1-1/+1
2009-10-11pci: increase alignment to make more space for hidden codeYinghai Lu1-2/+2
2009-10-11ROMFS: fix length used with romfs_dev_strnlen() functionBernd Schmidt1-2/+2
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan145-1/+145
2009-10-11sh: tracing: Use the DWARF unwinder for CALLER_ADDRxMatt Fleming1-0/+47
2009-10-11sh: Remove any reference to recursive functions from commentsMatt Fleming1-11/+11
2009-10-11sh: Fix memory leak in dwarf_unwind_stack()Matt Fleming2-6/+17
2009-10-11sh: Teach the DWARF unwinder about modulesMatt Fleming3-30/+152
2009-10-11ARM: Add kmap_atomic type debuggingRussell King1-0/+2
2009-10-11ARM: boolean bit testingJohannes Weiner1-3/+3
2009-10-11ARM: update die() outputRussell King1-2/+3
2009-10-11ARM: Dump code/mem oops lines with the appropriate log levelRussell King1-16/+17
2009-10-11ARM: Dump memory and backtrace as one printk per lineRussell King1-19/+23
2009-10-10sh: Reinstate ILSEL -> IRL intc mappings for SH-X3 proto CPU.Paul Mundt1-10/+18
2009-10-10sh: Shut up CONFIG_32BIT=n compiler warnings.Paul Mundt1-1/+1
2009-10-10sh: Fold fixed-PMB support into dynamic PMB supportMatt Fleming5-53/+64
2009-10-10sh: Fix the offset from P1SEG/P2SEG where we map RAMMatt Fleming1-6/+7
2009-10-10sh: Remap physical memory into P1 and P2 in pmb_init()Matt Fleming3-42/+18
2009-10-10sh: Get rid of the kmem cache codeMatt Fleming1-55/+26
2009-10-10sh: Make most PMB functions staticMatt Fleming3-16/+13
2009-10-10sh: CONFIG_PMB doesn't mean the MMU is in 32bit modeMatt Fleming2-3/+1
2009-10-10sh: Prepare for dynamic PMB supportMatt Fleming7-10/+43
2009-10-10sh: Obliterate the P1 area macrosMatt Fleming5-7/+4
2009-10-10sh: Allocate PMB entry slot earlierMatt Fleming1-41/+39
2009-10-10SH: add support for the RJ54N1CB0C camera for the kfr2r09 platformGuennadi Liakhovetski1-0/+139
2009-10-10ARM: 5756/1: ep93xx: introduce clk parentHartley Sweeten1-47/+119
2009-10-10ARM: 5754/1: ep93xx: update i2c supportHartley Sweeten4-16/+51
2009-10-10ARM: 5753/1: ep93xx: remove old EP93XX_GPIO_* definesHartley Sweeten1-12/+0
2009-10-09USB: serial: no unnecessary GFP_ATOMIC in oti6858Oliver Neukum1-3/+3
2009-10-09USB: serial: fix race between unthrottle and completion handler in visorOliver Neukum1-6/+9
2009-10-09USB: serial: fix assumption that throttle/unthrottle cannot sleepOliver Neukum10-51/+37
2009-10-09USB: serial: fix race between unthrottle and completion handler in symbolserialOliver Neukum1-4/+8