All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-08-24 18:11:06 to 2014-08-24 21:10:21 UTC [more...]

[PATCH] Undefine strlcpy if needed
 2014-08-24 21:09 UTC  (7+ messages)

[Patch] x86, ia64, efifb: Move boot_vga fixup from pci to vgaarb
 2014-08-24 21:09 UTC  (21+ messages)
` [PATCH 1/2 v2] x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup()
                ` [PATCH 0/2] "
                                    ` [PATCH 1/2 v2] vgaarb: Don't default exclusively to first video device with mem+io

Logging of all scsi commands to a certain target?
 2014-08-24 21:08 UTC  (2+ messages)

[Buildroot] Problem building libglib2
 2014-08-24 21:04 UTC  (12+ messages)

[meta-oe][for-daisy][PATCH] php: Fix native build due mistakenly linking against host's iconv
 2014-08-24 21:03 UTC 

[Bug 83022] New: memory leak
 2014-08-24 21:02 UTC 

FTBFS: nativesdk-alsa-lib
 2014-08-24 21:02 UTC 

[PATCH] drm: fix division-by-zero on dumb_create()
 2014-08-24 20:57 UTC  (2+ messages)

[Bug 83021] New: Separate X screens --> Xvideo is vsynced to primary screen only
 2014-08-24 20:57 UTC  (2+ messages)
  ` [Bug 83021] "

[PATCH/RFC V2 07/16] scsi: support well known logical units
 2014-08-24 20:56 UTC  (2+ messages)

[PATCH net-next 0/3] IPV6 Code cleansing
 2014-08-24 20:53 UTC  (4+ messages)
` [PATCH net-next 1/3] ipv6: White-space cleansing : Line Layouts
` [PATCH net-next 2/3] ipv6: White-space cleansing : Structure layouts
` [PATCH net-next 3/3] ipv6: White-space cleansing : gaps between function and symbol export

arm64 audit build failures in -next
 2014-08-24 20:51 UTC  (5+ messages)

[Qemu-devel] [PATCH] pcie: fix trailing whitespace
 2014-08-24 20:51 UTC 

[RFC PATCH -logging 00/10] scsi/constants: Output continuous error messages on trace
 2014-08-24 20:44 UTC  (3+ messages)
  ` scsi logging future directions, was "

[Qemu-devel] [PATCH v2 0/4] q35: Minor fixes/enhancements to improve usability of root ports
 2014-08-24 20:44 UTC  (2+ messages)

[PATCH] [v3] warn on performance-impacting configs aka. TAINT_PERFORMANCE
 2014-08-24 20:40 UTC  (6+ messages)

[PATCH] arm64/crypto: remove redundant update of data
 2014-08-24 20:38 UTC  (2+ messages)

[PATCH V4 0/8] namespaces: log namespaces per task
 2014-08-24 20:38 UTC  (12+ messages)
` [PATCH V4 1/8] namespaces: assign each namespace instance a serial number
` [PATCH V4 3/8] namespaces: expose ns instance serial numbers in proc

post-receive: pub/scm/linux/kernel/git/tip/tip
 2014-08-24 20:37 UTC 

post-receive: pub/scm/linux/kernel/git/tip/tip
 2014-08-24 20:37 UTC 

[meta-oe][PATCH] php: Fix native build due mistakenly linking against host's iconv
 2014-08-24 20:36 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/tip/tip
 2014-08-24 20:35 UTC 

post-receive: pub/scm/linux/kernel/git/tip/tip
 2014-08-24 20:33 UTC 

post-receive: pub/scm/linux/kernel/git/tip/tip
 2014-08-24 20:33 UTC 

[PATCH v5 net-next 00/29] BPF syscall, maps, verifier, samples, llvm
 2014-08-24 20:21 UTC  (38+ messages)
` [PATCH v5 net-next 01/29] bpf: x86: add missing 'shift by register' instructions to x64 eBPF JIT
` [PATCH v5 net-next 02/29] net: filter: add "load 64-bit immediate" eBPF instruction
` [PATCH v5 net-next 03/29] net: filter: split filter.h and expose eBPF to user space
` [PATCH v5 net-next 04/29] bpf: introduce syscall(BPF, ...) and BPF maps
` [PATCH v5 net-next 10/29] bpf: verifier (add docs)
` [PATCH v5 net-next 11/29] bpf: verifier (add ability to receive verification log)
  ` [PATCH v5 net-next 05/29] bpf: enable bpf syscall on x64 and i386
  ` [PATCH v5 net-next 06/29] bpf: add lookup/update/delete/iterate methods to BPF maps
  ` [PATCH v5 net-next 07/29] bpf: add hashtable type of "
  ` [PATCH v5 net-next 08/29] bpf: expand BPF syscall with program load/unload
  ` [PATCH v5 net-next 09/29] bpf: handle pseudo BPF_CALL insn
  ` [PATCH v5 net-next 12/29] bpf: handle pseudo BPF_LD_IMM64 insn
  ` [PATCH v5 net-next 21/29] tracing: allow eBPF programs to call ktime_get_ns() and get_current()
  ` [PATCH v5 net-next 27/29] samples: bpf: eBPF example in C
