All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-06-11 17:20:00 to 2013-06-11 18:22:31 UTC [more...]

[PATCH v7 00/22] XSA55 libelf fixes for Xen 4.2
 2013-06-11 18:22 UTC  (14+ messages)
` [PATCH 01/22] libelf: abolish libelf-relocate.c
` [PATCH 02/22] libxc: introduce xc_dom_seg_to_ptr_pages
` [PATCH 03/22] libxc: Fix range checking in xc_dom_pfn_to_ptr etc
` [PATCH 04/22] libelf: add `struct elf_binary*' parameter to elf_load_image
` [PATCH 05/22] libelf: abolish elf_sval and elf_access_signed
` [PATCH 06/22] libelf: move include of <asm/guest_access.h> to top of file
` [PATCH 07/22] libelf/xc_dom_load_elf_symtab: Do not use "syms" uninitialised
` [PATCH 08/22] libelf: introduce macros for memory access and pointer handling
` [PATCH 09/22] tools/xcutils/readnotes: adjust print_l1_mfn_valid_note
` [PATCH 10/22] libelf: check nul-terminated strings properly
` [PATCH 11/22] libelf: check all pointer accesses
` [PATCH 12/22] libelf: Check pointer references in elf_is_elfbinary
` [PATCH 13/22] libelf: Make all callers call elf_check_broken

[PATCH] mac80211: Fix VHT bandwidth change event
 2013-06-11 18:21 UTC 

[PATCH] mac80211: track AP's beacon rate and give it to the driver
 2013-06-11 18:21 UTC 

[PATCHv3 0/6] Add I2C support for Allwinner SoCs
 2013-06-11 18:21 UTC  (6+ messages)
` [PATCHv3 1/6] i2c: sunxi: Add Allwinner A1X i2c driver

pull-request: iwlwifi-next 2013-06-11
 2013-06-11 18:21 UTC  (3+ messages)

[PATCH v7 00/22] XSA55 libelf fixes for unstable
 2013-06-11 18:21 UTC  (23+ messages)
` [PATCH 01/22] libelf: abolish libelf-relocate.c
` [PATCH 02/22] libxc: introduce xc_dom_seg_to_ptr_pages
` [PATCH 03/22] libxc: Fix range checking in xc_dom_pfn_to_ptr etc
` [PATCH 04/22] libelf: add `struct elf_binary*' parameter to elf_load_image
` [PATCH 05/22] libelf: abolish elf_sval and elf_access_signed
` [PATCH 06/22] libelf: move include of <asm/guest_access.h> to top of file
` [PATCH 07/22] libelf/xc_dom_load_elf_symtab: Do not use "syms" uninitialised
` [PATCH 08/22] libelf: introduce macros for memory access and pointer handling
` [PATCH 09/22] tools/xcutils/readnotes: adjust print_l1_mfn_valid_note
` [PATCH 10/22] libelf: check nul-terminated strings properly
` [PATCH 11/22] libelf: check all pointer accesses
` [PATCH 12/22] libelf: Check pointer references in elf_is_elfbinary
` [PATCH 13/22] libelf: Make all callers call elf_check_broken
` [PATCH 14/22] libelf: use C99 bool for booleans
` [PATCH 15/22] libelf: use only unsigned integers
` [PATCH 16/22] libelf: check loops for running away
` [PATCH 17/22] libelf: abolish obsolete macros
` [PATCH 18/22] libxc: Add range checking to xc_dom_binloader
` [PATCH 19/22] libxc: check failure of xc_dom_*_to_ptr, xc_map_foreign_range
` [PATCH 20/22] libxc: check return values from malloc
` [PATCH 21/22] libxc: range checks in xc_dom_p2m_host and _guest
` [PATCH 22/22] libxc: check blob size before proceeding in xc_dom_check_gzip

[PATCH 01/16] mfd: tps65912: Convert to managed resources for allocating memory
 2013-06-11 18:19 UTC  (2+ messages)

[Qemu-trivial] [PATCH trivial] configure: explicitly disable virtfs if softmmu=no
 2013-06-11 18:19 UTC  (8+ messages)
` [Qemu-trivial] [Qemu-devel] "
        `  "

