All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-10-09 10:32:58 to 2013-10-09 11:45:37 UTC [more...]

[PATCH 1/3] thermal: samsung: correct the fall interrupt en, status bit fields
 2013-10-09 11:45 UTC  (5+ messages)
` [PATCH 3/3] thermal: samsung: Add TMU support for Exynos5420 SoCs

[PATCH] cfg80211: Pass station supported channel and oper class info to kernel
 2013-10-09 11:43 UTC 

[Buildroot] [PATCH 03/10] libxmlrpc: new package
 2013-10-09 11:43 UTC  (3+ messages)
` [Buildroot] [PATCH] "

New big-endian patch series against 3.12-rc4
 2013-10-09 11:42 UTC  (3+ messages)
` [PATCH 12/23] ARM: traps: use <asm/opcodes.h> to get correct instruction order

[Qemu-devel] [PULL 0/7] usb patch queue
 2013-10-09 11:42 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/7] usb: remove old usb-host code

preparing for 4.3.1
 2013-10-09 11:41 UTC  (7+ messages)

XSA-60 solutions
 2013-10-09 11:40 UTC  (7+ messages)

[PATCH v2] msi: free msi_desc entry only after we've released the kobject
 2013-10-09 11:36 UTC  (4+ messages)

[PATCH v2 0/4] IB/core: an improved infrastructure for uverbs commands
 2013-10-09 11:38 UTC  (8+ messages)
` [PATCH v2 1/4] IB/core: extended command: "
` [PATCH v2 4/4] IB/core: extended command: add a common extended response header

[Qemu-devel] [PATCH 0/2] aio: add aio_context_acquire() and aio_context_release()
 2013-10-09 11:36 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/2] rfifolock: add recursive FIFO lock

[PATCH 00/10] mmc: sdhci-esdhc-imx: add std tuning for mx6sl and DDR mode support
 2013-10-09 11:20 UTC  (22+ messages)
` [PATCH 01/10] ARM: dts: imx6sl: add pinctrl uhs states for usdhc
` [PATCH 02/10] mmc: sdhci-esdhc-imx: add std tuning support for mx6sl
` [PATCH 03/10] ARM: dts: imx6sl: change usdhc compatible with imx6sl only
` [PATCH 04/10] mmc: sdhci-esdhc-imx: fix reading cap_1 register value for mx6sl
` [PATCH 05/10] mmc: sdhci: report error once the maximum tuning loops exhausted or timeout
` [PATCH 06/10] mmc: sdhci-esdhc-imx: add DDR mode support for mx6
` [PATCH 07/10] mmc: sdhci-esdhc-imx: add delay line setting support
` [PATCH 08/10] mmc: sdhci-esdhc-imx: enable SDR50 tuning for imx6q/dl
` [PATCH 09/10] mmc: sdhci-esdhc-imx: add preset value quirk for mx6
` [PATCH 10/10] mmc: sdhci: remove unneeded call when have preset value quirk

[PATCH 0/4] Add support for the Allwinner A31 Reset Controllers
 2013-10-09 11:32 UTC  (3+ messages)
` [PATCH 4/4] ARM: sun6i: Add the reset controller to the DTSI

Problems when using latest git tree to boot xen on OMAP5
 2013-10-09 11:29 UTC  (11+ messages)

[Qemu-devel] [RFC 00/28] bitmap handling optimization
 2013-10-09 11:28 UTC  (29+ messages)
