All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-05 13:42:59 to 2014-06-05 14:26:19 UTC [more...]

[PATCH v3 00/10] Add SDHCI support for ST Microelectronics SoCs
 2014-06-05 14:26 UTC  (4+ messages)
` [PATCH v3 10/10] MAINTAINERS: Add sdhci-st file to ARCH/STI architecture

[PATCH -next] remove timer from ecache extension
 2014-06-05 14:25 UTC  (3+ messages)
` [PATCH 2/2] netfilter: conntrack: "

[PATCH nftables 1/3] meta: Add support for SKPID and SKSID meta keys
 2014-06-05 14:25 UTC  (4+ messages)
` [PATCH libnftnl 2/3] "
` [PATCH 3/3] netfilter: Add "

[PATCH v2] firmware loader: allow disabling of udev as firmware loader
 2014-06-05 14:24 UTC  (9+ messages)

[PATCH pynfs v2 00/16] prep for flex file layout server
 2014-06-05 14:24 UTC  (20+ messages)
` [PATCH pynfs v2 01/16] dataserver: reclaim_complete after create_session
` [PATCH pynfs v2 02/16] dataserver: only catch connection error
` [PATCH pynfs v2 03/16] 4.1 server: avoid traceback in DS disconnect()
` [PATCH pynfs v2 04/16] move .x files to subdir 'xdrdef'
` [PATCH pynfs v2 05/16] 4.1 client: remove unused imports
` [PATCH pynfs v2 06/16] 4.1 server: add -v flag & silence random output
` [PATCH pynfs v2 07/16] 4.1 server: add -s option to print summary of ops
` [PATCH pynfs v2 08/16] dataserver: make generic interface to ops
` [PATCH pynfs v2 09/16] dataserver: don't import * from nfs4 specific mods
` [PATCH pynfs v2 10/16] 4.1 server: move nfs4_ops.py to nfs_ops.py
` [PATCH pynfs v2 11/16] add mntv3, portmapv2 and nfsv3 .x files
` [PATCH pynfs v2 12/16] dataserver: separate generic and 4.1 code
` [PATCH pynfs v2 13/16] 4.1 server: add support for NFSv3 data servers
` [PATCH pynfs v2 14/16] 4.1 server: get rid of old op_getdeviceinfo
` [PATCH pynfs v2 15/16] rpc: on socket error, close and mark pipe inactive
` [PATCH pynfs v2 16/16] nfs3clnt: reconnect when sending on inactive pipe

[PATCH 0/9] perf/x86: implement HT counter corruption workaround
 2014-06-05 14:24 UTC  (21+ messages)
` [PATCH 5/9] perf/x86: implement cross-HT corruption bug workaround
` [PATCH 9/9] perf/x86: add syfs entry to disable HT "

[PATCH] x86/intel: Protect set_cpuidmask() against #GP faults
 2014-06-05 14:24 UTC  (3+ messages)

[Buildroot] [PATCH v2 1/2] hostapd: bump to version 2.2
 2014-06-05 14:24 UTC  (2+ messages)
