aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-12-17btrfs: filp_open() returns ERR_PTR() on failure, not NULL...Al Viro1-1/+1
2014-12-17ARC: rename default defconfigVineet Gupta3-64/+1
2014-12-17ALSA: hda/realtek - New codec support for ALC256Kailang Yang1-0/+7
2014-12-17ALSA: hda/realtek - Add new Dell desktop for ALC3234 headset modeKailang Yang1-0/+1
2014-12-17nios2/uaccess: fix sparse errorsLey Foon Tan1-2/+2
2014-12-17nios2: enable "make defconfig"Paul Bolle1-0/+2
2014-12-17nios2: add definition of ioremap_wc to io.hGuenter Roeck1-0/+2
2014-12-16[media] bq/c-qcam, w9966, pms: move to staging in preparation for removalHans Verkuil10-6/+24
2014-12-16[media] tlg2300: move to staging in preparation for removalHans Verkuil13-3/+8
2014-12-16[media] vino/saa7191: move to staging in preparation for removalHans Verkuil14-21/+30
2014-12-16[media] MAINTAINERS: vivi -> vividHans Verkuil1-2/+2
2014-12-16[media] cx88: remove leftover start_video_dma() callHans Verkuil1-1/+0
2014-12-16[media] cx88: add missing alloc_ctx supportHans Verkuil6-26/+21
2014-12-16[media] v4l2-ioctl: WARN_ON if querycap didn't fill device_capsHans Verkuil1-0/+6
2014-12-16[media] vivid: fix CROP_BOUNDS typo for video outputHans Verkuil1-1/+1
2014-12-16[media] DocBook media: update version number and document changesHans Verkuil2-1/+22
2014-12-16[media] vivid.txt: document new controlsHans Verkuil1-0/+15
2014-12-16[media] DocBook media: add missing ycbcr_enc and quantization fieldsHans Verkuil2-3/+51
2014-12-16[media] v4l2-mediabus.h: use two __u16 instead of two __u32Hans Verkuil1-3/+3
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds36-430/+416
2014-12-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-0/+9
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds27-269/+525
2014-12-17virtio_pci: restore module attributesHerbert Xu1-0/+5
2014-12-16Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds11-45/+243
2014-12-16Merge tag 'dt2-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds13-29/+267
2014-12-16Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-39/+42
2014-12-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-4/+3
2014-12-16Merge tag 'xtensa-next-20141215' of git://github.com/czankel/xtensa-linuxLinus Torvalds41-3042/+149
2014-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds30-247/+187
2014-12-16Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/li...Linus Torvalds7-965/+779
2014-12-16Merge tag 'linux-kselftest-3.19-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds16-66/+252
2014-12-16Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds8-8/+116
2014-12-16Merge tag 'renesas-defconfig-fixes-for-v3.19' of git://git.kernel.org/pub/scm...Arnd Bergmann1-1/+0
2014-12-16net: Disallow providing non zero VLAN ID for NIC drivers FDB add flowOr Gerlitz2-0/+10
2014-12-16iommu/exynos: Fix arm64 allmodconfig buildMark Brown1-1/+1
2014-12-16Merge tag 'asoc-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai6-7/+20
2014-12-16net/mlx4: Cache line CQE/EQE stride fixesIdo Shamay2-4/+11
2014-12-16net: fec: Fix NAPI raceNimrod Andy1-12/+7
2014-12-16xen-netfront: use napi_complete() correctly to prevent Rx stallingDavid Vrabel1-8/+3
2014-12-16ip_tunnel: Add missing validation of encap type to ip_tunnel_encap_setup()Thomas Graf1-0/+3
2014-12-16ip_tunnel: Add sanity checks to ip_tunnel_encap_add_ops()Thomas Graf1-0/+6
2014-12-16Merge tag 'master-2014-12-15' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller14-75/+143
2014-12-16net: Allow FIXED_PHY to be modular.David S. Miller4-4/+4
2014-12-16Hexagon: fix signal delivery for debug trapsRichard Kuo1-2/+2
2014-12-16Hexagon: set ARCH_DMA_MINALIGNRichard Kuo1-1/+3
2014-12-16Hexagon: fix alignment of init_task in RW_DATA_SECTIONRichard Kuo1-2/+2
2014-12-16hexagon: Fix build failures in linux-nextGuenter Roeck5-22/+31
2014-12-16perf evlist: Do not use hard coded value for a mmap_pages defaultArnaldo Carvalho de Melo1-4/+16
2014-12-16perf trace: Let the perf_evlist__mmap autosize the number of pages to useArnaldo Carvalho de Melo1-1/+1
2014-12-16perf evlist: Improve the strerror_mmap methodArnaldo Carvalho de Melo1-4/+13
2014-12-16perf evlist: Clarify sterror_mmap variable namesArnaldo Carvalho de Melo1-3/+3
2014-12-16perf evlist: Fixup brown paper bag on "hint" for --mmap-pages cmdline argArnaldo Carvalho de Melo1-1/+1
2014-12-16Merge branch 'vnet_le'David S. Miller3-10/+49
2014-12-16if_tun: drop broken IFF_VNET_LEMichael S. Tsirkin1-1/+0
2014-12-16macvtap: drop broken IFF_VNET_LEMichael S. Tsirkin1-3/+20
2014-12-16tun: drop broken IFF_VNET_LEMichael S. Tsirkin1-3/+23
2014-12-16if_tun: add TUNSETVNETLE/TUNGETVNETLEMichael S. Tsirkin1-0/+2
2014-12-16macvtap: fix uninitialized access on TUNSETIFFMichael S. Tsirkin1-3/+4
2014-12-16iommu/amd: Use helpers to access irq_cfg data structure associated with IRQJiang Liu1-7/+7
2014-12-16iommu/vt-d: Use helpers to access irq_cfg data structure associated with IRQJiang Liu1-5/+5
2014-12-16x86: irq_remapping: Use helpers to access irq_cfg data structure associated w...Jiang Liu1-3/+3
2014-12-16x86, irq: Use helpers to access irq_cfg data structure associated with IRQJiang Liu5-14/+14
2014-12-16x86, irq: Make MSI and HT_IRQ indepenent of X86_IO_APICJiang Liu2-3/+3
2014-12-16x86, irq: Move IRQ initialization routines from io_apic.c into vector.cJiang Liu3-21/+31
2014-12-16x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.hJiang Liu8-34/+34
2014-12-16x86, irq: Move HT IRQ related code from io_apic.c into htirq.cJiang Liu3-92/+108
2014-12-16x86, irq: Move PCI MSI related code from io_apic.c into msi.cJiang Liu5-276/+290
2014-12-16x86, irq: Replace printk(KERN_LVL) with pr_lvl() utilitiesJiang Liu1-35/+34
2014-12-16x86, irq: Make UP version of irq_complete_move() an inline stubThomas Gleixner2-3/+2
2014-12-16x86, irq: Move local APIC related code from io_apic.c into vector.cJiang Liu6-684/+714
2014-12-16x86, irq: Introduce helpers to access struct irq_cfgJiang Liu2-1/+8
2014-12-16x86, irq: Protect __clear_irq_vector() with vector_lockJiang Liu1-8/+11
2014-12-16x86, irq: Rename local APIC related functions in io_apic.c as apic_xxx()Jiang Liu3-24/+24
2014-12-16x86, irq: Refine hw_irq.h to prepare for irqdomain supportJiang Liu1-43/+51
2014-12-16x86, irq: Convert irq_2_pin list to generic listYinghai Lu2-18/+12
2014-12-16x86, irq: Kill useless parameter 'irq_attr' of IO_APIC_get_PCI_irq_vector()Jiang Liu4-19/+7
2014-12-16x86, irq, acpi: Get rid of special handling of GSI for ACPI SCIJiang Liu1-8/+2
2014-12-16x86, irq: Introduce helper to check whether an IOAPIC has been registeredJiang Liu4-0/+35
2014-12-16x86, irq, ACPI: Implement interfaces to support ACPI based IOAPIC hot-removalJiang Liu3-4/+65
2014-12-16x86, irq, ACPI: Implement interface to support ACPI based IOAPIC hot-additionJiang Liu2-3/+50
2014-12-16x86, irq, ACPI: Introduce a mutex to protect IOAPIC operations from hotplugJiang Liu1-0/+21
2014-12-16x86, irq: Refine mp_register_ioapic() to prepare for IOAPIC hotplugJiang Liu2-33/+58
2014-12-16x86, irq: Keep balance of IOAPIC pin reference countJiang Liu4-4/+25
2014-12-16x86, irq: Remove __init marker for functions will be used by IOAPIC hotplugJiang Liu2-11/+11
2014-12-16x86, irq: Prefer assigned ID in APIC ID register for x86_64Yinghai Lu1-6/+39
2014-12-16x86, irq: Split out alloc_ioapic_save_registers()Yinghai Lu1-7/+15
2014-12-16ACPI: Fix minor syntax issues in processor_core.cJiang Liu1-5/+4
2014-12-16x86, smpboot: Remove pointless preempt_disable() in native_smp_prepare_cpus()Thomas Gleixner1-7/+1
2014-12-16PCI: Remove PCI ioapic driverJiang Liu3-130/+0
2014-12-16x86: Avoid building unused IRQ entry stubsJan Beulich7-20/+34
2014-12-16x86: irq: Fix placement of mp_should_keep_irq()Jan Beulich4-15/+14
2014-12-16x86, irq, ACPI: Fix building warning of unused codeJiang Liu1-0/+2
2014-12-16x86, irq: Provide empty send_cleanup_vector() stub for UP buildsJiang Liu1-0/+4
2014-12-16ACPI: Correct return value of acpi_dev_resource_address_space()Jiang Liu1-1/+1
2014-12-16Merge remote-tracking branches 'asoc/fix/atmel', 'asoc/fix/intel', 'asoc/fix/...Mark Brown244-5799/+17515
2014-12-16ASoC: Intel: fix possible acpi enumeration panicKevin Strasser1-1/+1
2014-12-16Merge branch 'x86/vt-d' of git://git.kernel.org/pub/scm/linux/kernel/git/joro...Thomas Gleixner2709-64246/+87194
2014-12-16iscsi-target: Fail connection on short sendmsg writesNicholas Bellinger1-15/+11
2014-12-16ALSA: hda/hdmi - apply Haswell fix-ups to Skylake display codecLibin Yang1-1/+3
2014-12-15xtensa: disable link optimizationChris Zankel2-1/+2
2014-12-15iscsi-target: nullify session in failed login sequenceSagi Grimberg1-0/+1
2014-12-16KEYS: remove a bogus NULL checkDan Carpenter1-6/+4
2014-12-16Merge branch 'fixed_phy'David S. Miller2-3/+3
2014-12-16net: dsa: bcm_sf2: always select FIXED_PHYFlorian Fainelli1-1/+1
2014-12-16net: systemport: always select FIXED_PHYFlorian Fainelli1-1/+1
2014-12-16net: bcmgenet: always select FIXED_PHYFlorian Fainelli1-1/+1
2014-12-15target: Avoid dropping AllRegistrants reservation during unregisterNicholas Bellinger1-22/+65
2014-12-15target: Fix R_HOLDER bit usage for AllRegistrantsNicholas Bellinger1-3/+23
2014-12-15Merge branch 'next' into for-linusDmitry Torokhov77-922/+4949
2014-12-15xtensa/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2014-12-15Merge tag 'xtensa-for-next-20141213' of git://github.com/jcmvbkbc/linux-xtens...Chris Zankel2-1/+7
2014-12-15Merge tag 'v3.18' into for_nextChris Zankel634-2847/+5566
2014-12-15Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds17-80/+714
2014-12-16MAINTAINERS: add entry for intel_pstateKristen Carlson Accardi1-0/+6
2014-12-15Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'mlx4', 'ocrdma', 'odp' and ...Roland Dreier50-451/+3499
2014-12-15IB/mlx5: Implement on demand paging by adding support for MMU notifiersHaggai Eran4-16/+198
2014-12-15IB/mlx5: Add support for RDMA read/write responder page faultsHaggai Eran1-0/+79
2014-12-15IB/mlx5: Handle page faultsHaggai Eran2-0/+415
2014-12-15IB/mlx5: Page faults handling infrastructureHaggai Eran6-22/+294
2014-12-15IB/mlx5: Add mlx5_ib_update_mtt to update page tables after creationHaggai Eran4-8/+149
2014-12-15IB/mlx5: Changes in memory region creation to support on-demand pagingHaggai Eran4-18/+88
2014-12-15IB/mlx5: Implement the ODP capability query verbHaggai Eran4-0/+83
2014-12-15mlx5_core: Add support for page faults events and low level handlingHaggai Eran6-2/+291
2014-12-15mlx5_core: Re-add MLX5_DEV_CAP_FLAG_ON_DMND_PG flagRoland Dreier1-0/+1
2014-12-15IB/srp: Allow newline separator for connection stringSagi Grimberg1-1/+1
2014-12-15IB/core: Implement support for MMU notifiers regarding on demand paging regionsHaggai Eran8-13/+566
2014-12-15IB/core: Add support for on demand paging regionsShachar Raindel8-0/+442
2014-12-15IB/core: Add flags for on demand paging supportSagi Grimberg5-5/+81
2014-12-15IB/core: Add support for extended query device capsEli Cohen5-44/+103
2014-12-15IB/mlx5: Add function to read WQE from user-spaceHaggai Eran4-1/+80
2014-12-15IB/core: Add umem function to read data from user-spaceHaggai Eran2-0/+36
2014-12-15IB/core: Replace ib_umem's offset field with a full addressHaggai Eran8-12/+35
2014-12-15IB/mlx5: Enhance UMR support to allow partial page table updateHaggai Eran4-48/+109
2014-12-15IB/mlx5: Remove per-MR pas and dma pointersHaggai Eran2-11/+12
2014-12-15RDMA/ocrdma: Always resolve destination mac from GRH for UD QPsDevesh Sharma1-4/+1
2014-12-15RDMA/ocrdma: Fix ocrdma_query_qp() to report q_key value for UD QPsMitesh Ahuja1-0/+2
2014-12-15mlx4_core: Check for DPDP violation only when DPDP is not supportedYuval Shaia1-3/+3
2014-12-15IB/mlx4: Fix an incorrectly shadowed variable in mlx4_ib_rereg_user_mrJack Morgenstein1-1/+0
2014-12-15IB/iser: Bump version to 1.5Or Gerlitz1-1/+1
2014-12-15IB/iser: DIX updateSagi Grimberg2-57/+26
2014-12-15IB/iser: Micro-optimize iser_handle_wcSagi Grimberg1-1/+1
2014-12-15IB/iser: Micro-optimize iser loggingSagi Grimberg1-8/+5
2014-12-15IB/iser: Use more completion queuesSagi Grimberg2-4/+12
2014-12-15IB/iser: Remove redundant is_mr indicatorSagi Grimberg3-13/+4
2014-12-15IB/iser: Centralize memory region invalidation to a functionSagi Grimberg1-16/+16
2014-12-15IB/iser: Terminate connection before cleaning inflight tasksSagi Grimberg1-1/+1
2014-12-15IB/iser: Fix race between iser connection teardown and scsi TMFsSagi Grimberg1-8/+41
2014-12-15IB/iser: Fix possible NULL derefernce ib_conn->device in session_createAriel Nahum1-4/+18
2014-12-15IB/iser: Fix sparse warningsSagi Grimberg2-8/+8
2014-12-15IB/iser: Fix possible SQ overflowMax Gurtovoy2-3/+5
2014-12-15IB/iser: Decrement CQ's active QPs accounting when QP creation failsSagi Grimberg1-0/+4
2014-12-15IB/iser: Collapse cleanup and disconnect handlersAriel Nahum1-8/+11
2014-12-15IB/iser: Fix catastrophic error flow hangSagi Grimberg1-1/+3
2014-12-15IB/iser: Re-adjust CQ and QP send ring sizes to HW limitsMinh Tran3-8/+38
2014-12-15IPoIB: No longer use flush as a parameterDoug Ledford3-17/+16
2014-12-15IPoIB: Make ipoib_mcast_stop_thread flush the workqueueDoug Ledford3-15/+12
2014-12-15IPoIB: Use dedicated workqueues per interfaceDoug Ledford6-34/+58
2014-12-15IPoIB: change init sequence orderingDoug Ledford1-7/+17
2014-12-15IPoIB: fix mcast_dev_flush/mcast_restart_task raceDoug Ledford1-5/+32
2014-12-15IPoIB: fix MCAST_FLAG_BUSY usageDoug Ledford2-57/+101
2014-12-15IPoIB: Make the carrier_on_task race awareDoug Ledford1-6/+15
2014-12-15IPoIB: Consolidate rtnl_lock tasks in workqueueDoug Ledford1-6/+2
2014-12-15RDMA/cxgb4: Handle NET_XMIT return codesHariprasad S1-0/+4
2014-12-15RDMA/cxgb4: Wake up waiters after flushing the qpSteve Wise1-1/+1
2014-12-15RDMA/cxgb4: Limit MRs to < 8GB for T4/T5 devicesHariprasad Shenai1-0/+22
2014-12-15RDMA/cxgb4: Fix locking issue in process_mpa_requestHariprasad Shenai1-1/+2
2014-12-15RDMA/cxgb4: Configure 0B MRs to match HW implementationPramod Kumar1-2/+4
2014-12-15RDMA/cxgb4: Increase epd buff size for debug interfacePramod Kumar1-1/+1
2014-12-15IB/addr: Improve address resolution callback schedulingOr Kehati1-2/+2
2014-12-15IB/core: Fix mgid key handling in SA agent multicast data-baseJack Morgenstein1-3/+8
2014-12-15IB/core: Do not resolve VLAN if already resolvedMoni Shoua1-1/+2
2014-12-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds748-82639/+20649
2014-12-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris2-2/+5
2014-12-15Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-41/+35
2014-12-15Merge tag 'for-v3.19' of git://git.infradead.org/battery-2.6Linus Torvalds10-69/+225
2014-12-15Merge tag 'hsi-for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds2-6/+5
2014-12-15Merge branch 'irq-irqdomain-arm-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds14-64/+2364
2014-12-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+3
2014-12-15Merge tag 'rpmsg-3.19-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-14/+30
2014-12-15ARM: OMAP3: clock: fix boot breakage in legacy modeTero Kristo1-9/+14
2014-12-15ARM: OMAP2+: clock: fix DPLL code to use new determine rate APIsTero Kristo3-8/+8
2014-12-15Merge tag 'for-v3.19/omap-a' of git://git.kernel.org/pub/scm/linux/kernel/git...Michael Turquette9-63/+238
2014-12-15clk: Really fix deadlock with mmap_semStephen Boyd1-2/+3
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds549-14575/+53440
2014-12-15x86: mm: consolidate VM_FAULT_RETRY handlingLinus Torvalds1-28/+30
2014-12-15x86: mm: move mmap_sem unlock from mm_fault_error() to callerLinus Torvalds1-7/+1
2014-12-15Merge tag 'omap-for-v3.19/fixes-for-merge-window' of git://git.kernel.org/pub...Kevin Hilman1534-55305/+68336
2014-12-15mic/host: fix up virtio 1.0 APIsMichael S. Tsirkin1-6/+12
2014-12-15vringh: update for virtio 1.0 APIsMichael S. Tsirkin2-47/+107
2014-12-15vringh: 64 bit featuresMichael S. Tsirkin2-4/+4
2014-12-15tools/virtio: add virtio 1.0 in vringh_testMichael S. Tsirkin1-0/+2
2014-12-15tools/virtio: add virtio 1.0 in virtio_testMichael S. Tsirkin1-1/+13
2014-12-15tools/virtio: enable -WerrorMichael S. Tsirkin1-1/+1
2014-12-15tools/virtio: 64 bit featuresMichael S. Tsirkin1-1/+1
2014-12-15tools/virtio: fix vringh testMichael S. Tsirkin1-0/+1
2014-12-15tools/virtio: more stubsMichael S. Tsirkin5-2/+79
2014-12-15ARM: defconfigs: use CONFIG_CPUFREQ_DTViresh Kumar2-2/+2
2014-12-15rtlwifi: rtl8192ce: Set fw_ready flagLarry Finger1-0/+2
2014-12-15brcmsmac: don't leak kernel memory via printk()Brian Norris1-1/+1
2014-12-15rtlwifi: rtl8192cu: Fix sparse non static symbol warningWei Yongjun1-1/+1