All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-12-17 14:43:47 to 2013-12-17 15:31:56 UTC [more...]

Out for a while
 2013-12-17 15:31 UTC 

[PATCH 0/4] arch: Introduce smp_load_acquire() and smp_store_release()
 2013-12-17 15:31 UTC  (5+ messages)
` [PATCH 1/4] doc: Rename LOCK/UNLOCK to ACQUIRE/RELEASE

[GIT PULL] Support for efm32
 2013-12-17 15:31 UTC  (6+ messages)
` [PATCH 2/2] ARM: device trees for Energy Micro's EFM32 Cortex-M3 SoCs

[RFC] Userspace and xfstests releases
 2013-12-17 15:31 UTC 

[ANNOUNCEMENT] Yocto Project 1.6_M1 now available
 2013-12-17 15:30 UTC 

[U-Boot] "arm: keep all sections in ELF file" breaks Arndale
 2013-12-17 15:30 UTC  (2+ messages)

[PATCHv2 00/27] OMAPDSS: DT support v2
 2013-12-17 15:30 UTC  (10+ messages)
` [PATCHv2 01/27] ARM: OMAP: remove DSS DT hack
` [PATCHv2 23/27] OMAPDSS: connector-dvi: Add DT support

[RFC PATCH 0/7] Configurable fair allocation zone policy v2r6
 2013-12-17 15:29 UTC  (7+ messages)
` [PATCH 5/7] mm: page_alloc: Make zone distribution page aging policy configurable

[Qemu-devel] [PATCH 00/21] target-arm: A64 decoder sets 3 and 4: everything but fp & simd
 2013-12-17 15:12 UTC  (22+ messages)
` [Qemu-devel] [PATCH 01/21] target-arm: A64: add support for ld/st pair
` [Qemu-devel] [PATCH 02/21] target-arm: A64: add support for ld/st unsigned imm
` [Qemu-devel] [PATCH 03/21] target-arm: A64: add support for ld/st with reg offset
` [Qemu-devel] [PATCH 04/21] target-arm: A64: add support for ld/st with index
` [Qemu-devel] [PATCH 05/21] target-arm: A64: add support for add, addi, sub, subi
` [Qemu-devel] [PATCH 06/21] target-arm: A64: add support for move wide instructions
` [Qemu-devel] [PATCH 07/21] target-arm: A64: add support for 3 src data proc insns
` [Qemu-devel] [PATCH 08/21] target-arm: A64: implement SVC, BRK
` [Qemu-devel] [PATCH 09/21] target-arm: A64: Add decoder skeleton for FP instructions
` [Qemu-devel] [PATCH 10/21] target-arm: A64: implement FMOV
` [Qemu-devel] [PATCH 11/21] target-arm: Update generic cpreg code for AArch64
` [Qemu-devel] [PATCH 12/21] target-arm: Remove ARMCPU/CPUARMState from cpregs APIs used by decoder
` [Qemu-devel] [PATCH 13/21] target-arm: A64: Implement MRS/MSR/SYS/SYSL
` [Qemu-devel] [PATCH 14/21] target-arm: A64: Implement minimal set of EL0-visible sysregs
` [Qemu-devel] [PATCH 15/21] target-arm: Widen thread-local register state fields to 64 bits
` [Qemu-devel] [PATCH 16/21] target-arm: A64: add support for add/sub with carry
` [Qemu-devel] [PATCH 17/21] target-arm: A64: add support for conditional compare insns
` [Qemu-devel] [PATCH 18/21] target-arm: aarch64: add support for ld lit
` [Qemu-devel] [PATCH 19/21] target-arm: Widen exclusive-access support struct fields to 64 bits
` [Qemu-devel] [PATCH 20/21] target-arm: A64: support for ld/st/cl exclusive
` [Qemu-devel] [PATCH 21/21] default-configs: Add config for aarch64-linux-user

[PATCH] Btrfs-progs: receive: fix the case that we can not find subvolume
 2013-12-17 15:27 UTC  (3+ messages)

[PATCH] Btrfs: fix use of uninitialized err variable
 2013-12-17 15:27 UTC  (4+ messages)

