stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-10-13 09:56:39 to 2014-10-27 18:56:13 UTC [more...]

[3.13.y.z extended stable] Linux 3.13.11.10 stable review
 2014-10-27 18:56 UTC  (39+ messages)
` [PATCH 3.13 001/105] Bluetooth: Fix HCI H5 corrupted ack value
` [PATCH 3.13 002/105] dmaengine: fix xor sources continuation
` [PATCH 3.13 003/105] [media] siano: add support for PCTV 77e
` [PATCH 3.13 004/105] [media] em28xx-v4l: give back all active video buffers to the vb2 core properly on streaming stop
` [PATCH 3.13 005/105] [media] em28xx-v4l: fix video buffer field order reporting in progressive mode
` [PATCH 3.13 006/105] crypto: caam - fix addressing of struct member
` [PATCH 3.13 007/105] x86, fpu: shift drop_init_fpu() from save_xstate_sig() to handle_signal()
` [PATCH 3.13 008/105] x86, fpu: __restore_xstate_sig()->math_state_restore() needs preempt_disable()
` [PATCH 3.13 009/105] KVM: do not bias the generation number in kvm_current_mmio_generation
` [PATCH 3.13 010/105] kvm: fix potentially corrupt mmio cache
` [PATCH 3.13 011/105] kvm: x86: fix stale mmio cache bug
` [PATCH 3.13 012/105] UBIFS: fix free log space calculation
` [PATCH 3.13 013/105] Bluetooth: Fix issue with USB suspend in btusb driver
` [PATCH 3.13 014/105] mmc: rtsx_pci_sdmmc: fix incorrect last byte in R2 response
` [PATCH 3.13 015/105] KVM: s390: unintended fallthrough for external call
` [PATCH 3.13 016/105] UBI: add missing kmem_cache_free() in process_pool_aeb error path
` [PATCH 3.13 017/105] PCI: Increase IBM ipr SAS Crocodile BARs to at least system page size
` [PATCH 3.13 018/105] drbd: compute the end before rb_insert_augmented()
` [PATCH 3.13 019/105] Bluetooth: Fix setting correct security level when initiating SMP
` [PATCH 3.13 020/105] mmc: tmio: prevent endless loop in tmio_mmc_set_clock()
` [PATCH 3.13 021/105] iwlwifi: Add missing PCI IDs for the 7260 series
` [PATCH 3.13 022/105] [media] media: usb: uvc: add a quirk for Dell XPS M1330 webcam
` [PATCH 3.13 023/105] Revert "percpu: free percpu allocation info for uniprocessor system"
` [PATCH 3.13 024/105] USB: serial: cp210x: added Ketra N1 wireless interface support
` [PATCH 3.13 025/105] USB: cp210x: add support for Seluxit USB dongle
` [PATCH 3.13 026/105] PCI: Generate uppercase hex for modalias interface class
` [PATCH 3.13 027/105] PCI: mvebu: Fix uninitialized variable in mvebu_get_tgt_attr()
` [PATCH 3.13 028/105] xfs: ensure WB_SYNC_ALL writeback handles partial pages correctly
` [PATCH 3.13 029/105] [media] v4l2-common: fix overflow in v4l_bound_align_image()
` [PATCH 3.13 030/105] USB: Add device quirk for ASUS T100 Base Station keyboard
` [PATCH 3.13 031/105] mei: bus: fix possible boundaries violation
` [PATCH 3.13 032/105] firmware_class: make sure fw requests contain a name
` [PATCH 3.13 033/105] Drivers: hv: vmbus: Cleanup vmbus_post_msg()
` [PATCH 3.13 034/105] Drivers: hv: vmbus: Cleanup vmbus_teardown_gpadl()
` [PATCH 3.13 035/105] Drivers: hv: vmbus: Cleanup vmbus_establish_gpadl()
` [PATCH 3.13 036/105] Drivers: hv: vmbus: Fix a bug in vmbus_open()
` [PATCH 3.13 037/105] Drivers: hv: vmbus: Cleanup vmbus_close_internal()
` [PATCH 3.13 038/105] Drivers: hv: vmbus: Cleanup hv_post_message()

[PATCH v2 1/2] power: bq2415x_charger: Properly handle ENODEV from power_supply_get_by_phandle
 2014-10-27 17:44 UTC  (4+ messages)
