summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-05drm/radeon/kms: fix panel scaling adjusted mode setupAlex Deucher3-22/+53
2010-05-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...Linus Torvalds8-74/+110
2010-05-05Fix the x86_64 implementation of call_rwsem_wait()David Howells1-1/+1
2010-05-05Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-23/+47
2010-05-05Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2010-05-05Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+18
2010-05-04Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar9-18/+75
2010-05-04perf: Fix performance issue with perf reportAnton Blanchard2-0/+9
2010-05-04perf inject: Add missing bitsArnaldo Carvalho de Melo4-3/+39
2010-05-04i2c-core: Use per-adapter userspace device listsJean Delvare2-16/+20
2010-05-04i2c: Fix probing of FSC hardware monitoring chipsJean Delvare1-5/+16
2010-05-04i2c-core: Erase pointer to clientdata on removalWolfram Sang2-2/+11
2010-05-04Input: joydev - allow binding to button-only devicesChristoph Fritz1-0/+18
2010-05-04ipv6: Fix default multicast hops setting.David S. Miller1-1/+1
2010-05-04hw_breakpoints: Fix percpu build failureFrederic Weisbecker1-1/+1
2010-05-04Input: elantech - ignore high bits in the position coordinatesFlorian Ragwitz2-29/+48
2010-05-04Input: elantech - allow forcing Elantech protocolFlorian Ragwitz1-2/+10
2010-05-04Input: elantech - fix firmware version checkFlorian Ragwitz1-1/+2
2010-05-04Input: ati_remote - add some missing devices from lirc_atiusbJarod Wilson1-5/+9
2010-05-04net: ep93xx_eth stops receiving packetsDavid S. Miller1-5/+5
2010-05-04ocfs2: Avoid a gcc warning in ocfs2_wipe_inode().Joel Becker1-1/+1
2010-05-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds12-38/+71
2010-05-04drivers/net/phy: micrel phy driverDavid J. Choi3-0/+110
2010-05-04dm9601: fix phy/eeprom write routinePeter Korsgaard1-1/+1
2010-05-04ppp_generic: handle non-linear skbs when passing them to pppdSimon Arlott1-1/+4
2010-05-04ppp_generic: pull 2 bytes so that PPP_PROTO(skb) is validSimon Arlott1-11/+18
2010-05-03ceph: remove bad auth_x kmem_cacheSage Weil1-22/+10
2010-05-03ceph: fix lockless caps checkSage Weil1-1/+1
2010-05-03ceph: clear dir complete, invalidate dentry on replayed renameSage Weil1-0/+9
2010-05-03ceph: fix direct io truncate offsetSage Weil1-1/+2
2010-05-03ceph: discard incoming messages with bad seq #Sage Weil1-0/+20
2010-05-03ceph: fix seq counting for skipped messagesSage Weil1-0/+2
2010-05-03ceph: add missing #includesSage Weil3-0/+4
2010-05-03ceph: fix leaked spinlock during mds reconnectSage Weil1-1/+1
2010-05-03ceph: print more useful version info on module loadSage Weil1-3/+4
2010-05-03ceph: fix snap realm splitsSage Weil1-10/+14
2010-05-03ceph: clear dir complete on d_moveSage Weil1-0/+4
2010-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds1-1/+1
2010-05-03nilfs2: fix sync silent failureRyusuke Konishi1-0/+1
2010-05-03perf: record TRACE_INFO only if using tracepoints and SAMPLE_RAWTom Zanussi4-15/+27
2010-05-03powernow-k8: Fix frequency reportingMark Langsdorf1-1/+2
2010-05-03watchdog: ep93xx_wdt.c fix default timout value in MODULE_PARM_DESC string.Wim Van Sebroeck1-1/+1
2010-05-03x86: Fix parse_reservetop() build failure on certain configsIngo Molnar1-0/+1
2010-05-03Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar28-256/+243
2010-05-03perf inject: Refactor read_buildid functionArnaldo Carvalho de Melo1-38/+38
2010-05-03net: fix compile error due to double return type in SOCK_DEBUGJan Engelhardt1-1/+1
2010-05-02perf record: Don't exit in live mode when no tracepoints are enabledArnaldo Carvalho de Melo1-6/+9
2010-05-02perf: add perf-inject builtinTom Zanussi20-24/+293
2010-05-02perf/live: don't synthesize build ids at the end of a live mode traceTom Zanussi3-70/+0
2010-05-02perf tools: Don't use code surrounded by __KERNEL__Arnaldo Carvalho de Melo7-47/+105