[PATCH] infiniband-diags/vendstat: Fix GeneralInfo SW version
 2013-12-17 15:27 UTC 

[Qemu-devel] [PATCH v3 00/38] bitmap queue
 2013-12-17 15:26 UTC  (39+ messages)
` [Qemu-devel] [PATCH 01/38] bitmap: use long as index
` [Qemu-devel] [PATCH 02/38] memory: cpu_physical_memory_set_dirty_flags() result is never used
` [Qemu-devel] [PATCH 03/38] memory: cpu_physical_memory_set_dirty_range() return void
` [Qemu-devel] [PATCH 04/38] exec: use accessor function to know if memory is dirty
` [Qemu-devel] [PATCH 05/38] memory: create function to set a single dirty bit
` [Qemu-devel] [PATCH 06/38] exec: create function to get "
` [Qemu-devel] [PATCH 07/38] memory: make cpu_physical_memory_is_dirty return bool
` [Qemu-devel] [PATCH 08/38] memory: all users of cpu_physical_memory_get_dirty used only one flag
` [Qemu-devel] [PATCH 09/38] memory: set single dirty flags when possible
` [Qemu-devel] [PATCH 10/38] memory: cpu_physical_memory_set_dirty_range() always dirty all flags
` [Qemu-devel] [PATCH 11/38] memory: cpu_physical_memory_mask_dirty_range() always clears a single flag
` [Qemu-devel] [PATCH 12/38] memory: use bit 2 for migration
` [Qemu-devel] [PATCH 13/38] memory: make sure that client is always inside range
` [Qemu-devel] [PATCH 14/38] memory: only resize dirty bitmap when memory size increases
` [Qemu-devel] [PATCH 15/38] memory: cpu_physical_memory_clear_dirty_flag() result is never used
` [Qemu-devel] [PATCH 16/38] bitmap: Add bitmap_zero_extend operation
` [Qemu-devel] [PATCH 17/38] memory: split dirty bitmap into three
` [Qemu-devel] [PATCH 18/38] memory: unfold cpu_physical_memory_clear_dirty_flag() in its only user
` [Qemu-devel] [PATCH 19/38] memory: unfold cpu_physical_memory_set_dirty() "
` [Qemu-devel] [PATCH 20/38] memory: unfold cpu_physical_memory_set_dirty_flag()
` [Qemu-devel] [PATCH 21/38] memory: make cpu_physical_memory_get_dirty() the main function
` [Qemu-devel] [PATCH 22/38] memory: cpu_physical_memory_get_dirty() is used as returning a bool
` [Qemu-devel] [PATCH 23/38] memory: s/mask/clear/ cpu_physical_memory_mask_dirty_range
` [Qemu-devel] [PATCH 24/38] memory: use find_next_bit() to find dirty bits
` [Qemu-devel] [PATCH 25/38] memory: cpu_physical_memory_set_dirty_range() now uses bitmap operations
` [Qemu-devel] [PATCH 26/38] memory: cpu_physical_memory_clear_dirty_range() "
` [Qemu-devel] [PATCH 27/38] memory: s/dirty/clean/ in cpu_physical_memory_is_dirty()
` [Qemu-devel] [PATCH 28/38] memory: make cpu_physical_memory_reset_dirty() take a length parameter
` [Qemu-devel] [PATCH 29/38] memory: cpu_physical_memory_set_dirty_tracking() should return void
` [Qemu-devel] [PATCH 30/38] memory: split cpu_physical_memory_* functions to its own include
` [Qemu-devel] [PATCH 31/38] memory: unfold memory_region_test_and_clear()
` [Qemu-devel] [PATCH 32/38] kvm: use directly cpu_physical_memory_* api for tracking dirty pages
` [Qemu-devel] [PATCH 33/38] kvm: refactor start address calculation
` [Qemu-devel] [PATCH 34/38] memory: move bitmap synchronization to its own function
` [Qemu-devel] [PATCH 35/38] memory: syncronize kvm bitmap using bitmaps operations
` [Qemu-devel] [PATCH 36/38] ram: split function that synchronizes a range
` [Qemu-devel] [PATCH 37/38] migration: synchronize memory bitmap 64bits at a time
` [Qemu-devel] [PATCH 38/38] ram: align ram_addr_t's regions in multiples of 64

