summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-04net: fix printk typo in ipw2x00/libipw_rx.cMasanari Iida1-1/+1
2012-02-04qla2xxx: fix printk typo in qla_bsg.cMasanari Iida1-1/+1
2012-02-04pm8001: fix printk typo in pm8001_hwi.cMasanari Iida1-1/+1
2012-02-04scx200_32: replace printks with pr_<level>sJim Cromie1-9/+7
2012-02-04scx200_32: use PCI_VDEVICEJim Cromie1-4/+4
2012-02-04iwmc3200wifi: fix printk typo in trace.hMasanari Iida1-1/+1
2012-02-04hdaps: fix for -WuninitializedDanny Kukawka1-2/+2
2012-02-04media: Fix typo in mixer_drv.c and hdmi_drv.cMasanari Iida2-3/+3
2012-02-04gma500, lvds: Fix use after free and mem leak in psb_intel_lvds_init()Jesper Juhl1-5/+4
2012-02-04Merge branch 'master' into for-nextJiri Kosina6622-151709/+311077
2012-02-04drivers/char: comment fix: CMOS RTC update code is now in kernel/time/ntp.cMichael Witten2-3/+3
2012-02-04ntfs: fix printk typos in mft.cMasanari Iida1-2/+2
2012-02-04macintosh: fix string typo in mediabay.cMasanari Iida1-1/+1
2012-02-04drivers/media/dvb/frontends/drxk_hard.c does not need to include linux/version.hJesper Juhl1-1/+0
2012-02-04reiserfs: fix printk typo in lbalance.cMasanari Iida1-1/+1
2012-02-04mpt2sas: Fix typo in mpt2sas_config.cMasanari Iida1-1/+1
2012-02-04tty: fix comment typo in synclink_gt.cMasanari Iida1-1/+1
2012-02-04Fix up version number reference in include/trace/events/power.hJesper Juhl1-1/+1
2012-02-04ab5500-core.c: Don't needlessly include linux/version.hJesper Juhl1-1/+0
2012-02-04dm-bufio.c: there's no need to include linux/version.hJesper Juhl1-1/+0
2012-02-04Merge tag 'kmemleak-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds1-1/+2
2012-02-03Merge tag 'sound-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...Linus Torvalds11-258/+208
2012-02-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds8-15/+36
2012-02-03include/linux/lp8727.h: Remove executable bitJosh Triplett1-0/+0
2012-02-03rbd: fix safety of rbd_put_client()Alex Elder1-2/+4
2012-02-03Fix race in process_vm_rw_coreChristopher Yeoh4-34/+35
2012-02-03rbd: fix a memory leak in rbd_get_client()Alex Elder1-0/+1
2012-02-03ceph: create a new session lock to avoid lock inversionAlex Elder4-9/+14
2012-02-03ceph: fix length validation in parse_reply_info()Xi Wang1-0/+2
2012-02-03ceph: initialize client debugfs outside of monc->mutexSage Weil2-3/+12
2012-02-03ceph: change "ceph.layout" xattr to be "ceph.file.layout"Alex Elder1-1/+3
2012-02-02Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds12-23/+95
2012-02-02Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-20/+1
2012-02-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...Linus Torvalds23-97/+177
2012-02-02drm/radeon/kms/blit: fix blit copy for very large buffersIlija Hadzic1-10/+25
2012-02-02drm/radeon/kms: fix TRAVIS panel setupAlex Deucher1-3/+15
2012-02-02drm/radeon: fix use after free in ATRM bios reading code.Dave Airlie1-1/+2
2012-02-02ALSA: hda - Disable dynamic-power control for VIA as defaultTakashi Iwai1-0/+1
2012-02-02ALSA: hda - Allow analog low-current mode when dynamic power-control is onTakashi Iwai1-6/+21
2012-02-02ALSA: hda - Fix the logic to detect VIA analog low-current modeTakashi Iwai1-1/+1
2012-02-02ALSA: hda - Check power-state before changing in patch_via.cTakashi Iwai1-149/+107
2012-02-02Merge tag 'firewire-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/i...Linus Torvalds1-1/+5
2012-02-02staging: fix go7007-usb licenseRandy Dunlap1-0/+1
2012-02-02docbook: fix fatal errors in device-drivers docbook and add DMA Management se...Randy Dunlap1-2/+10
2012-02-02Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds14-167/+98
2012-02-02lib: Fix 32-bit sparc udiv_qrnnd() definition in mpilib's longlong.hDavid Miller1-11/+33
2012-02-02lib: Fix multiple definitions of clz_tabDavid Miller6-34/+26
2012-02-02Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds21-27/+34
2012-02-02proc: make sure mem_open() doesn't pin the target's memoryOleg Nesterov1-1/+13
2012-02-02proc: unify mem_read() and mem_write()Oleg Nesterov1-58/+32