All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-02-06 09:48:34 to 2017-02-06 10:32:01 UTC [more...]

tip: demise of tsk_cpus_allowed() and tsk_nr_cpus_allowed()
 2017-02-06 10:31 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4] POWER9 TCG enablements - part14
 2017-02-06 10:30 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] target-ppc: implement load atomic instruction
` [Qemu-devel] [PATCH 2/4] target-ppc: implement store "
` [Qemu-devel] [PATCH 3/4] target-ppc: Add xsmaxcdp and xsmincdp instructions
` [Qemu-devel] [PATCH 4/4] target-ppc: Add xsmaxjdp and xsminjdp instructions

[Qemu-devel] [PATCH v1 3/6] qemu-img: add support for -n arg to dd command
 2017-02-06 10:31 UTC  (11+ messages)

[PATCHv4 0/9] video/exynos/sti/cec: add HPD state notifier & use in drivers
 2017-02-06 10:29 UTC  (16+ messages)
` [PATCHv4 1/9] video: add hotplug detect notifier support
` [PATCHv4 2/9] exynos_hdmi: add HPD "
` [PATCHv4 3/9] cec: integrate "
` [PATCHv4 4/9] ARM: dts: exynos: add HDMI controller phandle to exynos4.dtsi
` [PATCHv4 5/9] s5p-cec.txt: document the HDMI controller phandle
` [PATCHv4 6/9] s5p-cec: add hpd-notifier support, move out of staging
` [PATCHv4 7/9] sti: hdmi: add HPD notifier support
` [PATCHv4 8/9] stih-cec: "
  ` [PATCHv4 9/9] arm: sti: update sti-cec for "

rtlwifi: rtl8192c_common: "BUG: KASAN: slab-out-of-bounds"
 2017-02-06 10:29 UTC  (4+ messages)

[PATCH 0/5] DRM OF graph clean-up
 2017-02-06 10:29 UTC  (12+ messages)
` [PATCH 2/5] drm: of: introduce drm_of_find_panel_or_bridge
` [PATCH 3/5] drm: convert drivers to use of_graph_get_remote_node
` [PATCH 4/5] drm: convert drivers to use drm_of_find_panel_or_bridge

[PATCH v4 00/12] fuzz: update x86emul fuzzer
 2017-02-06 10:29 UTC  (2+ messages)

[PATCH] pinctrl: sunxi: make sun5i explicitly non-modular
 2017-02-06 10:29 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/10] zynq: clk: Move zynq platform to clock framework
 2017-02-06 10:29 UTC  (3+ messages)

[PATCH 00/39] megaraid_sas: Updates for scsi-next
 2017-02-06 10:29 UTC  (48+ messages)
` [PATCH 01/39] Revert "scsi: megaraid_sas: Enable or Disable Fast path based on the PCI Threshold Bandwidth"
` [PATCH 02/39] megaraid_sas: cpu select rework
` [PATCH 03/39] megaraid_sas: raid 1 fast path code optimize
` [PATCH 04/39] megaraid_sas: 32 bit descriptor fire cmd optimization
` [PATCH 05/39] megaraid_sas: Refactor MEGASAS_IS_LOGICAL macro using sdev
` [PATCH 06/39] megaraid_sas: RAID map is accessed for SYS PDs when use_seqnum_jbod_fp is not set
` [PATCH 07/39] megaraid_sas: Use DID_REQUEUE
` [PATCH 08/39] megaraid_sas: megasas_get_request_descriptor always return valid desc
` [PATCH 09/39] megaraid_sas: NVME Interface detection and prop settings
` [PATCH 10/39] megaraid_sas: NVME interface target prop added
` [PATCH 11/39] "
` [PATCH 12/39] megaraid_sas: raid 1 write performance for large io
` [PATCH 13/39] megaraid_sas : set residual bytes count during IO compeltion
` [PATCH 14/39] megaraid_sas: enhance debug logs in OCR context
` [PATCH 15/39] megaraid_sas: add print in device removal path
` [PATCH 16/39] megaraid_sas: reduce size of fusion_context and use vmalloc if kmalloc fails
` [PATCH 17/39] megaraid_sas: In validate raid map, raid capability is not converted to cpu format for all lds
` [PATCH 18/39] megaraid_sas: MR_TargetIdToLdGet u8 to u16 and avoid invalid raid-map access
` [PATCH 19/39] megaraid_sas: Big endian RDPQ mode fix
` [PATCH 20/39] megaraid_sas: big endian support changes
` [PATCH 21/39] megaraid_sas: avoid unaligned access in ioctl path
` [PATCH 22/39] megaraid_sas: latest controller OCR capability from FW before sending shutdown DCMD
` [PATCH 23/39] megaraid_sas: set pd_after_lb from MR_BuildRaidContext and initialize pDevHandle to MR_DEVHANDLE_INVALID
` [PATCH 24/39] megaraid_sas: Change max_cmd from u32 to u16 in all functions
` [PATCH 25/39] megaraid_sas: update can_queue only if the new value is less
` [PATCH 26/39] megaraid_sas: max_fw_cmds are decremented twice, remove duplicate
` [PATCH 27/39] megaraid_sas: megasas_return_cmd does not memset IO frame to zero
` [PATCH 28/39] megaraid_sas: Remove unused pd_index from megasas_build_ld_nonrw_fusion
` [PATCH 29/39] megaraid_sas: Do not set fp_possible if TM capable for non-RW syspdIO, change fp_possible to bool
` [PATCH 30/39] megaraid_sas: During OCR, if get_ctrl_info fails do not continue with OCR
` [PATCH 31/39] megaraid_sas: Change build_mpt_mfi_pass_thru to return void
` [PATCH 32/39] megaraid_sas: Bail out the driver load if ld_list_query fails
` [PATCH 33/39] megaraid_sas: call flush_scheduled_work during controller shutdown/detach
` [PATCH 34/39] megaraid_sas: Use synchronize_irq to wait for IRQs to complete
` [PATCH 35/39] megaraid_sas: Increase internal command pool
` [PATCH 36/39] megaraid_sas: Cleanup VD_EXT_DEBUG and SPAN_DEBUG related debug prints
` [PATCH 37/39] megaraid_sas: Indentation and smatch warning fixes
` [PATCH 38/39] megaraid_sas: Change RAID_1_10_RMW_CMDS to RAID_1_PEER_CMDS and set value to 2
` [PATCH 39/39] megaraid_sas: driver version upgrade