[PATCH 0/6] Miscellaneous fixes to host1x
 2013-06-11 18:19 UTC  (12+ messages)
` [PATCH 2/6] gpu: host1x: Fix syncpoint wait return value

ANN: libseccomp 2.1.0 released
 2013-06-11 18:18 UTC 

[PATCH] iio:trigger: Fix use_count race condition
 2013-06-11 18:18 UTC 

[PATCH] Documentation/CommunityGuidelines
 2013-06-11 18:16 UTC  (7+ messages)

[PATCH] build: get rid of the notion of a git library
 2013-06-11 18:17 UTC  (22+ messages)

ATTENTION
 2013-06-11 16:55 UTC 

[PATCH] iio:dac: Add support for the AD7303
 2013-06-11 18:16 UTC  (2+ messages)

[PATCH] ARM: optimize memset_io()/memcpy_fromio()/memcpy_toio()
 2013-06-11 18:16 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/21] Add tracing functionality to U-Boot
 2013-06-11 18:14 UTC  (22+ messages)
` [U-Boot] [PATCH v2 01/21] pci: Convert extern inline functions to static inline
` [U-Boot] [PATCH v2 02/21] x86: Correct missing local variable in bootm
` [U-Boot] [PATCH v2 03/21] Fix missing return in do_mem_loop()
` [U-Boot] [PATCH v2 04/21] Show stdout on error in fit-test
` [U-Boot] [PATCH v2 05/21] bootstage: Correct printf types
` [U-Boot] [PATCH v2 06/21] Add function to print a number with grouped digits
` [U-Boot] [PATCH v2 07/21] Add trace library
` [U-Boot] [PATCH v2 08/21] Add a trace command
` [U-Boot] [PATCH v2 09/21] Support tracing in config.mk when enabled
` [U-Boot] [PATCH v2 10/21] Add trace support to generic board
` [U-Boot] [PATCH v2 11/21] Add proftool to decode profile data
` [U-Boot] [PATCH v2 12/21] sandbox: Support trace feature
` [U-Boot] [PATCH v2 13/21] Add a simple test for sandbox trace
` [U-Boot] [PATCH v2 14/21] Clarify bootm OS arguments
` [U-Boot] [PATCH v2 15/21] Refactor the bootm command to reduce code duplication
` [U-Boot] [PATCH v2 16/21] Add a 'fake' go command to the bootm command
` [U-Boot] [PATCH v2 17/21] arm: Implement the 'fake' go command
` [U-Boot] [PATCH v2 18/21] exynos: Avoid function instrumentation for microsecond timer
` [U-Boot] [PATCH v2 19/21] exynos: config: Add tracing options
` [U-Boot] [PATCH v2 20/21] x86: Support tracing function
` [U-Boot] [PATCH v2 21/21] x86: config: Add tracing options

[PATCH 0/3] de_thread() should update ->real_start_time
 2013-06-11 18:14 UTC  (4+ messages)

[PATCH RFC ticketlock] Auto-queued ticketlock
 2013-06-11 18:14 UTC  (26+ messages)
` [PATCH RFC ticketlock] v2 "

[PATCH 0/5] netfilter fixes for 3.10-rc5
 2013-06-11 18:14 UTC  (10+ messages)
` [PATCH 3/5] netfilter: xt_TCPMSS: Fix violation of RFC879 in absence of MSS option

[PATCH 6/6] When SM fails to load/parse root_guids file use MinHop heuristics
 2013-06-11 18:13 UTC 

[PATCH 5/6] Fix shift pattern support in FTREE routing for native ftree topologies
 2013-06-11 18:13 UTC 

[PATCH 4/6] osm_ucast_ftree.c: fix dereferencing null variable
 2013-06-11 18:13 UTC 

[PATCH 3/6] osm_ucast_ftree.c : fix dereferencing null variable
 2013-06-11 18:13 UTC 

[PATCH 2/6] opensm: fix possible double free in osm_ucast_ftree.c
 2013-06-11 18:13 UTC 

KVM call agenda for 2013-06-25
 2013-06-11 18:13 UTC  (3+ messages)
