All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-12-03 23:20:38 to 2013-12-04 00:22:49 UTC [more...]

[Qemu-devel] [PATCH 00/12] target-arm: A64 decoder, foundation plus branches
 2013-12-04  0:22 UTC  (26+ messages)
` [Qemu-devel] [PATCH 01/12] target-arm: Split A64 from A32/T32 gen_intermediate_code_internal()
` [Qemu-devel] [PATCH 02/12] target-arm: A64: add set_pc cpu method
` [Qemu-devel] [PATCH 03/12] target-arm: A64: provide functions for accessing FPCR and FPSR
` [Qemu-devel] [PATCH 04/12] target-arm: Support fp registers in gdb stub
` [Qemu-devel] [PATCH 05/12] target-arm: A64: add stubs for a64 specific helpers
` [Qemu-devel] [PATCH 06/12] target-arm: A64: provide skeleton for a64 insn decoding
` [Qemu-devel] [PATCH 07/12] target-arm: A64: expand decoding skeleton for system instructions
` [Qemu-devel] [PATCH 09/12] target-arm: A64: add support for BR, BLR and RET insns
` [Qemu-devel] [PATCH 10/12] target-arm: A64: add support for conditional branches
` [Qemu-devel] [PATCH 11/12] target-arm: A64: add support for 'test and branch' imm
` [Qemu-devel] [PATCH 12/12] target-arm: A64: add support for compare and branch imm

[Bug 72291] New: vdpau: freeze when moving video to another screen
 2013-12-04  0:19 UTC  (7+ messages)
` [Bug 72291] "

[PATCH 06/39] dma: remove DEFINE_PCI_DEVICE_TABLE macro
 2013-12-04  0:19 UTC  (3+ messages)

[Devel] GPE blocks in reduced hardware mode
 2013-12-04  0:18 UTC 

[xen-4.1-testing test] 22257: tolerable FAIL - PUSHED
 2013-12-04  0:18 UTC 

vxlan/veth performance issues on net.git + latest kernels
 2013-12-04  0:35 UTC  (16+ messages)

[PATCH] usb: core: Abort deauthorization if unsetting configuration fails
 2013-12-04  0:16 UTC 

[PATCH -next] [media] media: i2c: lm3560: fix missing unlock error in lm3560_get_ctrl()
 2013-12-04  0:16 UTC  (2+ messages)

[Qemu-devel] [PATCH arm-devs v1 00/13] Cadence GEM Bugfixes and missing features
 2013-12-04  0:16 UTC  (4+ messages)
` [Qemu-devel] [PATCH arm-devs v1 03/13] net/cadence_gem: Don't assert against 0 buffer address

[Qemu-devel] [PATCH 0/5] add allwinner A10 SoC support
 2013-12-04  0:00 UTC  (6+ messages)
` [Qemu-devel] [PATCH 5/5] hw/arm: add cubieboard support

[PATCH tty-next 0/4] tty: Fix ^C echo
 2013-12-04  0:14 UTC  (6+ messages)
      ` Convert termios to RCU (was Re: [PATCH tty-next 0/4] tty: Fix ^C echo)

[PATCH] debugfs: fix range mode of freei
 2013-12-04  0:14 UTC 

[PATCH v2 0/9] mm/rmap: unify rmap traversing functions through rmap_walk
 2013-12-04  0:12 UTC  (20+ messages)
` [PATCH v2 1/9] mm/rmap: recompute pgoff for huge page
` [PATCH v2 2/9] mm/rmap: factor nonlinear handling out of try_to_unmap_file()
` [PATCH v2 3/9] mm/rmap: factor lock function out of rmap_walk_anon()
` [PATCH v2 4/9] mm/rmap: make rmap_walk to get the rmap_walk_control argument
` [PATCH v2 5/9] mm/rmap: extend rmap_walk_xxx() to cope with different cases
` [PATCH v2 6/9] mm/rmap: use rmap_walk() in try_to_unmap()
` [PATCH v2 7/9] mm/rmap: use rmap_walk() in try_to_munlock()
` [PATCH v2 8/9] mm/rmap: use rmap_walk() in page_referenced()
` [PATCH v2 9/9] mm/rmap: use rmap_walk() in page_mkclean()

[PATCH] Update the information in README about using the library
 2013-12-04  0:12 UTC  (4+ messages)