` [Qemu-devel] [PATCH 01/28] Move prototypes to memory.h
` [Qemu-devel] [PATCH 02/28] memory: cpu_physical_memory_set_dirty_flags() result is never used
` [Qemu-devel] [PATCH 03/28] memory: cpu_physical_memory_set_dirty_range() return void
` [Qemu-devel] [PATCH 04/28] exec: use accessor function to know if memory is dirty
` [Qemu-devel] [PATCH 05/28] memory: create function to set a single dirty bit
` [Qemu-devel] [PATCH 06/28] exec: create function to get "
` [Qemu-devel] [PATCH 07/28] memory: make cpu_physical_memory_is_dirty return bool
` [Qemu-devel] [PATCH 08/28] exec: simplify notdirty_mem_write()
` [Qemu-devel] [PATCH 09/28] memory: all users of cpu_physical_memory_get_dirty used only one flag
` [Qemu-devel] [PATCH 10/28] memory: set single dirty flags when possible
` [Qemu-devel] [PATCH 11/28] memory: cpu_physical_memory_set_dirty_range() allways dirty all flags
` [Qemu-devel] [PATCH 12/28] memory: cpu_physical_memory_mask_dirty_range() allways clear a single flag
` [Qemu-devel] [PATCH 13/28] memory: use DIRTY_MEMORY_* instead of *_DIRTY_FLAG
` [Qemu-devel] [PATCH 14/28] memory: use bit 2 for migration
` [Qemu-devel] [PATCH 15/28] memory: make sure that client is always inside range
` [Qemu-devel] [PATCH 16/28] memory: only resize dirty bitmap when memory size increases
` [Qemu-devel] [PATCH 17/28] memory: cpu_physical_memory_clear_dirty_flag() result is never used
` [Qemu-devel] [PATCH 18/28] bitmap: Add bitmap_zero_extend operation
` [Qemu-devel] [PATCH 19/28] memory: split dirty bitmap into three
` [Qemu-devel] [PATCH 20/28] memory: unfold cpu_physical_memory_clear_dirty_flag() in its only user
` [Qemu-devel] [PATCH 21/28] memory: unfold cpu_physical_memory_set_dirty() "
` [Qemu-devel] [PATCH 22/28] memory: unfold cpu_physical_memory_set_dirty_flag()
` [Qemu-devel] [PATCH 23/28] memory: make cpu_physical_memory_get_dirty() the main function
` [Qemu-devel] [PATCH 24/28] memory: cpu_physical_memory_get_dirty() is used as returning a bool
` [Qemu-devel] [PATCH 25/28] memory: s/mask/clear/ cpu_physical_memory_mask_dirty_range
` [Qemu-devel] [PATCH 26/28] memory: use find_next_bit() to find dirty bits
` [Qemu-devel] [PATCH 27/28] memory: cpu_physical_memory_set_dirty_range() now uses bitmap operations
` [Qemu-devel] [PATCH 28/28] memory: cpu_physical_memory_clear_dirty_range() "

Grow UBI device?
 2013-10-09 11:28 UTC  (3+ messages)

[Alsa-user] intel-hda: sound via HDMI only when using interlaced modes
 2013-10-09 11:28 UTC  (5+ messages)

[PATCH] git-subtree: Avoid using echo -n even indirectly
 2013-10-09 11:26 UTC  (5+ messages)
    ` Fwd: "

Can Xen sleep or wake up a thread?
 2013-10-09 11:24 UTC  (3+ messages)

MBIM device refusing to be enabled
 2013-10-09 11:22 UTC  (5+ messages)

Break instructions, debuggers, FPU emu & tracing
 2013-10-09 11:20 UTC 

[PATCH v2 1/3] video: xilinxfb: Use standard variable name convention
 2013-10-09 11:18 UTC  (12+ messages)
` [PATCH v2 2/3] video: xilinxfb: Use devm_kzalloc instead of kzalloc
` [PATCH v2 3/3] video: xilinxfb: Simplify error path

[PATCH BlueZ 7/7] tools/hcidump: Fix parsing for service class 0x110f
 2013-10-09 11:16 UTC 

[kernel-hardening] Re: [PATCH v2 2/9] procfs: add proc_allow_access() to check if file's opener may access task
 2013-10-09 11:15 UTC  (19+ messages)
                    `  "

[PATCH v2] PWM: atmel-pwm: use request/free instead of enable/disable
 2013-10-09 11:14 UTC  (4+ messages)

[kernel-hardening] [PATCH v2] vsprintf: Check real user/group id for %pK
 2013-10-09 11:14 UTC  (8+ messages)
` [kernel-hardening] "
          `  "

[PATCH] PCI: designware: Add irq_create_mapping()
 2013-10-09 11:13 UTC  (9+ messages)

[PATCH 0/63] Basic scheduler support for automatic NUMA balancing V9
 2013-10-09 11:13 UTC  (7+ messages)

[PATCH BlueZ 1/7] core/profile: Fix MNS record version
 2013-10-09 11:11 UTC  (7+ messages)
