All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-24 00:29:09 to 2015-06-24 03:00:25 UTC [more...]

[PATCH v2 00/22] FUJITSU Extended Socket network device driver
 2015-06-24  2:55 UTC  (21+ messages)
` [PATCH v2 01/22] fjes: Introduce FUJITSU Extended Socket Network Device driver
` [PATCH v2 02/22] fjes: Hardware initialization routine
` [PATCH v2 03/22] fjes: Hardware cleanup routine
` [PATCH v2 04/22] fjes: platform_driver's .probe and .remove routine
` [PATCH v2 05/22] fjes: ES information acquisition routine
` [PATCH v2 06/22] fjes: buffer address regist/unregistration routine
` [PATCH v2 07/22] fjes: net_device_ops.ndo_open and .ndo_stop
` [PATCH v2 08/22] fjes: net_device_ops.ndo_start_xmit
` [PATCH v2 09/22] fjes: raise_intr_rxdata_task
` [PATCH v2 10/22] fjes: tx_stall_task
` [PATCH v2 11/22] fjes: NAPI polling function
` [PATCH v2 12/22] fjes: net_device_ops.ndo_get_stats64
` [PATCH v2 13/22] fjes: net_device_ops.ndo_change_mtu
` [PATCH v2 14/22] fjes: net_device_ops.ndo_tx_timeout
` [PATCH v2 15/22] fjes: net_device_ops.ndo_vlan_rx_add/kill_vid
` [PATCH v2 16/22] fjes: interrupt_watch_task
` [PATCH v2 17/22] fjes: force_close_task
` [PATCH v2 18/22] fjes: unshare_watch_task
` [PATCH v2 19/22] fjes: update_zone_task
` [PATCH v2 22/22] fjes: ethtool support

[PATCH][v2] asus-rbtn: new driver for asus radio button for Windows 8
 2015-06-24  2:57 UTC 

[PATCH 1/2] ASoC: gtm601: Fix modalias
 2015-06-24  2:56 UTC  (2+ messages)
` [PATCH 2/2] ASoC: gtm601: Remove .owner field from platform driver

configurable discard parameters
 2015-06-24  2:55 UTC  (15+ messages)

[PATCH 0/9] 32-bit domU PVH support
 2015-06-24  2:55 UTC  (7+ messages)
` [PATCH 5/9] x86/pvh: Set PVH guest's mode in XEN_DOMCTL_set_address_size
` [PATCH 6/9] x86/pvh: Properly set HYPERVISOR_COMPAT_VIRT_START for PVH guests

[Qemu-devel] [PATCH v2 0/4] qom-cpu: Wrap set_pc hook and use in bootloaders
 2015-06-24  2:50 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 2/4] gdbstub: Use cpu_set_pc helper

cron job: media_tree daily build: OK
 2015-06-24  2:49 UTC 

[PATCH v3 00/15] x86: Rewrite exit-to-userspace code
 2015-06-24  2:46 UTC  (16+ messages)
` [PATCH v3 01/15] uml: Fix do_signal() prototype
` [PATCH v3 02/15] context_tracking: Add ct_state and CT_WARN_ON
` [PATCH v3 03/15] notifiers: Assert that RCU is watching in notify_die
` [PATCH v3 04/15] x86: Move C entry and exit code to arch/x86/entry/common.c
` [PATCH v3 05/15] x86/traps: Assert that we're in CONTEXT_KERNEL in exception entries
` [PATCH v3 06/15] x86/entry: Add enter_from_user_mode and use it in syscalls
` [PATCH v3 07/15] x86/entry: Add new, comprehensible entry and exit hooks
` [PATCH v3 08/15] x86/entry/64: Really create an error-entry-from-usermode code path
` [PATCH v3 09/15] x86/entry/64: Migrate 64-bit and compat syscalls to new exit hooks
` [PATCH v3 10/15] x86/asm/entry/64: Save all regs on interrupt entry
` [PATCH v3 11/15] x86/asm/entry/64: Simplify irq stack pt_regs handling
` [PATCH v3 12/15] x86/asm/entry/64: Migrate error and interrupt exit work to C
` [PATCH v3 13/15] x86/entry: Remove exception_enter from trap handlers
` [PATCH v3 14/15] x86/entry: Remove SCHEDULE_USER and asm/context-tracking.h
` [PATCH v3 15/15] x86/irq: Document how IRQ context tracking works and add an assertion

