summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://www.jni.nu/crisLinus Torvalds2010-06-0114-90/+97
|\
| * CRIS: Don't use mask_irq as symbol nameJesper Nilsson2010-05-256-22/+21
| * CRIS: Simplify param.h by simply including <asm-generic/param.h>Jesper Nilsson2010-05-251-15/+2
| * CRISv10: Whitespace fixes for hw_settings.SJesper Nilsson2010-05-251-8/+6
| * CRISv10: Trivial fixes.Jesper Nilsson2010-05-251-8/+7
| * CRISv32: Fix RS485 port 4 CD Kconfig item.Jesper Nilsson2010-05-251-1/+1
| * CRISv32: Remove duplicated Kconfig items.Jesper Nilsson2010-05-251-14/+0
| * cris: push down BKL into some device driversArnd Bergmann2010-04-294-22/+60
* | intel_scu_ipc: Length fixAlan Cox2010-06-011-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-06-0129-90/+157
|\ \
| * | drivers/isdn/hardware/mISDN: Use GFP_ATOMIC when a lock is heldJulia Lawall2010-06-011-2/+2
| * | ksz884x: Add missing validate_addr hookDenis Kirjanov2010-06-011-0/+1
| * | ksz884x: convert to netdev_tx_tDenis Kirjanov2010-06-011-1/+1
| * | virtio-net: pass gfp to add_bufMichael S. Tsirkin2010-06-011-4/+4
| * | be2net: convert hdr.timeout in be_cmd_loopback_test() to le32Sathya Perla2010-06-011-1/+1
| * | can: mpc5xxx_can.c: Fix build failureAnatolij Gustschin2010-06-011-5/+5
| * | net/ipv4/tcp_input.c: fix compilation breakage when FASTRETRANS_DEBUG > 1Joe Perches2010-05-311-2/+2
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-05-314-17/+6
| |\ \
| | * | netfilter: xtables: stackptr should be percpuEric Dumazet2010-05-314-13/+6
| | * | netfilter: don't xt_jumpstack_alloc twice in xt_register_tableXiaotian Feng2010-05-311-4/+0
| * | | net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet2010-05-314-24/+33
| * | | greth: Fix build after OF device conversions.David S. Miller2010-05-311-6/+5
| * | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-05-313919-121402/+289099
| |\| |
| * | | net: fix sk_forward_alloc corruptionsEric Dumazet2010-05-293-2/+10
| * | | Phonet: listening socket lock protects the connected socket listRĂ©mi Denis-Courmont2010-05-291-3/+3
| * | | caif: unlock on error path in cfserl_receive()Dan Carpenter2010-05-291-2/+4
| * | | be2net: remove superfluous externsDan Carpenter2010-05-291-2/+2
| * | | be2net: add unlock on error pathDan Carpenter2010-05-291-2/+5
| * | | net/rds: Add missing mutex_unlockJulia Lawall2010-05-292-0/+2
| * | | drivers/isdn/hardware/mISDN: Add missing spin_unlockJulia Lawall2010-05-291-1/+3
| * | | fs_enet: Adjust BDs after tx errorMark Ware2010-05-291-6/+43
| * | | skb: make skb_recycle_check() return a bool valueChangli Gao2010-05-292-7/+7
| * | | IPv6: fix Mobile IPv6 regressionBrian Haley2010-05-281-1/+1
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-05-287-12/+27
| |\ \ \
| | * | | ssb: fix NULL ptr deref when pcihost_wrapper is usedChristoph Fritz2010-05-282-3/+7
| | * | | mac80211: make a function staticJohannes Berg2010-05-281-1/+1
| | * | | libertas: fix uninitialized variable warningPrarit Bhargava2010-05-281-3/+2
| | * | | ath9k: Fix bug in the way "bf_tx_aborted" of struct ath_buf is usedVasanthakumar Thiagarajan2010-05-281-1/+3
| | * | | ath9k: Fix ath_print in xmit for hardware reset.Justin P. Mattock2010-05-281-1/+1
| | * | | ar9170usb: fix read from freed driver contextChristian Lamparter2010-05-261-2/+12
| | * | | Revert "rt2x00: Fix rt2800usb TX descriptor writing."John W. Linville2010-05-261-1/+1
* | | | | binfmt_elf_fdpic: Fix clear_user() error handlingTakuya Yoshikawa2010-06-011-15/+11
* | | | | module: fix reference to mod->percpu after freeing module.Rusty Russell2010-05-311-1/+4
| |_|/ / |/| | |
* | | | Linux 2.6.35-rc1v2.6.35-rc1Linus Torvalds2010-05-301-2/+2
* | | | Merge branch 'slub/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2010-05-302-29/+15
|\ \ \ \
| * | | | SLUB: Allow full duplication of kmalloc array for 390Christoph Lameter2010-05-301-1/+1
| * | | | slub: move kmem_cache_node into it's own cachelineAlexander Duyck2010-05-242-28/+14
* | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-301-0/+7
|\ \ \ \ \
| * | | | | mutex: Fix optimistic spinning vs. BKLTony Breeds2010-05-191-0/+7
* | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-308-16/+45
|\ \ \ \ \ \