All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-08-13 21:54:47 to 2014-08-13 23:37:31 UTC [more...]

post-receive: pub/scm/linux/kernel/git/torvalds/linux
 2014-08-13 23:37 UTC 

[PATCH RFC v4 net-next 00/26] BPF syscall, maps, verifier, samples, llvm
 2014-08-13 23:34 UTC  (16+ messages)
` [PATCH RFC v4 net-next 01/26] net: filter: add "load 64-bit immediate" eBPF instruction

[PATCHv2 net-next 3/3] sunvnet: Schedule maybe_tx_wakeup() as a tasklet from ldc_rx path
 2014-08-13 23:34 UTC  (2+ messages)

[PATCH v3 0/3] module loading: add module_long_probe_init()
 2014-08-13 23:33 UTC  (4+ messages)
` [PATCH v3 2/3] cxgb4: use module_long_probe_init()

[linux-stable] i40e: Don't stop driver probe when querying DCB config fails
 2014-08-13 23:33 UTC  (2+ messages)

[RFC 0/3] zram memory control enhance
 2014-08-13 23:32 UTC  (13+ messages)
` [RFC 3/3] zram: limit memory size for zram

[PATCH] firmware: Do not use WARN_ON(!spin_is_locked())
 2014-08-13 23:31 UTC  (6+ messages)

Static build of libtraceevent failing on ubuntu13 x86_64
 2014-08-13 23:31 UTC  (2+ messages)

[PATCH net v2] libcxgbi/cxgb4i : Fix ipv6 build failure caught with randconfig
 2014-08-13 23:30 UTC  (2+ messages)

drm/nv50-/disp: audit and version DAC_LOAD method
 2014-08-13 23:30 UTC  (2+ messages)

[PATCH v2] KVM: x86: check ISR and TMR to construct eoi exit bitmap
 2014-08-13 23:31 UTC  (2+ messages)

[PATCH 0/3] ARM: l2c: cache size parsing through device tree
 2014-08-13 23:29 UTC  (8+ messages)
` [PATCH 1/3] ARM: l2c: enforce use of cache-level property
` [PATCH 2/3] ARM: l2c: order optional properties in alphabetical order
` [PATCH 3/3] ARM: l2c: parse 'cache-size' and 'cache-sets' properties

[PATCH net-next 3/3] sunvnet: Schedule maybe_tx_wakeup as a tasklet from ldc_rx path
 2014-08-13 23:29 UTC  (9+ messages)

GCC 4.9 considered evil
 2014-08-13 23:25 UTC  (3+ messages)

Yocto development with C++11 threads and gcc
 2014-08-13 23:23 UTC  (6+ messages)

use-after-free on log replay failure
 2014-08-13 23:21 UTC  (11+ messages)

delete missing /dev/sdd which is now added as /dev/sdd1
 2014-08-13 23:19 UTC  (4+ messages)