[Qemu-devel] [PATCH v2 00/13] block: Protect block jobs with lock / unlock API
 2015-06-24  2:47 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 02/13] block: Introduce bdrv_lock and bdrv_unlock API
  ` [Qemu-devel] [Qemu-block] "

[meta-fsl-arm][PATCH] u-boot-fslc: mx6sabresd: Enable HDMI video in bootargs
 2015-06-24  2:47 UTC  (8+ messages)

[U-Boot] [RESPIN PATCH v2 02/15] cmd: date: Change to use CONFIG_DM_RTC instead of CONFIG_DM_I2C
 2015-06-24  2:46 UTC  (36+ messages)
` [U-Boot] [RESPIN PATCH v2 03/15] x86: crownbay: Enable DM RTC support
` [U-Boot] [RESPIN PATCH v2 04/15] x86: queensbay: Correct Topcliff device irqs
` [U-Boot] [RESPIN PATCH v2 05/15] x86: Write correct bus number for the irq router
` [U-Boot] [RESPIN PATCH v2 06/15] x86: Ignore function number when writing PIRQ routing table
` [U-Boot] [RESPIN PATCH v2 07/15] x86: Reduce PIRQ routing table size
` [U-Boot] [RESPIN PATCH v2 08/15] x86: Clean up ioapic header file
` [U-Boot] [RESPIN PATCH v2 09/15] x86: Add I/O APIC register access routines
` [U-Boot] [RESPIN PATCH v2 10/15] x86: Remove inline for lapic "
` [U-Boot] [RESPIN PATCH v2 11/15] x86: Add MultiProcessor (MP) table APIs
` [U-Boot] [RESPIN PATCH v2 12/15] x86: Generate a valid MultiProcessor (MP) table
` [U-Boot] [RESPIN PATCH v2 13/15] x86: Update README.x86 for SMP support
` [U-Boot] [RESPIN PATCH v2 14/15] x86: crownbay: Enable writing MP table
` [U-Boot] [RESPIN PATCH v2 15/15] x86: queensbay: Change PCIe root ports' interrupt routing

[PATCH RFC v1 00/13] Introduce HMV without dm and new boot ABI
 2015-06-24  2:45 UTC  (7+ messages)

[U-Boot] [RESPIN PATCH v2 01/15] dm: rtc: Support mc146818 driver in driver model
 2015-06-24  2:45 UTC  (3+ messages)

[PATCHSET block/for-4.2/writeback] blkcg: blkcg_policy methods cleanup
 2015-06-24  2:44 UTC  (15+ messages)
  ` [PATCH 1/7] blkcg: remove unnecessary request_list->blkg NULL test in blk_put_rl()
  ` [PATCH 2/7] blkcg: use blkg_free() in blkcg_init_queue() failure path
  ` [PATCH 3/7] blkcg: make blkcg_activate_policy() allow NULL ->pd_init_fn
  ` [PATCH 4/7] blkcg: replace blkcg_policy->pd_size with ->pd_alloc/free_fn() methods
  ` [PATCH 6/7] blk-throttle: clean up blkg_policy_data alloc/init/exit/free methods
  ` [PATCH 7/7] blkcg: make blkcg_policy methods take a pointer to blkcg_policy_data
` [PATCH 5/7] blk-throttle: remove asynchrnous percpu stats allocation mechanism

[U-Boot] [PATCH v4 2/6] x86: ivybridge: Remove SMP from CPU_SPECIFIC_OPTIONS
 2015-06-24  2:45 UTC  (10+ messages)
` [U-Boot] [PATCH v4 3/6] x86: Move MP initialization codes into a common place
` [U-Boot] [PATCH v4 4/6] x86: Move lapic_setup() call into init_bsp()
` [U-Boot] [PATCH v4 5/6] x86: Clean up lapic codes
` [U-Boot] [PATCH v4 6/6] x86: crownbay: Add MP initialization

[U-Boot] [PATCH v4 1/6] dm: cpu: Add a new get_count method to cpu uclass
 2015-06-24  2:44 UTC  (3+ messages)

[PATCH] st: convert to using driver attr groups for sysfs
 2015-06-24  2:37 UTC  (2+ messages)

[Qemu-devel] [PATCH] qemu-iotests: fix 051.out after qdev error message change
 2015-06-24  2:37 UTC  (2+ messages)

[PATCH 0/6] AMD-PVH: DomU support
 2015-06-24  2:34 UTC  (4+ messages)
` [PATCH 6/6] AMD-PVH: enable pvh if requirements met