[PATCH 1/2] mbuf: fix bitmask of Tx offload flags
 2017-02-06 10:28 UTC  (7+ messages)
` [PATCH v2 0/5] fix bitmask of supported Tx flags
  ` [PATCH v2 2/5] net/i40e: "

[PATCH v3 00/24] i.MX Media Driver
 2017-02-06 10:27 UTC  (12+ messages)
` [PATCH v3 12/24] add mux and video interface bridge entity functions
` [PATCH v3 13/24] platform: add video-multiplexer subdevice driver

[PATCH] drm: Micro-optimise drm_mm_for_each_node_in_range()
 2017-02-06 10:27 UTC  (3+ messages)

[PATCH 1/3] thermal: devfreq: Simplify expression
 2017-02-06 10:26 UTC  (3+ messages)
` [PATCH 2/3] thermal: cpu_cooling: Check OPP for errors
` [PATCH 3/3] thermal: devfreq: "

[PATCHSET 0/3] perf diff: Introduce delta-abs compute method
 2017-02-06 10:26 UTC  (2+ messages)

dom0pvh issue with XEN 4.8.0
 2017-02-06 10:25 UTC  (3+ messages)

[Xenomai] Build simple application with Xenomai 3.x
 2017-02-06 10:25 UTC  (2+ messages)

[PATCH i-g-t v2] tests: Clean up shell scripts
 2017-02-06 10:25 UTC 

[PATCH v2 00/15] next-eventdev: event/sw software eventdev
 2017-02-06 10:25 UTC  (6+ messages)
  ` [PATCH v2 07/15] event/sw: add support for event queues

[U-Boot] [PATCH] microblaze: Fix endif macro command
 2017-02-06 10:25 UTC 

[B.A.T.M.A.N.] [PATCH 0/6] batman-adv: broadcast packet aggregation
 2017-02-06 10:25 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCH 5/6] batman-adv: restructure rebroadcast counter into forw_packet API

[PATCH] drm/i915: Re-enable aliasing PPGTT mode
 2017-02-06 10:14 UTC  (6+ messages)
` ✗ Fi.CI.BAT: warning for "

Build regressions/improvements in v4.10-rc7
 2017-02-06 10:21 UTC 

[PATCH 1/2] netlink.7: Update libnl homepage URL
 2017-02-06 10:21 UTC  (5+ messages)

[PATCH] gpio: dwapb: Add support for next generation of X-Gene SoC
 2017-02-06 10:21 UTC  (2+ messages)

[Qemu-devel] Non-flat command line option argument syntax
 2017-02-06 10:20 UTC  (6+ messages)

[Qemu-devel] [PATCH v3 2/3] qemu-io: Add regression tests
 2017-02-06 10:20 UTC  (2+ messages)

vhost user MTU and promisc mode
 2017-02-06 10:19 UTC  (2+ messages)

