All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-09-15 15:49:03 to 2015-09-15 16:18:39 UTC [more...]

[PATCH 1/3] memcg: collect kmem bypass conditions into __memcg_kmem_bypass()
 2015-09-15 16:18 UTC  (9+ messages)
` [PATCH 2/3] memcg: ratify and consolidate over-charge handling
  ` [PATCH v2 "

[PATCH 2/2] powerpc/PCI: Disable MSI/MSI-X interrupts at PCI probe time in OF case
 2015-09-15 16:18 UTC  (8+ messages)
  ` [PATCH v2 "

[PATCH i-g-t] scripts: add quick-testlist.py
 2015-09-15 16:07 UTC 

[Bug 76490] New: No output after radeon module is loaded (R9 270X)
 2015-09-15 16:17 UTC  (2+ messages)
` [Bug 76490] Hang during boot when DPM is on "

[PATCH 0/67] war on sprintf, strcpy, etc
 2015-09-15 16:16 UTC  (37+ messages)
` [PATCH 32/67] mailmap: replace strcpy with xstrdup
` [PATCH 33/67] read_branches_file: "
` [PATCH 34/67] resolve_ref: use strbufs for internal buffers
` [PATCH 35/67] upload-archive: convert sprintf to strbuf
` [PATCH 36/67] remote-ext: simplify git pkt-line generation
` [PATCH 37/67] http-push: use strbuf instead of fwrite_buffer
` [PATCH 38/67] http-walker: store url in a strbuf
` [PATCH 39/67] sha1_get_pack_name: use "
` [PATCH 40/67] init: use strbufs to store paths
` [PATCH 41/67] apply: convert root string to strbuf
` [PATCH 42/67] transport: use strbufs for status table "quickref" strings
` [PATCH 43/67] merge-recursive: convert malloc / strcpy to strbuf
` [PATCH 44/67] enter_repo: convert fixed-size buffers to strbufs
` [PATCH 45/67] remove_leading_path: use a strbuf for internal storage
` [PATCH 46/67] write_loose_object: convert to strbuf
` [PATCH 47/67] diagnose_invalid_index_path: use strbuf to avoid strcpy/strcat
` [PATCH 48/67] fetch-pack: use argv_array for index-pack / unpack-objects
` [PATCH 49/67] http-push: use an argv_array for setup_revisions
` [PATCH 50/67] stat_tracking_info: convert to argv_array
` [PATCH 51/67] daemon: use cld->env_array when re-spawning
` [PATCH 52/67] use sha1_to_hex_to() instead of strcpy
` [PATCH 53/67] drop strcpy in favor of raw sha1_to_hex
` [PATCH 54/67] color: add overflow checks for parsing colors
` [PATCH 55/67] use alloc_ref rather than hand-allocating "struct ref"
` [PATCH 56/67] avoid sprintf and strcpy with flex arrays
` [PATCH 57/67] receive-pack: simplify keep_arg computation
` [PATCH 58/67] help: clean up kfmclient munging
` [PATCH 59/67] prefer memcpy to strcpy
` [PATCH 60/67] color: add color_set helper for copying raw colors
` [PATCH 61/67] notes: document length of fanout path with a constant
` [PATCH 62/67] convert strncpy to memcpy
` [PATCH 63/67] fsck: drop inode-sorting code
` [PATCH 64/67] Makefile: drop D_INO_IN_DIRENT build knob
` [PATCH 65/67] fsck: use for_each_loose_file_in_objdir
` [PATCH 66/67] use strbuf_complete to conditionally append slash
` [PATCH 67/67] name-rev: use strip_suffix to avoid magic numbers

[PATCH] arm64: hw_breakpoint: use target state to determine ABI behaviour
 2015-09-15 16:16 UTC 

[PATCH 00/26] usb: gadget: encapsulate ep enable/disable
 2015-09-15 16:15 UTC  (7+ messages)
` [PATCH 04/26] usb: gadget: introduce 'enabled' flag in struct usb_ep

[PATCH] KVM: arm64: remove all traces of the ThumbEE registers
 2015-09-15 16:15 UTC  (2+ messages)

[PATCH] barriers: introduce smp_mb__release_acquire and update documentation
 2015-09-15 16:13 UTC 

[PATCH V6 0/6] Fast mmio eventfd fixes
 2015-09-15 16:13 UTC  (4+ messages)
` [PATCH V6 6/6] kvm: add fast mmio capabilitiy

[Qemu-devel] [PATCH v2 00/18] implement vNVDIMM
 2015-09-15 16:12 UTC  (18+ messages)
` [Qemu-devel] [PATCH v2 08/18] nvdimm: init backend memory mapping and config data area
              `  "
` [Qemu-devel] [PATCH v2 09/18] nvdimm: build ACPI NFIT table
    `  "

[PATCH 1/2] memcg: flatten task_struct->memcg_oom
 2015-09-15 16:12 UTC  (5+ messages)
` [PATCH v3 2/2] memcg: punt high overage reclaim to return-to-userland path

[REPOST PATCH] ftrace: Remove the unused variant ftrace_update_time
 2015-09-15 16:12 UTC  (6+ messages)

[PATCH 3.12 00/33] 3.12.48-stable review
 2015-09-15 16:12 UTC  (2+ messages)

BMA250 support
 2015-09-15 16:11 UTC  (4+ messages)
    ` [Linux-kernel] "

[Qemu-devel] [PATCH v3 00/46] ivshmem improvements (please review)
 2015-09-15 16:08 UTC  (47+ messages)
` [Qemu-devel] [PATCH v3 01/46] char: add qemu_chr_free()
` [Qemu-devel] [PATCH v3 02/46] msix: add VMSTATE_MSIX_TEST
` [Qemu-devel] [PATCH v3 03/46] ivhsmem: read do not accept more than sizeof(long)
` [Qemu-devel] [PATCH v3 04/46] ivshmem: fix number of bytes to push to fifo
` [Qemu-devel] [PATCH v3 05/46] ivshmem: factor out the incoming fifo handling
` [Qemu-devel] [PATCH v3 06/46] ivshmem: remove unnecessary dup()
` [Qemu-devel] [PATCH v3 07/46] ivshmem: remove superflous ivshmem_attr field
` [Qemu-devel] [PATCH v3 08/46] ivshmem: remove useless doorbell field
` [Qemu-devel] [PATCH v3 09/46] ivshmem: more qdev conversion
` [Qemu-devel] [PATCH v3 10/46] ivshmem: remove last exit(1)
` [Qemu-devel] [PATCH v3 11/46] ivshmem: limit maximum number of peers to G_MAXUINT16
` [Qemu-devel] [PATCH v3 12/46] ivshmem: simplify around increase_dynamic_storage()
` [Qemu-devel] [PATCH v3 13/46] ivshmem: allocate eventfds in resize_peers()
` [Qemu-devel] [PATCH v3 14/46] ivshmem: remove useless ivshmem_update_irq() val argument
` [Qemu-devel] [PATCH v3 15/46] ivshmem: initialize max_peer to -1
` [Qemu-devel] [PATCH v3 16/46] ivshmem: remove max_peer field
` [Qemu-devel] [PATCH v3 17/46] ivshmem: improve debug messages
` [Qemu-devel] [PATCH v3 18/46] ivshmem: improve error
` [Qemu-devel] [PATCH v3 19/46] ivshmem: print error on invalid peer id
` [Qemu-devel] [PATCH v3 20/46] ivshmem: simplify a bit the code
` [Qemu-devel] [PATCH v3 21/46] ivshmem: use common return
` [Qemu-devel] [PATCH v3 22/46] ivshmem: use common is_power_of_2()
` [Qemu-devel] [PATCH v3 23/46] ivshmem: migrate with VMStateDescription
` [Qemu-devel] [PATCH v3 24/46] ivshmem: shmfd can be 0
` [Qemu-devel] [PATCH v3 25/46] ivshmem: check shm isn't already initialized
` [Qemu-devel] [PATCH v3 26/46] ivshmem: add device description
` [Qemu-devel] [PATCH v3 27/46] ivshmem: fix pci_ivshmem_exit()
` [Qemu-devel] [PATCH v3 28/46] ivshmem: replace 'guest' for 'peer' appropriately
` [Qemu-devel] [PATCH v3 29/46] ivshmem: error on too many eventfd received
` [Qemu-devel] [PATCH v3 30/46] ivshmem: reset mask on device reset
` [Qemu-devel] [PATCH v3 31/46] contrib: add ivshmem client and server
` [Qemu-devel] [PATCH v3 32/46] ivshmem-client: check the number of vectors
` [Qemu-devel] [PATCH v3 33/46] ivshmem-server: use a uint16 for client ID
` [Qemu-devel] [PATCH v3 34/46] ivshmem-server: fix hugetlbfs support
` [Qemu-devel] [PATCH v3 35/46] docs: update ivshmem device spec
` [Qemu-devel] [PATCH v3 36/46] ivshmem: add check on protocol version in QEMU
` [Qemu-devel] [PATCH v3 37/46] contrib: remove unnecessary strdup()
` [Qemu-devel] [PATCH v3 38/46] msix: implement pba write (but read-only)
` [Qemu-devel] [PATCH v3 39/46] qtest: add qtest_add_abrt_handler()
` [Qemu-devel] [PATCH v3 40/46] tests: add ivshmem qtest
` [Qemu-devel] [PATCH v3 41/46] ivshmem: do not keep shm_fd open
` [Qemu-devel] [PATCH v3 42/46] ivshmem: make ivshmem_get_size() more generic
` [Qemu-devel] [PATCH v3 43/46] ivshmem: add hostmem backend
` [Qemu-devel] [PATCH v3 44/46] ivshmem: remove EventfdEntry.vector
` [Qemu-devel] [PATCH v3 45/46] ivshmem: rename MSI eventfd_table
` [Qemu-devel] [PATCH v3 46/46] ivshmem: use kvm irqfd for msi notifications

[PATCH] driver core: Ensure proper suspend/resume ordering
 2015-09-15 16:10 UTC  (7+ messages)

[PATCH] iov: initialize NumVFs register to 0 at the end of sriov_init()
 2015-09-15 16:10 UTC  (2+ messages)

2 replications,flapping can not stop for a very long time
 2015-09-15 16:09 UTC  (9+ messages)
  ` 答复: "
        ` 答复: "
            ` Brewer's theorem also known as CAP theorem

DomU: kernel BUG at arch/x86/xen/enlighten.c:425
 2015-09-15 16:09 UTC  (2+ messages)

master - format-text: label: fix missing dev assignment for struct label in _text_pv_write
 2015-09-15 16:08 UTC 

IPv6 routing/fragmentation panic
 2015-09-15 16:07 UTC  (2+ messages)

v2 of seccomp filter c/r patches
 2015-09-15 16:07 UTC  (6+ messages)

[RFC PATCH] libselinux: Add selabel_digest function
 2015-09-15 16:07 UTC  (2+ messages)

[Buildroot] [PATCH V3 1/1] python-pyratemp: new package
 2015-09-15 16:07 UTC 

[PATCH v3 0/5] SCPI Sensor support
 2015-09-15 16:04 UTC  (12+ messages)
` [PATCH v3 1/5] Documentation: add DT bindings for ARM SCPI sensors

[PATCH v2] libsepol/cil: improve recursion detection
 2015-09-15 16:05 UTC 

[PATCH OSSTEST 0/4] Avoid running Linux on hosts for the given version lacks drivers
 2015-09-15 16:05 UTC  (5+ messages)
` [PATCH OSSTEST 1/4] ts-hosts-allocate-Executive: Allow dry-run
` [PATCH OSSTEST 2/4] ts-hosts-allocate-Executive: add a label to loop over candidates
` [PATCH OSSTEST 3/4] Add support for selecting resources based on their properties
` [PATCH OSSTEST 4/4] make-flight: Add a minimum linux version requirement to all linux-* branches

[fido][PATCH 1/3] rootfs.py: Allow to override postinst-intercepts location
 2015-09-15 16:05 UTC  (5+ messages)
` [fido][PATCH 2/3] rootfs.py: show intercept script output in log.do_rootfs
` [fido][PATCH 3/3] postinst_intercept: allow to pass variables with spaces

[RFC][PATCH 1/3] rootfs.py: Allow to override postinst-intercepts location
 2015-09-15 16:04 UTC  (2+ messages)

I INFORM YOU!!
 2015-09-15 15:45 UTC 

Dumping sysvinit
 2015-09-15 16:03 UTC  (3+ messages)

[PATCH][fido][dizzy] libtasn1: CVE-2015-3622
 2015-09-15 16:03 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] device model bringup of hsmmc on am335x bone black and gp evm
 2015-09-15 16:02 UTC  (2+ messages)

