All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-02-10 02:27:59 to 2015-02-10 05:10:33 UTC [more...]

[PATCH 00/18] sync opal.h with firmware
 2015-02-10  5:10 UTC  (27+ messages)
` [PATCH 01/18] powerpc/powernv: sync OPAL API tokens with skiboot
` [PATCH 03/18] powerpc/powernv: s/OPAL_PCI_SET_PHB_CXL_MODE/OPAL_PCI_SET_PHB_CAPI_MODE/ to match firmware
` [PATCH 04/18] powerpc/powernv: relocate struct opal_sg_entry in opal.h to same place it is in firmware
` [PATCH 06/18] powerpc/powernv: move OPAL_DUMP_REGION defines in opal.h to same place as in firmware opal.h
` [PATCH 07/18] powerpc/powernv: make whitespace for OPAL_PM_* defines match firmware
` [PATCH 08/18] powerpc/powernv: Move OpalSysparamPerm,OpalMessageType in opal.h to "
  ` [PATCH 08/18] powerpc/powernv: Move OpalSysparamPerm, OpalMessageType "
` [PATCH 09/18] powerpc/powernv: match enum OpalMessageType with firmware
` [PATCH 10/18] powerpc/powernv: move OPAL API prototypes to opal-api.h
` [PATCH 11/18] powerpc/powernv: make whitespace in enum OpalSysparamPerm match firmware
` [PATCH 12/18] powerpc/powernv: add CAPI and EPOW parts to opal.h
` [PATCH 13/18] powerpc/powernv: add remaining missing enums "
` [PATCH 14/18] powerpc/powernv: sync comments and whitespace in opal.h with firmware
` [PATCH 16/18] powerpc/powernv: move SG_ENTRIES_PER_NODE to linux-specific opal-api.h
` [PATCH 18/18] powerpc/powernv: s/OpalM64EnableAction/OpalM64Action/ and __be64 annotation

[U-Boot] [PATCH 0/11] ARM: remove non-generic boards
 2015-02-10  5:06 UTC  (13+ messages)
` [U-Boot] [PATCH 01/11] ARM: remove mx31ads board support
` [U-Boot] [PATCH 02/11] ARM: mx31: remove imx31_phycore board
` [U-Boot] [PATCH 03/11] ARM: remove jadecpu board support
` [U-Boot] [PATCH 04/11] ARM: remove zmx25 "
` [U-Boot] [PATCH 05/11] ARM: remove devkit3250 "
` [U-Boot] [PATCH 06/11] ARM: remove dkb "
` [U-Boot] [PATCH 07/11] ARM: remove cm4008 and cm41xx "
` [U-Boot] [PATCH 08/11] ARM: remove a320evb "
` [U-Boot] [PATCH 09/11] ARM: armada100: remove aspenite and gplugd "
` [U-Boot] [PATCH 10/11] ARM: remove tnetv107x "
` [U-Boot] [PATCH 11/11] ARM: davinci: remove hawkboard support

Passing kernel arguments - SAMA5D4EK
 2015-02-10  5:05 UTC  (7+ messages)

[U-Boot] [PATCH v2 0/19] dm: Convert boards to Kconfig for driver model
 2015-02-10  5:04 UTC  (7+ messages)
` [U-Boot] [PATCH v2 12/19] dm: at91: snapper: Move driver model CONFIGs to Kconfig
` [U-Boot] [PATCH v2 13/19] dm: omap3: "

[diamon-discuss] My experience on perf, CTF and TraceCompass, and some suggection
 2015-02-10  4:55 UTC  (10+ messages)

[PATCH resend 0/6] toshiba_acpi: Add new features plus some procfs ports
 2015-02-10  5:02 UTC  (15+ messages)
` [PATCH resend 1/6] toshiba_acpi: Add version entry to sysfs
` [PATCH resend 2/6] toshiba_acpi: Add fan "
` [PATCH resend 3/6] toshiba_acpi: Add support for Keyboard functions mode
` [PATCH resend 4/6] toshiba_acpi: Add support for Panel Power ON
` [PATCH resend 5/6] toshiba_acpi: Add support to enable/disable USB 3
` [PATCH resend 6/6] toshiba_acpi: Bump version number to 0.21

[PATCH v2] toshiba_acpi: Make toshiba_eco_mode_available more robust
 2015-02-10  4:59 UTC  (3+ messages)

[GIT] Networking
 2015-02-10  4:52 UTC  (4+ messages)

