All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-07-09 07:58:10 to 2015-07-09 08:27:23 UTC [more...]

[PATCH v5 00/11] Introducing the TILE-Gx platform
 2015-07-09  8:25 UTC  (12+ messages)
` [PATCH v5 01/11] test: limit x86 cpuflags checks to x86 builds
` [PATCH v5 02/11] hash: check SSE flags only on "
` [PATCH v5 03/11] eal: allow empty compile time flags RTE_COMPILE_TIME_CPUFLAGS
` [PATCH v5 04/11] config: remove RTE_LIBNAME definition
` [PATCH v5 05/11] memzone: refactor rte_memzone_reserve() variants
` [PATCH v5 06/11] memzone: allow multiple pagesizes to be requested
` [PATCH v5 07/11] mempool: allow config override on element alignment
` [PATCH v5 08/11] tile: add page sizes for TILE-Gx/Mx platforms
` [PATCH v5 09/11] tile: initial TILE-Gx support
` [PATCH v5 10/11] tile: Add TILE-Gx mPIPE poll mode driver
` [PATCH v5 11/11] maintainers: claim responsibility for TILE-Gx platform

[PATCH 1/2] uxa: fix the call to PixmapSyncDirtyHelper, broken by xserver's 90db5ed
 2015-07-09  8:26 UTC  (2+ messages)
` [PATCH 2/2] sna: allow the usage of buffer age without enable async swaps

[PATCH] target-i386: Sanity check host processor physical address width
 2015-07-09  8:26 UTC  (5+ messages)
` [Qemu-devel] "

[PATCH v2] x86: correct socket_cpumask allocation
 2015-07-09  8:26 UTC 

[Qemu-devel] [PATCH v3 00/16] Add an IPMI device to QEMU
 2015-07-09  8:25 UTC  (7+ messages)
` [Qemu-devel] [PATCH v3 14/16] acpi: Add a way for devices to add ACPI tables

[patch] irqchip/sirfsoc: Fix generic chip allocation wreckage
 2015-07-09  8:24 UTC  (3+ messages)

[PATCH 10/10] scsi_dh: move 'dh_state' sysfs attribute to generic code
 2015-07-09  8:24 UTC  (2+ messages)

mm: shmem_zero_setup skip security check and lockdep conflict with XFS
 2015-07-09  8:23 UTC  (6+ messages)

[PATCH 00/17] mkfs: sanitise input parameters
 2015-07-09  8:24 UTC  (9+ messages)
` [PATCH 01/17] xfsprogs: use common code for multi-disk detection

[PATCH 0/4] oom: sysrq+f fixes + cleanups
 2015-07-09  8:23 UTC  (5+ messages)
` [PATCH 1/4] oom: Do not panic when OOM killer is sysrq triggered

[Cocci] Remove unnecessary null pointer checks?
 2015-07-09  8:22 UTC  (25+ messages)
                              ` [Cocci] [PATCH with Coccinelle?] Deletion of unnecessary checks before specific function calls
                                ` [PATCH] SCSI-aic7...: Delete unnecessary checks before the function call "kfree"
                                ` [PATCH] i2c-HID: Delete unnecessary checks before the function call "gpiod_put"
                                ` [PATCH] cdrom: Delete an unnecessary check before unregister_sysctl_table()

[PATCH 0/5] device handler interface update
 2015-07-09  8:22 UTC  (3+ messages)
` [PATCH 3/5] scsi: Add 'access_state' attribute

[PATCH v2 0/7] KVM: arm/arm64: gsi routing support
 2015-07-09  8:22 UTC  (16+ messages)
` [PATCH v2 1/7] KVM: api: introduce KVM_IRQ_ROUTING_EXTENDED_MSI
` [PATCH v2 2/7] KVM: kvm_host: add devid in kvm_kernel_irq_routing_entry
` [PATCH v2 3/7] KVM: irqchip: convey devid to kvm_set_msi
` [PATCH v2 4/7] KVM: arm/arm64: enable irqchip routing
` [PATCH v2 5/7] KVM: arm/arm64: build a default routing table
` [PATCH v2 6/7] KVM: arm/arm64: enable MSI routing
` [PATCH v2 7/7] KVM: arm: implement kvm_set_msi by gsi direct mapping

[PATCH v2] librte_ether: release memory in uninit function
 2015-07-09  8:19 UTC  (5+ messages)
` [PATCH] doc: Fix doxygen comments of rte_eth_dev_close() and rte_eth_dev_detach()
` [PATCH v2] "

