aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | ARM: OMAP1: Use MMC multislot structures for Siemens SX1 boardCarlos Eduardo Aguiar2008-02-084-27/+146
| | * | | ARM: OMAP1: Make omap1 use MMC multislot structuresFelipe Balbi2008-02-089-14/+313
| | * | | ARM: OMAP1: Change the comments to C styleDavid Cohen2008-02-088-51/+50
| | * | | ARM: OMAP1: Make omap1 boards to use omap_nand_platform_dataTony Lindgren2008-02-085-16/+39
| | * | | ARM: OMAP: Add helper module for board specific I2C bus registrationJarkko Nikula2008-02-084-0/+162
| | * | | ARM: OMAP: Add dmtimer support for OMAP3Syed Mohammed, Khasim2008-02-081-4/+47
| | * | | ARM: OMAP: Pre-3430 clean-up for dmtimer.cSyed Mohammed, Khasim2008-02-081-24/+41
| | * | | ARM: OMAP: Add DMA support for chaining and 3430Anand Gadiyar2008-02-082-74/+905
| | * | | ARM: OMAP: Add 24xx GPIO debounce supportKevin Hilman2008-02-082-5/+57
| | * | | ARM: OMAP: Get rid of unnecessary ifdefs in GPIO codeTony Lindgren2008-02-081-41/+6
| | * | | ARM: OMAP: Add 3430 gpio supportSyed Mohammed, Khasim2008-02-082-35/+134
| | * | | ARM: OMAP: Add 3430 CPU identification macrosSyed Mohammed Khasim2008-02-081-6/+121
| | * | | ARM: OMAP: Request DSP memory for McBSPTony Lindgren2008-02-081-0/+11
| | |/ /
| * | | [ARM] constify function pointer tablesJan Engelhardt2008-02-092-3/+3
| * | | [ARM] 4823/1: AT91 section fixDavid Brownell2008-02-091-1/+1
| * | | [ARM] 4824/1: pxa: clear RDH bit after any resetDmitry Krivoschekov2008-02-091-0/+8
| * | | [ARM] pxa: remove debugging PM: printkRussell King2008-02-091-2/+0
* | | | Change pci_raw_ops to pci_raw_read/writeMatthew Wilcox2008-02-1014-85/+78
* | | | PCI x86: always use conf1 to access config space below 256 bytesIvan Kokshaysky2008-02-104-67/+19
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-02-101-1/+1
|\ \ \ \
| * | | | [PKT_SCHED] ematch: Fix build warning.David S. Miller2008-02-101-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtLinus Torvalds2008-02-106-52/+78
|\ \ \ \ \
| * | | | | hrtimer: don't modify restart_block->fn in restart functionsOleg Nesterov2008-02-102-5/+0
| * | | | | hrtimer: fix *rmtp/restarts handling in compat_sys_nanosleep()Oleg Nesterov2008-02-101-4/+40
| * | | | | hrtimer: fix *rmtp handling in hrtimer_nanosleep()Oleg Nesterov2008-02-103-39/+31
| * | | | | ntp: correct inconsistent interval/tick_length usagejohn stultz2008-02-102-5/+8
| |/ / / /
* | | | | splice: fix user pointer access in get_iovec_page_array()Bastian Blank2008-02-101-1/+1
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-02-1056-327/+375
|\ \ \ \
| * | | | [NET_SCHED] sch_htb: htb_requeue fixJarek Poplawski2008-02-091-3/+10
| * | | | [IPV6]: Replace using the magic constant "1024" with IP6_RT_PRIO_USER for fc_...Rami Rosen2008-02-091-2/+2
| * | | | starfire: secton fixAndrew Morton2008-02-091-1/+1
| * | | | via-velocity: section fixAndrew Morton2008-02-091-1/+1
| * | | | natsemi: section fixAndrew Morton2008-02-091-3/+3
| * | | | typhoon: section fixAndrew Morton2008-02-091-2/+2
| * | | | isdn: fix section mismatch warning for ISACVerSam Ravnborg2008-02-092-4/+2
| * | | | isdn: fix section mismatch warnings from hisax_cs_setup_cardSam Ravnborg2008-02-091-2/+5
| * | | | isdn: fix section mismatch warnings in isac.c and isar.cSam Ravnborg2008-02-092-6/+3
| * | | | isdn: fix section mismatch warning in hfc_sx.cSam Ravnborg2008-02-091-2/+1
| * | | | [PKT_SCHED] ematch: tcf_em_destroy robustnessStephen Hemminger2008-02-091-2/+3
| * | | | [PKT_SCHED]: deinline functions in meta matchStephen Hemminger2008-02-091-3/+3
| * | | | [SCTP]: Convert sctp_dbg_objcnt to seq files.Pavel Emelyanov2008-02-091-41/+44
| * | | | [SCTP]: Use snmp_fold_field instead of a homebrew analogue.Pavel Emelyanov2008-02-091-21/+2
| * | | | [IGMP]: Optimize kfree_skb in igmp_rcv.Denis V. Lunev2008-02-091-7/+6
| * | | | [KEY]: Convert net/pfkey to use seq files.Pavel Emelyanov2008-02-091-35/+57
| * | | | [KEY]: Clean up proc files creation a bit.Pavel Emelyanov2008-02-091-8/+27
| * | | | pppol2tp: fix printk warningsAndrew Morton2008-02-091-10/+12
| * | | | bnx2: section fixAndrew Morton2008-02-091-2/+2
| * | | | bnx2x: section fixAndrew Morton2008-02-091-2/+2
| * | | | [PKT_SCHED] ematch: oops from uninitialized variable (resend)Stephen Hemminger2008-02-091-3/+2
| * | | | Merge branch 'pending' of master.kernel.org:/pub/scm/linux/kernel/git/vxy/lks...David S. Miller2008-02-0938-172/+190
| |\ \ \ \ | | |/ / / | |/| | |