[PATCH 0/2] Add epoll round robin wakeup mode
 2015-02-10  4:49 UTC  (11+ messages)
` [PATCH 1/2] sched/wait: add "
` [PATCH 2/2] epoll: introduce EPOLLEXCLUSIVE and EPOLLROUNDROBIN

[PATCH] prevent the read ahead of /proc/slabinfo in ss take 2
 2015-02-10  4:49 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] qemu-coroutine: segfault when restarting co_queue
 2015-02-10  4:49 UTC  (5+ messages)

[PATCH v2 0/6] new ntuple filter replaces 2tuple and 5tuple filters
 2015-02-10  4:48 UTC  (8+ messages)
  ` [PATCH v3 "
      ` [PATCH v3 1/6] ethdev: define ntuple filter type and its structure
      ` [PATCH v3 2/6] ixgbe: ntuple filter functions replace old ones for 5tuple filter
      ` [PATCH v3 3/6] e1000: ntuple filter functions replace old ones for 2tuple and "
      ` [PATCH v3 4/6] testpmd: new commands for ntuple filter
      ` [PATCH v3 5/6] ethdev: remove old APIs and structures of 5tuple and 2tuple filters
      ` [PATCH v3 6/6] doc: commands changed in testpmd_funcs for 2tuple amd 5tuple filter

[PATCH v3 linux-trace 0/8] tracing: attach eBPF programs to tracepoints/syscalls/kprobe
 2015-02-10  4:46 UTC  (17+ messages)
` [PATCH v3 linux-trace 1/8] tracing: attach eBPF programs to tracepoints and syscalls
` [PATCH v3 linux-trace 2/8] tracing: allow eBPF programs to call ktime_get_ns()
` [PATCH v3 linux-trace 3/8] samples: bpf: simple tracing example in eBPF assembler
` [PATCH v3 linux-trace 4/8] samples: bpf: simple tracing example in C
` [PATCH v3 linux-trace 5/8] samples: bpf: counting example for kfree_skb tracepoint and write syscall
` [PATCH v3 linux-trace 6/8] samples: bpf: IO latency analysis (iosnoop/heatmap)
` [PATCH v3 linux-trace 7/8] tracing: attach eBPF programs to kprobe/kretprobe
` [PATCH v3 linux-trace 8/8] samples: bpf: simple kprobe example

[PATCH v2 0/9] xen: arm: reenable support for 32-bit userspace running in 64-bit guest
 2015-02-10  4:45 UTC  (10+ messages)
` [PATCH v2 1/9] xen: arm: Correct PMXEV cp register definitions
` [PATCH v2 2/9] xen: arm: Factor out psr_mode_is_user
` [PATCH v2 3/9] xen: arm: Handle 32-bit EL0 on 64-bit EL1 when advancing PC after trap
` [PATCH v2 4/9] xen: arm: correctly handle vtimer traps from userspace
` [PATCH v2 5/9] xen: arm: Handle CP15 register "
` [PATCH v2 6/9] xen: arm: Handle CP14 32-bit register accesses "
` [PATCH v2 7/9] xen: arm: correctly handle sysreg "
` [PATCH v2 8/9] xen: arm: handle remaining traps "
` [PATCH v2 9/9] xen: arm: Allow traps from 32 bit userspace on 64 bit hypervisors again

btrfs performance, sudden drop to 0 IOPs
 2015-02-10  4:42 UTC  (2+ messages)

Xen's Linux kernel config options v3
 2015-02-10  4:41 UTC  (4+ messages)

[PATCH] mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()
 2015-02-10  4:37 UTC  (2+ messages)

[RFC PATCH v2 0/3] arm64: IOMMU-backed DMA mapping
 2015-02-10  4:39 UTC  (4+ messages)
` [RFC PATCH v2 2/3] arm64: add IOMMU dma_ops

[Qemu-devel] [PATCH 0/2] ppc: Automatically set vga framebuffer endianness based on guest
 2015-02-10  4:36 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] vga: Expose framebuffer byteorder as a QOM property
` [Qemu-devel] [PATCH 2/2] pseries: Switch VGA endian on H_SET_MODE

wip-auth
 2015-02-10  4:36 UTC  (9+ messages)

[PATCH mtd] mtd:devices: Add Altera EPCQ Driver
 2015-02-10  4:35 UTC  (7+ messages)

[PATCH] thinkpad_acpi: support new BIOS version string pattern
 2015-02-10  4:35 UTC  (2+ messages)

