All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-11-20 16:31:48 to 2014-11-20 17:20:05 UTC [more...]

[PATCH for-4.5] scripts/get_maintainer.pl: Correctly CC the maintainers
 2014-11-20 17:20 UTC  (10+ messages)

[Qemu-devel] [PATCH v4 00/47] Postcopy implementation
 2014-11-20 17:19 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 33/47] Postcopy: Postcopy startup in migration thread

[Cluster-devel] gfs2: gfs2_dir_get_hash_table(): avoiding deferred vfree() is easy here
 2014-11-20 17:19 UTC  (3+ messages)

[PATCH] cmdline: Fix broken functionality in FreeBSD
 2014-11-20 17:19 UTC  (5+ messages)

[PATCH v10 00/27] Add gdb python scripts as kernel debugging helpers
 2014-11-20 17:02 UTC  (30+ messages)
` [PATCH v10 01/27] scripts/gdb: Add infrastructure
` [PATCH v10 02/27] scripts/gdb: Add cache for type objects
` [PATCH v10 03/27] scripts/gdb: Add container_of helper and convenience function
` [PATCH v10 04/27] scripts/gdb: Add module iteration class
` [PATCH v10 05/27] scripts/gdb: Add lx-symbols command
` [PATCH v10 06/27] module: Do not inline do_init_module
` [PATCH v10 07/27] scripts/gdb: Add automatic symbol reloading on module insertion
` [PATCH v10 08/27] scripts/gdb: Add internal helper and convenience function to look up a module
` [PATCH v10 09/27] scripts/gdb: Add get_target_endianness helper
` [PATCH v10 10/27] scripts/gdb: Add read_u16/32/64 helpers
` [PATCH v10 11/27] scripts/gdb: Add lx-dmesg command
` [PATCH v10 12/27] scripts/gdb: Add task iteration class
` [PATCH v10 13/27] scripts/gdb: Add helper and convenience function to look up tasks
` [PATCH v10 14/27] scripts/gdb: Add is_target_arch helper
` [PATCH v10 15/27] scripts/gdb: Add internal helper and convenience function to retrieve thread_info
` [PATCH v10 16/27] scripts/gdb: Add get_gdbserver_type helper
` [PATCH v10 17/27] scripts/gdb: Add internal helper and convenience function for per-cpu lookup
` [PATCH v10 18/27] scripts/gdb: Add lx_current convenience function
` [PATCH v10 19/27] scripts/gdb: Add class to iterate over CPU masks
` [PATCH v10 20/27] scripts/gdb: Add lx-lsmod command
` [PATCH v10 21/27] scripts/gdb: Add basic documentation
` [PATCH v10 22/27] scripts/gdb: Port to python3 / gdb7.7
` [PATCH v10 23/27] scripts/gdb: Ignore byte-compiled python files
` [PATCH v10 24/27] scripts/gdb: Use a generator instead of iterator for task list
` [PATCH v10 25/27] scripts/gdb: Convert ModuleList to generator function
` [PATCH v10 26/27] scripts/gdb: Convert CpuList "
` [PATCH v10 27/27] scripts/gdb: Define maintainer

[PATCH v3] virtio_balloon: Convert "vballoon" kthread into a workqueue
 2014-11-20 17:17 UTC  (19+ messages)

mlx5: don't duplicate kvfree()
 2014-11-20 17:09 UTC  (5+ messages)

[U-Boot] [PATCH 8/8] dm: core: abolish u-boot, dm-pre-reloc property
 2014-11-20 17:16 UTC  (5+ messages)

[PATCH] git-new-workdir: Don't fail if the target directory is empty
 2014-11-20 17:13 UTC  (2+ messages)

[PATCH] thermal: core: ignore invalid trip temperature
 2014-11-20 17:13 UTC  (4+ messages)

Unexpected folder mode when unix extensions are enabled
 2014-11-20 17:12 UTC  (2+ messages)

[Documentation][PATCH] RN: Reallocate description of kernel provider
 2014-11-20 17:11 UTC 

btrfs send erroring
 2014-11-20 17:11 UTC  (2+ messages)

versioning and maintenance
 2014-11-20 17:09 UTC  (4+ messages)

STIG issue with auditctl -l
 2014-11-20 17:08 UTC  (4+ messages)

[PoC PATCH] arm: allow modules outside of bl range
 2014-11-20 17:08 UTC 

[Qemu-devel] [PATCH v3 00/22] qcow2: Support refcount orders != 4
 2014-11-20 17:06 UTC  (23+ messages)
` [Qemu-devel] [PATCH v3 01/22] qcow2: Add two new fields to BDRVQcowState
` [Qemu-devel] [PATCH v3 02/22] qcow2: Add refcount_width to format-specific info
` [Qemu-devel] [PATCH v3 03/22] qcow2: Use 64 bits for refcount values
` [Qemu-devel] [PATCH v3 04/22] qcow2: Respect error in qcow2_alloc_bytes()
` [Qemu-devel] [PATCH v3 05/22] qcow2: Refcount overflow and qcow2_alloc_bytes()
` [Qemu-devel] [PATCH v3 06/22] qcow2: Helper for refcount array reallocation
` [Qemu-devel] [PATCH v3 07/22] qcow2: Helper function for refcount modification
` [Qemu-devel] [PATCH v3 08/22] qcow2: More helpers "
` [Qemu-devel] [PATCH v3 09/22] qcow2: Open images with refcount order != 4
` [Qemu-devel] [PATCH v3 10/22] qcow2: refcount_order parameter for qcow2_create2
` [Qemu-devel] [PATCH v3 11/22] iotests: Prepare for refcount_width option
` [Qemu-devel] [PATCH v3 12/22] qcow2: Allow creation with refcount order != 4
` [Qemu-devel] [PATCH v3 13/22] progress: Allow regressing progress
` [Qemu-devel] [PATCH v3 14/22] block: Add opaque value to the amend CB
` [Qemu-devel] [PATCH v3 15/22] qcow2: Use error_report() in qcow2_amend_options()
` [Qemu-devel] [PATCH v3 16/22] qcow2: Use abort() instead of assert(false)
` [Qemu-devel] [PATCH v3 17/22] qcow2: Split upgrade/downgrade paths for amend
` [Qemu-devel] [PATCH v3 18/22] qcow2: Use intermediate helper CB "
` [Qemu-devel] [PATCH v3 19/22] qcow2: Add function for refcount order amendment
` [Qemu-devel] [PATCH v3 20/22] qcow2: Invoke refcount order amendment function
` [Qemu-devel] [PATCH v3 21/22] qcow2: Point to amend function in check
` [Qemu-devel] [PATCH v3 22/22] iotests: Add test for different refcount widths

[Qemu-devel] Fwd: Re: Tunneled Migration with Non-Shared Storage
 2014-11-20 17:04 UTC  (3+ messages)

[PATCH net-next v1 0/8] amd-xgbe: AMD XGBE driver updates 2014-11-20
 2014-11-20 17:04 UTC  (9+ messages)
` [PATCH net-next v1 1/8] amd-xgbe: Add a read memory barrier to Tx/Rx path
` [PATCH net-next v1 2/8] amd-xgbe: Tx engine must not be active before stopping it
` [PATCH net-next v1 3/8] amd-xgbe: Incorporate Smatch coding suggestion
` [PATCH net-next v1 4/8] amd-xgbe: Separate Tx/Rx ring data fields into new structs
` [PATCH net-next v1 5/8] amd-xgbe: Add BQL support
` [PATCH net-next v1 6/8] amd-xgbe: Remove unused variable
` [PATCH net-next v1 7/8] amd-xgbe: Perform Tx coalescing on a packet basis
` [PATCH net-next v1 8/8] amd-xgbe: Add support for the skb->xmit_more flag

[Qemu-devel] [RFC][PATCH 0/4] Add support for SDHCI PCI devices
 2014-11-20 17:03 UTC  (4+ messages)
` [Qemu-devel] [PATCH 3/4] sdhci: Support SDHCI devices on PCI