` [Qemu-devel] "

[PATCH 1/6] Fix fat-tree routing for CAs with more than 1 connected port
 2013-06-11 18:13 UTC 

[RFC 0/7] Fixing dma mask setting in various network drivers
 2013-06-11 18:12 UTC  (2+ messages)

Offrez le meilleur de la Bretagne pour la fête des pères
 2013-06-11 18:12 UTC 

[PATCH] Bump version to 1.1
 2013-06-11 18:11 UTC 

[PATCH] drivers/net/ethernet/3com: Drop EISA dependency from VORTEX
 2013-06-11 18:09 UTC  (4+ messages)

[PATCH v3 00/28] Follow perlcritic's recommandations
 2013-06-11 18:09 UTC  (5+ messages)
` [PATCH v3 07/28] git-remote-mediawiki: Rewrite unclear line of instructions

[PATCH v2] xen: fix initialization of wallclock time for PVHVM on migration
 2013-06-11 18:09 UTC  (2+ messages)

Delivery Status Notification (Failure)
 2013-06-11 18:09 UTC 

[PATCH] ARM: decouple CPU offlining from reboot/shutdown
 2013-06-11 18:08 UTC  (3+ messages)

[PATCH v4 1/2] rm: better error message on failure for multiple files
 2013-06-11 18:07 UTC  (2+ messages)

[xen-unstable test] 18103: tolerable FAIL - PUSHED
 2013-06-11 18:07 UTC 

Inter-domain Communication using Virtual Sockets (high-level design)
 2013-06-11 18:07 UTC 

[PATCHv2 0/9] New SCSI command timeout handler
 2013-06-11 16:35 UTC  (8+ messages)
` [PATCH 3/9] scsi: improved eh "

KVM call agenda for 2013-06-11
 2013-06-11 18:06 UTC  (4+ messages)
  ` [Qemu-devel] "

[PATCH 0/5] RFC: V4V (v3)
 2013-06-11 18:04 UTC  (9+ messages)
` [PATCH 5/5] xen: Add V4V implementation
      ` [PATCH 5/5] xen: Add V4V implementation - padding question

Questions about XFS
 2013-06-11 18:03 UTC  (10+ messages)

am335x: TSC & ADC reworking including DT pieces, take 4
 2013-06-11 18:02 UTC  (9+ messages)

[PATCH 1/5] iio: ABI doc: update scan_elements sysfs paths
 2013-06-11 14:52 UTC  (2+ messages)
` [PATCH 3/5] iio: new type of channel: STATE

[U-Boot] [PATCH v2] powerpc/85xx: Add P1023RDB board support
 2013-06-11 18:00 UTC  (2+ messages)

[Buildroot] AM3517 Neon, OpenGL & EGLFS support
 2013-06-11 17:58 UTC  (3+ messages)
` [Buildroot] [RFC] ti-gfx: add new package

[RFC PATCH 0/4] ext4/jbd2: several possible mainline fixes
 2013-06-11 17:53 UTC  (5+ messages)
` [PATCH 1/4] jbd2/journal_commit_transaction: relocate state lock to incorporate all users

Another pass on Workarounds, with a focus on HSW
 2013-06-11 17:51 UTC  (9+ messages)
` [PATCH 01/10] drm/i915: We implement WaFbcWaitForVBlankBeforeEnable for ilk and snb
` [PATCH 02/10] drm/i915: We implement WaFbcAsynchFlipDisableFbcQueue on "
` [PATCH 03/10] drm/i915: We implement WaFbcDisableDpfcClockGating on ilk
` [PATCH 04/10] drm/i915: We implement WaMPhyProgramming on Haswell

How to get mkfs.ext4 in rootfs package
 2013-06-11 17:51 UTC 

master - lvresize: improve poolmetadatasize
 2013-06-11 17:50 UTC 

[U-Boot] [PATCH v2 06/16] sf: Update sf to support all sizes of flashes
 2013-06-11 17:49 UTC  (9+ messages)

[PATCH 0/2] v2 Driver for Allwinner sunxi Security ID
 2013-06-11 17:44 UTC  (7+ messages)
` [PATCH 1/2] Initial support for Allwinner's Security ID fuses
        ` [PATCH 1/2] Initial support for Allwinner's Security ID fuses; Unanswered comments

No crosscompiler in Toolchain
 2013-06-11 17:48 UTC  (2+ messages)

[PATCH v2 0/2] Add Phytec imx6q module and carrier board
 2013-06-11 17:48 UTC  (3+ messages)
` [PATCH v2 1/2] ARM: dts: imx6q: Add pinctrl for usdhc2 and enet
` [PATCH v2 2/2] ARM: dts: Phytec imx6q pfla02 and pbab01 support

[Qemu-devel] [PATCH qom-cpu v4 00/18] dump: Build cleanups, redone
 2013-06-11 17:47 UTC  (7+ messages)
` [Qemu-devel] [PATCH qom-cpu v4 13/18] memory_mapping: Cleanup qemu_get_guest_memory_mapping()
` [Qemu-devel] [PATCH qom-cpu v4 14/18] dump: Abstract dump_init() with cpu_synchronize_all_states()

AIO refactoring/performance improvements/cancellation
 2013-06-11 17:42 UTC  (8+ messages)
` [PATCH 17/21] Percpu tag allocator