post-receive: pub/scm/linux/kernel/git/tj/cgroup
 2015-06-24  2:31 UTC 

[Qemu-devel] [PATCH qom v4 0/7] More core code ENV_GET_CPU removals
 2015-06-24  2:31 UTC  (8+ messages)
` [Qemu-devel] [PATCH qom v4 1/7] cpus: Add Error argument to cpu_exec_init()
` [Qemu-devel] [PATCH qom v4 2/7] cpus: Convert cpu_index into a bitmap
` [Qemu-devel] [PATCH qom v4 3/7] ppc: Move cpu_exec_init() call to realize function
` [Qemu-devel] [PATCH qom v4 4/7] translate-all: Change tb_flush() env argument to cpu
` [Qemu-devel] [PATCH qom v4 5/7] gdbserver: _fork: Change fn to accept cpu instead of env
` [Qemu-devel] [PATCH qom v4 6/7] cpus: Change tcg_cpu_exec() arg to cpu, not env
` [Qemu-devel] [PATCH qom v4 7/7] cpus: Change exec_init() "

[Qemu-devel] [RFC PATCH v4 0/5] Memory hotplug for PowerPC sPAPR guests
 2015-06-24  2:25 UTC  (10+ messages)
` [Qemu-devel] [RFC PATCH v4 1/5] spapr: Initialize hotplug memory address space
` [Qemu-devel] [RFC PATCH v4 2/5] spapr: Add LMB DR connectors
` [Qemu-devel] [RFC PATCH v4 3/5] spapr: Support ibm, dynamic-reconfiguration-memory

[PATCH V4 0/7] xen pvusb toolstack work
 2015-06-24  2:26 UTC  (6+ messages)
` [PATCH V4 3/7] libxl: add pvusb API

[RFC][PATCH 12/13] stop_machine: Remove lglock
 2015-06-24  2:23 UTC  (11+ messages)

[PATCH][v2] openssl: upgrade to 1.0.2c
 2015-06-24  2:10 UTC 

[PATCH v25 00/15] x86/PMU: Xen PMU PV(H) support
 2015-06-24  2:17 UTC  (6+ messages)
` [PATCH v25 04/15] x86/VPMU: Interface for setting PMU mode and flags

[PATCH 0/4] [New SoC] Add support for RC Module's K1879XB1YA
 2015-06-24  2:15 UTC  (4+ messages)
` [PATCH 1/4] ARM: rcm-k1879xb1: Add support for K1879XB1 SoC

, [PATCH 2/2] staging : Comedi : comedi_fops : Fixed the return error, code, try_module_get fails when the reference count of the module is not, allowed to be incremented ,and hence -ENXIO is returned indicating, no device or address
 2015-06-24  2:15 UTC 

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2015-06-24  2:14 UTC 

[PATCH] can: fix loss of frames due to wrong assumption in raw_rcv
 2015-06-24  2:13 UTC  (6+ messages)

[U-Boot] [PATCH] ls2085a: esdhc: flush D-cache before 'mmc read'
 2015-06-24  2:13 UTC 

Crypto Update for 3.12
 2015-06-24  2:11 UTC  (12+ messages)
` Crypto Update for 3.13
  ` Crypto Update for 3.14
    ` Crypto Update for 3.15
      ` Crypto Update for 3.16
        ` Crypto Update for 3.17
          ` Crypto Update for 3.18
            ` Crypto Update for 3.19
              ` Crypto Update for 3.20
                ` Crypto Update for 4.1
                  ` Crypto Update for 4.2

[Qemu-devel] [PATCH v3 0/8] More core code ENV_GET_CPU removals
 2015-06-24  2:10 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 7/8] cpus: Change exec_init() arg to cpu, not env
` [Qemu-devel] [PATCH v3 8/8] cpu-exec: Purge all uses of ENV_GET_CPU()