[PATCH 0/2] Remove unneeded stddef.h includes
 2017-02-06 10:19 UTC  (3+ messages)
` [PATCH 1/2] libceph: Remove unneeded stddef.h include

[PATCH v14 0/9] x86: multiboot2 protocol support
 2017-02-06 10:18 UTC  (3+ messages)
` [PATCH v14 4/9] x86: add multiboot2 protocol support for EFI platforms

Fwd: Regression: Line6 Toneport stops working on 4.10-rc5
 2017-02-06 10:18 UTC 

git/git-scm.com GH Issue Tracker
 2017-02-06 10:18 UTC  (2+ messages)

[U-Boot] [PATCH v3 00/13] sunxi: Allwinner H5 and OrangePi PC2 support
 2017-02-06 10:18 UTC  (8+ messages)
` [U-Boot] [PATCH v3 09/13] sunxi: DRAM: add Allwinner H5 support
    ` [U-Boot] [linux-sunxi] "
` [U-Boot] [PATCH v3 12/13] sunxi: dts: add basic OrangePi PC 2 device tree file

[PATCH i-g-t] tests/gem_exec_reloc: Call igt_(dis)allow_hang inside subtest block
 2017-02-06 10:16 UTC 

linux-next: build warnings after merge of the crypto tree
 2017-02-06 10:15 UTC  (3+ messages)

[Qemu-devel] TCG semantics
 2017-02-06 10:14 UTC  (3+ messages)

[PATCH 1/2] selftests/powerpc: Refactor the AUXV routines
 2017-02-06 10:13 UTC  (2+ messages)
` [PATCH 2/2] selftests/powerpc: Add cache_shape sniff test

[PATCH 0/4] git-prompt.sh: Full patch for submodule indicator
 2017-02-06 10:13 UTC  (8+ messages)
` [PATCH 1/4] git-prompt.sh: add "

[PATCH v3 0/7] drm: Add support for tiny LCD displays
 2017-02-06 10:12 UTC  (10+ messages)
` [PATCH v3 1/7] drm: Add DRM "
` [PATCH v3 2/7] drm/tinydrm: Add helper functions

[tip:WIP.sched/core 118/167] arch/sh/kernel/cpu/sh2a/fpu.c:559:1: note: in expansion of macro 'BUILD_TRAP_HANDLER'
 2017-02-06 10:19 UTC 

[Qemu-devel] [Bug 1661386] [NEW] Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed
 2017-02-06 10:02 UTC  (2+ messages)
` [Qemu-devel] [Bug 1661386] "

[PATCH tip/master 0/2] kprobes: trivial cleanups
 2017-02-06 10:10 UTC  (5+ messages)
` [PATCH tip/master 1/2] arm64: kprobes: Remove redundant dependency in Kconfig
  ` [tip:perf/core] kprobes/arm64: Remove a redundant dependency from the Kconfig
` [PATCH tip/master 2/2] kprobes: x86: Use hlist_for_each_entry() for first loop
  ` [tip:perf/core] kprobes/x86: Use hlist_for_each_entry() instead of hlist_for_each_entry_safe()

[Qemu-devel] [PATCH] hw/vfio/pci-quirks: Set category of the "vfio-pci-igd-lpc-bridge" device
 2017-02-06 10:09 UTC  (3+ messages)

[PATCH iproute2/net-next 0/7] tc: flower: Masked ICMP match and ND match
 2017-02-06 10:09 UTC  (6+ messages)
` [PATCH iproute2/net-next 7/7] tc: flower: Support matching on ND
        ` [oss-drivers] "

[PATCH] pinctrl: sunxi: Remove stray printk call in sun5i driver's probe function
 2017-02-06 10:08 UTC  (3+ messages)

[PATCH 00/27] Netfilter updates for net-next
 2017-02-06 10:08 UTC  (3+ messages)
` [PATCH 24/27] netfilter: guarantee 8 byte minalign for template addresses

[PATCH v2 0/2] mac80211: use crypto shash for AES cmac
 2017-02-06 10:08 UTC  (4+ messages)

[PATCH] mfd: stm32-timers: fix driver removal
 2017-02-06 10:07 UTC  (3+ messages)

[PATCH 0/2] pinctrl: sunxi: Merge A31s pinctrl driver with A31
 2017-02-06 10:07 UTC  (10+ messages)
` [PATCH 1/2] pinctrl: sunxi: Support A31/A31s with pinctrl variants
` [PATCH 2/2] pinctrl: sunxi: Remove redundant A31s pinctrl driver

[PATCH net-next] virtio: Fix affinity for >32 VCPUs
 2017-02-06 10:06 UTC  (2+ messages)

[PATCH RESEND 0/3] arm64: Add ARCH_THUNDER2
 2017-02-06 10:06 UTC  (4+ messages)
` [PATCH RESEND 1/3] arm64: add THUNDER2 processor family