[patch] ASoC: fsl: fsl_spdif: signedness bug in fsl_spdif_startup()
 2015-07-09  8:21 UTC  (2+ messages)

[PATCH] of/base: fix typo
 2015-07-09  8:20 UTC  (2+ messages)

[PATCH 0/4] TLB flush multiple pages per IPI v7
 2015-07-09  8:20 UTC  (7+ messages)
` [PATCH 4/4] mm: Increase SWAP_CLUSTER_MAX to batch TLB flushes
` [PATCH 5/4] Documentation/features/vm: Add feature description and arch support status for batched TLB flush after unmap

[PATCH 1/2] i2c: only register enabled child nodes
 2015-07-09  8:19 UTC  (2+ messages)

[Bug 101261] New: Radeon - Kernel warning when driver is unbound to secondary GPU
 2015-07-09  8:19 UTC  (4+ messages)
` [Bug 101261] "
` [Bug 101261] Radeon - Kernel warning when driver is unbound from "

[LTP] [PATCH] syslog/syslog-lib.sh: support systemd journal
 2015-07-09  8:19 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/14] target-i386: Implement MPX extension
 2015-07-09  8:17 UTC  (15+ messages)
` [Qemu-devel] [PATCH 01/14] target-i386: Split fxsave/fxrstor implementation
` [Qemu-devel] [PATCH 02/14] target-i386: Rearrange processing of 0F 01
` [Qemu-devel] [PATCH 03/14] target-i386: Add XSAVE extension
` [Qemu-devel] [PATCH 04/14] target-i386: Implement XSAVEOPT
` [Qemu-devel] [PATCH 05/14] target-i386: Enable control registers for MPX
` [Qemu-devel] [PATCH 06/14] target-i386: Perform set/reset_inhibit_irq inline
` [Qemu-devel] [PATCH 07/14] target-i386: Split up gen_lea_modrm
` [Qemu-devel] [PATCH 08/14] target-i386: Implement BNDMK
` [Qemu-devel] [PATCH 09/14] target-i386: Implement BNDMOV
` [Qemu-devel] [PATCH 10/14] target-i386: Implement BNDCL, BNDCU, BNDCN
` [Qemu-devel] [PATCH 11/14] target-i386: Update BNDSTATUS for exceptions raised by BOUND
` [Qemu-devel] [PATCH 12/14] target-i386: Implement BNDLDX, BNDSTX
` [Qemu-devel] [PATCH 13/14] target-i386: Clear bndregs during legacy near jumps
` [Qemu-devel] [PATCH 14/14] target-i386: Enable XCR0 features for user-mode

[v3 14/15] Update Posted-Interrupts Descriptor during vCPU scheduling
 2015-07-09  8:18 UTC  (6+ messages)
  ` Fwd: "

[PATCH 0/7] Add support for FDMA DMA controller found on STi chipsets
 2015-07-09  8:17 UTC  (4+ messages)
` [PATCH 3/7] dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver support

[PATCH] ARM: socfpga: put back v7_invalidate_l1 in socfpga_secondary_startup
 2015-07-09  8:17 UTC  (7+ messages)

[RFC] WIP: video: implement quick-n-dirty framebuffer console
 2015-07-09  8:16 UTC  (2+ messages)

[PATCH] nouveau/ttm: fix tiled system memory with Maxwell
 2015-07-09  8:16 UTC  (3+ messages)

[PATCH -next 0/4] netfilter: xtables: improve jumpstack handling
 2015-07-09  8:16 UTC  (5+ messages)
` [PATCH -next 3/4] netfilter: xtables: don't save/restore jumpstack offset

[PATCH 1/2] port: added missing symbols to map file
 2015-07-09  8:17 UTC  (2+ messages)
` [PATCH 2/2] pipeline: "

[PATCH v2] nouveau/ttm: fix tiled system memory with Maxwell
 2015-07-09  8:15 UTC  (2+ messages)

[PATCH] Fix typo in semanage args for minimum policy store
 2015-07-09  8:16 UTC 

[PATCH v4 0/7]powerpc/powernv: Nest Instrumentation support
 2015-07-09  8:14 UTC  (7+ messages)
` [PATCH v4 4/7] powerpc/powernv: detect supported nest pmus and its events
` [PATCH v4 5/7] powerpc/powernv: add event attribute and group to nest pmu

[PATCH v4 1/3] x86/monitor: add get_capabilities to monitor_op domctl
 2015-07-09  8:15 UTC  (4+ messages)