` [PATCH v5 net-next 13/29] bpf: verifier (add branch/goto checks)
` [PATCH v5 net-next 14/29] bpf: verifier (add verifier core)
` [PATCH v5 net-next 15/29] bpf: verifier (add state prunning optimization)
` [PATCH v5 net-next 16/29] bpf: allow eBPF programs to use maps
` [PATCH v5 net-next 17/29] bpf: split eBPF out of NET
` [PATCH v5 net-next 18/29] tracing: allow eBPF programs to be attached to events
` [PATCH v5 net-next 19/29] tracing: allow eBPF programs call printk()
` [PATCH v5 net-next 20/29] tracing: allow eBPF programs to be attached to kprobe/kretprobe
` [PATCH v5 net-next 22/29] samples: bpf: add mini eBPF library to manipulate maps and programs
` [PATCH v5 net-next 23/29] samples: bpf: example of tracing filters with eBPF
` [PATCH v5 net-next 24/29] bpf: verifier test
` [PATCH v5 net-next 25/29] bpf: llvm backend
` [PATCH v5 net-next 26/29] samples: bpf: elf file loader
` [PATCH v5 net-next 28/29] samples: bpf: counting eBPF example in C
` [PATCH v5 net-next 29/29] samples: bpf: IO latency analysis (iosnoop/heatmap)

[PATCH v11 00/14] Implement the XEN_DOMCTL_memory_mapping hypercall for ARM
 2014-08-24 20:30 UTC  (15+ messages)
` [PATCH v11 01/14] arch/arm: add consistency check to REMOVE p2m changes
` [PATCH v11 02/14] arch/arm: unmap partially-mapped memory regions
` [PATCH v11 03/14] arch/x86: warn if to-be-removed mapping does not exist
` [PATCH v11 04/14] arch/x86: cleanup memory_mapping DOMCTL
` [PATCH v11 05/14] xen/common: add ARM stub for the function memory_type_changed()
` [PATCH v11 06/14] xen/x86: factor out map and unmap from the memory_mapping DOMCTL
` [PATCH v11 07/14] xen/common: move the memory_mapping DOMCTL hypercall to common code
` [PATCH v11 08/14] tools/libxl: parse optional start gfn from the iomem config option
` [PATCH v11 09/14] tools/libxl: handle the iomem parameter with the memory_mapping hcall
` [PATCH v11 10/14] xsm/flask: avoid spurious error messages when mapping I/O-memory
` [PATCH v11 11/14] flask/policy: allow domU to use previously-mapped I/O-memory
` [PATCH v11 12/14] tools/libxl: explicitly grant access to needed I/O-memory ranges
` [PATCH v11 13/14] tools/libxl: cleanup the do_pci_add() function
` [PATCH v11 14/14] xen/common: do not implicitly permit access to mapped I/O memory

superblock checksum mismatch after crash, cannot mount
 2014-08-24 20:29 UTC  (6+ messages)

[GIT PULL] x86 fixes
 2014-08-24 20:28 UTC 

post-receive: pub/scm/linux/kernel/git/tip/tip
 2014-08-24 20:26 UTC 

[GIT PULL] perf fixes
 2014-08-24 20:25 UTC 

post-receive: pub/scm/linux/kernel/git/tip/tip
 2014-08-24 20:20 UTC 

[PATCH net-next] net: Functions to report space available in device TX queues
 2014-08-24 20:19 UTC 

[PATCH linux-next] irq: export handle_fasteoi_irq
 2014-08-24 20:17 UTC  (3+ messages)

inode64 directory placement determinism
 2014-08-24 20:14 UTC  (6+ messages)

[Qemu-devel] latest rc: virtio-blk hangs forever after migration
 2014-08-24 20:14 UTC  (16+ messages)

Kernel crash in 3.17-rc1 when loading nouveau on (non-POSTed) NV1A
 2014-08-24 20:11 UTC  (2+ messages)

Inkjet Printer ink
 2014-08-24 20:08 UTC 

[PATCH 0/1] x86, fpu: shift drop_init_fpu() from save_xstate_sig() to handle_signal()
 2014-08-24 20:05 UTC  (8+ messages)
` [PATCH 0/5] x86, fpu: make use_eager_fpu() more eager
  ` [PATCH 1/5] x86, fpu: change sanitize_restored_xstate() and convert_to_fxsr() to accept thread_xstate
  ` [PATCH 2/5] x86, fpu: don't drop_fpu() in __restore_xstate_sig() if use_eager_fpu()
  ` [PATCH 3/5] x86, fpu: don't drop_fpu() in exit_thread() "
  ` [PATCH 4/5] x86, fpu: shift init_fpu() from eager_fpu_init() to eager_fpu_init_bp()
  ` [PATCH 5/5] x86, fpu: sanitize the usage of use_eager_fpu() in switch_fpu_prepare()

Graphics driver Init code
 2014-08-24 20:03 UTC  (4+ messages)

[Qemu-devel] [PATCH] qemu-iotests: stop using /tmp directly
 2014-08-24 19:54 UTC  (3+ messages)

superblock checksum mismatch after crash, cannot mount
 2014-08-24 19:48 UTC  (3+ messages)

[xen-4.2-testing test] 29961: tolerable FAIL - PUSHED
 2014-08-24 19:42 UTC 

[meta-fsl-arm][PATCH v2] chromium: Add bbappend for GPU specific modifications and VPU support
 2014-08-24 19:39 UTC 

[PATCH] libxml2: Explicitly enable zlib support
 2014-08-24 19:39 UTC 

[Qemu-devel] [Fwd: [PATCH v4 07/21] iscsi: Handle failure for potentially large allocations]
 2014-08-24 19:31 UTC  (4+ messages)

[U-Boot] [PATCH] mvebu_mmc: Driver addition
 2014-08-24 19:31 UTC 

[meta-fsl-arm][PATCH] chromium: Add bbappend for GPU specific modifications and VPU support
 2014-08-24 19:30 UTC  (2+ messages)

[Bug 83151] New: Intel Turbo can't be disabled/enabled under certain condictions
 2014-08-24 19:26 UTC 

[Bug 83121] New: silent data corruption
 2014-08-24 19:25 UTC  (2+ messages)
` [Bug 83121] reiserfs "

