All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-08-22 19:24:13 to 2013-08-22 20:26:32 UTC [more...]

[PATCH 0/2] fix generic netlink locking issue(s)
 2013-08-22 20:26 UTC  (3+ messages)
` [PATCH 1/2] Revert "genetlink: fix family dump race"

[Buildroot] [PATCH v2] libsecret: New package
 2013-08-22 20:26 UTC  (2+ messages)

[PATCH v2 0/5] clean up echo -e usage
 2013-08-22 20:25 UTC  (5+ messages)
` [PATCH v2 1/5] xtensa: don't use echo -e needlessly
` [PATCH v2 2/5] x86: "
` [PATCH v2 4/5] scripts/checkkconfigsymbols.sh: replace echo -e with printf
` [PATCH v2 5/5] tools/perf/perf-archive.sh: "

[Call for participation] Bi-Weekly KVM/ARM Technical Sync-up
 2013-08-22 20:24 UTC  (3+ messages)

[Bug 68389] New: [radeonsi]Black screen in unigine-tropics
 2013-08-22 20:24 UTC  (2+ messages)
` [Bug 68389] "

[PATCH v2] vfs: Tighten up linkat(..., AT_EMPTY_PATH)
 2013-08-22 20:22 UTC  (9+ messages)

[PATCH] PCI: add hibernation hooks
 2013-08-22 20:22 UTC  (5+ messages)

[GIT] x86 platform driver fixes for 3.11
 2013-08-22 20:22 UTC 

[PATCH 0/8] x86, acpi: Move acpi_initrd_override() earlier
 2013-08-22 20:21 UTC  (19+ messages)

[PATCH] documentation/devicetree: Move DT bindigns from gpio to watchdog
 2013-08-22 20:20 UTC  (4+ messages)

[PATCH 1/1] cronie: add PACKAGECONFIG data
 2013-08-22 20:19 UTC  (2+ messages)

[PATCH v2] dm ioctl: allow change device target type to error
 2013-08-22 20:19 UTC  (7+ messages)
` [dm-devel] "

[PATCH RFC v2 0/3] Add support for the System Power Management Interface (SPMI)
 2013-08-22 20:18 UTC  (4+ messages)
` [PATCH RFC v2 3/5] spmi: add generic SPMI controller binding documentation

[PATCH] DMA: let filter functions of of_dma_simple_xlate possible check of_node
 2013-08-22 20:18 UTC  (4+ messages)

[GIT] x86 platform driver fixes for 3.11
 2013-08-22 20:17 UTC  (3+ messages)

[PATCH RFC 10/13] ASoC: kirkwood-t5325: add DAPM links between codec and cpu DAI
 2013-08-22 20:16 UTC  (12+ messages)
                    ` [alsa-devel] "

[Bug 68224] New: [radeonsi] Serious Sam3 is segfaulting (LLVM assert)
 2013-08-22 20:16 UTC  (2+ messages)
` [Bug 68224] "

[PATCH] drm/i915: Fix context size calculation on SNB/IVB/VLV
 2013-08-22 20:16 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/18 RFC v3] Localhost migration
 2013-08-22 20:14 UTC  (4+ messages)