Replacing a (or two?) failed drive(s) in RAID-1 btrfs filesystem
 2015-02-10  4:29 UTC  (13+ messages)

Outreach Program For Women Program Aspirant for 9P File System transport
 2015-02-10  4:29 UTC  (2+ messages)

[PATCH v2] drm/i915/skl: Make sure to allocate mininum sizes in the DDB
 2015-02-10  4:09 UTC  (2+ messages)

Wierd: Degrading while recovering raid5
 2015-02-10  4:20 UTC 

[RFC PATCH 0/9] xen: arm: reenable support for 32-bit userspace running in 64-bit guest
 2015-02-10  4:14 UTC  (6+ messages)
` [PATCH 6/9] xen: arm: Handle CP14 32-bit register accesses from userspace

[PATCH v3 00/27] Xen/ARM guest support
 2015-02-10  4:05 UTC  (3+ messages)
        ` [edk2] [PATCH v3 21/27] Ovmf/Xen: add ARM and AArch64 support to XenBusDxe
  ` [PATCH v3 04/27] ArmVirtualizationPkg: add GICv3 detection to VirtFdtDxe

[PATCH] mtd: nand: gpmi: fixup return type of wait_for_completion_timeout
 2015-02-10  4:01 UTC  (3+ messages)

[PATCH 0/2] m25p80, spi-nor: Add SFDP detect method for Macronix chips
 2015-02-10  3:58 UTC  (7+ messages)
` [PATCH 1/2] m25p80, spi-nor: Update id list of "

[Qemu-devel] [PATCH 1/2] vhost-user: support SET_MEM_TABLE waite the result of mmap
 2015-02-10  3:57 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/2] vhost-user: add reply for set_mem_table

low memory system to clone larger repo
 2015-02-10  3:56 UTC  (3+ messages)

[PATCH] thinkpad_acpi: unhandled hkey event
 2015-02-10  3:48 UTC  (4+ messages)

cron job: media_tree daily build: WARNINGS
 2015-02-10  3:45 UTC 

[PATCH] UBI: improve messages in ubi_eba_read_leb()
 2015-02-10  3:40 UTC 

[PATCH] llist: Fix missing lockless_dereference()
 2015-02-10  3:42 UTC  (7+ messages)

[libvirt test] 34168: tolerable all pass - PUSHED
 2015-02-10  3:38 UTC  (3+ messages)

Repair broken btrfs raid6?
 2015-02-10  3:36 UTC  (2+ messages)

gstreamer1.0 imxvpudec creates artifacts under packet loss where avdec_h264 does not
 2015-02-10  3:35 UTC 

[linux-lvm] vgextend --restoremissing does not work
 2015-02-10  3:34 UTC 

[PATCH] mtd: nand: gpmi: Check for scan_bbt() error
 2015-02-10  3:29 UTC  (2+ messages)

[PATCH 1/1] powerpc: fix missing L2 cache size in /sys/devices/system/cpu
 2015-02-10  3:30 UTC  (5+ messages)

[LTP] [PATCH] mem/hugeshmat: new case for hugepage leak inspection
 2015-02-10  3:28 UTC  (3+ messages)
      ` [LTP] [PATCH] hugeshmat04: fix typo

[PATCH V3] UBIFS: return -EINVAL if log head is empty
 2015-02-10  3:28 UTC 

[trivial PATCH] mod_devicetable.h: Make the definition of struct of_device_id easier to find
 2015-02-10  3:26 UTC  (3+ messages)

[PATCH v3 1/2] ARM: at91: sama5d4/dts: add #{address, size}_cell properties for macb0
 2015-02-10  3:24 UTC  (6+ messages)
  ` [PATCH v3 2/2] ARM: at91: dts: sama5d4: add dts for sama5d4 xplained board

[PATCH] mesa: update 10.4.3 -> 10.4.4
 2015-02-10  3:23 UTC 

[PATCH 0/1] Clear correct ACM bit
 2015-02-10  3:23 UTC  (3+ messages)