[PATCH][fido] wic: fix path parsing, use last occurrence
 2015-09-15 16:02 UTC  (2+ messages)

[PATCH][fido] openssh: CVE-2015-6563 CVE-2015-6564 CVE-2015-6565
 2015-09-15 16:02 UTC  (2+ messages)

[PATCH][fido] bind: CVE-2015-1349 CVE-2015-4620 CVE-2015-5722
 2015-09-15 16:02 UTC  (2+ messages)

[PATCH] libxl: open libxl log stream with libvirtd log_level
 2015-09-15 16:00 UTC  (2+ messages)
` [libvirt] "

[PATCH RFC] pidns: introduce syscall getvpid
 2015-09-15 15:51 UTC  (7+ messages)

[Bug 92012] new account account
 2015-09-15 16:00 UTC  (2+ messages)

[PATCH v7] git-p4: add config git-p4.pathEncoding
 2015-09-15 15:59 UTC  (6+ messages)
` [PATCH v7] git-p4: improve path encoding verbose output

rbd lock list command failure
 2015-09-15 15:59 UTC  (4+ messages)

Trouble installing from usb
 2015-09-15 15:57 UTC 

[PATCH v2 0/9] VFS: In-kernel copy system call
 2015-09-15 15:58 UTC  (6+ messages)
