aboutsummaryrefslogtreecommitdiffstats
path: root/net (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-24video: add display_timing and videomodeSteffen Trumtrar6-0/+243
2013-01-24viafb: rename display_timing to via_display_timingSteffen Trumtrar6-13/+13
2013-01-17Linux 3.8-rc4Linus Torvalds1-1/+1
2013-01-16xfs: recalculate leaf entry pointer after compacting a dir2 blockEric Sandeen1-2/+4
2013-01-16xfs: remove int casts from debug dquot soft limit timer assertsBrian Foster1-2/+2
2013-01-16xfs: fix the multi-segment log buffer formatMark Tinguely2-5/+15
2013-01-16xfs: fix segment in xfs_buf_item_format_segmentMark Tinguely1-5/+15
2013-01-16xfs: rename bli_format to avoid confusion with bli_formatsMark Tinguely3-24/+24
2013-01-16xfs: use b_maps[] for discontiguous buffersMark Tinguely2-9/+9
2013-01-16Tell the world we gave up on pushing CC_OPTIMIZE_FOR_SIZEKirill Smelkov1-1/+1
2013-01-16mfd, TWL4030: TWL4030 need select REGMAP_I2CChuansheng Liu1-0/+1
2013-01-16drivers/base/cpu.c: Fix typo in commentRalf Baechle1-1/+1
2013-01-16lockdep, rwsem: fix down_write_nest_lock() if !CONFIG_DEBUG_LOCK_ALLOCJiri Kosina1-1/+1
2013-01-16MAINTAINERS: update email address for Timur TabiTimur Tabi1-10/+9
2013-01-16firmware: make sure the fw file size is not 0Luciano Coelho1-1/+1
2013-01-16module, async: async_synchronize_full() on module init iff async is usedTejun Heo3-2/+29
2013-01-16s390/chsc: fix SEI usageSebastian Ott1-19/+12
2013-01-16s390/time: fix sched_clock() overflowHeiko Carstens3-2/+30
2013-01-16sh: ecovec: add sample amixer settingsKuninori Morimoto1-0/+10
2013-01-15arm64: compat: add syscall table entries for new syscallsWill Deacon1-1/+6
2013-01-15ALSA: hda/hdmi - Work around "alsactl restore" errorsTakashi Iwai1-1/+1
2013-01-15cpuidle: remove the power_specified field in the driverDaniel Lezcano4-45/+7
2013-01-14UDF: Fix a null pointer dereference in udf_sb_free_partitionsNamjae Jeon1-1/+2
2013-01-14jbd: don't wake kjournald unnecessarilyEric Sandeen1-1/+2
2013-01-14vfs: add missing virtual cache flush after editing partial pagesLinus Torvalds1-0/+1
2013-01-14tracing: Fix regression of trace_pipeLiu Bo1-2/+2
2013-01-14ARM: dts: prevent *.dtb from always being rebuiltStephen Warren1-0/+1
2013-01-14arm64: dts: prevent *.dtb from always being rebuiltStephen Warren1-0/+1
2013-01-14sh: Fix up stack debugging build.Paul Mundt1-0/+2
2013-01-14ALSA: usb-audio: selector map for M-Audio FT C400Eldad Zack1-0/+13
2013-01-14ALSA: usb-audio: M-Audio FT C400 skip packet quirkEldad Zack1-0/+11
2013-01-14ALSA: usb-audio: correct M-Audio C400 clock source quirkEldad Zack1-2/+2
2013-01-14ALSA: usb - fix race in creation of M-Audio Fast track pro driverDavid Henningsson1-3/+5
2013-01-14sh: wire up finit_module syscall.Paul Mundt4-2/+6
2013-01-13x86/Sandy Bridge: Sandy Bridge workaround depends on CONFIG_PCIH. Peter Anvin1-0/+2
2013-01-13x86/Sandy Bridge: mark arrays in __init functions as __initconstH. Peter Anvin1-2/+2
2013-01-13staging: zram: fix invalid memory references during disk writeNitin Gupta1-15/+24
2013-01-14udldrmfb: udl_get_edid: drop unneeded i--Hans de Goede1-1/+0
2013-01-14udldrmfb: udl_get_edid: usb_control_msg buffer must not be on the stackHans de Goede1-1/+7
2013-01-14udldrmfb: Fix EDID not working with monitors with EDID extension blocksHans de Goede1-0/+8
2013-01-13usb: ftdi_sio: Crucible Technologies COMET Caller ID - pid addedTomasz Mloduchowski2-0/+8
2013-01-13drm/nvc0/fb: fix crash when different mutex is used to protect same listAleksi Torhamo1-3/+3
2013-01-13drm/nouveau/clock: fix support for more than 2 monitors on nve0Aleksi Torhamo2-0/+4
2013-01-13drm/nv50/disp: fix selection of bios script for analog outputsMarcin Slusarz1-20/+26
2013-01-13drm/nv17-50: restore fence buffer on resumeMarcin Slusarz3-0/+10
2013-01-13drm/nouveau: fix blank LVDS screen regression on pre-nv50 cardsMarcin Slusarz1-1/+1
2013-01-13drm/nouveau: fix nouveau_client allocation failure pathMarcin Slusarz3-4/+10
2013-01-13drm/nouveau: don't return freed object from nouveau_handle_createMarcin Slusarz1-1/+4
2013-01-13drm/nouveau/vm: fix memory corruption when pgt allocation failsMarcin Slusarz1-1/+3
2013-01-13drm/nouveau: add locking around instobj list operationsMarcin Slusarz1-8/+27