` [Buildroot] [PATCH v2 2/2] hostapd: explain internal TLS version selection

[Qemu-devel] [PULL 00/33] softmmu cleanups and target-i386 paging fixes
 2014-06-05 14:22 UTC  (34+ messages)
` [Qemu-devel] [PULL 01/33] cputlb: Fix regression with TCG interpreter (bug 1310324)
` [Qemu-devel] [PULL 02/33] nseries: clean up coding style
` [Qemu-devel] [PULL 03/33] hw: use ld_p/st_p instead of ld_raw/st_raw
` [Qemu-devel] [PULL 04/33] softmmu: start introducing SOFTMMU_CODE_ACCESS in softmmu_header.h
` [Qemu-devel] [PULL 05/33] softmmu: move MMUSUFFIX under SOFTMMU_CODE_ACCESS
` [Qemu-devel] [PULL 06/33] softmmu: move definition of CPU_MMU_INDEX to inclusion site, drop ACCESS_TYPE
` [Qemu-devel] [PULL 07/33] softmmu: make do_unaligned_access a method of CPU
` [Qemu-devel] [PULL 08/33] softmmu: move ALIGNED_ONLY to cpu.h
` [Qemu-devel] [PULL 09/33] softmmu: commonize helper definitions
` [Qemu-devel] [PULL 10/33] softmmu: move softmmu_template.h out of include/
` [Qemu-devel] [PULL 11/33] target-arm: move arm_*_code to a separate file
` [Qemu-devel] [PULL 12/33] softmmu: introduce cpu_ldst.h
` [Qemu-devel] [PULL 13/33] softmmu: move all load/store functions to cpu_ldst.h
` [Qemu-devel] [PULL 14/33] target-i386: rename KSMAP to KNOSMAP
` [Qemu-devel] [PULL 15/33] target-i386: move check_io helpers to seg_helper.c
` [Qemu-devel] [PULL 16/33] target-i386: fix kernel accesses with SMAP and CPL = 3
` [Qemu-devel] [PULL 17/33] target-i386: simplify SMAP handling in MMU_KSMAP_IDX
` [Qemu-devel] [PULL 18/33] target-i386: fix coding standards in x86_cpu_handle_mmu_fault
` [Qemu-devel] [PULL 19/33] target-i386: commonize checks for 2MB and 4KB pages
` [Qemu-devel] [PULL 20/33] target-i386: commonize checks for 4MB "
` [Qemu-devel] [PULL 21/33] target-i386: commonize checks for PAE and non-PAE
` [Qemu-devel] [PULL 22/33] target-i386: tweak handling of PG_NX_MASK
` [Qemu-devel] [PULL 23/33] target-i386: introduce do_check_protect label
` [Qemu-devel] [PULL 24/33] target-i386: introduce support for 1 GB pages
` [Qemu-devel] [PULL 25/33] target-i386: set correct error code for reserved bit access
` [Qemu-devel] [PULL 26/33] target-i386: test reserved PS bit on PML4Es
` [Qemu-devel] [PULL 27/33] target-i386: raise page fault for reserved physical address bits
` [Qemu-devel] [PULL 28/33] target-i386: simplify pte/vaddr calculation
` [Qemu-devel] [PULL 29/33] target-i386: unify reserved bits and NX bit check
` [Qemu-devel] [PULL 30/33] target-i386: raise page fault for reserved bits in large pages
` [Qemu-devel] [PULL 31/33] target-i386: support long addresses for 4MB pages (PSE-36)
` [Qemu-devel] [PULL 32/33] target-i386: fix protection bits in the TLB for SMEP
` [Qemu-devel] [PULL 33/33] target-i386: cleanup x86_cpu_get_phys_page_debug

Adding a syscall to specific kernel version
 2014-06-05 14:22 UTC  (2+ messages)

[Ksummit-discuss] If you are using gmail, check your spam folders
 2014-06-05 14:21 UTC  (2+ messages)

[PATCH v8 00/14] Implement the XEN_DOMCTL_memory_mapping hypercall for ARM
 2014-06-05 14:21 UTC  (23+ messages)
` [PATCH v8 02/14] arch/arm: add consistency check to REMOVE p2m changes
` [PATCH v8 04/14] arch/arm: let map_mmio_regions() use start and count
` [PATCH v8 05/14] arch/arm: unmap partially-mapped I/O-memory regions
` [PATCH v8 06/14] arch/x86: warn if to-be-removed mapping does not exist
` [PATCH v8 08/14] xen/common: move memory_type_changed() function to common code
` [PATCH v8 10/14] xen/common: move the memory_mapping DOMCTL hypercall "

[PATCH v1] USB:gadget: Fix a warning while loading g_mass_storage
 2014-06-05 14:21 UTC  (2+ messages)

[PATCH]statd: create statdpath dir if specify the "--with-statdpath=xx" parameter in configure nfs-utils source code
 2014-06-05 14:20 UTC  (4+ messages)

oom: Be less verbose
 2014-06-05 14:18 UTC  (6+ messages)
` [RFC][PATCH] oom: Be less verbose if the oom_control event fd has listeners

[Qemu-devel] [PATCH v2] rbd: Fix leaks in rbd_start_aio() error path
 2014-06-05 14:19 UTC 

[Qemu-devel] [PATCH] rbd: Fix leaks in rbd_start_aio() error path
 2014-06-05 14:18 UTC  (3+ messages)

[PATCH] leds: USB: Add support for MSI GT683R led panels
 2014-06-05 14:19 UTC  (3+ messages)

[PATCH] mm/mempolicy: fix sleeping function called from invalid context
 2014-06-05 14:18 UTC  (3+ messages)

[PATCH] usb: gadget: gadgetfs: correct dev state
 2014-06-05 14:18 UTC  (2+ messages)

[PATCH] Documentation, intel_pstate: Add a description of the intel_pstate internal governors
 2014-06-05 14:17 UTC  (2+ messages)

[PATCH 1/2] drm/edid: Store all supported hdmi deep color modes in drm_display_info
 2014-06-05 14:16 UTC  (2+ messages)
` [PATCH 2/2] drm/radeon: hdmi deep color modes must obey clock limit of sink