[PATCH] mm: softdirty: write protect PTEs created for read faults after VM_SOFTDIRTY cleared
 2014-08-24 19:22 UTC  (5+ messages)
` [PATCH v3] mm: softdirty: enable write notifications on VMAs "

[GIT PULL] USB fixes for v3.17-rc2
 2014-08-24 19:20 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/gregkh/usb
 2014-08-24 19:21 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/usb
 2014-08-24 19:19 UTC 

Loading initrd above 4G causes freeze on boot
 2014-08-24 19:19 UTC  (4+ messages)

(no subject)
 2014-08-24 19:18 UTC  (4+ messages)
` [PATCH 03/19] pnfs: force a layout commit when encountering busy segments during recall

A recommendation from His & Hers Benz Are On Order. Are Yours?
 2014-08-24 18:15 UTC 

[Ksummit-discuss] Fwd: Rough notes from testing unconference
 2014-08-24 19:16 UTC  (9+ messages)

A recommendation from His & Hers Benz Are On Order. Are Yours?
 2014-08-24 18:09 UTC 

[PATCH 0/3] Basic deferred TX queue flushing infrastructure
 2014-08-24 19:11 UTC  (6+ messages)

A recommendation from His & Hers Benz Are On Order. Are Yours?
 2014-08-24 18:07 UTC 

[PATCH v1 1/3] sparc64: correctly recognise M7 cpu type
 2014-08-24 19:06 UTC  (2+ messages)

[Bug 3.14.17] inconsistent lock state
 2014-08-24 19:04 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/ast/bpf
 2014-08-24 19:01 UTC 

[Bug 72921] New: DPM Power Cycle with AMD A8-6600K & MSI FM2-A55M-E33
 2014-08-24 18:59 UTC  (2+ messages)
` [Bug 72921] "

[Qemu-devel] [Bug 1359243] [NEW] BSOD 0xc000000d]Can't boot any windows with qemu
 2014-08-24 18:49 UTC  (3+ messages)
` [Qemu-devel] [Bug 1359243] Re: [BSOD 0xc000000d] Can't boot "

[lm-sensors] Fintek F71868AD
 2014-08-24 18:51 UTC 

[PATCH 1/2] aio: fix aio request leak when events are reaped by userspace
 2014-08-24 18:48 UTC  (13+ messages)
