All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-01 14:50:18 to 2018-03-01 15:24:20 UTC [more...]

[added to the 4.1 stable tree] Bluetooth: btusb: fix QCA Rome suspend/resume
 2018-03-01 15:22 UTC  (42+ messages)
` [added to the 4.1 stable tree] arm: KVM: Fix VTTBR_BADDR_MASK BUG_ON off-by-one
` [added to the 4.1 stable tree] more bio_map_user_iov() leak fixes
` [added to the 4.1 stable tree] arm64: Initialise high_memory global variable earlier
` [added to the 4.1 stable tree] x86/mm: Fix INVPCID asm constraint
` [added to the 4.1 stable tree] x86/mm: Add INVPCID helpers
` [added to the 4.1 stable tree] x86/mm: If INVPCID is available, use it to flush global mappings
` [added to the 4.1 stable tree] x86/mm: Add a 'noinvpcid' boot option to turn off INVPCID
` [added to the 4.1 stable tree] sched/core: Add switch_mm_irqs_off() and use it in the scheduler
` [added to the 4.1 stable tree] mm/mmu_context, sched/core: Fix mmu_context.h assumption
` [added to the 4.1 stable tree] x86/mm: Build arch/x86/mm/tlb.c even on !SMP
` [added to the 4.1 stable tree] ARM: Hide finish_arch_post_lock_switch() from modules
` [added to the 4.1 stable tree] sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()
` [added to the 4.1 stable tree] x86/irq: Do not substract irq_tlb_count from irq_call_count
` [added to the 4.1 stable tree] ALSA: hda - add support for docking station for HP 820 G2
` [added to the 4.1 stable tree] arm: kprobes: Align stack to 8-bytes in test code
` [added to the 4.1 stable tree] arm: kprobes: Fix the return address of multiple kretprobes
` [added to the 4.1 stable tree] cpuidle: Validate cpu_dev in cpuidle_add_sysfs()
` [added to the 4.1 stable tree] r8152: fix the list rx_done may be used without initialization
` [added to the 4.1 stable tree] net: qmi_wwan: Add USB IDs for MDM6600 modem on Motorola Droid 4
` [added to the 4.1 stable tree] crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutex
` [added to the 4.1 stable tree] usb: gadget: f_uvc: Sanity check wMaxPacketSize for SuperSpeed
` [added to the 4.1 stable tree] netfilter: nfnl_cthelper: fix runtime expectation policy updates
` [added to the 4.1 stable tree] usb: gadget: udc: remove pointer dereference after free
` [added to the 4.1 stable tree] netfilter: nfnl_cthelper: Fix memory leak
` [added to the 4.1 stable tree] scsi: lpfc: Fix PT2PT PRLI reject
` [added to the 4.1 stable tree] pinctrl: st: add irq_request/release_resources callbacks
` [added to the 4.1 stable tree] ARM: dts: ti: fix PCI bus dtc warnings
` [added to the 4.1 stable tree] KVM: x86: correct async page present tracepoint
` [added to the 4.1 stable tree] hwmon: (asus_atk0110) fix uninitialized data access
` [added to the 4.1 stable tree] HID: xinmo: fix for out of range for THT 2P arcade controller
` [added to the 4.1 stable tree] s390/qeth: no ETH header for outbound AF_IUCV
` [added to the 4.1 stable tree] net: Do not allow negative values for busy_read and busy_poll sysctl interfaces
` [added to the 4.1 stable tree] bna: avoid writing uninitialized data into hw registers
` [added to the 4.1 stable tree] i40e: Do not enable NAPI on q_vectors that have no rings
` [added to the 4.1 stable tree] irda: vlsi_ir: fix check for DMA mapping errors
` [added to the 4.1 stable tree] netfilter: nfnl_cthelper: fix a race when walk the nf_ct_helper_hash table
` [added to the 4.1 stable tree] ARM: dts: am335x-evmsk: adjust mmc2 param to allow suspend
` [added to the 4.1 stable tree] netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to register
` [added to the 4.1 stable tree] xhci: plat: Register shutdown for xhci_plat
` [added to the 4.1 stable tree] isdn: kcapi: avoid uninitialized data
` [added to the 4.1 stable tree] crypto: crypto4xx - increase context and scatter ring buffer elements

[RFC PATCH v4 0/7] KVM: x86: Allow Qemu/KVM to use PVH entry point
 2018-03-01 15:23 UTC  (8+ messages)
` [RFC PATCH v4 1/7] xen/pvh: Split CONFIG_XEN_PVH into CONFIG_PVH and CONFIG_XEN_PVH
` [RFC PATCH v4 6/7] xen/pvh: Add memory map pointer to hvm_start_info struct
  ` [Xen-devel] "