blk-mq: bitmap tag: performance degradation?
 2014-06-05 14:16 UTC  (5+ messages)

[PATCH V3 net-next 0/5] amd-xgbe: AMD 10Gb Ethernet driver
 2014-06-05 14:15 UTC  (6+ messages)
` [PATCH V3 net-next 1/5] amd-xgbe: AMD 10GbE device bindings documentation
` [PATCH V3 net-next 2/5] amd-xgbe: Initial AMD 10GbE platform driver
` [PATCH V3 net-next 3/5] amd-xgbe: Initial AMD 10GbE phylib driver
` [PATCH V3 net-next 4/5] amd-xgbe: Configuration and build support
` [PATCH V3 net-next 5/5] amd-xgbe: Maintainer information

[PATCH 1/2] ALSA: soundcore: coding style fixes
 2014-06-05 14:14 UTC  (5+ messages)

Radeon rejecting CS due to memory fragmentation, or what?
 2014-06-05 14:13 UTC  (2+ messages)

[PATCH net-next 0/4] macvlan: fix some problem if mac address changes
 2014-06-05 14:12 UTC  (8+ messages)
` [PATCH net-next 1/4] macvlan: don't update the uc and vlan list for L2 forwarding offload
` [PATCH net-next 2/4] net: dev: don't set the same mac address for netdev

[RESEND PATCH v3 0/3] Introduce fdtgrep for subsetting and hashing FDTs
 2014-06-05 14:12 UTC  (6+ messages)
` [RESEND PATCH v3 1/3] libfdt: Add function to find regions in an FDT

[RFC] mac80211: at76x50x_usb driver broken by commit 3afc216.. and RX path involved in scan
 2014-06-05 14:10 UTC  (2+ messages)
` [PATCH] at76c50x: fix scan does not work with latest mac80211

[Ksummit-discuss] [CORE TOPIC] kernel testing standard
 2014-06-05 14:10 UTC  (8+ messages)

[RFC PATCH 00/13][V3] kexec: A new system call to allow in kernel loading
 2014-06-05 14:07 UTC  (20+ messages)
` [PATCH 03/13] kexec: Move segment verification code in a separate function
` [PATCH 04/13] resource: Provide new functions to walk through resources

[PATCH 1/2] usb: gadget: f_fs: resurect usb_functionfs_descs_head structure
 2014-06-05 14:09 UTC  (6+ messages)
` [PATCH 2/2] tools: ffs-test: convert to new descriptor format fixing compilation error

[PATCH] drm: Fix getconnector connection_mutex locking
 2014-06-05 14:09 UTC  (2+ messages)

[vote on timing] Xen Project Developer Meeting on August 20th AM in Chicago
 2014-06-05 14:08 UTC  (2+ messages)

[PATCH v2 1/5] drm/gem: replace misleading comment
 2014-06-05 14:05 UTC  (6+ messages)
` [PATCH 4/5] drm/omap: use __GFP_DMA32 for shmem-backed gem

Pyramid erasure code description revisited
 2014-06-05 14:05 UTC  (2+ messages)
` Locally repairable code description revisited (was Pyramid ...)

[PATCH 3.4 000/214] 3.4.92-stable review
 2014-06-05 14:05 UTC  (7+ messages)