` [PATCH v2 2/2] power: bq2415x_charger: Fix memory leak on DTS parsing error

[PATCH v4 1/4] mm/page_alloc: fix incorrect isolation behavior by rechecking migratetype
 2014-10-27 17:14 UTC  (9+ messages)
` [PATCH v4 2/4] mm/page_alloc: add freepage on isolate pageblock to correct buddy list
` [PATCH v4 3/4] mm/page_alloc: move migratetype recheck logic to __free_one_page()
` [PATCH v4 4/4] mm/page_alloc: restrict max order of merging on isolated pageblock

[PATCH] KVM: emulator: fix execution close to the segment limit
 2014-10-27 14:31 UTC 

Linux 3.12.31
 2014-10-27 12:25 UTC 

[PATCH] UBI: Fix invalid vfree()
 2014-10-26 23:46 UTC 

[PATCH 01/14] KVM: x86: Check non-canonical addresses upon WRMSR
 2014-10-25 23:51 UTC  (20+ messages)
` [PATCH 02/14] KVM: x86: Prevent host from panicking on shared MSR writes
` [PATCH 03/14] KVM: x86: Improve thread safety in pit
` [PATCH 04/14] KVM: x86: Fix wrong masking on relative jump/call
` [PATCH 05/14] KVM: x86: Emulator fixes for eip canonical checks on near branches
` [PATCH 06/14] KVM: x86: Handle errors when RIP is set during far jumps
` [PATCH 07/14] kvm: vmx: handle invvpid vm exit gracefully
` [PATCH 08/14] kvm: x86: don't kill guest on unknown exit reason
` [PATCH 09/14] KVM: x86: Decoding guest instructions which cross page boundary may fail
` [PATCH 10/14] KVM: emulate: avoid accessing NULL ctxt->memopp
` [PATCH 11/14] KVM: x86: Emulator does not decode clflush well
` [PATCH 12/14] KVM: x86: PREFETCH and HINT_NOP should have SrcMem flag
` [PATCH 13/14] kvm: fix excessive pages un-pinning in kvm_iommu_map error path

[PATCH v12 01/20] axonram: Fix bug in direct_access
 2014-10-24 21:20 UTC 

[PATCH v2 1/2] mm: free compound page with correct order
 2014-10-24 20:13 UTC  (6+ messages)
` [PATCH v2 2/2] mm: verify compound order when freeing a page

[PATCH] mfd: tc6393xb fail ohci suspend if full state restore is required
 2014-10-24 17:19 UTC 

[char-misc 3.10 backport] mei: bus: fix possible boundaries violation
 2014-10-23 10:32 UTC 

[PATCH] bitmap: Fix undefined shift in __bitmap_shift_{left|right}()
 2014-10-22 12:51 UTC 

[PATCH] bitmap: Fix undefined shift in __bitmap_shift_left()
 2014-10-22 12:48 UTC  (2+ messages)

[PATCH fixes v2] mfd: max77693: Fix always masked MUIC interrupts
 2014-10-22 11:37 UTC  (4+ messages)

[PATCH v2 RESEND] extcon: Fix sleeping in atomic context after connecting USB cable
 2014-10-22  9:46 UTC 

[PATCH] usb: serial: ftdi_sio: add Awinda Station and Dongle products
 2014-10-22  8:14 UTC  (3+ messages)

[PATCH RESEND] MIPS/loongson2_cpufreq: Fix CPU clock rate setting mismerge
 2014-10-21 21:19 UTC 

[PATCH v2 01/20] rtc: omap: fix clock-source configuration
 2014-10-21 17:37 UTC  (2+ messages)
  ` [PATCH v2 02/20] rtc: omap: fix missing wakealarm attribute

[PATCH] staging: comedi: fix memory leak / bad pointer freeing for chanlist
 2014-10-21  8:43 UTC  (3+ messages)

[PATCH 3.12 000/197] 3.12.31-stable review
 2014-10-20 17:13 UTC  (7+ messages)

[PATCH] Do not silently discard WRITE_SAME requests
 2014-10-20 15:10 UTC  (7+ messages)

[PATCH] power: charger-manager: Fix accessing invalidated thermal zone device after its unbind
 2014-10-20 14:17 UTC 

[PATCH 1/2] Revert "block: all blk-mq requests are tagged"
 2014-10-19 15:13 UTC  (2+ messages)