Can I limit buffering for each object in radosgw?
 2014-11-20 17:03 UTC  (2+ messages)

[RFC/RFT] multi-layer support for overlay filesystem
 2014-11-20 17:03 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/3] chardev: Add -qmp-pretty
 2014-11-20 17:02 UTC  (2+ messages)

DPDK Community Conference Call - Friday 31st October
 2014-11-20 17:02 UTC  (6+ messages)

[Buildroot] [PATCH] system/inittab: adjust shutdown
 2014-11-20 17:01 UTC 

[GIT PULL] DaVinci updates for v3.19 - edma
 2014-11-20 17:01 UTC  (4+ messages)
` [GIT PULL] DaVinci updates for v3.19 - cleanups

PATCH change for HID_BATTERY_STRENGTH kconfig
 2014-11-20 17:01 UTC  (6+ messages)

[RFC PATCH 1/1] drm/exynos: Move platform drivers registration to module init
 2014-11-20 17:01 UTC  (15+ messages)

[PATCH 0/9] Support for Fujitsu MB86S7X SoCs
 2014-11-20 16:59 UTC  (5+ messages)
` [PATCH 6/9] mmc: sdhci: host: add new f_sdh30

[PATCH v4] clocksource: arch_timer: Fix code to use physical timers when requested
 2014-11-20 16:58 UTC  (5+ messages)