` [PATCH BlueZ 2/7] obexd/MAP: Fix sending \0 after filler byte
` [PATCH BlueZ 3/7] obexd/MAP: Fix parsing message handles as decimal numbers
` [PATCH BlueZ 4/7] lib/sdp: Replace VIDEO_CONF_SVCLASS_ID with AV_REMOTE_CONTROLLER_SVCLASS_ID
` [PATCH BlueZ 5/7] profiles/AVRCP: Add AV Remote Controller service class id to CT
` [PATCH BlueZ 6/7] tools/sdptool: Fix parsing for service class 0x110f
` [PATCH BlueZ 7/7] tools/hcidump: "

OpenSM 3.3.16 at 100% CPU load, "console off"
 2013-10-09 11:10 UTC 

[PATCH 10/29] ia64: Use get_signal() signal_setup_done()
 2013-10-09 11:09 UTC  (5+ messages)
` [PATCH 13/29] metag: "

[PATCH] pinctrl: pinctrl-adi2: GPIO output value should be set after the GPIO interrupt is disabled
 2013-10-09 11:09 UTC  (2+ messages)

[PATCH] drm/radeon: signal all fences after lockup to avoid endless waiting in GEM_WAIT
 2013-10-09 11:09 UTC  (6+ messages)

[PATCH v2] pinctrl: pinctrl-adi2: Remove nested lock+irqsave that resue flags
 2013-10-09 11:07 UTC  (2+ messages)

BUG in net/l2tp/l2tp_core.c
 2013-10-09 11:05 UTC  (2+ messages)

[PATCH V4] clk: palmas: add clock driver for palmas
 2013-10-09 11:04 UTC  (3+ messages)

[GIT PULL] SPI updates for v3.12
 2013-10-09 11:04 UTC 

[Qemu-devel] [PATCH] qemu-iotests: Discard preallocated zero clusters
 2013-10-09 11:04 UTC  (2+ messages)

PROBLEM: XPS 12-9Q33 touchpad not recognized, problem with i2c_hid module
 2013-10-09 11:03 UTC  (2+ messages)

new fio release?
 2013-10-09 11:02 UTC  (3+ messages)

[U-Boot] [PATCH 0/4] Coding Style cleanup
 2013-10-09 11:02 UTC  (3+ messages)
` [U-Boot] [PATCH 2/4] Coding Style cleanup: replace leading SPACEs by TABs

KVM virtual timer issue with trinity
 2013-10-09 11:00 UTC  (4+ messages)

[PATCH 0/9] fix deferred probing issue of platform_driver_probe
 2013-10-09 10:59 UTC  (4+ messages)
` [PATCH 5/9] spi: spi-au1550: replace platform_driver_probe to support deferred probing

[PATCH] HID: i2c-hid: add platform data for quirks
 2013-10-09 10:59 UTC  (3+ messages)

pull request (net): ipsec 2013-10-09
 2013-10-09 10:59 UTC  (8+ messages)
` [PATCH 1/7] xfrm: Fix replay size checking on async events
` [PATCH 2/7] xfrm: Decode sessions with output interface
` [PATCH 3/7] ipsec: Don't update the pmtu on ICMPV6_DEST_UNREACH
` [PATCH 4/7] xfrm: Guard IPsec anti replay window against replay bitmap
` [PATCH 5/7] xfrm: Fix aevent generation for each received packet
` [PATCH 6/7] xfrm: Add refcount handling to queued policies
` [PATCH 7/7] xfrm: check for a vaild skb in xfrm_policy_queue_process

clarification on what packages are *truly* needed for a yocto build?
 2013-10-09 10:58 UTC  (2+ messages)

[BUG] completely bonkers use of set_need_resched + VM_FAULT_NOPAGE
 2013-10-09 10:58 UTC  (12+ messages)
        ` [RFC PATCH] drm/radeon: fixup locking inversion between mmap_sem and reservations

async between dmaengine_pcm_dma_complete and snd_pcm_release
 2013-10-09 11:00 UTC  (6+ messages)

[uml-devel] BUG: soft lockup for a user mode linux image
 2013-10-09 10:35 UTC  (14+ messages)

[PATCH 0/3] script enhancements
 2013-10-09 10:56 UTC  (4+ messages)
` [PATCH 1/3] scripts: TRINITY_PATH defaults to "."
` [PATCH 2/3] scripts: change mkdir tmp to mktemp
` [PATCH 3/3] scripts: arch dependent to get the syscall_list

libmfw_gst_tvsrc.so
 2013-10-09 10:55 UTC  (2+ messages)