` [PATCH 1/1] rtlwifi: Clear ACM_CTRL AC3_VO bit correctly

[Qemu-devel] [PATCH v4] sheepdog: selectable object size support
 2015-02-10  3:18 UTC  (3+ messages)

[PATCH] Input: bfin_rotary - mark suspend and resume code as __maybe_unused
 2015-02-10  3:17 UTC  (2+ messages)

Upgrading storage server
 2015-02-10  3:16 UTC  (2+ messages)

[GIT PULL] Kselftest updates for 3.20-rc1
 2015-02-10  3:16 UTC  (7+ messages)

[PATCH -v3 0/6] rcu,nohz,kvm: use RCU extended quiescent state when running KVM guest
 2015-02-10  3:13 UTC  (7+ messages)

[PATCH -v2 00/14] drm/exynos: clean up + atomic phase 1 and 2
 2015-02-10  3:13 UTC  (6+ messages)
` [PATCH -v2 10/14] drm/exynos: atomic phase 1: add atomic_begin()/atomic_flush()

[PATCH 1/2] tools: normalize usage messages
 2015-02-10  3:11 UTC  (3+ messages)
` [PATCH 2/2] tools: add kmod info

[PATCH] ARM: exynos: Fix wrong hwirq of RTC interrupt for Exynos3250 SoC
 2015-02-10  3:09 UTC  (2+ messages)

[PATCH] rtc: s3c: Fix the duplicate clock control
 2015-02-10  3:07 UTC 

[PATCH v2 0/4] DPDK memcpy optimization
 2015-02-10  3:06 UTC  (2+ messages)

[RFC PATCH 0/9] livepatch: consistency model
 2015-02-10  3:05 UTC  (3+ messages)

[PATCH v2] ARM: Don't use complete() during __cpu_die
 2015-02-10  3:05 UTC  (9+ messages)

[PATCH] packagegroup-arago-tisdk-addons: Remove switch-config for keystone
 2015-02-10  3:04 UTC 

[PATCH 01/02 resend] RTC: Add driver for DS1685 family of real time clocks
 2015-02-10  2:59 UTC  (3+ messages)
` [rtc-linux] "

[PATCH RFC] xen: arm: context switch vtimer PPI state
 2015-02-10  2:59 UTC  (2+ messages)

[PATCH v3 00/16] support multi-pthread per core
 2015-02-10  2:57 UTC  (32+ messages)
` [PATCH v4 00/17] "
  ` [PATCH v4 05/17] eal: new TLS definition and API declaration
  ` [PATCH v4 06/17] eal: add eal_common_thread.c for common thread API
  ` [PATCH v4 08/17] eal: apply affinity of EAL thread by assigned cpuset
  ` [PATCH v4 11/17] log: fix the gap to support non-EAL thread
  ` [PATCH v4 12/17] eal: set _lcore_id and _socket_id to (-1) by default
  ` [PATCH v4 14/17] mempool: add support to non-EAL thread

[PATCH] Prevent offset + size overflow
 2015-02-10  2:56 UTC  (2+ messages)

[PATCH net-next 0/3] net: Introducing socket mark receive socket option
 2015-02-10  2:55 UTC  (3+ messages)
` [PATCH net-next 1/3] net: Rename sock_recv_ts_and_drops() to sock_cmsg_recv()

[PATCH] sched: call blk_schedule_flush_plug from io_schedule
 2015-02-10  2:51 UTC  (2+ messages)

RAID1 might_sleep() warning on 3.19-rc7
 2015-02-10  2:50 UTC  (6+ messages)

mdsadm -A won't assemble my array
 2015-02-10  2:48 UTC  (6+ messages)

[PATCH net-next] ipv4: Namespecify TCP PMTU mechanism
 2015-02-10  2:45 UTC  (3+ messages)
` [PATCHv2 "

[net-next] i40e: Fix for stats init function call in Rx setup
 2015-02-10  2:45 UTC  (2+ messages)

[ANNOUNCE] ipvsadm release v1.28
 2015-02-10  2:42 UTC  (2+ messages)

[RFC PATCH] sched_clock: Avoid tearing during read from NMI
 2015-02-10  2:37 UTC  (6+ messages)
` [PATCH v4 0/5] sched_clock: Optimize and avoid deadlock "
  ` [PATCH v4 2/5] sched_clock: Optimize cache line usage

[GIT PULL] bulk GPIO changes for v3.20
 2015-02-10  2:35 UTC 

[PATCH V5 0/8] USB: f81534: v5 patch
 2015-02-10  2:35 UTC  (6+ messages)
` [PATCH V5 6/8] USB: f81232: clarify f81232_ioctl()

[PATCH 1/3] ixgbe, ixgbevf: Add new mbox API to enable MC promiscuous mode
 2015-02-10  2:28 UTC  (5+ messages)
` [E1000-devel] "


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.