[PATCH for-4.5 v2] libxc: don't leak buffer containing the uncompressed PV kernel
 2014-11-20 16:58 UTC  (2+ messages)

[PATCH] refs.c: add a function to append a reflog entry to a fd
 2014-11-20 16:57 UTC  (4+ messages)

[RFC PATCH] ARM: DRA: hwmod: RTC: Add reset function for RTC
 2014-11-20 16:56 UTC  (4+ messages)

[PATCH] ASoC: samsung: In the i2s_set_sysclk() callback we are currently clearing all bits of the IISMOD register in i2s_set_sysclk. It's due to an incorrect mask used for the AND operation which is introduced in commit a5a56871f804edac93a53b5e871c0e9818fb9033 (ASoC: samsung: add support for exynos7 I2S controller) and also adds the missing break statement
 2014-11-20 16:56 UTC  (3+ messages)
` [alsa-devel] "
  ` usb: offset in trigger_tstamp?

[PATCH] NVMe: make setup work for devices that don't do INTx
 2014-11-20 16:55 UTC  (4+ messages)

[PATCH 0/5] MODSIGN: Use PKCS#7 for module signatures
 2014-11-20 16:54 UTC  (6+ messages)
` [PATCH 1/5] X.509: Extract both parts of the AuthorityKeyIdentifier
` [PATCH 2/5] X.509: Support X.509 lookup by Issuer+Serial form AuthorityKeyIdentifier
` [PATCH 3/5] PKCS#7: Allow detached data to be supplied for signature checking purposes
` [PATCH 4/5] MODSIGN: Provide a utility to append a PKCS#7 signature to a module
` [PATCH 5/5] MODSIGN: Use PKCS#7 messages as module signatures

[U-Boot] [PATCH 0/7] MIPS: convert all boards to generic-board
 2014-11-20 16:54 UTC  (6+ messages)
` [U-Boot] [PATCH 1/7] common/board_f: add setup of initial stack frame for MIPS

[PATCH 1/2] iio: document ti-dac8554 devicetree bindings
 2014-11-20 16:54 UTC  (4+ messages)
` [PATCH 2/2] iio: add driver for the TI DAC8554

frequent lockups in 3.18rc4
 2014-11-20 16:54 UTC  (12+ messages)

[GIT PULL] ARM: STi: defconfig changes for v3.19, round 1
 2014-11-20 16:53 UTC  (2+ messages)

[PATCH v3 0/2] arm64: Add support for Juno development board
 2014-11-20 16:52 UTC  (4+ messages)

[PATCH] drm/i915: expose a fixed brightness range to userspace
 2014-11-20 16:51 UTC  (9+ messages)

[Qemu-devel] [BUGFIX][PATCH for 2.2 v3 1/1] -machine vmport=auto: Fix handling of VMWare ioport emulation for xen
 2014-11-20 16:51 UTC  (8+ messages)

[PATCH 00/11] please pull Toaster patchset
 2014-11-20 16:27 UTC 

[PATCH 0/3] intel_pstate: allow to be built as module and handle Sun server power capping
 2014-11-20 16:50 UTC  (4+ messages)
` [PATCH 1/3] intel_pstate: skip the driver if Sun server has ACPI _PPC method

master - cleanup: drop unused vars
 2014-11-20 16:49 UTC 

[U-Boot] CTRL-C hangs after "hush: fix segfault on syntax error"
 2014-11-20 16:49 UTC  (2+ messages)

[PATCHv2 0/3] Kernel Live Patching
 2014-11-20 16:48 UTC  (4+ messages)
` [PATCHv2 2/3] kernel: add support for live patching

[U-Boot] USB Host not enumerating properly on AM335x-based board
 2014-11-20 16:49 UTC 

[RFC PATCH] arm: imx: Workaround i.MX6 PMU interrupts muxed to one SPI
 2014-11-20 16:48 UTC  (5+ messages)

[PATCH 0/6] various fixes for UFS-PM series
 2014-11-20 16:48 UTC  (2+ messages)

[PATCH v2 for-4.5] xen/arm: clear UIE on hypervisor entry
 2014-11-20 16:47 UTC  (6+ messages)

[PATCH v2 1/4] cfg80211: leave invalid channels on regdomain change
 2014-11-20 16:47 UTC  (6+ messages)
` [PATCH v2 4/4] cfg80211: Allow usermode to query wiphy specific regd info

[Cocci] Remove unnecessary null pointer checks?
 2014-11-20 16:47 UTC  (19+ messages)
                              ` [Cocci] [PATCH with Coccinelle?] Deletion of unnecessary checks before specific function calls
                                ` [PATCH 1/1] PCI: hotplug: Deletion of an unnecessary check before the function call "pci_dev_put"