` Revert "aio: fix aio request leak when events are reaped by user space"

[PATCH net-next v3 00/12] dsa: support for Broadcom Starfighter 2
 2014-08-24 18:44 UTC  (13+ messages)
` [PATCH net-next v3 01/12] net: dsa: rework skb->protocol override helpers
` [PATCH net-next v3 02/12] net: phy: add generic UniMAC MDIO bus driver
` [PATCH net-next v3 03/12] net: dsa: provide a switch device device tree node pointer
` [PATCH net-next v3 04/12] net: dsa: retain a per-port device_node pointer
` [PATCH net-next v3 05/12] net: dsa: allow for more complex PHY setups
` [PATCH net-next v3 06/12] net: dsa: allow switches to work without tagging
` [PATCH net-next v3 07/12] net: dsa: allow drivers to do link adjustment
` [PATCH net-next v3 08/12] net: dsa: allow updating fixed PHY link information
` [PATCH net-next v3 09/12] net: dsa: add Broadcom tag RX/TX handler
` [PATCH net-next v3 10/12] net: dsa: add Broadcom SF2 switch driver
` [PATCH net-next v3 11/12] Documentation: devicetree: update dsa binding with optional properties
` [PATCH net-next v3 12/12] Documentation: devicetree: add Broadcom Starfighter 2 binding

[PATCH v14 0/6] mmc: omap_hsmmc: Enable SDIO IRQ
 2014-08-24 18:41 UTC  (4+ messages)
` [PATCH v14 1/6] mmc: omap_hsmmc: Enable SDIO interrupt

[GIT PULL] ARM: SoC fixes for 3.17-rc
 2014-08-24 18:40 UTC  (2+ messages)

[PATCH 0/7] delete double assignment
 2014-08-24 18:40 UTC  (6+ messages)
` [PATCH 6/7] video: fbdev: sis: "

[PATCH 0/8] Upstreaming the Android build and misc fixes
 2014-08-24 18:39 UTC  (5+ messages)
` [PATCHv2 "

[PATCH v2] net: ec_bhf: remove excessive debug messages
 2014-08-24 18:40 UTC 

post-receive: pub/scm/linux/kernel/git/arm/arm-soc
 2014-08-24 18:38 UTC 

[PATCH] drm/i915: Convert a couple more INTEL_INFO-esque macros to be pointer agnostic
 2014-08-24 18:35 UTC 

[PATCH 1/2] ARM: dts: Enable PMIC interrupts on ODROID
 2014-08-24 18:32 UTC  (9+ messages)

[Buildroot] [PATCH] package/infra: fix downloading versions with a slash
 2014-08-24 18:31 UTC  (3+ messages)

[Buildroot] [PATCH v2 1/2] package/pkg-autotools: don't use config.site when cross-compiling
 2014-08-24 18:31 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/arm/arm-soc
 2014-08-24 18:29 UTC 

[PATCH 3/8] libdrm, freedreno, intel, nouveau, radeon: add Makefile.sources
 2014-08-24 18:28 UTC  (2+ messages)
` [PATCHv3 "

[PATCH] bus: arm-ccn: Fix warning message
 2014-08-24 18:28 UTC  (2+ messages)

[PATCH v16 0/9] enable HiP04 SoC
 2014-08-24 18:27 UTC  (3+ messages)
` [PATCH v16 9/9] of: fdt: fix memory address be truncated

WARNING: CPU: 0 PID: 197 at fs/proc/generic.c:521 remove_proc_entry+0x142/0x159()
 2014-08-24 18:25 UTC  (3+ messages)

[PATCH] ARM: shmobile: koelsch: Remove non-existent i2c6 pinmux
 2014-08-24 18:23 UTC  (3+ messages)

[PATCH] ARM: tegra: apalis/colibri t30: fix on-module 5v0 supplies
 2014-08-24 18:21 UTC  (3+ messages)

[GIT PULL] ARM: rockchip: fix for 3.17
 2014-08-24 18:20 UTC  (2+ messages)

[PATCH 0/1] Change default for cortexa* to armv7at-neon
 2014-08-24 18:15 UTC  (5+ messages)

A recommendation from His & Hers Benz Are On Order. Are Yours?
 2014-08-24 18:13 UTC 

post-receive: pub/scm/linux/kernel/git/linusw/linux-stericsson
 2014-08-24 18:11 UTC 

post-receive: pub/scm/linux/kernel/git/linusw/linux-stericsson
 2014-08-24 18:11 UTC 

post-receive: pub/scm/linux/kernel/git/linusw/linux-stericsson
 2014-08-24 18:11 UTC 


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.