` [PATCH v4 3/3] x86/monitor: don't use hvm_funcs directly

[PATCH ipvs] ipvs: call skb_sender_cpu_clear
 2015-07-09  8:15 UTC 

[PATCH v6 00/16] x86/hvm: I/O emulation cleanup and fix
 2015-07-09  8:15 UTC  (7+ messages)
` [PATCH v6 02/16] x86/hvm: remove multiple open coded 'chunking' loops

[PATCH 0/3] atomic_or() related changes
 2015-07-09  8:13 UTC  (8+ messages)
` [PATCH 1/3] asm-generic/atomic.h: ARCH_HAS_ATOMIC_OR -> CONFIG_ARCH_HAS_ATOMIC_OR
` [PATCH 2/3] brcmfmac: dhd_sdio.c: use existing atomic_or primitive
` [PATCH 3/3] ARC: provide atomic_or() and define ARCH_HAS_ATOMIC_OR

[PATCH 0/2] mips/kvm: Fixes for big endian & MIPS64 hosts
 2015-07-09  8:13 UTC  (5+ messages)
    ` [Qemu-devel] "

Cannot retrieve GATT services to Android >=5.0
 2015-07-09  8:12 UTC 

[PATCH 1/5] nfsd: Fix a file leak of ls_file if nfsd4_layout_setlease fail
 2015-07-09  8:12 UTC  (3+ messages)

[phy] kernel BUG at drivers/base/driver.c:153!
 2015-07-09  8:12 UTC  (3+ messages)

[PATCH] Make rte_hash struct internal - Cuckoo hash part 1
 2015-07-09  8:12 UTC  (5+ messages)
` [PATCH] hash: move rte_hash structure to C file and make it internal

[PATCH 0/3] speex, speexdsp: 1.2rc1 -> 1.2rc2/1.2rc3
 2015-07-09  8:11 UTC  (3+ messages)

[PATCH] ASoC: dapm: Fix kcontrol widget name memory management
 2015-07-09  8:06 UTC  (2+ messages)

[Qemu-devel] [PULL v3 00/28] Migration pull request
 2015-07-09  8:14 UTC  (7+ messages)
` [Qemu-devel] [PULL 27/28] migration: protect migration_bitmap

[PATCH 0/3] mfd: ax20x: Add axp152 support
 2015-07-09  8:10 UTC  (8+ messages)
` [PATCH 2/3] ARM: dts: axp152: Add a dtsi file for the axp152 pmic
    ` [linux-sunxi] "
            `  "

[RFC PATCH] perf: Provide status of known PMUs
 2015-07-09  8:10 UTC  (2+ messages)

[PATCH v8 0/4] iommu: add rmrr Xen command line option
 2015-07-09  8:10 UTC  (4+ messages)
` [PATCH v8 1/4] pci: add PCI_SBDF and PCI_SEG macros

[PATCH v2 00/23] drm/exynos: atomic improvements + exynos_encoder removal
 2015-07-09  8:09 UTC  (4+ messages)
