summaryrefslogtreecommitdiffstats
path: root/drivers/tty (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-30pcmcia: replace open-coded ARRAY_SIZE with macroJim Cromie1-1/+1
2015-05-29dm: fix casting bug in dm_merge_bvec()Joe Thornber1-5/+12
2015-05-29dm: fix reload failure of 0 path multipath mapping on blk-mq devicesJunichi Nomura1-7/+9
2015-05-29dm: fix false warning in free_rq_clone() for unmapped requestsMike Snitzer1-5/+3
2015-05-29ARM: multi_v7_defconfig: Replace CONFIG_USB_ISP1760_HCD by CONFIG_USB_ISP1760Geert Uytterhoeven1-1/+1
2015-05-29ALSA: hda - Fix lost sound due to stream_pm ops cleanupTakashi Iwai2-0/+2
2015-05-29scripts/gdb: fix lx-lsmod refcntAdrien Schildknecht1-8/+1
2015-05-29omfs: fix potential integer overflow in allocatorBob Copeland1-1/+1
2015-05-29omfs: fix sign confusion for bitmap loop counterBob Copeland1-1/+2
2015-05-29omfs: set error return when d_make_root() failsBob Copeland1-1/+3
2015-05-29fs, omfs: add NULL terminator in the end up the token listSasha Levin1-1/+2
2015-05-29MAINTAINERS: update CAPABILITIES patternJoe Perches1-1/+0
2015-05-29fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton1-1/+1
2015-05-29tracing/mm: don't trace mm_page_pcpu_drain on offline cpusShreyas B. Prabhu1-1/+24
2015-05-29tracing/mm: don't trace mm_page_free on offline cpusShreyas B. Prabhu1-1/+13
2015-05-29tracing/mm: don't trace kmem_cache_free on offline cpusShreyas B. Prabhu1-2/+13
2015-05-29drm/nouveau/gr/gm204: remove a stray printkBen Skeggs1-1/+0
2015-05-29drm/nouveau/devinit/gm100-: force devinit table execution on boards without P...Ben Skeggs4-3/+6
2015-05-29drm/nouveau/devinit/gf100: make the force-post condition more obviousBen Skeggs1-1/+4
2015-05-29drm/nouveau/gr/gf100-: fix wrong constant definitionLars Seipel1-1/+1
2015-05-29xfs: fix broken i_nlink accounting for whiteout tmpfile inodeBrian Foster1-2/+8
2015-05-28xfs: xfs_iozero can return positive errnoDave Chinner1-1/+1
2015-05-28xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner4-47/+58
2015-05-28xfs: extent size hints can round up extents past MAXEXTLENDave Chinner1-12/+19
2015-05-28xfs: inode and free block counters need to use __percpu_counter_compareDave Chinner1-14/+20
2015-05-28percpu_counter: batch size aware __percpu_counter_compare()Dave Chinner2-4/+15
2015-05-28xfs: use percpu_counter_read_positive for mp->m_icountGeorge Wang1-3/+6
2015-05-28drm/radeon: partially revert "fix VM_CONTEXT*_PAGE_TABLE_END_ADDR handling"Christian König6-6/+6
2015-05-28ALSA: hda - Disable Headphone Mic boost for ALC662David Henningsson1-0/+5
2015-05-28md: fix race when unfreezing sync_actionNeilBrown1-6/+8
2015-05-28md/raid5: break stripe-batches when the array has failed.NeilBrown1-0/+1
2015-05-28md/raid5: call break_stripe_batch_list from handle_stripe_clean_eventNeilBrown1-57/+4
2015-05-28md/raid5: be more selective about distributing flags across batch.NeilBrown2-12/+45
2015-05-28md/raid5: add handle_flags arg to break_stripe_batch_list.NeilBrown1-4/+8
2015-05-28md/raid5: duplicate some more handle_stripe_clean_event code in break_stripe_...NeilBrown1-3/+16
2015-05-28md/raid5: remove condition test from check_break_stripe_batch_list.NeilBrown1-8/+4
2015-05-28md/raid5: Ensure a batch member is not handled prematurely.NeilBrown1-1/+5
2015-05-28cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell5-65/+37
2015-05-28md/raid5: close race between STRIPE_BIT_DELAY and batching.NeilBrown2-3/+25
2015-05-28md/raid5: ensure whole batch is delayed for all required bitmap updates.NeilBrown1-0/+9
2015-05-28PCI / ACPI: Do not set ACPI companions for host bridges with parentsRafael J. Wysocki2-6/+20
2015-05-27dm: requeue from blk-mq dm_mq_queue_rq() using BLK_MQ_RQ_QUEUE_BUSYMike Snitzer1-4/+6
2015-05-27dm mpath: fix leak of dm_mpath_io structure in blk-mq .queue_rq error pathMike Snitzer1-1/+3
2015-05-27ALSA: hda - Disable power_save_node for IDT92HD71bxxTakashi Iwai1-1/+2
2015-05-27sctp: Fix mangled IPv4 addresses on a IPv6 listening socketJason Gunthorpe1-2/+5
2015-05-27net_sched: invoke ->attach() after setting dev->qdiscWANG Cong1-4/+6
2015-05-27xen-netfront: properly destroy queues when removing deviceDavid Vrabel1-13/+2
2015-05-27drm/radeon/audio: make sure connector is valid in hotplug caseAlex Deucher1-2/+3
2015-05-27mlx4_core: Fix fallback from MSI-X to INTxBenjamin Poirier1-2/+7
2015-05-27lguest: fix out-by-one error in address checking.Rusty Russell1-1/+1