[PATCH v2 0/6] kconfig: some clean-ups and rename silentoldconfig
 2018-03-01 15:23 UTC  (9+ messages)
` [PATCH v2 5/6] kconfig: invoke oldconfig instead of silentoldconfig from local*config
      ` [PATCH] kconfig: remove redundant streamline_config.pl prerequisite

[added to the stable tree] Bluetooth: btusb: fix QCA Rome suspend/resume
 2018-03-01 15:20 UTC  (57+ messages)
` [added to the stable tree] more bio_map_user_iov() leak fixes
` [added to the stable tree] arm: KVM: Fix VTTBR_BADDR_MASK BUG_ON off-by-one
` [added to the stable tree] x86/mm: Add INVPCID helpers
` [added to the stable tree] arm64: Initialise high_memory global variable earlier
` [added to the stable tree] x86/mm: Fix INVPCID asm constraint
` [added to the stable tree] x86/mm: Add a 'noinvpcid' boot option to turn off INVPCID
` [added to the stable tree] x86/mm: If INVPCID is available, use it to flush global mappings
` [added to the stable tree] mm/mmu_context, sched/core: Fix mmu_context.h assumption
` [added to the stable tree] sched/core: Add switch_mm_irqs_off() and use it in the scheduler
` [added to the stable tree] x86/mm: Build arch/x86/mm/tlb.c even on !SMP
` [added to the stable tree] sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()
` [added to the stable tree] ARM: Hide finish_arch_post_lock_switch() from modules
` [added to the stable tree] ALSA: hda - add support for docking station for HP 820 G2
` [added to the stable tree] x86/irq: Do not substract irq_tlb_count from irq_call_count
` [added to the stable tree] arm: kprobes: Fix the return address of multiple kretprobes
` [added to the stable tree] cpuidle: Validate cpu_dev in cpuidle_add_sysfs()
` [added to the stable tree] arm: kprobes: Align stack to 8-bytes in test code
` [added to the stable tree] r8152: fix the list rx_done may be used without initialization
` [added to the stable tree] crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutex
` [added to the stable tree] net: qmi_wwan: Add USB IDs for MDM6600 modem on Motorola Droid 4
` [added to the stable tree] usb: gadget: f_uvc: Sanity check wMaxPacketSize for SuperSpeed
` [added to the stable tree] usb: gadget: udc: remove pointer dereference after free
` [added to the stable tree] netfilter: nfnl_cthelper: fix runtime expectation policy updates
` [added to the stable tree] pinctrl: st: add irq_request/release_resources callbacks
` [added to the stable tree] netfilter: nfnl_cthelper: Fix memory leak
` [added to the stable tree] KVM: x86: correct async page present tracepoint
` [added to the stable tree] scsi: lpfc: Fix PT2PT PRLI reject
` [added to the stable tree] ARM: dts: ti: fix PCI bus dtc warnings
` [added to the stable tree] HID: xinmo: fix for out of range for THT 2P arcade controller
` [added to the stable tree] hwmon: (asus_atk0110) fix uninitialized data access
` [added to the stable tree] s390/qeth: no ETH header for outbound AF_IUCV
` [added to the stable tree] net: Do not allow negative values for busy_read and busy_poll sysctl interfaces
` [added to the stable tree] bna: avoid writing uninitialized data into hw registers
` [added to the stable tree] i40e: Do not enable NAPI on q_vectors that have no rings
` [added to the stable tree] netfilter: nfnl_cthelper: fix a race when walk the nf_ct_helper_hash table
` [added to the stable tree] irda: vlsi_ir: fix check for DMA mapping errors
` [added to the stable tree] netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to register
` [added to the stable tree] isdn: kcapi: avoid uninitialized data
` [added to the stable tree] ARM: dts: am335x-evmsk: adjust mmc2 param to allow suspend
` [added to the stable tree] ARM: dma-mapping: disallow dma_get_sgtable() for non-kernel managed memory
` [added to the stable tree] xhci: plat: Register shutdown for xhci_plat
` [added to the stable tree] cpuidle: powernv: Pass correct drv->cpumask for registration
` [added to the stable tree] backlight: pwm_bl: Fix overflow condition
` [added to the stable tree] crypto: crypto4xx - increase context and scatter ring buffer elements
` [added to the stable tree] net: phy: at803x: Change error to EINVAL for invalid MAC
` [added to the stable tree] PCI: Avoid bus reset if bridge itself is broken
` [added to the stable tree] scsi: cxgb4i: fix Tx skb leak
` [added to the stable tree] PCI: Create SR-IOV virtfn/physfn links before attaching driver
` [added to the stable tree] igb: check memory allocation failure
` [added to the stable tree] PCI/AER: Report non-fatal errors only to the affected endpoint
` [added to the stable tree] ixgbe: fix use of uninitialized padding
` [added to the stable tree] scsi: lpfc: Fix secure firmware updates
` [added to the stable tree] fm10k: ensure we process SM mbx when processing VF mbx
` [added to the stable tree] scsi: lpfc: PLOGI failures during NPIV testing
` [added to the stable tree] rtc: set the alarm to the next expiring timer
` [added to the stable tree] tcp: fix under-evaluated ssthresh in TCP Vegas

