aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-07-26Merge remote-tracking branch 'upstream/master' into korg-blackfinHEADmasterSteven Miao4827-90986/+186169
2014-07-23Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+3
2014-07-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-4/+13
2014-07-23Merge tag 'xtensa-next-20140721' of git://github.com/czankel/xtensa-linuxLinus Torvalds3-25/+139
2014-07-23Merge tag 'pinctrl-v3.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-1/+8
2014-07-23Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-12/+5
2014-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds8-27/+41
2014-07-23Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds7-7/+31
2014-07-23Merge tag 'urgent-slab-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2014-07-23Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds11-55/+117
2014-07-23mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi1-0/+1
2014-07-23simple_xattr: permit 0-size extended attributesHugh Dickins1-1/+1
2014-07-23mm/fs: fix pessimization in hole-punching pagecacheHugh Dickins1-3/+8
2014-07-23shmem: fix splicing from a hole while it's punchedHugh Dickins1-9/+15
2014-07-23shmem: fix faulting into a hole, not taking i_mutexHugh Dickins1-26/+52
2014-07-23mm: do not call do_fault_around for non-linear faultKonstantin Khlebnikov1-1/+2
2014-07-23sh: also try passing -m4-nofpu for SH2A buildsGeert Uytterhoeven1-1/+2
2014-07-23zram: avoid lockdep splat by revalidate_diskMinchan Kim1-4/+18
2014-07-23mm/rmap.c: fix pgoff calculation to handle hugepage correctlyNaoya Horiguchi3-9/+17
2014-07-23coredump: fix the setting of PF_DUMPCORESilesh C V1-1/+1
2014-07-23NFSD: Fix crash encoding lock reply on 32-bitKinglong Mee1-1/+3
2014-07-23libata: introduce ata_host->n_tags to avoid oops on SAS controllersTejun Heo2-12/+5
2014-07-23arm64: Create non-empty ZONE_DMA when DRAM starts above 4GBCatalin Marinas1-4/+13
2014-07-22Input: document INPUT_PROP_TOPBUTTONPADPeter Hutterer1-0/+13
2014-07-22Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Mike Snitzer1-1/+1
2014-07-22powerpc: use _GLOBAL_TOC for memmoveLi Zhong1-1/+1
2014-07-22powerpc/pseries: dynamically added OF nodes need to call of_node_initTyrel Datwyler2-0/+2
2014-07-22powerpc: subpage_protect: Increase the array size to take care of 64TBAneesh Kumar K.V1-1/+2
2014-07-22powerpc: Fix bugs in emulate_step()Paul Mackerras1-5/+5
2014-07-22powerpc: Disable doorbells on Power8 DD1.xJoel Stanley2-0/+21
2014-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds25-128/+367
2014-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds4-1/+6
2014-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds2-4/+9
2014-07-21Merge tag 'trace-fixes-v3.16-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-5/+6
2014-07-21sparc: Hook up renameat2 syscall.David S. Miller4-1/+6
2014-07-21Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller4-24/+108
2014-07-21ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet1-0/+4
2014-07-21Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds13-35/+55
2014-07-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds4-26/+21
2014-07-21Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-8/+36
2014-07-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-58/+64
2014-07-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds6-53/+28
2014-07-21tracing: Fix wraparound problems in "uptime" trace clockTony Luck2-5/+6
2014-07-21batman-adv: fix TT VLAN inconsistency on VLAN re-addAntonio Quartulli3-14/+74
2014-07-21batman-adv: drop QinQ claim frames in bridge loop avoidanceSimon Wunderlich1-10/+34
2014-07-20dns_resolver: Null-terminate the right stringBen Hutchings1-1/+1
2014-07-20Linux 3.16-rc6Linus Torvalds1-1/+1
2014-07-20Merge branch 'xen-netback'David S. Miller1-23/+63
2014-07-20xen-netback: Fix pointer incrementation to avoid incorrect loggingZoltan Kiss1-1/+1
2014-07-20xen-netback: Fix releasing header slot on error pathZoltan Kiss1-5/+33
2014-07-20xen-netback: Fix releasing frag_list skbs in error pathZoltan Kiss1-0/+9
2014-07-20xen-netback: Fix handling frag_list on grant op error pathZoltan Kiss1-17/+20
2014-07-20net_sched: avoid generating same handle for u32 filtersCong Wang1-5/+14
2014-07-20Merge tag 'staging-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+10
2014-07-20Merge tag 'usb-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-2/+21
2014-07-20Merge tag 'driver-core-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+14
2014-07-20Merge tag 'char-misc-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2014-07-20Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds4-6/+17
2014-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds3-9/+11
2014-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-4/+15
2014-07-20Merge tag 'nfs-for-3.16-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-62/+343
2014-07-20Input: fix defuzzing logicDmitry Torokhov1-2/+4
2014-07-20um: segv: Save regs only in case of a kernel mode faultRichard Weinberger1-1/+1
2014-07-20um: Fix hung task in fix_range_common()Richard Weinberger1-1/+5
2014-07-20um: Ensure that a stub page cannot get unmappedRichard Weinberger1-0/+3
2014-07-20Revert "um: Fix wait_stub_done() error handling"Richard Weinberger1-7/+2
2014-07-19btrfs: test for valid bdev before kobj removal in btrfs_rm_deviceEric Sandeen1-4/+4
2014-07-19Btrfs: fix abnormal long waiting in fsyncLiu Bo1-0/+11
2014-07-19Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds19-86/+154
2014-07-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2014-07-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+6
2014-07-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+18
2014-07-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-92/+137
2014-07-18Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-31/+48
2014-07-19Merge tag 'drm-intel-fixes-2014-07-18' of git://anongit.freedesktop.org/drm-i...Dave Airlie4-6/+17
2014-07-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-35/+69
2014-07-18Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds5-16/+39
2014-07-18Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-5/+5
2014-07-18Merge tag 'iommu-fixes-v3.16-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-14/+12
2014-07-18Merge tag 'pm+acpi-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-23/+28
2014-07-18Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds9-114/+125
2014-07-18Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+14
2014-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-8/+49
2014-07-19random: check for increase of entropy_count because of signed conversionHannes Frederic Sowa1-3/+14
2014-07-18ARM: EXYNOS: Fix core ID used by platsmp and hotplug codeTomasz Figa2-19/+25
2014-07-18ahci: add support for the Promise FastTrak TX8660 SATA HBA (ahci mode)Romain Degez1-0/+1
2014-07-18Merge tag 'imx-fixes-3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson1-2/+2
2014-07-18Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesOlof Johansson2-3/+3
2014-07-18Merge tag 'mvebu-fixes-3.16-3' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson3-7/+18
2014-07-18Input: sirfsoc-onkey - fix GPL v2 license string typoBjorn Helgaas1-1/+1
2014-07-18Input: st-keyscan - fix 'defined but not used' compiler warningsTobias Klauser1-0/+2
2014-07-18Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve...Linus Torvalds5-13/+17
2014-07-18Merge tag 'dm-3.16-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+18
2014-07-18Merge tag 'upstream-3.16-rc6' of git://git.infradead.org/linux-ubifsLinus Torvalds1-2/+2
2014-07-18Merge tag 'xfs-for-linus-3.16-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds7-72/+106
2014-07-18ARM: at91/dt: add missing clocks property to pwm node in sam9x5.dtsiBoris BREZILLON1-0/+1
2014-07-18ARM: at91/dt: fix usb0 clocks definition in sam9n12 dtsiBoris BREZILLON1-1/+1
2014-07-18ARM: at91: at91sam9x5: correct typo error for ohci clockBo Shen1-2/+1
2014-07-18irqchip: gic: Fix core ID calculation when topology is read from DTTomasz Figa1-1/+4
2014-07-18GFS2: fs/gfs2/rgrp.c: kernel-doc warning fixesFabian Frederick1-2/+2
2014-07-18GFS2: memcontrol: Spelling s/invlidate/invalidate/Geert Uytterhoeven1-2/+2
2014-07-18GFS2: Allow caching of glocks for flockBob Peterson1-1/+1
2014-07-18GFS2: Allow flocks to use normal glock dq rather than dq_waitBob Peterson2-4/+2
2014-07-18GFS2: replace count*size kzalloc by kcallocFabian Frederick1-2/+2
2014-07-18GFS2: Use GFP_NOFS when allocating glocksSteven Whitehouse1-2/+2
2014-07-18GFS2: Fix race in glock lru glock disposalSteven Whitehouse1-3/+7
2014-07-18GFS2: Only wait for demote when last holder is dequeuedBob Peterson1-1/+3
2014-07-18ARM: clk-imx6q: parent lvds_sel input from upstream clock gatesLucas Stach1-2/+2
2014-07-17Drivers: hv: hv_fcopy: fix a race condition for SMP guestDexuan Cui1-1/+1
2014-07-18Merge branches 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki8-15/+18
2014-07-18cpufreq: make table sentinel macros unsigned to match useBrian W Hart1-2/+2
2014-07-17usb: Check if port status is equal to RxDetectGavin Guo1-0/+19
2014-07-18Merge branch 'drm-fixes-3.16' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie7-111/+119
2014-07-17usb: chipidea: udc: Disable auto ZLP generation on ep0Abbas Raza1-2/+2
2014-07-17net: huawei_cdc_ncm: add "subclass 3" devicesBjørn Mork1-0/+3
2014-07-17net: qmi_wwan: add two Sierra Wireless/Netgear devicesBjørn Mork1-0/+2
2014-07-17wan/x25_asy: integer overflow in x25_asy_change_mtu()Dan Carpenter1-1/+5
2014-07-18Merge branches 'acpi-scan' and 'acpi-video'Rafael J. Wysocki204-788/+1633
2014-07-17Merge tag 'stable/for-linus-3.16-rc5-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-8/+9
2014-07-17Merge tag 'trace-fixes-v3.16-rc5-v2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-8/+19
2014-07-17drm/radeon: Make classic pageflip completion path less racy.Mario Kleiner1-3/+3
2014-07-17drm/radeon: Add missing vblank_put in pageflip ioctl error path.Mario Kleiner1-1/+4
2014-07-17drm/radeon: Remove redundant fence unref in pageflip path.Mario Kleiner1-1/+0
2014-07-17drm/radeon: Complete page flip even if waiting on the BO fence failsMichel Dänzer1-15/+9
2014-07-17drm/radeon: Move pinning the BO back to radeon_crtc_page_flip()Michel Dänzer2-91/+93
2014-07-17drm/radeon: Prevent too early kms-pageflips triggered by vblank.Mario Kleiner4-9/+10
2014-07-17drm/radeon: set default bl level to something reasonableAlex Deucher1-3/+7
2014-07-17drm/radeon: avoid leaking edid dataAlex Deucher1-0/+5
2014-07-17irqchip: gic: Add binding probe for ARM GIC400Suravee Suthikulpanit1-0/+1
2014-07-17drivers/ata/pata_ep93xx.c: use signed int type for result of platform_get_irq()Andrey Utkin1-1/+1
2014-07-17cpufreq: move policy kobj to policy->cpu at resumeViresh Kumar1-2/+4
2014-07-16net: ppp: fix creating PPP pass and active filtersChristoph Schulz2-10/+32
2014-07-16net/mlx4_en: cq->irq_desc wasn't set in legacy EQ'sAmir Vadai1-3/+4
2014-07-16Merge branches 'cxgb4' and 'mlx5' into for-nextRoland Dreier2-5/+16
2014-07-16IB/mlx5: Enable "block multicast loopback" for kernel consumersOr Gerlitz1-1/+1
2014-07-16sunvnet: clean up objects created in vnet_new() on vnet_exit()Sowmini Varadhan1-1/+19
2014-07-16r8169: Enable RX_MULTI_EN for RTL_GIGA_MAC_VER_40Michel Dänzer1-0/+2
2014-07-16hwmon: (adt7470) Fix writes to temperature limit registersGuenter Roeck1-3/+3
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-58/+100
2014-07-17drm/qxl: return IRQ_NONE if it was not our irqJason Wang1-0/+3
2014-07-16net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu5-2/+10
2014-07-16Merge tag 'for-linus-20140716' of git://git.infradead.org/linux-mtdLinus Torvalds3-2/+49
2014-07-16Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-8/+8
2014-07-16Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-38/+48
2014-07-16Merge tag 'sound-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds5-8/+12
2014-07-16cpufreq: cpu0: OPPs can be populated at runtimeViresh Kumar2-7/+6
2014-07-16cpufreq: kirkwood: Reinstate cpufreq driver for ARCH_KIRKWOODQuentin Armitage1-1/+1
2014-07-16Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar3-17/+15
2014-07-16locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNERDavidlohr Bueso4-5/+11
2014-07-16locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra6-1/+9
2014-07-16locking/rwsem: Reduce the size of struct rw_semaphoreJason Low1-14/+11
2014-07-16locking/rwsem: Rename 'activity' to 'count'Peter Zijlstra2-18/+18
2014-07-16cpufreq: imx6q: Select PM_OPPNicolas Del Piano1-0/+1
2014-07-16cpufreq: sa1110: set memory type for h3600Linus Walleij1-1/+1
2014-07-16ACPI / video: Add use_native_backlight quirk for HP ProBook 4540sHans de Goede1-0/+8
2014-07-16sched: Fix possible divide by zero in avg_atom() calculationMateusz Guzik1-1/+1
2014-07-16locking/spinlocks/mcs: Micro-optimize osq_unlock()Jason Low1-2/+2
2014-07-16locking/spinlocks/mcs: Introduce and use init macro and function for osq locksJason Low4-3/+11
2014-07-16locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overheadJason Low7-17/+68
2014-07-16locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node()Jason Low4-20/+20
2014-07-16locking/rwsem: Allow conservative optimistic spinning when readers have lockJason Low1-5/+5
2014-07-16x86: Remove unused variable "polling"Paul Bolle1-1/+0
2014-07-16s390: fix restore of invalid floating-point-controlMartin Schwidefsky1-2/+2
2014-07-16s390/zcrypt: improve device probing for zcrypt adapter cardsIngo Tuchscherer1-2/+7
2014-07-16s390/ptrace: fix PSW mask checkMartin Schwidefsky1-2/+10
2014-07-16s390/MSI: Use standard mask and unmask funtionsYijing Wang1-43/+6
2014-07-16s390/3270: correct size detection with the read-partition commandMartin Schwidefsky1-1/+0
2014-07-16s390: require mvcos facility, not tod clock steering facilityDavid Hildenbrand1-3/+3
2014-07-16UBI: fastmap: do not miss bit-flipsBrian Norris1-1/+1
2014-07-15Merge tag 'xtensa-for-next-20140715' of git://github.com/jcmvbkbc/linux-xtens...Chris Zankel3-25/+139
2014-07-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+2
2014-07-15Merge tag 'gpio-v3.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-6/+0
2014-07-15ring-buffer: Fix polling on trace_pipeMartin Lau1-4/+0
2014-07-15quota: missing lock in dqcache_shrink_scan()Niu Yawei1-0/+2
2014-07-15gpio: rcar: Add support for DT IRQ flagsLaurent Pinchart1-0/+1
2014-07-15MAINTAINERS: Add entry for the Renesas pin controller driverLaurent Pinchart1-0/+6
2014-07-15pinctrl: st: Fix irqmux handlerMaxime COQUELIN1-1/+1
2014-07-15dm cache metadata: do not allow the data block size to changeMike Snitzer1-0/+9
2014-07-15dm thin metadata: do not allow the data block size to changeMike Snitzer1-0/+9
2014-07-15tracing: Add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputszhangwei(Jovi)1-0/+6
2014-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds4-53/+69
2014-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds102-664/+734
2014-07-15libata: EH should handle AMNF error condition as a media errorAlexey Asemov1-4/+5
2014-07-15tracing: Fix graph tracer with stack tracer on other archsSteven Rostedt (Red Hat)1-2/+2
2014-07-15tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputszhangwei(Jovi)1-2/+10
2014-07-15ALSA: hda - Fix broken PM due to incomplete i915 initializationTakashi Iwai1-5/+5
2014-07-15PM / sleep: fix freeze_ops NULL pointer dereferencesZhang Rui1-2/+2
2014-07-15PM / sleep: Fix request_firmware() error at resumeTakashi Iwai1-0/+1
2014-07-15Merge branch 'linux-3.16' of git://anongit.freedesktop.org/git/nouveau/linux-...Dave Airlie1-3/+3
2014-07-15drm/nouveau/therm: fix a potential deadlock in the therm monitoring codeMartin Peres1-3/+3
2014-07-14hso: fix deadlock when receiving bursts of dataOlivier Sobrie1-21/+17
2014-07-14hso: remove unused workqueueOlivier Sobrie1-12/+0
2014-07-14Merge tag 'firewire-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds1-0/+1
2014-07-14Input: synaptics - add min/max quirk for pnp-id LEN2002 (Edge E531)Hans de Goede1-2/+3
2014-07-14Merge git://git.kvack.org/~bcrl/aio-fixesLinus Torvalds1-0/+7
2014-07-14Input: i8042 - add Acer Aspire 5710 to nomux blacklistJiri Kosina1-0/+7
2014-07-14[media] gspca_pac7302: Add new usb-id for Genius i-Look 317Hans de Goede1-0/+1
2014-07-14[media] tda10071: fix returned symbol rate calculationAntti Palosaari1-1/+1
2014-07-14[media] tda10071: fix spec inversion reportingAntti Palosaari1-2/+2
2014-07-14[media] tda10071: add missing DVB-S2/PSK-8 FEC AUTOAntti Palosaari1-0/+1