aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/patch-kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-10macb: use an unique MDIO bus name.Florian Fainelli1-1/+2
2012-01-10sb1250: use an unique MDIO bus name.Florian Fainelli1-1/+2
2012-01-10au1000-eth: use an unique MDIO bus name.Florian Fainelli1-1/+2
2012-01-10bfin_mac: use an unique MDIO bus name.Florian Fainelli1-1/+2
2012-01-10ax88796: use an unique MDIO bus name.Florian Fainelli1-1/+2
2012-01-10asix: fix setting custom MAC address on Asix 88178 devicesJussi Kivilinna1-0/+7
2012-01-10asix: fix setting custom MAC address on Asix 88772 devicesJussi Kivilinna1-0/+8
2012-01-10drivers: isdn: Fix dependency for ISDN_PPPFabio Estevam1-1/+1
2012-01-10stmmac: Add missing LF to pr_info() in stmmac_main.cStefan Roese1-1/+1
2012-01-10stmmac: Fix compilation error in mmc_core.cStefan Roese1-0/+1
2012-01-09vfs: new helper - d_make_root()Al Viro2-0/+18
2012-01-09dcache: use a dispose list in select_parentDave Chinner1-42/+21
2012-01-09tracing/mm: Move include of trace/events/kmem.h out of header into slab.cSteven Rostedt2-2/+2
2012-01-09igmp: Avoid zero delay when receiving odd mixture of IGMP queriesBen Hutchings1-0/+2
2012-01-09netdev: make net_device_ops conststephen hemminger2-3/+2
2012-01-09bcm63xx: make ethtool_ops conststephen hemminger1-1/+1
2012-01-09usbnet: make ethtool_ops conststephen hemminger4-5/+5
2012-01-09net: Fix build with INET disabled.David S. Miller2-2/+1
2012-01-09ceph: d_alloc_root() may failAl Viro1-4/+11
2012-01-09ext4: fix failure exitsAl Viro1-5/+8
2012-01-09net: introduce netif_addr_lock_nested() and call if when appropriateJiri Pirko2-6/+11
2012-01-09net: correct lock name in dev_[uc/mc]_sync documentations.Jiri Pirko1-2/+2
2012-01-09isofs: inode leak on mount failureAl Viro1-2/+5
2012-01-09ext2/3/4: delete unneeded includes of module.hPaul Gortmaker19-22/+3
2012-01-09ext{3,4}: Fix potential race when setversion ioctl updates inodeDjalal Harouni2-2/+10
2012-01-09udf: Mark LVID buffer as uptodate before marking it dirtyJan Kara1-0/+6
2012-01-09ext3: Don't warn from writepage when readonly inode is spotted after errorJan Kara1-3/+21
2012-01-09jbd: Remove j_barrier mutexJan Kara3-21/+22
2012-01-09reiserfs: Force inode evictions before umount to avoid crashJeff Mahoney1-10/+14
2012-01-09reiserfs: Fix quota mount option parsingJan Kara1-1/+2
2012-01-09udf: Treat symlink component of type 2 as /Jan Kara1-4/+10
2012-01-09udf: Fix deadlock when converting file from in-ICB one to normal oneJan Kara2-6/+21
2012-01-09udf: Cleanup calling convention of inode_getblk()Jan Kara1-21/+15
2012-01-09ext2: Fix error handling on inode bitmap corruptionJan Kara1-2/+5
2012-01-09ext3: Fix error handling on inode bitmap corruptionJan Kara1-2/+6
2012-01-09ext3: replace ll_rw_block with other functionsZheng Liu3-15/+18
2012-01-08net: sk_update_clone is only used in net/core/sock.cStephen Rothwell2-6/+6
2012-01-088139cp: fix missing napi_gro_flush.françois romieu1-0/+1
2012-01-08ext[34]: avoid i_nlink warnings triggered by drop_nlink/inc_nlink kludge in symlink()Al Viro2-2/+2
2012-01-08exofs: oops after late failure in mountAl Viro1-0/+2
2012-01-08devpts: fix double-free on mount failureAl Viro1-3/+1
2012-01-08... and the same for gadgetfsAl Viro1-15/+11
2012-01-08functionfs: unfuck failure exits on mountAl Viro1-20/+11
2012-01-08audit: always follow va_copy() with va_end()Jesper Juhl1-2/+3
2012-01-08drivers/scsi/aacraid/commctrl.c: fix mem leak in aac_send_raw_srb()Jesper Juhl1-0/+1
2012-01-08ore: Must support none-PAGE-aligned IOBoaz Harrosh1-12/+60
2012-01-07via-rhine: rework suspend and resume.Francois Romieu1-21/+20
2012-01-07via-rhine: per device debug level.Francois Romieu1-90/+79
2012-01-07via-rhine: RHINE_WAIT_FOR macro removal.Francois Romieu1-24/+50
2012-01-07via-rhine: move work from irq handler to softirq and beyond.Francois Romieu1-177/+225