[PATCH] xfs: reinstate the iolock in xfs_readdir
 2013-12-04  0:10 UTC  (4+ messages)

[Bug 66241] radeon fails to initialise the monitor
 2013-12-04  0:10 UTC 

[PATCH 00/41] percpu: Consistent per cpu operations V1
 2013-12-04  0:10 UTC  (43+ messages)
` [PATCH 01/41] mm: Replace __get_cpu_var uses with this_cpu_ptr
` [PATCH 02/41] tracing: "
` [PATCH 03/41] percpu: Replace __get_cpu_var "
` [PATCH 04/41] kernel misc: Replace __get_cpu_var uses
` [PATCH 05/41] drivers/char/random: "
` [PATCH 06/41] drivers/cpuidle: Replace __get_cpu_var uses for address calculation
` [PATCH 07/41] drivers/oprofile: "
` [PATCH 08/41] drivers/leds: Replace __get_cpu_var use through this_cpu_ptr
` [PATCH 09/41] drivers/clocksource: Replace __get_cpu_var used for address calculation
` [PATCH 10/41] staging/zsmalloc: Replace instances of using __get_cpu_var "
` [PATCH 11/41] parisc: Replace __get_cpu_var uses "
` [PATCH 12/41] metag: "
` [PATCH 13/41] percpu: Add raw_cpu_ops
` [PATCH 14/41] x86: Rename __this_cpu_xxx_# operations to raw_cpu_xxx_#
` [PATCH 15/41] mm: Use raw_cpu ops for determining current NUMA node
` [PATCH 16/41] modules: Use raw_cpu_write for initialization of per cpu refcount
` [PATCH 17/41] net:i Replace __this_cpu_inc in route.c with raw_cpu_inc
` [PATCH 18/41] percpu: Add preemption checks to __this_cpu ops
` [PATCH 19/41] time: Replace __get_cpu_var uses
` [PATCH 20/41] scheduler: Replace __get_cpu_var with this_cpu_ptr
` [PATCH 21/41] block: Replace __this_cpu_ptr with raw_cpu_ptr
` [PATCH 22/41] rcu: Replace __this_cpu_ptr uses "
` [PATCH 23/41] watchdog: Replace __raw_get_cpu_var uses
` [PATCH 24/41] net: Replace get_cpu_var through this_cpu_ptr
` [PATCH 25/41] drivers/net/ethernet/tile: Replace __get_cpu_var uses for address calculation
` [PATCH 26/41] md: Replace __this_cpu_ptr with raw_cpu_ptr
` [PATCH 27/41] irqchips: Replace __this_cpu_ptr uses
` [PATCH 28/41] x86: Replace __get_cpu_var uses
` [PATCH 29/41] arm: Replace __this_cpu_ptr with raw_cpu_ptr
` [PATCH 30/41] mips: Replace __get_cpu_var uses
` [PATCH 31/41] s390: "
` [PATCH 32/41] ia64: "
` [PATCH 33/41] powerpc: "
` [PATCH 34/41] sparc: "
` [PATCH 35/41] tile: "
` [PATCH 36/41] blackfin: "
` [PATCH 37/41] avr32: Replace __get_cpu_var with __this_cpu_write
` [PATCH 38/41] alpha: Replace __get_cpu_var
` [PATCH 39/41] sh: Replace __get_cpu_var uses
` [PATCH 40/41] Remove __get_cpu_var and __raw_get_cpu_var macros [only in 3.15]
` [PATCH 41/41] percpu: Remove __this_cpu_ptr

[Buildroot] [PATCH v3] package/tvheadend: unbreak
 2013-12-04  0:08 UTC 

[PATCH] parisc: fix cache flushing in kmap/kunmap API implementation for aio
 2013-12-04  0:08 UTC  (2+ messages)

[PATCH] drm/i915: Fix ordering of unbind vs unpin pages
 2013-12-04  0:07 UTC  (2+ messages)

have to re-pair mouse every few hours
 2013-12-04  0:06 UTC  (4+ messages)
` have to re-pair mouse every few hours (update: mouse needs periodic authorization?)

[RFC PATCH] Btrfs: Add linear chunk allocation support
 2013-12-04  0:06 UTC  (2+ messages)

[PATCH 0/3] block I/O when cluster is full
 2013-12-03 23:12 UTC  (4+ messages)