` [Qemu-devel] [PATCH 07/18] arch_init: export RAM_SAVE_xxx flags

[GIT PULL] Allwinner sunXi DT additions for 3.12, take 3
 2013-08-22 20:14 UTC 

[PATCH RFC net-next] net: epoll support for busy poll
 2013-08-22 20:14 UTC  (3+ messages)

[Qemu-devel] [PULL 00/42] Block patches
 2013-08-22 20:11 UTC  (43+ messages)
` [Qemu-devel] [PULL 01/42] qcow2: Change default for new images to compat=1.1
` [Qemu-devel] [PULL 02/42] block: Introduce bs->zero_beyond_eof
` [Qemu-devel] [PULL 03/42] block: Produce zeros when protocols reading beyond end of file
` [Qemu-devel] [PULL 04/42] block: better error message for read only format name
` [Qemu-devel] [PULL 05/42] vmdk: Move l1_size check into vmdk_add_extent()
` [Qemu-devel] [PULL 06/42] vmdk: fix L1 and L2 table size in vmdk3 open
` [Qemu-devel] [PULL 07/42] vmdk: support vmfsSparse files
` [Qemu-devel] [PULL 08/42] vmdk: support vmfs files
` [Qemu-devel] [PULL 09/42] aio / timers: Rename qemu_timer_* functions
` [Qemu-devel] [PULL 10/42] aio / timers: Rename qemu_new_clock and expose clock types
` [Qemu-devel] [PULL 11/42] aio / timers: add qemu-timer.c utility functions
` [Qemu-devel] [PULL 12/42] aio / timers: Consistent treatment of disabled clocks for deadlines
` [Qemu-devel] [PULL 13/42] aio / timers: add ppoll support with qemu_poll_ns
` [Qemu-devel] [PULL 14/42] aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slack
` [Qemu-devel] [PULL 15/42] aio / timers: Make qemu_run_timers and qemu_run_all_timers return progress
` [Qemu-devel] [PULL 16/42] aio / timers: Split QEMUClock into QEMUClock and QEMUTimerList
` [Qemu-devel] [PULL 17/42] aio / timers: Untangle include files
` [Qemu-devel] [PULL 18/42] aio / timers: Add QEMUTimerListGroup and helper functions
` [Qemu-devel] [PULL 19/42] aio / timers: Add QEMUTimerListGroup to AioContext
` [Qemu-devel] [PULL 20/42] aio / timers: Add a notify callback to QEMUTimerList
` [Qemu-devel] [PULL 21/42] aio / timers: aio_ctx_prepare sets timeout from AioContext timers
` [Qemu-devel] [PULL 22/42] aio / timers: Add aio_timer_init & aio_timer_new wrappers
` [Qemu-devel] [PULL 23/42] aio / timers: Convert aio_poll to use AioContext timers' deadline
` [Qemu-devel] [PULL 24/42] aio / timers: Convert mainloop to use timeout
` [Qemu-devel] [PULL 25/42] aio / timers: On timer modification, qemu_notify or aio_notify
` [Qemu-devel] [PULL 26/42] aio / timers: Introduce new API timer_new and friends
` [Qemu-devel] [PULL 27/42] aio / timers: Use all timerlists in icount warp calculations
` [Qemu-devel] [PULL 28/42] aio / timers: Add documentation and new format calls
` [Qemu-devel] [PULL 29/42] aio / timers: Remove alarm timers
` [Qemu-devel] [PULL 30/42] aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadline
` [Qemu-devel] [PULL 31/42] aio / timers: Add qemu_clock_get_ms and qemu_clock_get_ms
` [Qemu-devel] [PULL 32/42] aio / timers: Rearrange timer.h & make legacy functions call non-legacy
` [Qemu-devel] [PULL 33/42] aio / timers: Remove main_loop_timerlist
` [Qemu-devel] [PULL 34/42] aio / timers: Convert rtc_clock to be a QEMUClockType
` [Qemu-devel] [PULL 35/42] aio / timers: convert block_job_sleep_ns and co_sleep_ns to new API
` [Qemu-devel] [PULL 36/42] aio / timers: Add test harness for AioContext timers
` [Qemu-devel] [PULL 37/42] aio / timers: Add scripts/switch-timer-api
` [Qemu-devel] [PULL 38/42] aio / timers: Switch entire codebase to the new timer API
` [Qemu-devel] [PULL 39/42] aio / timers: Remove legacy interface
` [Qemu-devel] [PULL 40/42] aio / timers: remove dummy_io_handler_flush from tests/test-aio.c
` [Qemu-devel] [PULL 41/42] aio-win32: replace incorrect AioHandler->opaque usage with ->e
` [Qemu-devel] [PULL 42/42] win32-aio: drop win32_aio_flush_cb()

[PATCH 1/6] mm/hwpoison: fix lose PG_dirty flag for errors on mlocked pages
 2013-08-22 20:13 UTC  (7+ messages)
` [PATCH 5/6] mm/hwpoison: drop forward reference declarations __soft_offline_page()
` [PATCH 6/6] mm/hwpoison: centralize set PG_hwpoison flag and increase num_poisoned_pages

Stumped. Can't get 2.6.37 TI kernel to boot when built with toolchain from denzil or Linaro gcc-linaro-arm-linux-gnueabihf-4.8-2013.07-1_linux/
 2013-08-22 20:13 UTC  (12+ messages)

[PATCHv4 1/3] arm: socfpga: dts: Add a syscon binding for sys-mgr
 2013-08-22 20:13 UTC  (6+ messages)
` [PATCHv4 2/3] ARM: socfpga: dts: Add support for SD/MMC