[Qemu-devel] [PATCH] x86: Reset MTRR on vCPU reset
 2014-08-13 23:17 UTC  (6+ messages)
    `  "

[PATCH net-next] tg3: fix return value in tg3_get_stats64
 2014-08-13 23:17 UTC  (2+ messages)

[PATCH] x86: fix messed up page fault BUG messages
 2014-08-13 23:16 UTC  (2+ messages)

'net' GIT tree status
 2014-08-13 23:14 UTC 

[xen-unstable test] 29691: regressions - trouble: broken/fail/pass
 2014-08-13 23:14 UTC 

[for-daisy] Backports for merging
 2014-08-13 23:12 UTC 

post-receive: pub/scm/git/git
 2014-08-13 23:12 UTC 

[PATCH lttng-ust] Rename public structure to avoid collisions
 2014-08-13 23:10 UTC 

Thunderbolt driver hotplug not working correctly
 2014-08-13 23:05 UTC  (2+ messages)

[PATCH] read-cache.c: Ensure unmerged entries are removed
 2014-08-13 23:04 UTC  (7+ messages)

post-receive: pub/scm/linux/kernel/git/dtor/input
 2014-08-13 23:03 UTC 

MPC8641D SMP "Processor 1 is stuck"
 2014-08-13 23:02 UTC  (2+ messages)

[PATCH v2] zram: fix incorrectly stat with failed_reads
 2014-08-13 23:02 UTC  (5+ messages)

SMR projects
 2014-08-13 23:01 UTC  (2+ messages)

+ remove-non-existent-files-from-maintainers.patch added to -mm tree
 2014-08-13 23:00 UTC 

null pointer dereference caused by a188a54d1162 ("macvlan: simplify the structure port")
 2014-08-13 23:00 UTC  (2+ messages)

[GIT PULL 00/41] perf/core improvements and fixes
 2014-08-13 22:48 UTC  (42+ messages)
` [PATCH 01/41] perf top: Don't look for kernel idle symbols in all DSOs
` [PATCH 02/41] perf tools: Add cpu_startup_entry to the list of kernel idle symbols
` [PATCH 03/41] perf top: Join the display thread on exit
` [PATCH 04/41] perf tools: Introduce set_term_quiet_input helper function
` [PATCH 05/41] perf top: Setup signals for terminal output
` [PATCH 06/41] perf kvm: Fix stdin handling for 'kvm stat live' command
` [PATCH 07/41] perf probe: Fix --list option to show events only with uprobe events
` [PATCH 08/41] perf probe: Fix --del option to delete "
` [PATCH 09/41] perf trace: Add beautifier for mremap flags param
` [PATCH 10/41] perf tools: Fix CLOEXEC probe for perf_event_paranoid == 2
` [PATCH 11/41] perf tools: Fix one of the probe events to exclude kernel
` [PATCH 12/41] perf tools: Fix probing the kernel API with cpu-wide events
` [PATCH 13/41] perf tools: Prefer to use a cpu-wide event for probing CLOEXEC
` [PATCH 14/41] perf script: Fix possible memory leaks
` [PATCH 15/41] perf symbols: Fix a memory leak in vmlinux_path__init()
` [PATCH 16/41] perf annotate: Move session handling out of __cmd_annotate()
` [PATCH 17/41] perf buildid-cache: Move session handling into cmd_buildid_cache()
` [PATCH 18/41] perf inject: Move session handling out of __cmd_inject()
` [PATCH 19/41] perf kmem: Move session handling out of __cmd_kmem()
` [PATCH 20/41] perf kvm: Move call to symbol__init() after creating session
` [PATCH 21/41] perf lock: "
` [PATCH 22/41] perf sched: "
` [PATCH 23/41] perf script: "
` [PATCH 24/41] perf timechart: "
` [PATCH 25/41] perf trace: "
` [PATCH 26/41] perf tools: Check recorded kernel version when finding vmlinux
` [PATCH 27/41] perf hists browser: Fix a small callchain display bug
` [PATCH 28/41] perf report: Set proper sort__mode for the branch option
` [PATCH 29/41] perf top: Fix -z option behavior
` [PATCH 30/41] perf top: Handle 'z' key for toggle zeroing samples in TUI
` [PATCH 31/41] perf symbols: Don't demangle parameters and such by default
` [PATCH 32/41] perf symbols: Fix missing label symbols
` [PATCH 33/41] perf evlist: Add 'system_wide' option
` [PATCH 34/41] perf evlist: Add perf_evlist__set_tracking_event()
` [PATCH 35/41] perf session: Add perf_session__peek_event()
` [PATCH 36/41] perf script: Allow callchains if any event samples them
` [PATCH 37/41] perf script python: Add helpers for calling Python objects
` [PATCH 38/41] perf tools: Identify which comms are from exec
` [PATCH 39/41] perf machine: Add machine__thread_exec_comm()
` [PATCH 40/41] perf tools: Add flags and insn_len to struct sample
` [PATCH 41/41] perf evlist: Add perf_evlist__enable_event_idx()

Build Warnings
 2014-08-13 22:59 UTC 

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2014-08-13 22:58 UTC 

[PATCH] doc: memory-barriers.txt: Minor correction in Control dependencies
 2014-08-13 22:50 UTC  (4+ messages)
` [PATCH] doc: memory-barriers.txt: Add barrier() to provide ordering

+ mem-hotplug-let-memblock-skip-the-hotpluggable-memory-regions-in-__next_mem_range.patch added to -mm tree
 2014-08-13 22:56 UTC 

[PATCH v2] rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreads
 2014-08-13 22:56 UTC  (2+ messages)

[PATCH] ext4: include journal blocks of internal journal in df overhead calcs
 2014-08-13 22:55 UTC  (2+ messages)

[RFC][PATCH 00/15 v4] OXFW driver, a succesor to firewire-speakers
 2014-08-13 22:55 UTC  (7+ messages)

[mmotm:master 43/99] memory.c:undefined reference to `test_pages_in_a_zone'
 2014-08-13 22:59 UTC 