` [PATCH 1/3] libceph: block I/O when PAUSE or FULL osd map flags are set
` [PATCH 2/3] libceph: add an option to configure client behavior when osds are full
` [PATCH 3/3] rbd: document rbd-specific options

cgroup management daemon
 2013-12-04  0:03 UTC  (3+ messages)
    ` [lxc-devel] "

[PATCH] xen/pvhvm: If xen_platform_pci=0 is set don't blow up
 2013-12-04  0:03 UTC  (4+ messages)
` [Xen-devel] "

[PATCH v8 0/4] zram/zsmalloc promotion
 2013-12-04  0:04 UTC  (5+ messages)
` [PATCH v8 4/4] zram: promote zram from staging

[PATCH RESEND part2 v2 0/8] Arrange hotpluggable memory as ZONE_MOVABLE
 2013-12-04  0:02 UTC  (5+ messages)
` [PATCH RESEND part2 v2 6/8] acpi, numa, mem_hotplug: Mark all nodes the kernel resides un-hotpluggable

[RFC PATCH tip 0/5] tracing filters with BPF
 2013-12-04  0:01 UTC  (2+ messages)

[PATCH 1/2] New Driver for IOSF-SB MBI access on Intel SOCs
 2013-12-03 23:59 UTC  (4+ messages)
` [PATCHv2 0/2] New driver for Intel IOSF MBI access
  ` [PATCHv2 1/2] New Driver for IOSF-SB MBI access on Intel SOCs
  ` [PATCHv2 2/2] ACPI/platform: Add ACPI ID for Intel MBI device

[V4 PATCH 0/7]: PVH dom0
 2013-12-04  0:00 UTC  (3+ messages)
` [V4 PATCH 6/7] pvh dom0: Add and remove foreign pages

[PATCH 0/4] ACPI: Cleanup header inclusions
 2013-12-03 23:57 UTC  (4+ messages)
` [PATCH v2] ACPI: Cleanup <acpi/acpi.h>, <acpi/acpi_bus.h> and <acpi/acpi_drivers.h> inclusions

+ memblock-mem_hotplug-introduce-memblock_hotplug-flag-to-mark-hotpluggable-regions-checkpatch-fixes.patch added to -mm tree
 2013-12-03 23:57 UTC 

+ acpi-numa-mem_hotplug-mark-hotpluggable-memory-in-memblock-checkpatch-fixes.patch added to -mm tree
 2013-12-03 23:57 UTC 

[PATCH 0/3] Add pl330 residue support
 2013-12-03 23:56 UTC  (6+ messages)
` [PATCH 1/3] dmaengine: pl330: Set residue in tx_status callback

+ memblock-mem_hotplug-make-memblock-skip-hotpluggable-regions-if-needed-checkpatch-fixes.patch added to -mm tree
 2013-12-03 23:55 UTC 

[PATCH] dm cache: increment bi_remaining when bi_end_io is restored
 2013-12-03 23:54 UTC 

[PATCH 00/14] NUMA balancing segmentation faults candidate fix on large machines
 2013-12-03 23:54 UTC  (9+ messages)
` [PATCH 04/15] mm: numa: Serialise parallel get_user_page against THP migration
` [PATCH 14/15] mm: numa: Flush TLB if NUMA hinting faults race with PTE scan update

+ x86-numa-acpi-memory-hotplug-make-movable_node-have-higher-priority.patch added to -mm tree
 2013-12-03 23:54 UTC 

+ memblock-mem_hotplug-make-memblock-skip-hotpluggable-regions-if-needed.patch added to -mm tree
 2013-12-03 23:54 UTC 

+ acpi-numa-mem_hotplug-mark-all-nodes-the-kernel-resides-un-hotpluggable.patch added to -mm tree
 2013-12-03 23:54 UTC 

+ acpi-numa-mem_hotplug-mark-hotpluggable-memory-in-memblock.patch added to -mm tree
 2013-12-03 23:54 UTC 

+ memblock-make-memblock_set_node-support-different-memblock_type.patch added to -mm tree
 2013-12-03 23:54 UTC 

+ memblock-mem_hotplug-introduce-memblock_hotplug-flag-to-mark-hotpluggable-regions.patch added to -mm tree
 2013-12-03 23:54 UTC 

+ memblock-numa-introduce-flags-field-into-memblock.patch added to -mm tree
 2013-12-03 23:54 UTC 

+ x86-get-pg_data_ts-memory-from-other-node.patch added to -mm tree
 2013-12-03 23:54 UTC 

Large pastes into readline enabled programs causes breakage from v2.6.31 onwards
 2013-12-03 23:53 UTC  (7+ messages)

[patch] mm, memcg: add memory.oom_control notification for system oom
 2013-12-03 23:50 UTC  (13+ messages)
  ` [patch 1/2] mm, memcg: avoid oom notification when current needs access to memory reserves