[PATCH] refs.c: use a stringlist for repack_without_refs
 2014-11-20 16:47 UTC  (4+ messages)
` [PATCH v4] "

[PATCH for-4.5 RFC] pygrub: Fix regression from c/s d1b93ea, attempt 2
 2014-11-20 16:45 UTC  (5+ messages)

[GIT PULL] overlay filesystem fixes for 3.18
 2014-11-20 16:45 UTC 

[GIT PULL 1/2] ARM: rockchip: second batch of soc related changes
 2014-11-20 16:44 UTC  (3+ messages)
` [GIT PULL 2/2] ARM: rockchip: second batch of dts "

Xen 4.5 random freeze question
 2014-11-20 16:43 UTC  (17+ messages)

[PATCH 1/2] i2c: omap: fix NACK and Arbitration Lost irq handling
 2014-11-20 16:43 UTC  (13+ messages)
` [PATCH 2/2] i2c: omap: fix "Too much work in one IRQ" "

LUKS partition types, redux
 2014-11-20 16:43 UTC  (3+ messages)
  ` Bug#770211: "

[Qemu-devel] [PATCH] Add -semihosting-config ....cmdline=string
 2014-11-20 16:42 UTC  (7+ messages)

frequent lockups in 3.18rc4
 2014-11-20 16:42 UTC  (9+ messages)

[GIT PULL] Allwinner DT for 3.19
 2014-11-20 16:41 UTC  (2+ messages)

[Buildroot] [RFC PATCH 0/2] Add Freescale e5500 & e6500 support
 2014-11-20 16:41 UTC 

[Qemu-devel] [PATCH v2] Add -semihosting-config ....cmdline=string
 2014-11-20 16:40 UTC 

[lm-sensors] [PATCH] hwmon: (nct6775) Documentation updates
 2014-11-20 16:40 UTC  (2+ messages)

[GIT PULL] ARM: meson: DTS related changes
 2014-11-20 16:40 UTC  (2+ messages)

[lm-sensors] [PATCH v2 2/2] sensors-detect: EMC14xx chip updates
 2014-11-20 16:39 UTC 

[lm-sensors] [PATCH v2 1/2] sensors-detect: Nuvoton chip updates
 2014-11-20 16:39 UTC 

[RFC PATCH 00/16] Refine PCI host bridge scan interfaces
 2014-11-20 16:39 UTC  (8+ messages)

[Qemu-devel] [PATCH] linux-user: Use the 5KEf processor for 64-bit emulation
 2014-11-20 16:38 UTC  (2+ messages)

[U-Boot] BUG: bootz/bootm command mandates a fdt blob
 2014-11-20 16:38 UTC  (3+ messages)

[GIT PULL] ARM: STi: DT changes for v3.19, round 2
 2014-11-20 16:37 UTC  (2+ messages)

[PATCH v8 00/10] Support VxLAN on Fortville
 2014-11-20 16:36 UTC  (10+ messages)
` [PATCH v8 10/10] app/testpmd:test VxLAN Tx checksum offload

[PATCH] pcm: add new 32-bit DSD sample format
 2014-11-20 16:34 UTC  (4+ messages)

[U-Boot] Query on CONFIG_SYS_THUMB_BUILD
 2014-11-20 16:34 UTC  (11+ messages)

[GIT PULL] ARM: imx: cleanup for 3.19
 2014-11-20 16:34 UTC  (2+ messages)

KVM causes #GP on XRSTORS
 2014-11-20 16:34 UTC 

[PATCH v2] thermal: provide an UAPI header file
 2014-11-20 16:32 UTC 

[PATCH v5 0/6] Legacy instruction emulation for arm64
 2014-11-20 16:33 UTC  (2+ messages)

[GIT PULL] ARM: imx: device tree changes for 3.19
 2014-11-20 16:33 UTC  (2+ messages)

[RFC/PATCH RESEND -next 00/21] Address sanitizer for kernel (kasan) - dynamic memory error detector
 2014-11-20 16:32 UTC  (8+ messages)
` [PATCH v6 00/11] Kernel address sanitizer - runtime memory debugger

tcp retransmission concept
 2014-11-20 16:32 UTC  (2+ messages)

Removal of bus->msi assignment breaks MSI with stacked domains
 2014-11-20 16:31 UTC 

[Buildroot] [PATCH] clamav: security bump to version 0.98.5
 2014-11-20 16:31 UTC 

[PATCH net-net 0/4] Increase the limit of tuntap queues
 2014-11-20 16:31 UTC  (4+ messages)
` [PATCH net-next 1/4] net: allow large number of rx queues


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.