an error when adding "snappy" package
 2013-08-22 20:12 UTC  (3+ messages)

[Buildroot] debugging inittab
 2013-08-22 20:11 UTC 

+ mm-make-sure-_page_swp_soft_dirty-bit-is-not-set-on-present-pte.patch added to -mm tree
 2013-08-22 20:11 UTC 

[PATCH 1/4] Make non-linear GPIO ranges accesible from gpiolib
 2013-08-22 20:10 UTC  (7+ messages)
` [PATCH 2/4] pinmux: Add TB10x pinmux driver

[PATCH v3] SUNRPC: Ensure that the RPCSEC_GSS daemon uses the correct service names
 2013-08-22 20:10 UTC 

[Qemu-devel] pvpanic plans?
 2013-08-22 20:09 UTC  (11+ messages)
      ` [Qemu-devel] [libvirt] "

[PATCH v6 0/4] Device Tree support for CMA (Contiguous Memory Allocator)
 2013-08-22 20:08 UTC  (9+ messages)
` [PATCH v6 3/4] drivers: of: add initialization code for dma reserved memory

Hanging ps output after crash
 2013-08-22 20:06 UTC 

[RFC PATCH] bridge: inherit slave devices needed_headroom
 2013-08-22 20:06 UTC  (3+ messages)

[PATCH] repack: rewrite the shell script in C
 2013-08-22 20:06 UTC  (2+ messages)
` [PATCH] repack: rewrite the shell script in C (squashing proposal)

[PATCH lttng-tools] Fix: check UST float field mantissa length
 2013-08-22 20:05 UTC 

[PATCH v10 0/2] Add freescale S/PDIF CPU DAI and machine drivers
 2013-08-22 20:05 UTC  (9+ messages)
` [PATCH v10 2/2] ASoC: fsl: Add S/PDIF machine driver

[Qemu-devel] [PATCH 0/2] win32: build fixes due to io_flush removal
 2013-08-22 20:05 UTC  (2+ messages)

[PATCH 00/12] RFC: steps to make audit pid namespace-safe
 2013-08-22 20:05 UTC  (3+ messages)
` [PATCH 11/12] pid: rewrite task helper functions avoiding task->pid and task->tgid

[PATCH] implement privmode support in dash
 2013-08-22 20:05 UTC  (3+ messages)

[Qemu-devel] [PATCH] aio / timers: remove dummy_io_handler_flush from tests/test-aio.c
 2013-08-22 20:03 UTC  (2+ messages)

[RFC][PATCH] mtd: bcm47xxsflash: writing support
 2013-08-22 20:03 UTC  (3+ messages)

[PATCH] staging: vt6656: s_uGetRTSCTSRsvTime return u16 endian corrected value
 2013-08-22 20:03 UTC 

[PATCH 0/6] LE parameters via debugfs
 2013-08-22 20:01 UTC  (6+ messages)