SDIV / UDIV Question
 2013-10-09 10:53 UTC  (2+ messages)

[PATCH] blockdev: Remove the --setbsz (set blocksize) option which has never worked
 2013-10-09 10:52 UTC  (4+ messages)

[Xenomai] Watchdog timer does not function correctly
 2013-10-09 10:51 UTC  (2+ messages)

[Qemu-devel] [PULL 0/5] QOM CPUState patch queue 2013-10-09
 2013-10-09 10:49 UTC  (6+ messages)
` [Qemu-devel] [PULL 1/5] target-i386: Set model=6 on qemu64 & qemu32 CPU models
` [Qemu-devel] [PULL 2/5] cpu-exec: Also reload CPUClass *cc after longjmp return in cpu_exec()
` [Qemu-devel] [PULL 3/5] cputlb: Remove dead function tlb_update_dirty()
` [Qemu-devel] [PULL 4/5] cpu: Move cpu_copy() into linux-user
` [Qemu-devel] [PULL 5/5] cpu: Drop cpu_model_str from CPU_COMMON

[PATCH] MAINTAINERS: remove swarren from DT bindings
 2013-10-09 10:50 UTC  (2+ messages)

[PATCH 2/2] ARM: include: asm: use 'int' instead of 'unsigned long' for normal register variables within atomic.h
 2013-10-09 10:48 UTC  (13+ messages)
              ` [PATCH v2 0/2] ARM: include: asm: change functions' and variables' types in atomic.h
                ` [PATCH v2 1/2] ARM: include: asm: use 'long long' instead of 'u64' within atomic.h
                  ` [PATCH v2 2/2] ARM: include: asm: use 'int' instead of 'unsigned long' for 'oldval' in atomic_cmpxchg()

[GIT] kbuild changes for v3.11-rc1
 2013-10-09 10:46 UTC  (15+ messages)
      ` [PATCH] arm, kbuild: make "make install" not depend on vmlinux

[PATCH 1/2] drm/i915/dp: use sizeof for memset instead of magic value
 2013-10-09 10:47 UTC  (4+ messages)

[Buildroot] [PATCHv3 00/20] Toolchain updates: package infra, musl support, Linaro updates, glibc fixes
 2013-10-09 10:46 UTC  (3+ messages)
` [Buildroot] [PATCHv3 04/20] toolchain: introduce a virtual package

[RFC] Architecture independent pcibios?
 2013-10-09 10:45 UTC  (7+ messages)

[PATCH v2 00/15] KVM: MMU: locklessly wirte-protect
 2013-10-09 10:45 UTC  (6+ messages)
` [PATCH v2 12/15] KVM: MMU: allow locklessly access shadow page table out of vcpu thread

[Bug 67255] New: black screen after resuming from Hibernate
 2013-10-09 10:44 UTC  (4+ messages)
  ` [Bug 67255] [NVC3] "

[RFC] perf: mmap2 not covering VM_CLONE regions
 2013-10-09 10:39 UTC  (6+ messages)

Xen 4.4 development update -- RFC for feature freeze timeline
 2013-10-09 10:39 UTC  (4+ messages)
` Xen 4.4 development update, qemu pci hole start address

[PATCH v2 0/3] ARM: shmobile: kzm9d: migrate to common clock framework with DT
 2013-10-09 10:39 UTC  (9+ messages)
` [PATCH v2 3/3] ARM: shmobile: kzm9d: Use common clock framework

[PATCH] can: at91-can: fix device to driver data mapping for platform devices
 2013-10-09 10:39 UTC 

[PATCH V5 0/9] perf tools: kcore improvements
 2013-10-09 10:38 UTC  (6+ messages)
` [PATCH V5 3/9] perf tools: workaround objdump difficulties with kcore

error play video via gstreamer with "mfw_isink"
 2013-10-09 10:38 UTC  (2+ messages)

Friendly Greetings
 2013-10-09 10:05 UTC 

[B.A.T.M.A.N.] [PATCH] batman-adv: fix compat of net_ratelimited_function for >3.2.46
 2013-10-09 10:35 UTC  (3+ messages)

[ath9k-devel] P2P/AP modes
 2013-10-09 10:34 UTC  (2+ messages)

[LTP] [PATCH] LTP max_map_count: filer out not accounted vector stub for arm
 2013-10-09 10:33 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.