aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-03-22IPoIB: Fix send lockup due to missed TX completionMike Marciniszyn1-2/+6
2013-03-22RDMA/cxgb4: Fix error return code in create_qp()Wei Yongjun1-1/+3
2013-03-22Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds3-9/+60
2013-03-22Merge branch 'akpm' (fixes from Andrew)Linus Torvalds15-114/+159
2013-03-22mqueue: sys_mq_open: do not call mnt_drop_write() if read-onlyVladimir Davydov1-1/+2
2013-03-22mm/hotplug: only free wait_table if it's allocated by vmallocJianguo Wu1-1/+5
2013-03-22dma-debug: update DMA debug API to better handle multiple mappings of a bufferAlexander Duyck1-5/+19
2013-03-22dma-debug: fix locking bug in check_unmap()Alexander Duyck1-9/+12
2013-03-22drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMRNicolas Ferre2-20/+31
2013-03-22drivers/video/ep93xx-fb.c: include <linux/io.h> for devm_ioremap()H Hartley Sweeten1-0/+1
2013-03-22drivers/rtc/rtc-da9052.c: fix for rtc device registrationAshish Jangam1-5/+3
2013-03-22mm: zone_end_pfn is too smallRuss Anderson1-1/+1
2013-03-22poweroff: change orderly_poweroff() to use schedule_work()Oleg Nesterov1-25/+32
2013-03-22mm/hugetlb: fix total hugetlbfs pages count when using memory overcommit acco...Wanpeng Li1-2/+6
2013-03-22printk: Provide a wake_up_klogd() off-caseFrederic Weisbecker4-44/+46
2013-03-22irq_work.h: fix warning when CONFIG_IRQ_WORK=nJames Hogan1-1/+1
2013-03-22watchdog: sp5100_tco: Set the AcpiMmioSel bitmask value to 1 instead of 2Takahisa Tanaka1-1/+1
2013-03-22watchdog: sp5100_tco: Remove code that may cause a boot failureTakahisa Tanaka1-120/+6
2013-03-22MAINTAINERS: update email address for Kevin HilmanKevin Hilman1-3/+3
2013-03-22nfsd: fix bad offset useKent Overstreet1-1/+2
2013-03-22ARM: tegra: fix register address of slink controllerLaxman Dewangan2-2/+2
2013-03-22efivars: Fix check for CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLEBen Hutchings1-1/+1
2013-03-22Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-6/+1
2013-03-22Merge tag 'usb-3.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds36-115/+202
2013-03-22Merge tag 'sound-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds8-41/+184
2013-03-22Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds4-26/+19
2013-03-22NVMe: Add namespaces with no LBA range featureKeith Busch1-1/+1
2013-03-22vfs,proc: guarantee unique inodes in /procLinus Torvalds1-3/+3
2013-03-22Block: blk-flush: Fixed indent code styleAlice Ferrazzi1-1/+1
2013-03-22cciss: fix invalid use of sizeof in cciss_find_cfgtables()Wei Yongjun1-1/+1
2013-03-22loop: cleanup partitions when detaching loop devicePhillip Susi2-2/+20
2013-03-22loop: fix error return code in loop_add()Wei Yongjun1-0/+1
2013-03-22mtip32xx: fix error return code in mtip_pci_probe()Wei Yongjun1-1/+3
2013-03-22Merge branch 'stable/for-jens-3.9' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe5-107/+179
2013-03-22tcp: preserve ACK clocking in TSOEric Dumazet1-2/+5
2013-03-22xen-pciback: notify hypervisor about devices intended to be assigned to guestsJan Beulich4-18/+54
2013-03-22xen/acpi-processor: Don't dereference struct acpi_processor on all CPUs.Konrad Rzeszutek Wilk1-0/+3
2013-03-22Revert "KVM: allow host header to be included even for !CONFIG_KVM"Marcelo Tosatti1-6/+1
2013-03-22MAINTAINERS: add maintainer entry for atmel i2c driverLudovic Desroches1-0/+6
2013-03-22i2c: Fix my e-mail address in drivers and documentationGuenter Roeck2-2/+2
2013-03-22i2c: iSMT: add Intel Avoton DeviceIDsSeth Heasley1-0/+2
2013-03-22i2c: tegra: check the clk_prepare_enable() return valueLaxman Dewangan1-2/+11
2013-03-22omapdss: features: fix supported outputs for OMAP4Archit Taneja1-4/+2
2013-03-22OMAPDSS: tpo-td043 panel: fix data passing between SPI/DSS partsGrazvydas Ignotas1-2/+11
2013-03-22omapfb: fix broken build on OMAP1Aaro Koskinen1-0/+2
2013-03-21Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-56/+43
2013-03-21Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds12-81/+540
2013-03-21Merge tag 'efi-for-3.9-rc3' into x86/urgentH. Peter Anvin2-46/+122
2013-03-21x86, microcode_intel_early: Mark apply_microcode_early() as cpuinitH. Peter Anvin1-2/+2
2013-03-21Btrfs: fix memory leak in btrfs_create_tree()Tsutomu Itoh1-3/+9
2013-03-21Btrfs: fix locking on ROOT_REPLACE operations in tree mod logJan Schmidt1-10/+20
2013-03-21Btrfs: fix missing qgroup reservation before fallocatingWang Shilong1-0/+9
2013-03-21Btrfs: handle a bogus chunk tree nicelyJosef Bacik2-6/+42
2013-03-21Btrfs: update to use fs_state bitLiu Bo1-1/+1
2013-03-21USB: ti_usb_3410_5052: fix use-after-free in TIOCMIWAITJohan Hovold1-4/+6
2013-03-21USB: ssu100: fix use-after-free in TIOCMIWAITJohan Hovold1-5/+7
2013-03-21USB: spcp8x5: fix use-after-free in TIOCMIWAITJohan Hovold1-4/+5
2013-03-21USB: quatech2: fix use-after-free in TIOCMIWAITJohan Hovold1-5/+7
2013-03-21USB: pl2303: fix use-after-free in TIOCMIWAITJohan Hovold1-5/+6
2013-03-21USB: oti6858: fix use-after-free in TIOCMIWAITJohan Hovold1-4/+6
2013-03-21USB: mos7840: fix use-after-free in TIOCMIWAITJohan Hovold1-5/+8
2013-03-21USB: mos7840: fix broken TIOCMIWAITJohan Hovold1-2/+3
2013-03-21USB: mct_u232: fix use-after-free in TIOCMIWAITJohan Hovold1-6/+7
2013-03-21USB: io_ti: fix use-after-free in TIOCMIWAITJohan Hovold1-6/+6
2013-03-21USB: io_edgeport: fix use-after-free in TIOCMIWAITJohan Hovold1-5/+7
2013-03-21USB: ftdi_sio: fix use-after-free in TIOCMIWAITJohan Hovold1-11/+8
2013-03-21USB: f81232: fix use-after-free in TIOCMIWAITJohan Hovold1-4/+5
2013-03-21USB: cypress_m8: fix use-after-free in TIOCMIWAITJohan Hovold1-6/+8
2013-03-21USB: ch341: fix use-after-free in TIOCMIWAITJohan Hovold1-5/+6
2013-03-21USB: ark3116: fix use-after-free in TIOCMIWAITJohan Hovold1-4/+6
2013-03-21USB: serial: add modem-status-change wait queueJohan Hovold1-0/+2
2013-03-21USB: serial: fix interface refcountingJohan Hovold1-1/+2
2013-03-21USB: io_ti: fix get_icount for two port adaptersJohan Hovold1-0/+1
2013-03-21USB: garmin_gps: fix memory leak on disconnectJohan Hovold1-6/+1
2013-03-21USB: cdc-acm: fix device unregistrationJohan Hovold1-1/+2
2013-03-21usb: cdc-acm: fix error handling in acm_probe()Alexey Khoroshilov1-2/+17
2013-03-21[media] m5mols: Fix bug in stream on handlerAndrzej Hajda1-1/+1
2013-03-21[media] s5p-fimc: Do not attempt to disable not enabled media pipelineSylwester Nawrocki1-20/+19
2013-03-21[media] s5p-mfc: Fix encoder control 15 issueArun Kumar K1-0/+1
2013-03-21[media] s5p-mfc: Fix frame skip bugArun Kumar K1-1/+1
2013-03-21[media] s5p-fimc: send valid m2m ctx to fimc_m2m_job_finishShaik Ameer Basha1-2/+4
2013-03-21[media] exynos-gsc: send valid m2m ctx to gsc_m2m_job_finishShaik Ameer Basha1-3/+5
2013-03-21[media] fimc-lite: Fix the variable type to avoid possible crashShaik Ameer Basha1-4/+4
2013-03-21[media] fimc-lite: Initialize 'step' field in fimc_lite_ctrl structureShaik Ameer Basha1-0/+1
2013-03-21pinmux: forbid mux_usecount to be set at UINT_MAXRichard Genoud1-0/+5
2013-03-21pinctrl: mvebu: fix checking for SoC specific controlsSimon Guinot1-1/+1
2013-03-21cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton1-48/+5
2013-03-21Don't bother with redoing rw_verify_area() from default_file_splice_from()Al Viro3-1/+33
2013-03-21Merge tag 'imx-fixes-3.9-3' of git://git.linaro.org/people/shawnguo/linux-2.6...Arnd Bergmann1-0/+1
2013-03-21Merge tag 'mxs-fixes-3.9-3' of git://git.linaro.org/people/shawnguo/linux-2.6...Arnd Bergmann3-16/+22
2013-03-21net: fix *_DIAG_MAX constantsAndrey Vagin2-2/+6
2013-03-21ALSA: hda - Fix DAC assignment for independent HPTakashi Iwai1-0/+46
2013-03-21Merge branch 'mlx4'David S. Miller3-22/+47
2013-03-21net/mlx4_core: Disallow releasing VF QPs which have steering rulesHadar Hen Zion1-8/+33
2013-03-21net/mlx4_core: Always use 64 bit resource ID when doing lookupHadar Hen Zion1-1/+1
2013-03-21net/mlx4_en: Remove ethtool flow steering rules before releasing QPsHadar Hen Zion1-11/+11
2013-03-21net/mlx4_core: Fix wrong order of flow steering resources removalHadar Hen Zion1-1/+1
2013-03-21net/mlx4_core: Fix wrong mask applied on EQ numbers in the wrapperMoshe Lazer1-1/+1
2013-03-21net: ethernet: cpsw: fix erroneous condition in error checkLothar Waßmann1-1/+1
2013-03-21lantiq_etop: use free_netdev(netdev) instead of kfree()Wei Yongjun1-1/+1
2013-03-21Merge tag 'fixes-for-v3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman9-11/+36
2013-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds4-31/+24
2013-03-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds17-35/+152
2013-03-21Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds19-91/+204
2013-03-21Merge tag 'dm-3.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk...Linus Torvalds12-108/+252
2013-03-21NFSv4.1: Add a helper pnfs_commit_and_return_layoutTrond Myklebust3-1/+34
2013-03-21NFSv4.1: Always clear the NFS_INO_LAYOUTCOMMIT in layoutreturnTrond Myklebust2-9/+27
2013-03-21NFSv4.1: Fix a race in pNFS layoutcommitTrond Myklebust2-15/+18
2013-03-21pnfs-block: removing DM device maybe cause oops when call dev_removefanchaoting1-2/+2
2013-03-21efivars: Handle duplicate names from get_next_variable()Matt Fleming1-1/+47
2013-03-21efivars: explicitly calculate length of VariableNameMatt Fleming1-1/+31
2013-03-21efivars: Add module parameter to disable use as a pstore backendSeth Forshee2-1/+16
2013-03-21efivars: Allow disabling use as a pstore backendSeth Forshee2-44/+29
2013-03-21usb: gadget: net2272: finally convert "CONFIG_USB_GADGET_NET2272_DMA"Paul Bolle1-1/+1
2013-03-21Revert "crypto: caam - add IPsec ESN support"Horia Geanta2-26/+2
2013-03-21Revert "crypto: talitos - add IPsec ESN support"Horia Geanta1-28/+2
2013-03-21Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie5-8/+32
2013-03-21drm/mgag200: Bug fix: Modified pll algorithm for EH projectJulia Lemire1-5/+5
2013-03-20sysfs: handle failure path correctly for readdir()Ming Lei1-0/+4
2013-03-20sysfs: fix race between readdir and lseekMing Lei1-1/+12
2013-03-20USB: EHCI: fix regression in QH unlinkingAlan Stern1-1/+1
2013-03-20thermal: shorten too long mcast group nameMasatake YAMATO1-1/+1
2013-03-20mac80211: fix virtual monitor interface lockingJohannes Berg1-16/+19
2013-03-20cfg80211: fix wdev tracing crashJohannes Berg1-1/+2
2013-03-20NFSv4: Fix the string length returned by the idmapperTrond Myklebust1-5/+8
2013-03-20Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller12-43/+69
2013-03-20fec: Fix the build as moduleFabio Estevam1-0/+3
2013-03-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville12-43/+69
2013-03-20ALSA: hda - Fix abuse of snd_hda_lock_devices() for DSP loaderTakashi Iwai1-23/+109
2013-03-20dm cache: policy ignore hints if generated by different versionMike Snitzer3-13/+39
2013-03-20dm cache: policy change version from string to integer setMike Snitzer6-6/+36
2013-03-20dm cache: fix race in writethrough implementationJoe Thornber1-50/+88
2013-03-20dm cache: metadata clear dirty bits on clean shutdownJoe Thornber1-1/+1
2013-03-20dm cache: avoid calling policy destructor twice on errorHeinz Mauelshagen1-1/+4
2013-03-20dm cache: detect cache_create failureHeinz Mauelshagen1-0/+2
2013-03-20dm cache: avoid 64 bit division on 32 bitJoe Thornber1-7/+14
2013-03-20dm verity: avoid deadlockMikulas Patocka2-5/+36
2013-03-20dm thin: fix non power of two discard granularity calcJoe Thornber1-1/+6
2013-03-20dm thin: fix discard corruptionJoe Thornber2-24/+26
2013-03-20net: fec: Define indexes as 'unsigned int'Fabio Estevam1-3/+3
2013-03-20net/irda: add missing error path release_sock callKees Cook1-2/+4
2013-03-20lpc_eth: fix error return code in lpc_eth_drv_probe()Wei Yongjun1-1/+2
2013-03-20sh_eth: check TSU registers ioremap() errorSergei Shtylyov1-0/+5
2013-03-20sh_eth: fix bitbang memory leakSergei Shtylyov2-0/+6
2013-03-20ipconfig: Fix newline handling in log message.Martin Fuzzey1-1/+2
2013-03-20flow_keys: include thoff into flow_keys for later usageDaniel Borkmann2-0/+3
2013-03-20Merge branch 'l2tp'David S. Miller10-248/+220
2013-03-20l2tp: unhash l2tp sessions on delete, not on freeTom Parkin3-50/+38
2013-03-20l2tp: avoid deadlock in l2tp stats updateTom Parkin5-147/+93
2013-03-20l2tp: push all ppp pseudowire shutdown through .release handlerTom Parkin1-43/+10
2013-03-20l2tp: purge session reorder queue on deleteTom Parkin1-0/+4
2013-03-20l2tp: add session reorder queue purge function to coreTom Parkin2-0/+18
2013-03-20l2tp: don't BUG_ON sk_socket being NULLTom Parkin1-8/+10
2013-03-20l2tp: take a reference for kernel sockets in l2tp_tunnel_sock_lookupTom Parkin1-0/+2
2013-03-20l2tp: close sessions before initiating tunnel deleteTom Parkin1-0/+1
2013-03-20l2tp: close sessions in ip socket destroy callbackTom Parkin2-0/+13
2013-03-20l2tp: export l2tp_tunnel_closeallTom Parkin2-2/+3
2013-03-20l2tp: add udp encap socket destroy handlerTom Parkin1-0/+14
2013-03-20udp: add encap_destroy callbackTom Parkin3-0/+16
2013-03-20genetlink: trigger BUG_ON if a group name is too longMasatake YAMATO1-0/+1
2013-03-20usb: gadget: f_rndis: Avoid to use ERROR macro if cdev can be nullTruls Bengtsson1-2/+1
2013-03-20usb: ulpi: Define a *otg_ulpi_create no-opFabio Estevam1-0/+8
2013-03-20usb: gadget: ffs: fix enable multiple instancesAndrzej Pietrasiewicz1-2/+2
2013-03-20USB: gadget: net2280: remove leftover driver->unbind call in error pathwayAlan Stern1-1/+0
2013-03-20usb: gadget: udc-core: fix a regression during gadget driver unbindingAlan Stern1-1/+1
2013-03-20usb: gadget: net22xx: fix ->disconnect reportingFelipe Balbi2-0/+14
2013-03-20ALSA: hda - Fix typo in checking IEC958 emphasis bitTakashi Iwai1-1/+1
2013-03-20Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller12-51/+70
2013-03-20ext4: fix data=journal fast mount/umount hangTheodore Ts'o1-1/+2
2013-03-20ext4: fix ext4_evict_inode() racing against workqueue processing codeTheodore Ts'o3-4/+14
2013-03-20ARC: Fix the typo in event identifier flags used by ptraceVineet Gupta3-3/+3
2013-03-20iwlwifi: dvm: don't send HCMD in restart flowEmmanuel Grumbach2-2/+11
2013-03-20iwlwifi: set rfkill in internal state of the transportEmmanuel Grumbach1-0/+13
2013-03-20iwlwifi: fix length check in multi-TB HCMDEmmanuel Grumbach1-1/+1
2013-03-20xfrm: Fix replay notification for esn.Steffen Klassert1-1/+67
2013-03-20drm/exynos: Check g2d cmd list for g2d restrictionsYoungJun Cho1-0/+183
2013-03-20drm/exynos: Add a new function to get gem buffer sizeInki Dae2-0/+26
2013-03-20drm/exynos: Deal with g2d buffer info more efficientlyYoungJun Cho1-37/+123
2013-03-20drm/exynos: Clean up some G2D codes for readabilityYoungJun Cho1-9/+7
2013-03-20drm/exynos: Fix G2D core malfunctioning issueYoungJun Cho1-5/+15
2013-03-20drm/exynos: clear node object type at gem unmapYoungJun Cho1-0/+1
2013-03-20drm/exynos: Fix error routine to getting dma addr.YoungJun Cho1-2/+4
2013-03-20drm/exynos: Replaced kzalloc & memcpy with kmemdupAlexandru Gheorghiu1-4/+2
2013-03-20drm/exynos: fimd: calculate the correct address offsetLeela Krishna Amudala1-8/+9
2013-03-20drm/exynos: Make mixer_check_timing staticSachin Kamat1-1/+1
2013-03-20drm/exynos: modify the compatible string for exynos fimdVikas Sajjan1-2/+2
2013-03-20ALSA: snd-usb: mixer: ignore -EINVAL in snd_usb_mixer_controls()Daniel Mack1-3/+3
2013-03-20ALSA: snd-usb: mixer: propagate errors up the call chainDaniel Mack1-4/+6
2013-03-20ALSA: usb: Parse UAC2 extension unit like for UAC1Torstein Hegge1-1/+4
2013-03-20Merge branch 'drm-fixes-3.9' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie4-18/+50
2013-03-20Merge branch 'drm-nouveau-fixes-3.9' of git://anongit.freedesktop.org/git/nou...Dave Airlie9-60/+117
2013-03-19x86-32, microcode_intel_early: Fix crash with CONFIG_DEBUG_VIRTUALFenghua Yu1-13/+13
2013-03-20md: remove CONFIG_MULTICORE_RAID456 entirelyPaul Bolle3-6/+0
2013-03-20md/raid5: ensure sync and DISCARD don't happen at the same time.NeilBrown2-6/+40
2013-03-20MD: Prevent sysfs operations on uninitialized kobjectsJonathan Brassow2-6/+4
2013-03-20MD RAID5: Avoid accessing gendisk or queue structs when not availableJonathan Brassow1-13/+20
2013-03-19Merge tag 'vfio-v3.9-rc4' of git://github.com/awilliam/linux-vfioLinus Torvalds2-0/+2
2013-03-19Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-38/+44
2013-03-20md/raid5: schedule_construction should abort if nothing to do.NeilBrown1-16/+22
2013-03-20hw_random: free rng_buffer at module exitSatoru Takeuchi1-0/+9