` [PATCH v2 8/9] vfs: copy_file_range() can do a pagecache copy with splice

[PATCH] MPI: Fix mpi_read_buffer
 2015-09-15 15:56 UTC  (4+ messages)

trouble with PCI: Call pci_read_bridge_bases() from core instead of arch code
 2015-09-15 15:57 UTC  (12+ messages)

[PATCH V2] Btrfs: keep dropped roots in cache until transaction commit
 2015-09-15 15:56 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] add python simple template module
 2015-09-15 15:56 UTC  (5+ messages)

[PATCH] drivers: of: check input parameter name for __of_find_property
 2015-09-15 15:56 UTC  (2+ messages)

[PATCH] block: swim3: Fix module autoload for OF platform driver
 2015-09-15 15:55 UTC 

[PATCH 1/3] irqchip/GIC: Add workaround for aliased GIC400
 2015-09-15 15:48 UTC  (2+ messages)
` [tip:irq/urgent] "

Recovery possible on asynchronous transid ?
 2015-09-15 15:55 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] Add .dir-locals.el file to configure emacs coding style
 2015-09-15 15:54 UTC  (8+ messages)

post-receive: pub/scm/virt/kvm/kvm
 2015-09-15 15:54 UTC 

I.MX6 HDMI support in v4.2
 2015-09-15 15:53 UTC  (6+ messages)