[PATCH SLOF 0/5] GPT fixes/cleanup and LVM support with FAT
 2015-06-24  2:10 UTC  (4+ messages)
` [PATCH SLOF 4/5] disk-label: add support for booting from GPT FAT partition

zImage-dtb
 2015-06-24  2:10 UTC 

zImage-dtb
 2015-06-24  2:08 UTC 

post-receive: pub/scm/linux/kernel/git/luto/linux
 2015-06-24  1:59 UTC 

[U-Boot] [PATCH v3 00/54] dm: Introduce new driver model uclasses
 2015-06-24  1:56 UTC  (5+ messages)
` [U-Boot] [PATCH v3 27/54] mmc: Avoid using printf() for errors
` [U-Boot] [PATCH v3 31/54] mmc: Support bypass mode with the get_mmc_clk() method

Monitor clock skew on Teuthology testing
 2015-06-24  1:53 UTC 

[PATCH 0/3] Trivial pci hotplug changes
 2015-06-24  1:47 UTC  (6+ messages)
` [PATCH 3/3] PCI: Use usleep_range() instead of msleep() for better accuracy

post-receive: pub/scm/linux/kernel/git/torvalds/linux
 2015-06-24  1:47 UTC 

[git pull] IOMMU Updates for Linux v4.2
 2015-06-24  1:47 UTC  (3+ messages)

[PATCH] intel powerclamp: support Knights Landing
 2015-06-24  1:46 UTC  (7+ messages)

[linux-3.10 test] 58839: regressions - FAIL
 2015-06-24  1:45 UTC 

[RFC] virtio_net: Adding tx_timeout function
 2015-06-24  1:44 UTC 

[RFC] virtio_net: Adding tx_timeout function
 2015-06-24  1:44 UTC 

[PATCH] input: axp20x-pek: Fix reporting button state as inverted
 2015-06-24  1:42 UTC  (4+ messages)
  ` [linux-sunxi] "

[PATCH][v4] mmc-utils: fix the building failure when DEBUG_BUILD is 1
 2015-06-24  1:42 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/clk/linux
 2015-06-24  1:40 UTC 

linux-next: build failure after merge of the modules tree
 2015-06-24  1:37 UTC 

[PATCH] mtip32xx: Fix accessing freed memory
 2015-06-24  1:32 UTC 

linux-next: build failure after merge of the drm-exynos tree
 2015-06-24  1:25 UTC  (5+ messages)

[PATCH 2/2] nfsd: Update callback sequnce id only CB_SEQUENCE success
 2015-06-24  1:20 UTC  (5+ messages)
` [PATCH v2] nfsd: nfsd4_cb_sequence_done() for processing more cb errors

[libvirt test] 58842: tolerable FAIL - PUSHED
 2015-06-24  1:20 UTC 

[PATCH][v2] unzip: fix three CVE defects
 2015-06-24  1:12 UTC 

[sched] 46f3e2ca308: 2.7% ebizzy.throughput
 2015-06-24  1:15 UTC 

[PATCH 00/02] ARM: shmobile: Update HAVE_ARM_ARCH_TIMER Kconfig bits
 2015-06-24  1:14 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/horms/renesas
 2015-06-24  1:14 UTC 

[Qemu-devel] [PATCH] Re-attach usb device to kernel while usb_host_open fails
 2015-06-24  1:12 UTC  (4+ messages)

Setting up teuthology with OpenStack
 2015-06-24  1:12 UTC 

[PATCH 00/10] cpufreq: governor: Further cleanups (v4.3)
 2015-06-24  1:11 UTC  (4+ messages)
` [PATCH 02/10] cpufreq: conservative: Avoid races with transition notifier

[v4][PATCH 00/19] Fix RMRR
 2015-06-24  1:11 UTC  (4+ messages)
` [v4][PATCH 03/19] xen/vtd: create RMRR mapping