` [PATCH 3/6] Bluetooth: Set discovery parameters

[PATCH v7] s5k5baf: add camera sensor driver
 2013-08-22 20:01 UTC  (2+ messages)

[net-next v2 00/15][pull request] Intel Wired LAN Driver Updates
 2013-08-22 20:01 UTC  (2+ messages)

Asus F5RL laptop unable to resume from S3 because of radeon module
 2013-08-22 20:00 UTC  (3+ messages)

[PATCH v5 00/10] tracing: trace event triggers
 2013-08-22 19:57 UTC  (11+ messages)
` [PATCH v5 01/10] tracing: Add support for SOFT_DISABLE to syscall events
` [PATCH v5 02/10] tracing: add basic event trigger framework
` [PATCH v5 03/10] tracing: add 'traceon' and 'traceoff' event trigger commands
` [PATCH v5 04/10] tracing: add 'snapshot' event trigger command
` [PATCH v5 05/10] tracing: add 'stacktrace' "
` [PATCH v5 06/10] tracing: add 'enable_event' and 'disable_event' event trigger commands
` [PATCH v5 07/10] tracing: add and use generic set_trigger_filter() implementation
` [PATCH v5 08/10] tracing: update event filters for multibuffer
` [PATCH v5 09/10] tracing: add documentation for trace event triggers
` [PATCH v5 10/10] tracing: make register/unregister_ftrace_command __init

[PATCH 00/16] Exynos clock clean-up for 3.12
 2013-08-22 19:59 UTC  (5+ messages)
` [PATCH 09/16] clk: samsung: pll: Use new registration method for PLL45xx

[PATCH] pulseaudio: Fix up configure options and use gtk+3
 2013-08-22 19:56 UTC 

[PATCH V1 0/5] Add the Quadspi driver for vf610-twr
 2013-08-22 19:55 UTC  (6+ messages)
` [PATCH V1 3/5] mtd: m25p80: add the quad-read support

[PATCH net-next 1/2] fs_enet: silence a build warning (unused variable)
 2013-08-22 19:55 UTC  (2+ messages)
` [PATCH net-next 2/2] fs_enet: cleanup clock API use

[PATCH v4 00/11] tracing: trace event triggers
 2013-08-22 19:54 UTC  (6+ messages)
` [PATCH v4 02/11] tracing: add basic event trigger framework

Problematic commits in the ipsec tree
 2013-08-22 19:54 UTC  (3+ messages)
` [PATCH ipsec 1/2] xfrm: revert ipv4 mtu determination to dst_mtu
` [PATCH ipsec 2/2] ipv6: set skb->protocol on tcp, raw and ip6_append_data genereated skbs

[PATCH 0/4 v6] Avoid softlockups in console_unlock()
 2013-08-22 19:49 UTC  (4+ messages)

[Qemu-devel] [PATCHv4] add qemu-img convert -C option (skip target volume creation)
 2013-08-22 19:46 UTC  (8+ messages)

[PATCH] mtd: bcm47xxsflash: implement erasing support
 2013-08-22 19:45 UTC  (2+ messages)

Question: How can I recover this partition? (unable to find logical $hugenum len 4096)
 2013-08-22 19:38 UTC  (4+ messages)

[PATCH v2 00/10] ALSA: usb-audio: fix playback/capture concurrent usage
 2013-08-22 19:44 UTC  (5+ messages)

[Buildroot] [PATCH] apply-patches: run patch in batch mode
 2013-08-22 19:43 UTC  (4+ messages)

[Bug 58556] New: MacBook Pro 5, 1 with nVidia 9400m and 9600m, scrambled screen
 2013-08-22 19:43 UTC  (2+ messages)
  ` [Bug 58556] "

[Buildroot] [PATCH] toolchain: add support for glibc
 2013-08-22 19:42 UTC  (3+ messages)