[PATCH v3] ath10k: Fix crash during rmmod when probe firmware fails
 2017-02-06 10:04 UTC  (5+ messages)

[PATCH] pinctrl: samsung: mark PM functions as __maybe_unused
 2017-02-06 10:04 UTC  (3+ messages)

[PATCH 0/3] Add some missing pkgconfig inherits
 2017-02-06 10:04 UTC  (4+ messages)
` [PATCH 1/3] pong-clock: Add missing 'inherit pkgconfig'
` [PATCH 2/3] latencytop: "
` [PATCH 3/3] qemu: "

[distros-debian-sid test] 68520: tolerable trouble: blocked/broken/fail/pass
 2017-02-06 10:04 UTC 

[PATCH -next] drm: mxsfb: Make local symbol mxsfb_funcs static
 2017-02-06 10:02 UTC  (3+ messages)

[PATCH -next] ACPI/IORT: Fix the error return code in iort_add_smmu_platform_device()
 2017-02-06 10:04 UTC  (2+ messages)

[PATCH] gpio: Add GPIO support for the ACCES PCI-IDIO-16
 2017-02-06 10:01 UTC  (2+ messages)

[Qemu-devel] [PATCH v7 0/2] Qemu: gdbstub: fix vCont
 2017-02-06 10:00 UTC  (5+ messages)
` [Qemu-devel] [PATCH v7 1/2] move vm_start to cpus.c
` [Qemu-devel] [PATCH v7 2/2] gdbstub: Fix vCont behaviour

[PATCH] mkfs.f2fs: check the c.overprovision with zero before using it
 2017-02-06  9:58 UTC 

Reading network data from netback.c
 2017-02-06  9:57 UTC  (2+ messages)

[PATCH v3 0/2] iov_iter: allow iov_iter_get_pages_alloc to allocate more pages per call
 2017-02-06  9:57 UTC  (13+ messages)
                    ` [lustre-devel] "

[B.A.T.M.A.N.] [PATCH v7 1/5] batman-adv: prevent multiple ARP replies sent by gateways if dat enabled
 2017-02-06  9:56 UTC  (2+ messages)

[PATCH 1/4] PCI: add DT bindings for Cortina Gemini PCI Host Bridge
 2017-02-06  9:55 UTC  (6+ messages)
` [PATCH 4/4] ARM: dts: add PCI to the Gemini DTSI

[PATCH 00/10] Further MMC core/block cleanups
 2017-02-06  9:54 UTC  (6+ messages)
` [PATCH 08/10] mmc: block: respect bool returned from blk_end_request()

[PATCH v2] USB: cp210x: add new IDs for GE Bx50v3 boards
 2017-02-06  9:54 UTC  (2+ messages)

[PATCH] dt: bindings: Add support for CSI1 bus
 2017-02-06  9:53 UTC  (9+ messages)
` [PATCHv2] "

[PATCH v2] acer-wmi: Inform firmware that RF Button Driver is active
 2017-02-04 16:29 UTC  (2+ messages)

[PATCH v3 1/6] drm/i915: Generate i915_params {} using a macro
 2017-02-06  9:51 UTC  (6+ messages)
` [PATCH v3 2/6] drm/i915: Use bool i915_param.alpha_support
` [PATCH v3 3/6] drm/i915: Capture module parameters for the GPU error state
` [PATCH v3 4/6] drm/i915: Show the current i915_params in debugfs/i915_capabilites
` [PATCH v3 5/6] drm/i915: Add i915_param charp macro magic
` [PATCH v3 6/6] drm/i915: The return of i915_gpu_info to debugfs

[Qemu-devel] [PATCH] char: drop data written to a disconnected pty
 2017-02-06  9:51 UTC  (2+ messages)

[Qemu-devel] [PATCH] apic: reset apic_delivered global variable on machine reset
 2017-02-06  9:50 UTC  (2+ messages)

[PATCHSET for-4.11] cgroup: implement cgroup v2 thread mode
 2017-02-06  9:50 UTC  (5+ messages)

Is it time to move drivers/staging/netlogic/ out of staging?
 2017-02-06  9:48 UTC  (10+ messages)

[Qemu-devel] [PATCH v3] vl: Move the cpu_synchronize_all_post_init() after generic devices initialization
 2017-02-06  9:48 UTC  (2+ messages)

[bug report] iommu: iommu_get_group_resv_regions
 2017-02-06  9:48 UTC  (3+ messages)
` [patch] iommu: silence an uninintialized variable warning


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.