[U-Boot] [PATCH 0/4] arm: vf610: add NAND flash support
 2014-08-13 22:54 UTC  (9+ messages)
` [U-Boot] [PATCH 3/4] mtd: nand: add Freescale NFC driver

journal recovery problems with metadata_csum, *non-64bit*
 2014-08-13 22:53 UTC  (6+ messages)
  ` journal_checksum_v2 on-disk format change? (was: Re: journal recovery problems with metadata_csum, *non-64bit*)

[PATCH 0/5] recipes-devtools/gcc cleanup patches
 2014-08-13 22:51 UTC  (9+ messages)
` [PATCH 2/5] gcc-4.8,gcc-4.9: remove inappropriate patch
  ` [PATCH 2/5] gcc-4.8, gcc-4.9: "
` [PATCH 3/5] gcc-4.9: Ensure c++ includes are in /usr/include/c++/${BINV}
` [PATCH 4/5] gcc: remove outdated configuration option
` [PATCH 5/5] gcc-target: make --enable-clocale consistent with gcc-runtime

[PATCH] powercap/rapl: add support for cpu model 0x3f
 2014-08-13 22:50 UTC  (2+ messages)

[PATCH v10] ARM: brcmstb: add debug UART for earlyprintk support
 2014-08-13 22:50 UTC 

[BUG] kernel BUG at fs/btrfs/extent_io.c:2124! oops when reading corrupt file on btrfs raid5
 2014-08-13 22:49 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/acme/linux
 2014-08-13 22:47 UTC 

post-receive: pub/scm/linux/kernel/git/acme/linux
 2014-08-13 22:46 UTC 

RFC : [PATCH] IPV6: checkpatch whitespace corrections
 2014-08-13 22:46 UTC  (2+ messages)

[PATCH] mmc: dw_mmc: Remove architecture dependency
 2014-08-13 22:46 UTC  (3+ messages)

[Ksummit-discuss] RFC: Kernel tinification - kernel config reduction
 2014-08-13 22:45 UTC  (4+ messages)

[PATCH] virtio: rng: add derating factor for use by hwrng core
 2014-08-13 22:44 UTC  (2+ messages)

Question regarding "Control Dependencies" in memory-barriers.txt
 2014-08-13 22:44 UTC  (6+ messages)

[Bug 82588] New: X fails to start with linus-tip or drm-next
 2014-08-13 22:42 UTC  (3+ messages)
` [Bug 82588] "

Hi
 2014-08-13 22:28 UTC 

Hi
 2014-08-13 22:28 UTC 

post-receive: pub/scm/utils/util-linux/util-linux
 2014-08-13 22:39 UTC 

Undelivered Mail Returned to Sender
 2014-08-13 22:38 UTC 

[RFC][PATCH] cmake: drop -fpermissive
 2014-08-13 22:36 UTC 

[PATCH Resend v2 0/2] arm64: Add PMU node for APM X-Gene Storm SoC
 2014-08-13 22:31 UTC  (3+ messages)

[ath9k-devel] Sending per packet feedback
 2014-08-13 22:29 UTC 

[PATCH] Input: Remove superfluous assignment in edt_ft5x06_register_write()
 2014-08-13 22:29 UTC  (2+ messages)

+ kvm-ensure-hard-lockup-detection-is-disabled-by-default.patch added to -mm tree
 2014-08-13 22:28 UTC 

+ watchdog-control-hard-lockup-detection-default.patch added to -mm tree
 2014-08-13 22:28 UTC 

+ watchdog-fix-print-once-on-enable.patch added to -mm tree
 2014-08-13 22:28 UTC 

+ softlockup-make-detector-be-aware-of-task-switch-of-processes-hogging-cpu.patch added to -mm tree
 2014-08-13 22:28 UTC 

+ watchdog-remove-unnecessary-head-files.patch added to -mm tree
 2014-08-13 22:28 UTC 

post-receive: pub/scm/linux/kernel/git/acme/linux
 2014-08-13 22:28 UTC 

[PATCH v11] Convert NVMe driver to blk-mq
 2014-08-13 22:27 UTC  (5+ messages)