[GIT PULL] make mach-omap2 boot with device tree only for v3.14
 2013-12-17 15:26 UTC  (9+ messages)

Fwd: instaweb fails with mongoose
 2013-12-17 15:26 UTC 

[PATCH] x86/memshr: fix preemption in relinquish_shared_pages()
 2013-12-17 15:26 UTC  (4+ messages)
  ` [PATCH v2] "

Disable i8042 check on Apple machines
 2013-12-17 15:25 UTC 

[PATCH v3] regulator_get_optional: don't print an error when no regulator is found
 2013-12-17 15:24 UTC 

nfs-utils-1.2.9 does not play well with linux 3.10.x
 2013-12-17 15:24 UTC  (9+ messages)

[PATCH v5 00/10] xen/arm: Handle correctly foreign mapping
 2013-12-17 15:21 UTC  (12+ messages)
` [PATCH v5 07/10] xen/arm: Handle remove "
` [PATCH v5 08/10] xen/arm: Add relinquish_p2m_mapping to remove reference on every mapped page

[Bug 58378] [NV86] Distorted graphics on NVIDIA GeForce 8400M G after upgrade the kernel to 3.7.0 version
 2013-12-17 15:19 UTC  (3+ messages)

Inter NVMe drive attach problem
 2013-12-17 15:18 UTC  (2+ messages)

[PATCH] Btrfs: move the extent buffer radix tree into the fs_info
 2013-12-17 15:18 UTC  (4+ messages)

Xen 4.4 development update: Is PVH a blocker?
 2013-12-17 15:18 UTC  (13+ messages)

[RFC][PATCH 0/7] re-shrink 'struct page' when SLUB is on
 2013-12-17 15:17 UTC  (5+ messages)

kernel panic on gpio-keys
 2013-12-17 15:17 UTC  (3+ messages)

[PATCH V2] ACPI, APEI: Cleanup alignment related codes for APEI
 2013-12-17 15:17 UTC  (7+ messages)
` [PATCH v3] "

About preemption timer
 2013-12-17 15:17 UTC  (6+ messages)

[PATCH v3 0/7] mtd: spi-nor: add a new framework for SPI NOR
 2013-12-17 15:16 UTC  (11+ messages)
` [PATCH v3 2/7] mtd: spi-nor: add the basic data structures
` [PATCH v3 6/7] Documentation: add the binding file for Quadspi driver

[Qemu-devel] [PATCH] qemu will core dump with "-smp 254, , sockets=2, cores=3, threads=2"
 2013-12-17 15:16 UTC 

[PATCH v2 0/3] Fixes for vlv turbo
 2013-12-17 15:16 UTC  (6+ messages)
` [PATCH v2 1/3] drm/i915: set min delay to rpe delay (Efficient frequency)
` [PATCH v2 2/3] drm/i915: Disable/Enable PM Intrrupts based on the current freq
` [PATCH v2 3/3] drm/i915: WA to fix Voltage not getting dropped to Vmin when Gfx is power gated

[PATCH V3] xl: create VFB for PV guest when VNC is specified
 2013-12-17 15:16 UTC  (10+ messages)

[PATCH] e2fsprogs: dumpe2fs manpage updates
 2013-12-17 15:14 UTC  (2+ messages)

[PATCH CRITICAL] ARM: s3c64xx: dt: Fix boot failure due to double clock initialization
 2013-12-17 15:14 UTC  (6+ messages)

[PATCH 00/15] cleanups and optimizations
 2013-12-17 15:13 UTC  (7+ messages)

drm_do_probe_ddc_edid ENXIO check too aggressive?
 2013-12-17 15:12 UTC  (5+ messages)

[PATCH] rtc: hym8563: include clkout code only if COMMON_CLK active
 2013-12-17 15:11 UTC 

undetected closed apps
 2013-12-17 15:11 UTC  (2+ messages)

[PATCH] mke2fs: further updates for mke2fs(8) man page
 2013-12-17 15:11 UTC  (2+ messages)

[V7 PATCH 0/7]: PVH dom0
 2013-12-17 15:11 UTC  (8+ messages)
` [V7 PATCH 3/7] pvh dom0: implement XENMEM_add_to_physmap_range for x86