[PATCH] Add a text_poke syscall v2
 2013-12-03 23:47 UTC  (13+ messages)
    ` [PATCH?] uprobes: change uprobe_write_opcode() to modify the page directly

Qemu-img
 2013-12-03 23:47 UTC  (3+ messages)

Spurious timeouts in mvmdio
 2013-12-03 23:45 UTC  (14+ messages)

[BUG] perf stat: explicit grouping yields unexpected results
 2013-12-03 23:44 UTC  (9+ messages)

[BUG report]sparse warnings on DEFINE_PER_CPU() symbols non-static
 2013-12-03 23:43 UTC  (3+ messages)

[U-Boot] [PATCH v2 1/6] sandbox: Rename sb_cmdline_option to sandbox_cmdline_option
 2013-12-03 23:43 UTC  (6+ messages)
` [U-Boot] [PATCH v2 2/6] spi_flash: Add spi_flash_probe_fdt() to locate SPI by FDT node
` [U-Boot] [PATCH v2 3/6] spi: Add device tree binding for SPI bus
` [U-Boot] [PATCH v2 4/6] sandbox: spi: Add SPI emulation bus
` [U-Boot] [PATCH v2 5/6] sandbox: spi: Add new SPI flash driver
` [U-Boot] [PATCH v2 6/6] sandbox: spi: Enable new spi/sf layers

[PATCH] x86: Add check for number of available vectors before CPU down
 2013-12-03 23:42 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/2] mx6sabresd: Allow probing HYNC, VSYNC and DISP_CLK signals
 2013-12-03 23:42 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/2] mx6sabresd: Fix LVDS width and color format

[PATCH] mm: Do not walk all of system memory during show_mem
 2013-12-03 23:41 UTC  (7+ messages)
  ` [PATCH] mm, show_mem: Remove SHOW_MEM_FILTER_PAGE_COUNT

[PATCH 0/5] PM: Enable option of re-use runtime PM callbacks at system suspend
 2013-12-03 23:41 UTC  (5+ messages)
` [PATCH 1/5] PM / Sleep: Add pm_generic functions to re-use runtime PM callbacks

[PATCH 0/4] mtd: spi-nor: add a new framework for SPI NOR
 2013-12-03 23:41 UTC  (5+ messages)

[meta-oe 1/5] meta-oe: Drop pointercal-xinput from SIGGEN_EXCLUDERECIPES_ABISAFE
 2013-12-03 23:40 UTC  (3+ messages)

[patch] mm: memcg: do not declare OOM from __GFP_NOFAIL allocations
 2013-12-03 23:40 UTC  (13+ messages)

[PATCH] xfstests: stop special casing nfs and udf
 2013-12-03 23:30 UTC  (8+ messages)

[PATCH v4 0/4] LP3943 MFD driver for a GPIO expander and a PWM generator
 2013-12-03 23:27 UTC  (3+ messages)

[PATCH v3 3/4] pwm: add LP3943 PWM driver
 2013-12-03 23:27 UTC  (4+ messages)

crush changes for firefly
 2013-12-03 23:25 UTC 

[PATCH] xfstest generic/280: wait for setquota to finish before umount
 2013-12-03 23:24 UTC  (3+ messages)

[PATCH v2 00/23] mm: Use memblock interface instead of bootmem
 2013-12-03 23:24 UTC  (5+ messages)
` [PATCH v2 08/23] mm/memblock: Add memblock memory allocation apis

[PATCH 0/5] Get am3517 working with device tree
 2013-12-03 23:23 UTC  (12+ messages)
` [PATCH 1/5] arm/dts: Fix missing entries for am3517
` [PATCH 2/5] ARM: OMAP2+: Fix the machine entry "
` [PATCH 3/5] ARM: OMAP2+: Use pdata quirks for emac on am3517
` [PATCH 4/5] ARM/dts: Add basic devices on am3517-evm
` [PATCH 5/5] ARM: OMAP2+: Remove legacy emac code


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.