` [PATCH v2 12/23] drm/exynos: don't track enabled state at exynos_crtc

[Qemu-devel] [PATCH] RDMA: Reduce restriction on block length match
 2015-07-09  8:08 UTC  (5+ messages)

PCI Pass-through in Xen ARM - Draft 2
 2015-07-09  8:08 UTC  (12+ messages)

[PATCH RESEND 2/6] drm/exynos/mixer: fix interrupt clearing
 2015-07-09  8:07 UTC  (3+ messages)
` [PATCH RESEND v2 "

[RFCv3 0/5] enable migration of driver pages
 2015-07-09  8:07 UTC  (6+ messages)
` [RFCv3 3/5] mm/balloon: apply mobile page migratable into balloon

[PATCH v2] HID: cp2112: support large i2c transfers in hid-cp2112
 2015-07-09  8:07 UTC  (4+ messages)

[PATCH 00/13] arm64: Virtualization Host Extension support
 2015-07-09  8:06 UTC  (5+ messages)
` [PATCH 09/13] arm64: KVM: VHE: Add alternatives for VHE-enabled world-switch

can: flexcan: implement workaround for FIFO overruns (based on code by David Jander)
 2015-07-09  8:06 UTC  (6+ messages)

[PATCH] kthread: export park/unpark facility
 2015-07-09  8:05 UTC  (2+ messages)

[1/2] RTC: Add core rtc support for Gemini Soc devices
 2015-07-09  8:04 UTC  (6+ messages)
` [rtc-linux] "

[PATCH 1/1][meta-selinux] initscripts: fix contexts for /etc/resolv.conf, adjtime
 2015-07-09  7:59 UTC 

[PATCH 1/1][meta-selinux] policycoreutils: install /var/lib/selinux
 2015-07-09  7:59 UTC 

next-20150709 build: 0 failures 74 warnings (next-20150709)
 2015-07-09  8:04 UTC 

[PATCH 1/1][meta-selinux] refpolicy: correct SELINUX_DEVEL_PATH
 2015-07-09  7:58 UTC 

[PATCH 1/3] nfsd: Set lc_size_chg before ops->proc_layoutcommit
 2015-07-09  8:04 UTC  (3+ messages)

[PATCH] ARM: dts: imx6qdl-sabreauto: Add audio support
 2015-07-09  8:04 UTC  (2+ messages)

[PATCH 1/1][meta-selinux] audit: correct syscall rule arch usage for arm
 2015-07-09  7:58 UTC 

[PATCH] soc/tegra: pmc: Avoid usage of uninitialized variable
 2015-07-09  8:03 UTC  (2+ messages)

meta-mono: Issue building 4.0.2.4
 2015-07-09  8:03 UTC  (5+ messages)
` [PATCH] mono-4.xx.inc: disable parallel make

[PATCH v6 00/11] ip_pipeline: ip_pipeline application enhancements
 2015-07-09  8:03 UTC  (4+ messages)
` [PATCH v6 05/11] ip_pipeline: added master pipeline

[PATCH v2 00/11] Cuckoo hash
 2015-07-09  8:02 UTC  (4+ messages)
` [PATCH v3 "

[PATCH] sched/numa: Restore sched feature NUMA to its earlier avatar
 2015-07-09  8:01 UTC  (6+ messages)

[PATCH RFC V1 0/3] da9062: Add DA9062 RTC support using the existing DA9063 RTC driver
 2015-07-09  8:01 UTC  (3+ messages)
` [rtc-linux] "

[PATCH v2 0/9] regulator: pwm-regulator: Introduce continuous-mode
 2015-07-09  8:01 UTC  (4+ messages)
` [PATCH v2 6/9] regulator: pwm-regulator: Re-write bindings

[PATCH V3] QorIQ/TMU: add TMU node to device tree for QorIQ T1040
 2015-07-09  8:00 UTC  (3+ messages)

[PATCH V3 1/5] RDMA/core: Transport-independent access flags
 2015-07-09  8:00 UTC  (12+ messages)

[RFC Patch V1 00/12] Reorganize struct msi_desc to prepare for support of generic MSI
 2015-07-09  8:00 UTC  (32+ messages)
` [RFC Patch V1 01/12] PCI: Add helper function msi_desc_to_pci_sysdata()
` [RFC Patch V1 02/12] MIPS, PCI: Use for_pci_msi_entry() to access MSI device list
` [RFC Patch V1 03/12] PowerPC, "
` [RFC Patch V1 04/12] s390/pci: "
` [RFC Patch V1 05/12] x86, PCI: "
` [RFC Patch V1 06/12] "
` [RFC Patch V1 07/12] sparc, PCI: Use helper functions to access fields in struct msi_desc
` [RFC Patch V1 08/12] "
` [RFC Patch V1 09/12] genirq: Move msi_list from struct pci_dev to struct device
` [RFC Patch V1 10/12] genirq, PCI: Store 'struct device *' instead 'struct pci_dev *' in struct msi_desc
` [RFC Patch V1 11/12] genirq, PCI: Reorginize struct msi_desc to prepare for support of generic MSI
` [RFC Patch V1 12/12] genirq, PCI: Move alloc_msi_entry() from PCI MSI code into generic MSI code

[PATCH 0/14] crypto: aead - Phase oute seqniv
 2015-07-09  8:00 UTC  (4+ messages)
` [PATCH 9/14] crypto: tcrypt - Add support for new IV convention

[U-Boot] [PATCH v4 0/8] omap-common: Common boot code OMAP3 support and SYS_BOOT-based fallback boot device
 2015-07-09  7:59 UTC  (5+ messages)
` [U-Boot] [PATCH v4 5/8] omap-common: SYS_BOOT-based fallback boot device selection for peripheral boot

[PATCH] i2c: core: only use set_scl for bus recovery after calling prepare_recovery
 2015-07-09  7:58 UTC  (3+ 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.