[SPAM] analogs of lux watches
 2013-12-17 15:11 UTC 

Offer all- lovely WATCHES etc and high spirits you
 2013-12-17 15:10 UTC 

[RFC] ipv6_get_ifaddr(), alway called with strict =1
 2013-12-17 15:09 UTC  (2+ messages)

[PATCH v2 1/1] block: nvme-core: Scatter gather list support in the NVMe Block Driver
 2013-12-17 15:08 UTC  (3+ messages)

[PATCH RESEND] cpufreq: Fix sscanf robustness
 2013-12-17 15:07 UTC 

[PATCH RESEND] scsi: Fix crash on out of memory with MAC SCSI
 2013-12-17 15:06 UTC 

Lindent formatting issues
 2013-12-17 15:06 UTC 

[PATCH -next] Input: zforce - fix error return code in zforce_start()
 2013-12-17 15:06 UTC  (2+ messages)

[PATCH] cpupower: Fix segfault due to incorrect getopt_long arugments
 2013-12-17 15:05 UTC  (2+ messages)

[PATCH RESEND] mkregtable: Fix sscanf handling
 2013-12-17 15:05 UTC 

[PATCH v2 1/1] drm/i915: Bring UP Power Wells before disabling RC6
 2013-12-17 15:05 UTC 

[PATCH v2 1/1] drm/i915: Verify address field of PCBR register
 2013-12-17 15:00 UTC 

[PATCH] btrfs-progs: fix btrfstune silence on failure
 2013-12-17 15:03 UTC  (3+ messages)

[PATCH 0/5] mfd/regulator: s5m: Various fixes and GPIO control over Buck9
 2013-12-17 15:03 UTC  (7+ messages)
` [PATCH 1/5] regulator: s5m8767: Add symbols for hard-coded DVS_RAMP register
` [PATCH 2/5] regulator: s5m8767: Do not use sec_reg* regmap helpers

[PATCH 0/5] perf timechart improvements part 2
 2013-12-17 15:03 UTC  (11+ messages)
  ` [PATCH 5/5] perf timechart: add emphasize option
      ` [PATCH 5/5 v2] "

[Buildroot] [PATCH v4 1/2] Support for multiple BR2_GLOBAL_PATCH_DIR
 2013-12-17 15:02 UTC  (6+ messages)
` [Buildroot] [PATCH v4 2/2] manual: update for multiple global patch dirs

[PATCH] drivers/misc: atmel-ssc: document clock properties
 2013-12-17 15:01 UTC  (2+ messages)

[PATCH 0/6] Let sleeping disks lie
 2013-12-17 15:01 UTC  (5+ messages)
  ` [PATCH 5/6] sd: don't start disks on system resume

[RFC PATCH 0/3] Xen hvm saving improvements
 2013-12-17 15:01 UTC  (3+ messages)
` [RFC PATCH 3/3] xen/hvm-save: Adjust calling of multi-instance save handlers

[xen-unstable test] 22451: tolerable FAIL
 2013-12-17 15:00 UTC  (4+ messages)

[PATCH 0/6] xfs: fixes for 3.13-rc4
 2013-12-17 14:59 UTC  (6+ messages)
` [PATCH 4/6] xfs: swalloc doesn't align allocations properly

[PATCH] xen: arm: clarify cacheability requirements of hypercall arguments
 2013-12-17 14:59 UTC  (4+ messages)

I have end-of-lifed cvsps
 2013-12-17 14:58 UTC  (7+ messages)

[cros-discuss] Boot in Hyp mode on Samsung ARM Chromebook
 2013-12-17 14:57 UTC  (2+ messages)

[SCSI] bfa: Firmware patch simplification
 2013-12-17 14:57 UTC 