` [PATCH v11] NVMe: Convert "

[Buildroot] [PATCH] package/erlang: build host erlang with ssl support to match target
 2014-08-13 22:27 UTC 

[PATCH] cpuidle/cpuidle-big_little: fix reading cpu id part number
 2014-08-13 22:25 UTC  (8+ messages)

[PATCH 11/14] ARM: brcmstb: delete unneeded test before of_node_put
 2014-08-13 22:22 UTC  (4+ messages)

+ scripts-tagssh-fix-regex-syntax-for-etags.patch added to -mm tree
 2014-08-13 22:20 UTC 

+ arm64-add-atomic-pool-for-non-coherent-and-cma-allocations.patch added to -mm tree
 2014-08-13 22:20 UTC 

+ arm-use-genalloc-for-the-atomic-pool.patch added to -mm tree
 2014-08-13 22:20 UTC 

+ common-dma-mapping-introduce-common-remapping-functions.patch added to -mm tree
 2014-08-13 22:19 UTC 

+ lib-genallocc-add-power-aligned-algorithm.patch added to -mm tree
 2014-08-13 22:19 UTC 

+ lib-genallocc-add-genpool-range-check-function.patch added to -mm tree
 2014-08-13 22:19 UTC 

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2014-08-13 22:18 UTC 

[Buildroot] [PATCH v3] ejabberd: new package
 2014-08-13 22:18 UTC  (10+ messages)

[PATCH v8 00/11] ARM: brcmstb: Add Broadcom STB SoC support
 2014-08-13 22:16 UTC  (10+ messages)
` [PATCH v8 03/11] ARM: brcmstb: add debug UART for earlyprintk support

[PATCH v4 0/2] Add eMMC and SD card support for rk3288-evb
 2014-08-13 22:15 UTC  (4+ messages)

[PATCH RFC v2 0/4] Add mem_access support for PV domains
 2014-08-13 22:14 UTC  (16+ messages)
` [PATCH RFC v2 1/4] x86/mm: Shadow and p2m changes for PV mem_access

Null pointer oops
 2014-08-13 22:14 UTC  (9+ messages)

[Bug 82371] New: Capa Verde (Radeon 7750) GPU lockup using UVD
 2014-08-13 22:14 UTC  (2+ messages)
` [Bug 82371] "

[PATCH v7 0/8] ARM generic idle states
 2014-08-13 22:11 UTC  (5+ messages)
` [PATCH v7 2/8] Documentation: arm: define DT idle states bindings

[PATCH 1/2] async: async device driver probing
 2014-08-13 22:10 UTC  (5+ messages)

[PATCH 0/2] MIPS: add common plat_irq_dispatch declaration
 2014-08-13 22:09 UTC  (3+ messages)
` [PATCH 1/2] MIPS: MSP71xx: remove unused plat_irq_dispatch() argument
` [PATCH 2/2] MIPS: add common plat_irq_dispatch declaration

[PATCH] Staging: bmc: fix coding style warning
 2014-08-13 22:06 UTC  (2+ messages)

[PATCH v4 1/2] USB: Use ACPI device information
 2014-08-13 22:05 UTC  (4+ messages)
` [PATCH v4 2/2] ACPI: Export PLD (Physical Location of Device)

[Qemu-devel] [PATCH v4 00/11] Virtio PCI libqos driver
 2014-08-13 21:59 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 07/11] libqos: Added basic virtqueue support to virtio implementation

[Buildroot] [PATCH 1/1] fio: (bugfix) add libaio dependency (added description)
 2014-08-13 21:59 UTC  (2+ messages)

debugfs_create_{u,x,s}{8,16,32,64}
 2014-08-13 21:57 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 00/32] AHCI test suite framework v3
 2014-08-13 21:56 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 25/32] ahci: Adding basic functionality qtest
` [Qemu-devel] [PATCH v3 26/32] ahci: MSI capability should be at 0x80, not 0x50
` [Qemu-devel] [PATCH v3 27/32] ahci: Add test_pci_spec to ahci-test
` [Qemu-devel] [PATCH v3 28/32] ahci: add test_pci_enable "
` [Qemu-devel] [PATCH v3 29/32] ahci: properly shadow the TFD register
` [Qemu-devel] [PATCH v3 30/32] ahci: Add test_hba_spec to ahci-test
` [Qemu-devel] [PATCH v3 31/32] ahci: Add test_hba_enable "
` [Qemu-devel] [PATCH v3 32/32] ahci: Add test_identify case "

[PATCH v2 00/23] backend-struct-db
 2014-08-13 21:55 UTC  (3+ messages)

[Bug 82586] New: UBO matrix in std140 struct does not work
 2014-08-13 21:54 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.