[PATCH] sound/pci/ice1712: replace strcpy() with scnprintf()
 2018-03-01 15:22 UTC  (5+ messages)
  ` [PATCH v2] sound/pci/ice1712: replace strcpy() with strlcpy()

[PATCH 00/11] Make all concurrent queue flag manipulations safe
 2018-03-01 15:22 UTC  (5+ messages)
` [PATCH 04/11] block: Protect queue flag changes with the queue lock

[RFC PATCH 0/4] softirq: Per vector threading v3
 2018-03-01 15:21 UTC  (3+ messages)

[PATCH 4/4] qmimodem: get LTE default bearer APN from modem
 2018-03-01 15:20 UTC  (3+ messages)

[PATCH] drm/amd/amdgpu: Mask rptr as well in ring debugfs
 2018-03-01 15:20 UTC  (3+ messages)

CRC warnings
 2018-03-01 15:19 UTC 

[PATCH - JACK PCM plugin] jack: Do not Xrun the ALSA buffer
 2018-03-01 15:19 UTC  (3+ messages)
` [PATCH - JACK PCM plugin] Xrun handling

[lkp-robot] [printk] c162d5b433: BUG:KASAN:use-after-scope_in_c
 2018-03-01 15:19 UTC  (3+ messages)

[PATCH V2] nvme-pci: assign separate irq vectors for adminq and ioq0
 2018-03-01 15:15 UTC  (8+ messages)

[PATCH] Coccinelle: memdup: Fix typo in warning messages
 2018-03-01 15:14 UTC  (3+ messages)
` [Outreachy kernel] "

[PATCH v3 0/6] jailhouse: Enhance secondary Jailhouse guest support /wrt PCI
 2018-03-01 15:13 UTC  (3+ messages)
` [PATCH v3 4/6] x86: Consolidate PCI_MMCONFIG configs

[PATCH] x86/MSR: Move native_* variants to msr.h
 2018-03-01 15:13 UTC 

[U-Boot] [UBOOT PATCH v2 0/2] arm64: zynqmp: mmc: Moved mmc u-boot headers to the Kconfig
 2018-03-01 15:13 UTC  (4+ messages)
  ` [U-Boot] [UBOOT PATCH v2 2/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI1

Do we need to disable preemption in flush_tlb_range()?
 2018-03-01 15:13 UTC  (2+ messages)

[RFC PATCH] riscv/locking: Strengthen spin_lock() and spin_unlock()
 2018-03-01 15:11 UTC  (9+ messages)

Ofono LTE modems and connman services
 2018-03-01 15:11 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/5] block: fix blk_aio_*() segfault when blk->root == NULL
 2018-03-01 15:09 UTC  (2+ messages)

[PATCH] mm/page_alloc: fix memmap_init_zone pageblock alignment
 2018-03-01 15:09 UTC  (4+ messages)

[PATCH v2 0/2] Add power control for pcie-histb driver
 2018-03-01 15:09 UTC  (5+ messages)
` [PATCH v2 2/2] PCI: histb: add an optional regulator for PCIe port power control

[PATCH] lightnvm: pblk: refactor init/exit sequences
 2018-03-01 15:08 UTC  (2+ messages)

[Problem] test_must_fail makes possibly questionable assumptions about exit_code
 2018-03-01 15:08 UTC  (11+ messages)

[Qemu-devel] [PATCH 0/7] RFC: ovmf: preliminary TPM2 support
 2018-03-01 15:08 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/7] ovmf: link with Tcg2ConfigPei module
  ` [Qemu-devel] [edk2] "
` [Qemu-devel] [PATCH 4/7] ovmf: link with Tcg2Pei module
  ` [Qemu-devel] [edk2] "

[U-Boot] [UBOOT PATCH v2 0/2] mmc: Added Kconfig support to set minimum and maximum frequency of the mmc controller
 2018-03-01 15:08 UTC  (2+ messages)

[PATCH 0/1] vfio-ccw: be less trusting
 2018-03-01 15:07 UTC  (4+ messages)