[PATCH 0/1] Add contrib script to find dependency chains
 2013-12-17 14:56 UTC  (2+ messages)
` [PATCH 1/1] scripts/contrib: Add graph-tool

[PATCH v6] xen/arm: Allow balooning working with 1:1 memory mapping
 2013-12-17 14:55 UTC  (2+ messages)

[GIT PULL] irqchip: mvebu: fixes for v3.13
 2013-12-17 14:55 UTC 

[PATCHv4] mmc: dw_mmc: Enable the hold reg for certain speed modes
 2013-12-17 14:54 UTC  (4+ messages)

[PATCH v3] if xen_platform_pci=0 is set don't blow up
 2013-12-17 14:51 UTC  (6+ messages)
` [PATCH v3 1/2] xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v3)
  ` [Xen-devel] "

[PATCH v3 0/2] clk: add clk accuracy support
 2013-12-17 14:36 UTC 

[PATCH] netfilter: Kill unreplied conntracks by ICMP errors
 2013-12-17 14:52 UTC  (5+ messages)

[U-Boot] [PATCH v3] arm: mx5: Add fuse supply enable in fsl_iim
 2013-12-17 14:51 UTC 

[PATCH RFC nf_conntrack_tcp] Export ip_ct_tcp_state variables to userspace
 2013-12-17 14:50 UTC  (5+ messages)

[PATCH v2 RESEND 1/2] ASOC: tegra: fix matching of AC97 components
 2013-12-17 14:49 UTC  (4+ messages)
` [PATCH v2 RESEND 2/2] ASOC: tegra: fix AC97 clock handling

[PATCH 1/4] emulator: Add psm handling to bthost
 2013-12-17 14:49 UTC  (4+ messages)
` [PATCH 2/4] emulator: Add data handler for l2cap connections
` [PATCH 3/4] tools/l2cap-tester: Add client test with write data
` [PATCH 4/4] tools/l2cap-tester: Add server write test case

sit tunnel slow since added GSO/TSO support
 2013-12-17 14:48 UTC  (4+ messages)
` [PATCH] ipv6: sit: update mtu check to take care of gso packets

printk: Cleanup and softlockup avoidance
 2013-12-17 14:48 UTC  (4+ messages)
` [PATCH 1/3] printk: Release lockbuf_lock before calling console_trylock_for_printk()
` [PATCH 2/3] printk: Enable interrupts "
` [PATCH 3/3] printk: Remove separate printk_sched buffers and use printk buf instead

[Buildroot] [PATCH v5 1/2] Support for multiple BR2_GLOBAL_PATCH_DIR
 2013-12-17 14:48 UTC  (2+ messages)
` [Buildroot] [PATCH v5 2/2] manual: update for multiple global patch dirs

Boot time errors/warnings on snowball
 2013-12-17 14:47 UTC  (9+ messages)

[PATCH 1/2] lib/lcm.c: Ensure correct result whenever it fits
 2013-12-17 14:46 UTC  (2+ messages)
` [PATCH 2/2] lib/lcm.c: lcm(n,0)=lcm(0,n) is 0, not n

[RESEND LIST PATCHv7 0/4] socfpga: Enable SD/MMC support
 2013-12-17 14:47 UTC  (6+ messages)
` [RESEND LIST PATCHv7 1/4] clk: socfpga: Add a clk-phase property to the "altr,socfpga-gate-clk"

[Qemu-devel] [PATCH v3 00/13] target-arm: A64 decoder set 2: misc logic and bit ops
 2013-12-17 14:45 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 00/12] target-arm: A64 decoder, foundation plus branches
 2013-12-17 14:45 UTC  (2+ messages)

[PATCH v5] cfg80211: fix dfs channel state after stopping AP
 2013-12-17 14:44 UTC  (2+ messages)

[Xenomai] debian xenomai package
 2013-12-17 14:44 UTC  (4+ messages)

[RFC][PATCH] KVM: nVMX: Leave VMX mode on apparent CPU reset
 2013-12-17 14:43 UTC  (4+ 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.