` [PATCH 3.4 022/214] filter: prevent nla extensions to peek beyond the end of the message

[PATCH 1/2] [RFC] ASoC: samsung: move s3c24xx over to dmaengine
 2014-06-05 14:04 UTC  (4+ messages)

Submodules with feature branches
 2014-06-05 14:03 UTC 

[PATCH v2] tools/libxc: Annotate xc_report_error with __attribute__((format))
 2014-06-05 14:02 UTC 

[PATCH] block SG_IO: add SG_FLAG_Q_AT_HEAD flag
 2014-06-05 14:02 UTC 

[PATCH] proc.5: /proc/fs is not empty directory
 2014-06-05 14:02 UTC 

[RFC PATCH 0/7] dm-mpath: Do not clone requests
 2014-06-05 14:01 UTC  (4+ messages)

[PATCH] backlight: Don't read back backlight setting from kernel on DPMS off
 2014-06-05 14:01 UTC  (2+ messages)

Locally Repairable Codes vs Pyramid
 2014-06-05 14:00 UTC  (2+ messages)

[Qemu-devel] [PATCH v10 01/18] Add kvm_eventfds_enabled function
 2014-06-05 14:00 UTC 

Interactivity regression since v3.11 in mm/vmscan.c
 2014-06-05 14:00 UTC  (4+ messages)

[PATCH 3/4] mini-os: Initial commit to port minios to ARM
 2014-06-05 14:00 UTC  (6+ messages)
` [PATCH 0/7] mini-os: Preparing for ARM support
  ` [PATCH 5/7] mini-os: Moved arch-specific xenbus code under arch
  ` [PATCH 6/7] mini-os: Added rmb to xenbus code

[PATCH] tools/libxc: Annotate xc_report_error with __attribute__((format))
 2014-06-05 13:58 UTC  (3+ messages)

[Feature]Proposal for adding a new flag named shared to support performance and statistic purpose
 2014-06-05 13:55 UTC  (4+ messages)

[PATCH] svcrdma: Fence LOCAL_INV work requests
 2014-06-05 13:55 UTC  (4+ messages)

[Qemu-devel] [PATCHv3 RESEND] block: introduce BDRV_O_SEQUENTIAL
 2014-06-05 13:54 UTC  (6+ messages)

[PATCH] cgroup: disallow disabled controllers on the default hierarchy
 2014-06-05 13:53 UTC  (3+ messages)

[PATCH 0/2] drm/panel: add support for Foxlink FL500WVR00-A0T panel
 2014-06-05 13:53 UTC  (3+ messages)
` [PATCH 1/2] DT: add vendor prefix for Foxlink Group
` [PATCH 2/2] drm/panel: add support for Foxlink FL500WVR00-A0T panel

[PATCH] serial: 8250_dw: clock rate handling for all ACPI platforms
 2014-06-05 13:51 UTC 

autosleep suspend too frquent problem
 2014-06-05 13:51 UTC  (5+ messages)

[PATCH pynfs 00/17] prep for flex file layout server
 2014-06-05 13:49 UTC  (10+ messages)
` [PATCH pynfs 02/17] 4.1 server: service RECLAIM_COMPLETE operations

Implementing a NFS proxy
 2014-06-05 13:48 UTC  (2+ messages)

[PATCH] xdr_rejected_reply: Don't crash with invalid server rejection
 2014-06-05 13:48 UTC 

[Qemu-devel] [RFC] image-fuzzer: Trivial test runner
 2014-06-05 13:47 UTC  (3+ messages)

[Bridge] [PATCH net-next] bridge: Fix incorrect judgment of promisc
 2014-06-05 13:47 UTC  (7+ messages)
          `  "

[PATCH] Bluetooth: ath3k: no need to set same pipe multiple times
 2014-06-05 13:47 UTC  (2+ messages)
` [PATCH] Bluetooth: ath3k: reduce pipe setting times in ath3k_load_fwfile()

[PATCH iproute2] ss: display pacing_rate/max_pacing_rate
 2014-06-05 13:47 UTC 

[PATCH] Revert "ACPI / Battery: Remove battery's proc directory" and "ACPI: Remove CONFIG_ACPI_PROCFS_POWER and cm_sbsc.c"
 2014-06-05 13:47 UTC  (2+ messages)

[PATCH] 2048: Reset score on startup
 2014-06-05 13:46 UTC 

[Qemu-devel] [PATCH v28 00/33] replace QEMUOptionParameter with QemuOpts
 2014-06-05 13:45 UTC  (3+ messages)

[PATCH] nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entry
 2014-06-05 13:45 UTC 

[PATCH 1/3] ARM: clps711x: Prepare common init function to DT support
 2014-06-05 13:43 UTC  (3+ messages)
` [PATCH 2/3] ARM: clps711x: Remove unused UART bit definitions
` [PATCH 3/3] ARM: clep7212: Make partition names more generic

FW: Git crash in windows 2012 R2
 2014-06-05 13:42 UTC 

[PATCH v6 0/3] x86: fix hang when AP bringup is too slow
 2014-06-05 13:42 UTC  (2+ messages)
` [PATCH v6 3/3] x86: initialize secondary CPU only if master CPU will wait for it


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.