` [PATCH 1/1] vfio-ccw: fence off transport mode

Bug#891773: Related bug #871229 (but it didn't break my system))
 2018-03-01 15:06 UTC  (3+ messages)

[PATCH] pseudo: update to latest master
 2018-03-01 15:06 UTC  (2+ messages)

[Bug 105300] amd-staging-drm-next-git 4.16 & RX 560 DL-DVI: corruption with refreshrates >73Hz when DPM changing VRAM clock
 2018-03-01 15:06 UTC  (2+ messages)

[PATCH net-next 0/9] sctp: clean up sctp_sendmsg
 2018-03-01 15:05 UTC  (20+ messages)
` [PATCH net-next 1/9] sctp: factor out sctp_sendmsg_to_asoc from sctp_sendmsg
  ` [PATCH net-next 2/9] sctp: factor out sctp_sendmsg_new_asoc "
    ` [PATCH net-next 3/9] sctp: factor out sctp_sendmsg_check_sflags "
      ` [PATCH net-next 4/9] sctp: factor out sctp_sendmsg_get_daddr "
        ` [PATCH net-next 5/9] sctp: factor out sctp_sendmsg_parse "
          ` [PATCH net-next 6/9] sctp: factor out sctp_sendmsg_update_sinfo "
            ` [PATCH net-next 7/9] sctp: remove the unnecessary transport looking up "
              ` [PATCH net-next 8/9] sctp: improve some variables in sctp_sendmsg
                ` [PATCH net-next 9/9] sctp: adjust some codes in a better order "

[PATCH 00/23] kconfig: move compiler capability tests to Kconfig
 2018-03-01 15:05 UTC  (5+ messages)
` [PATCH 03/23] kconfig: add xstrdup() helper
` [PATCH 04/23] kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_list

[PATCH 1/4] qmi: add LTE atom driver
 2018-03-01 15:06 UTC  (3+ messages)

ref-filter: how to improve the code
 2018-03-01 15:04 UTC  (4+ messages)

[PATCH] nvme_fc: fix abort race on teardown with lld reject
 2018-03-01 15:04 UTC  (4+ messages)
` [PATCH] nvmet_fc: prevent new io rqsts in possible isr completions

[PATCH v3 0/4] Split page_type out from mapcount
 2018-03-01 15:02 UTC  (7+ messages)

[PATCH 00/11] APEI in_nmi() rework and arm64 SDEI wire-up
 2018-03-01 15:01 UTC  (5+ messages)
` [PATCH 02/11] ACPI / APEI: Generalise the estatus queue's add/remove and notify code

[PATCH v2 1/1] drm/i915/uc: Make GuC/HuC fw fetch and loading functions/file structure symmetric
 2018-03-01 15:01 UTC  (3+ messages)

[dm-crypt] dm-crypt overhead
 2018-03-01 14:59 UTC  (3+ messages)

[PATCH v2 0/4] x86/kvm/hyper-v: More fixes for TSC page clocksource for Hyper-V on KVM
 2018-03-01 14:59 UTC  (3+ messages)
` [PATCH v2 3/3] x86/kvm/hyper-v: inject #GP only when invalid SINTx vector is unmasked

[U-Boot] [UBOOT PATCH v2 0/2] microblaze: Moved U-boot headers to Kconfig
 2018-03-01 14:57 UTC  (5+ messages)
` [U-Boot] [UBOOT PATCH v2 2/2] microblaze: wdt: Added Kconfig support for CONFIG_XILINX_TB_WATCHDOG
` [U-Boot] [UBOOT PATCH v2 1/2] microblaze: Added Kconfig support for CONFIG_XILINX_GPIO

[PATCH v2] kernel-devsrc: restructure for out of tree (and on target) module builds
 2018-03-01 14:57 UTC  (8+ messages)

[PATCH v2 1/9] lib/test_printf: Mark big constant with ULL
 2018-03-01 14:56 UTC  (6+ messages)
` [PATCH v2 8/9] lib/vsprintf: Remove useless NULL checks

[tisdk-setup-scripts][PATCH] setup-package-install: select u-boot-tools for Ubuntu 16.04
 2018-03-01 14:55 UTC 

[meta-raspberrypi] linux kernel rt
 2018-03-01 14:55 UTC  (15+ messages)

[PATCH 0/4] Fix long standing -EOPNOTSUPP problem caused by
 2018-03-01 14:53 UTC  (2+ messages)

[PATCH] drm/i915: don't leak the pin_map on error
 2018-03-01 14:55 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[Qemu-devel] [PATCH v2 0/4] vl: introduce vm_shutdown()
 2018-03-01 14:54 UTC  (3+ messages)

[CI 1/2] drm/i915/icl: Prepare for more rings
 2018-03-01 14:50 UTC  (2+ messages)
` ✗ Fi.CI.IGT: warning for series starting with [CI,1/2] "

[PATCH] dt-bindings: PCI: MediaTek: fix dtc warnings
 2018-03-01 14:50 UTC  (4+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.