[PATCH 0/7] [media] y2038 conversion for subsystem
 2015-09-15 15:49 UTC  (13+ messages)
` [PATCH 1/7] [media] dvb: use ktime_t for internal timeout
` [PATCH 2/7] [media] dvb: remove unused systime() function
` [PATCH 3/7] [media] dvb: don't use 'time_t' in event ioctl
` [PATCH 4/7] [media] exynos4-is: use monotonic timestamps as advertized
` [PATCH 5/7] [media] use v4l2_get_timestamp where possible
` [PATCH 6/7] [RFC] [media]: v4l2: introduce v4l2_timeval
` [PATCH 7/7] [RFC] [media] introduce v4l2_timespec type for timestamps

When NUMA dynamic memory migration will available?
 2015-09-15 15:52 UTC  (2+ messages)

[PATCH 1/7] tools/hotplug: remove SELinux options from var-lib-xenstored.mount
 2015-09-15 15:52 UTC  (12+ messages)

NFSv4 security negotiation issue
 2015-09-15 15:52 UTC 

[PATCH] ata: pata_macio: Fix module autoload for OF platform driver
 2015-09-15 15:52 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/1] atapi: abort transfers with 0 byte limits
 2015-09-15 15:51 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 1/1] "

[PATCH] genirq: update the comment for generic_handle_irq_desc
 2015-09-15 15:51 UTC  (2+ messages)
` [tip:irq/urgent] genirq: Update "

[PATCH 2/2] irqchip: renesas-irqc: Propagate wake-up settings to parent
 2015-09-15 15:50 UTC  (2+ messages)
` [tip:irq/urgent] irqchip/renesas-irqc: "

[PATCH 1/2] irqchip: renesas-intc-irqpin: Propagate wake-up settings to parent
 2015-09-15 15:50 UTC  (2+ messages)
` [tip:irq/urgent] irqchip/renesas-intc-irqpin: "

[PATCH 2/2] irqchip: renesas-intc-irqpin: Use a separate lockdep class
 2015-09-15 15:49 UTC  (2+ messages)
` [tip:irq/urgent] irqchip/renesas-intc-irqpin: "

[PATCH 1/2] irqchip: renesas-irqc: Use a separate lockdep class
 2015-09-15 15:49 UTC  (2+ messages)
` [tip:irq/urgent] irqchip/renesas-irqc: "

Question about the status of vNUMA in Xen
 2015-09-15 15:49 UTC  (5+ messages)
  ` Fwd: "

[PATCH 3/3] irqchip/GICv2m: Fix GICv2m build warning on 32 bits
 2015-09-15 15:49 UTC  (2+ messages)
` [tip:irq/urgent] "

[PATCH] SUNRPC: Fix a race in xs_reset_transport
 2015-09-15 15:49 UTC  (2+ messages)

[PATCH 2/3] irqchip/gic-v3-its: Add missing cache flushes
 2015-09-15 15:48 UTC  (2+ messages)
` [tip:irq/urgent] "

[PATCH alsa-lib] build: Do not try to detect cross-compiler
 2015-09-15 15:48 UTC 

[PATCH] platform-msi: Do not cache msi_desc in handler_data
 2015-09-15 15:48 UTC  (2+ messages)
` [tip:irq/urgent] "

Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x mount
 2015-09-15 15:49 UTC  (4+ messages)


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.