` [PATCH 2/2] scsi: set REQ_QUEUE for the blk-mq case

[PATCH 2/2 v3] initramfs: print error and shell out for unsupported content
 2014-10-19  7:18 UTC  (3+ messages)
` [PATCH 1/2 v4] initramfs: don't include filenames from the initramfs for make goals (dist)clean
  ` [PATCH 2/2 v4] initramfs: print error and shell out for unsupported content

[PATCH] tty: Prevent "read/write wait queue active!" log flooding
 2014-10-16 17:54 UTC 

[PATCH] serial: Fix divide-by-zero fault in uart_get_divisor()
 2014-10-16 17:46 UTC 

[3.13.y.z extended stable] Linux 3.13.11.9 stable review
 2014-10-16 14:22 UTC  (10+ messages)
` [PATCH 3.13 163/163] lzo: check for length overrun in variable length encoding

[PATCH v11 01/21] axonram: Fix bug in direct_access
 2014-10-16  7:52 UTC 

[resend Patch v3 1/2] kaslr: check if kernel location is changed
 2014-10-15 23:58 UTC  (17+ messages)

[patch for-3.17] mm, thp: fix collapsing of hugepages on madvise
 2014-10-15 21:13 UTC  (2+ messages)
` [patch resend] "

[PATCH] x86, apic: Handle a bad TSC more gracefully
 2014-10-15 17:12 UTC 

[RFT PATCH] power: bq2415x_charger: Properly handle ENODEV from power_supply_get_by_phandle
 2014-10-15 14:09 UTC  (5+ messages)

Linux 3.10.58
 2014-10-15 10:38 UTC  (2+ messages)

Linux 3.14.22
 2014-10-15 10:38 UTC  (2+ messages)

Linux 3.16.6
 2014-10-15 10:37 UTC  (2+ messages)

Linux 3.17.1
 2014-10-15 10:36 UTC  (2+ messages)

ARC backport for stable 3.14
 2014-10-15  9:26 UTC 

[3.13.y.z extended stable] Linux 3.13.11.9
 2014-10-14 21:17 UTC  (2+ messages)

[PATCH] pinctrl: baytrail: show output gpio state correctly on Intel Baytrail
 2014-10-14 18:19 UTC  (9+ messages)
  ` [PATCH v2] "

[PATCH 3/3] staging: comedi: usbduxfast: updated address details
 2014-10-14 16:59 UTC  (4+ messages)

[PATCH] staging: comedi: (regression) channel list must be set for COMEDI_CMD ioctl
 2014-10-14 16:53 UTC  (4+ messages)

[PATCH 2/3] staging: comedi: usbdux: updated contact details / comments
 2014-10-14 16:50 UTC  (3+ messages)

[PATCH 1/3] staging: comedi: usbduxsigma: updated contact details and status
 2014-10-14 16:49 UTC  (2+ messages)

[PATCH v2] extcon: Fix sleeping in atomic context after connecting USB cable
 2014-10-14 15:22 UTC 

[PATCH] fs: Add a missing permission check to do_umount
 2014-10-14 14:26 UTC  (4+ messages)

[RESEND PATCH v2 3/4] dmaengine: pl330: Fix NULL pointer dereference on probe failure
 2014-10-14 12:03 UTC  (4+ messages)
` [RESEND PATCH v2 4/4] dmaengine: pl330: Fix NULL pointer dereference on driver unbind

[PATCH 3.17 00/25] 3.17.1-stable review
 2014-10-14 10:37 UTC  (11+ messages)

[PATCH 3.14 00/37] 3.14.22-stable review
 2014-10-14  8:48 UTC  (7+ messages)
` [PATCH 3.14 36/37] crypto: caam - fix addressing of struct member

[PATCH 3.16 00/55] 3.16.6-stable review
 2014-10-13 20:32 UTC  (3+ messages)

[PATCH 3.10 00/16] 3.10.58-stable review
 2014-10-13 20:31 UTC  (3+ messages)

[PATCH 3.13, 3.14, 3.16, 3.17] rcu: Reduce rcu kthread wakeups
 2014-10-13 20:24 UTC 

[PATCH v2] usb: ffs: fix regression when quirk_ep_out_aligned_size flag is set
 2014-10-13 18:15 UTC  (5+ messages)
  ` [PATCH v3] "

[PATCH 00/97] Misc series of functional/performance fixes for 3.12-stable
 2014-10-13 15:17 UTC  (4+ messages)
` [PATCH 08/97] mm, thp: do not allow thp faults to avoid cpuset restrictions

[PATCH 1/2] power: charger-manager: Fix accessing invalidated power supply after fuel gauge unbind
 2014-10-13 13:34 UTC  (2+ messages)
` [PATCH 2/2] power: charger-manager: Fix accessing invalidated power supply after charger unbind


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).