[mm/slab_common] 3fdc20bb788:
 2015-06-24  1:10 UTC  (2+ messages)
` [lkp] "

[Qemu-devel] [PATCH COLO-Block v6 00/16] Block replication for continuous checkpoints
 2015-06-24  1:11 UTC  (8+ messages)
` [Qemu-devel] [PATCH COLO-Block v6 07/16] Add new block driver interface to connect/disconnect the remote target
  ` [Qemu-devel] [Qemu-block] "

[PATCH] Enable core.fsyncObjectFiles by default
 2015-06-24  1:07 UTC  (2+ messages)

[PATCH 0/2] Add Mediatek MT8173 cpufreq driver
 2015-06-24  1:06 UTC  (10+ messages)
` [PATCH 1/2] dt-bindings: mediatek: Add MT8173 cpufreq driver binding
` [PATCH 2/2] cpufreq: mediatek: Add MT8173 cpufreq driver

[PATCHv2] mmc:Add pointer cast to uintptr_t for slave_id_rx and tx in the function, sh_mmcif_request_dma_one
 2015-06-24  0:54 UTC  (5+ messages)

[PATCH 0/2] mtd: nandsim: fix error handling
 2015-06-24  0:53 UTC  (4+ messages)

kdbus: to merge or not to merge?
 2015-06-24  0:52 UTC  (3+ messages)

[Qemu-devel] [PATCH] m68k: remove useless parameter op_size from gen_lea_indexed()
 2015-06-24  0:51 UTC 

[Documentation][PATCH] RN: Updates from bitbake-metadata2doc.sh
 2015-06-24  0:48 UTC  (2+ messages)

[PATCH] unzip: fix four CVE defects
 2015-06-24  0:46 UTC  (3+ messages)

provisioning teuthology targets with OpenStack
 2015-06-24  0:46 UTC  (4+ messages)

[xen-4.5-testing test] 58837: regressions - FAIL
 2015-06-24  0:45 UTC 

[PATCH] openssl: upgrade to 1.0.2c
 2015-06-24  0:44 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/yinghai/linux-yinghai
 2015-06-24  0:42 UTC 

Will nouveau support for cuda?
 2015-06-24  0:42 UTC 

[Ocfs2-devel] [PATCH] ocfs2:Make the function ocfs2_initxattrs static
 2015-06-24  0:36 UTC  (3+ messages)

[PATCH v3 0/3] Add NUMA support for NVDIMM devices
 2015-06-24  0:36 UTC  (5+ messages)
` [PATCH v3 3/3] libnvdimm: Add sysfs numa_node to "

[PATCH 0/7] super block scalabilit patches V3
 2015-06-24  0:35 UTC  (5+ messages)
  ` [PATCH] sync: wait_sb_inodes() calls iput() with spinlock held (was Re: [PATCH 0/7] super block scalabilit patches V3)

[PATCH RESEND] ubifs: Introduce a mount option of force_atime
 2015-06-24  0:33 UTC  (12+ messages)

[Qemu-devel] GSoC 2015 (Mac OS 9 support) report, week 8
 2015-06-24  0:35 UTC 

[GIT PULL] (xen) stable/for-jens-4.2
 2015-06-24  0:33 UTC 

[GIT PULL] (xen) stable/for-jens-4.2
 2015-06-24  0:33 UTC 

Corrupted btrfs partition (converted from ext4) after balance
 2015-06-24  0:30 UTC  (4+ messages)

[RFC_v2 0/4] HID: hid-sony: Add IIO Suport for Motion Controllers
 2015-06-24  0:30 UTC  (9+ messages)
  ` [RFC_v2 1/4] HID: hid-sony: Add basic IIO support for SixAxis Controller
  ` [RFC_v2 2/4] HID: hid-sony: Add IIO buffer "
  ` [RFC_v2 3/4] HID: hid-sony: Add IIO trigger "
` [RFC_v2 4/4] HID: hid-sony: Add IIO support for DualShock4 Controller

[PATCH-v2 0/3] mfd: 88pm800: Add Device tree support
 2015-06-24  0:29 UTC  (3+ messages)
` [PATCH-v2 3/3] mfd: devicetree: bindings: Add new 88pm800 mfd binding


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.