Request inclusion of ARM MPIDR linearization patches into linux-next
 2013-06-11 17:46 UTC  (2+ messages)

[PATCH] carl9170: make use of the new rate control API
 2013-06-11 17:46 UTC  (2+ messages)

[PATCH v4 00/45] Massive improvents to rebase and cherry-pick
 2013-06-11 17:42 UTC  (10+ messages)
` [PATCH v4 31/45] rebase: trivial cleanup

[PATCH] ASoC: add RT5640 CODEC driver
 2013-06-11 17:41 UTC  (3+ messages)

Some pynfs updates
 2013-06-11 17:08 UTC 

[PATCH v5] pwm: add sysfs interface
 2013-06-11 17:38 UTC  (2+ messages)

[Qemu-trivial] [PATCH] hw/xen: Use g_free instead of free and fix potential memory leaks
 2013-06-11 17:37 UTC  (5+ messages)
  `  "
    ` [Qemu-devel] "

[BUG 1747]Guest could't find bootable device with memory more than 3600M
 2013-06-11 17:26 UTC  (8+ messages)
          ` [Xen-devel] "
            ` [Qemu-devel] "

FW: Yocto Project 1.5 M1 release readiness meeting
 2013-06-11 17:36 UTC 

[PATCH tegra-uboot-flasher-scripts] README: use full file names for default.xml and default-notools.xml
 2013-06-11 17:34 UTC  (2+ messages)

[RFC] is it time to split up the MAINTAINERS file?
 2013-06-11 17:33 UTC  (2+ messages)

[PATCH 0/3] ARM: dts: OMAP3: Use constants with MTD devices
 2013-06-11 17:31 UTC  (12+ messages)
` [PATCH 1/3] ARM: dts: Add headers with constants for MTD partitions
` [PATCH 3/3] ARM: dts: OMAP3: Use MTD constants for OMAP3 boards

[BUG][PATCH] configure.ac: Respect the configured freetype-config
 2013-06-11 17:31 UTC  (10+ messages)

Xen 4.3 + tmem = Xen BUG at domain_page.c:143
 2013-06-11 17:30 UTC  (5+ messages)

[Buildroot] [PATCH] Normalize separator size to 80 in remaining makefiles
 2013-06-11 17:29 UTC  (2+ messages)

[BUG] PCI related panic on powerpc based board with 3.10-rcX
 2013-06-11 17:28 UTC  (3+ messages)

Tracking vendor release with Git
 2013-06-11 17:29 UTC  (2+ messages)

GPF in aesni_xts_crypt8 (3.10-rc5)
 2013-06-11 17:26 UTC 

[Qemu-trivial] [PATCH] audio: Replace macro GCC_ATTR by GCC_FMT_ATTR and use inline functions
 2013-06-11 17:24 UTC  (4+ messages)
  ` [Qemu-devel] "

New feature discussion: git rebase --status
 2013-06-11 17:23 UTC  (5+ messages)

[BUG] Bad page map in process after migration (Debian #711249)
 2013-06-11 17:22 UTC  (3+ messages)

[PATCH V5 00/30] thermal: exynos: Add thermal driver for exynos5440
 2013-06-11 17:22 UTC  (3+ messages)
` [PATCH V5 27/30] Documentation: thermal: Explain the exynos thermal driver model


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.