[RFC PATCH v3] sched: Limit idle balance based on max cost per sched domain
 2013-08-22 19:42 UTC  (3+ messages)

[PATCH] drm/i915: More vma fixups around unbind/destroy
 2013-08-22 19:41 UTC  (3+ messages)

[PATCH RESEND 1/2] mtd: bcm47: convert kzalloc to avoid invalid access
 2013-08-22 19:39 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/2] osdep: warn if open(O_DIRECT) on fails with EINVAL
 2013-08-22 19:38 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/2] "

[xen-4.3-testing test] 18749: regressions - FAIL
 2013-08-22 19:39 UTC 

Common Intermediate Language (CIL) Update
 2013-08-22 19:38 UTC  (3+ messages)

[U-Boot] [RFC 00/10] New board-specific USB initialization interface
 2013-08-22 19:37 UTC  (4+ messages)
` [U-Boot] [PATCH] usb: new board-specific USB init interface

[U-Boot] [PATCH 1/2] common: Add CCACHE variable to allow use of ccache
 2013-08-22 19:36 UTC  (4+ messages)
` [U-Boot] [U-Boot, "

[PATCH] ntp: Make periodic RTC update more reliable
 2013-08-22 19:36 UTC  (2+ messages)

DomU to dom0 communication
 2013-08-22 19:35 UTC 

[xen-4.1-testing test] 18748: tolerable FAIL - PUSHED
 2013-08-22 19:30 UTC 

[Qemu-trivial] [PATCH] monitor: Add missing attributes to local function
 2013-08-22 19:30 UTC  (2+ messages)
` [Qemu-devel] "

Pull request: sfc-next 2013-08-22 v2
 2013-08-22 19:30 UTC  (17+ messages)
` [PATCH RESEND net-next 01/16] sfc: Fix lookup of default RX MAC filters when steered using ethtool
` [PATCH RESEND net-next 02/16] sfc: const-qualify source pointers for MMIO write functions
` [PATCH RESEND net-next 03/16] sfc: Use efx_mcdi_mon() to find efx_mcdi_mon structure from efx_nic
` [PATCH RESEND net-next 04/16] sfc: Move details of a Falcon bug workaround out of ethtool.c
` [PATCH RESEND net-next 05/16] sfc: Move more Falcon-specific code and definitions into falcon.c
` [PATCH RESEND net-next 06/16] sfc: Introduce and use MCDI_DECLARE_BUF macro
` [PATCH RESEND net-next 07/16] sfc: Rationalise MCDI buffer accessors
` [PATCH RESEND net-next 08/16] sfc: Fill out the set of MCDI accessors
` [PATCH RESEND net-next 09/16] sfc: Introduce and use MCDI_CTL_SDU_LEN_MAX_V1 macro for Siena-specific code
` [PATCH RESEND net-next 10/16] sfc: Use proper macros to declare and access MCDI arrays
` [PATCH RESEND net-next 11/16] sfc: Ensure MCDI buffers, but not lengths, are dword aligned
` [PATCH RESEND net-next 12/16] sfc: Add and use MCDI_SET_QWORD() and MCDI_SET_ARRAY_QWORD()
` [PATCH RESEND net-next 13/16] sfc: Move siena_reset_hw() and siena_map_reset_reason() into MCDI module
` [PATCH RESEND net-next 14/16] sfc: Move efx_mcdi_mac_reconfigure() to siena.c and rename
` [PATCH RESEND net-next 15/16] sfc: Collect all MCDI port functions into mcdi_port.c
` [PATCH RESEND net-next 16/16] sfc: Make efx_mcdi_init() call efx_mcdi_handle_assertion()

Deduplication
 2013-08-22 19:28 UTC 

[PATCH 0/2] xfsprogs: field types in the directory under v4
 2013-08-22 18:50 UTC  (2+ messages)
` [PATCH 1/2] xfsprog: add xfs sb v4 support for dirent filetype field


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.