summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge tag 'tty-3.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-03-051-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | tty/powerpc: early udbg consoles can't be modulesStephen Rothwell2012-02-241-1/+1
* | | | | | | | | Merge tag 'md-3.3-fixes' of git://neil.brown.name/mdLinus Torvalds2012-03-052-12/+28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | md/raid10: fix assembling of arrays with replacement devices.NeilBrown2012-03-061-1/+0
| * | | | | | | | | md/raid10: fix handling of error on last working device in array.NeilBrown2012-02-141-10/+27
| * | | | | | | | | md/raid1: fix buglet in md_raid1_contested.NeilBrown2012-02-131-1/+1
* | | | | | | | | | Merge branch 'akpm' (Andrew's patch bomb)Linus Torvalds2012-03-0524-164/+156
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | rapidio/tsi721: fix queue wrapping bug in inbound doorbell handlerAlexandre Bounine2012-03-051-2/+3
| * | | | | | | | | | memcg: fix mapcount check in move charge code for anonymous pageNaoya Horiguchi2012-03-051-1/+1
| * | | | | | | | | | mm: thp: fix BUG on mm->nr_ptesAndrea Arcangeli2012-03-051-3/+3
| * | | | | | | | | | alpha: fix 32/64-bit bug in futex supportAndrew Morton2012-03-051-1/+1
| * | | | | | | | | | memcg: fix GPF when cgroup removal races with last exitHugh Dickins2012-03-056-48/+18
| * | | | | | | | | | debugobjects: Fix selftest for static warningsStephen Boyd2012-03-051-11/+3
| * | | | | | | | | | floppy/scsi: fix setting of BIO flagsMuthu Kumar2012-03-052-2/+2
| * | | | | | | | | | memcg: fix deadlock by inverting lrucare nestingHugh Dickins2012-03-051-35/+37
| * | | | | | | | | | drivers/rtc/rtc-r9701.c: fix crash in r9701_remove()Anatolij Gustschin2012-03-051-7/+7
| * | | | | | | | | | c2port: class_create() returns an ERR_PTRDan Carpenter2012-03-051-2/+2
| * | | | | | | | | | pps: class_create() returns an ERR_PTR, not NULLDan Carpenter2012-03-051-2/+2
| * | | | | | | | | | hung_task: fix the broken rcu_lock_break() logicOleg Nesterov2012-03-051-4/+7
| * | | | | | | | | | vfork: kill PF_STARTINGOleg Nesterov2012-03-052-10/+0
| * | | | | | | | | | coredump_wait: don't call complete_vfork_done()Oleg Nesterov2012-03-053-14/+3
| * | | | | | | | | | vfork: make it killableOleg Nesterov2012-03-052-9/+33
| * | | | | | | | | | vfork: introduce complete_vfork_done()Oleg Nesterov2012-03-053-13/+13
| * | | | | | | | | | aio: wake up waiters when freeing unused kiocbsJeff Moyer2012-03-051-0/+2
| * | | | | | | | | | kprobes: return proper error code from register_kprobe()Prashanth Nageshappa2012-03-051-5/+7
| * | | | | | | | | | kmsg_dump: don't run on non-error paths by defaultMatthew Garrett2012-03-053-2/+19
* | | | | | | | | | | drm, gma500: Fix Cedarview boot failures in 3.3-rcAlan Cox2012-03-053-6/+6
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-03-0524-110/+122
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | qla3xxx: ethernet: Fix bogus interrupt state flag.Santosh Nayak2012-03-051-3/+2
| * | | | | | | | | | | bridge: check return value of ipv6_dev_get_saddr()Ulrich Weber2012-03-051-2/+5
| * | | | | | | | | | | rtnetlink: fix rtnl_calcit() and rtnl_dump_ifinfo()Eric Dumazet2012-03-041-8/+10
| * | | | | | | | | | | bridge: message age needs to increase, not decrease.Joakim Tjernlund2012-03-041-1/+1
| * | | | | | | | | | | bridge: Adjust min age inc for HZ > 256Joakim Tjernlund2012-03-041-2/+2
| * | | | | | | | | | | tcp: don't fragment SACKed skbs in tcp_mark_head_lost()Neal Cardwell2012-03-031-0/+1
| * | | | | | | | | | | r8169: corrupted IP fragments fix for large mtu.françois romieu2012-03-021-0/+8
| * | | | | | | | | | | packetengines: fix config defaultstephen hemminger2012-03-021-0/+1
| * | | | | | | | | | | vmxnet3: Fix transport header sizeShreyas Bhatewara2012-03-012-8/+3
| * | | | | | | | | | | enic: fix an endian bug in enic_probe()Dan Carpenter2012-03-012-2/+2
| * | | | | | | | | | | pch_gbe: memory corruption calling pch_gbe_validate_option()Dan Carpenter2012-03-011-7/+8
| * | | | | | | | | | | Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller2012-03-011-8/+2
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | netfilter: bridge: fix module autoload in compat caseFlorian Westphal2012-02-251-8/+2
| * | | | | | | | | | | | tg3: Fix tg3_get_stats64 for 5700 / 5701 devsMatt Carlson2012-02-291-22/+23
| * | | | | | | | | | | | tcp: fix false reordering signal in tcp_shifted_skbNeal Cardwell2012-02-281-8/+10
| * | | | | | | | | | | | tcp: fix comment for tp->highest_sackNeal Cardwell2012-02-282-3/+5
| * | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-278-36/+39
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| | * | | | | | | | | | | brcm80211: smac: only print block-ack timeout message at trace levelArend van Spriel2012-02-231-3/+3
| | * | | | | | | | | | | brcm80211: smac: fix endless retry of A-MPDU transmissionsArend van Spriel2012-02-231-5/+1
| | * | | | | | | | | | | mac80211: Fix a warning on changing to monitor mode from STAMohammed Shafi Shajakhan2012-02-211-0/+3
| | * | | | | | | | | | | mac80211: zero initialize count field in ieee80211_tx_rateMohammed Shafi Shajakhan2012-02-211-1/+1
| | * | | | | | | | | | | iwlwifi: fix key removalJohannes Berg2012-02-211-1/+9
OpenPOWER on IntegriCloud