messages from 2015-07-01 00:50:14 to 2015-07-01 03:03:16 UTC [more...]
[PATCH net-next] test_bpf: extend tests for 32-bit endianness conversion
2015-07-01 3:03 UTC (2+ messages)
[PATCH RFC v2 0/5] Multi-queue support for xen-blkfront and xen-blkback
2015-07-01 3:02 UTC (7+ messages)
` [Xen-devel] "
[PATCH] --count feature for git shortlog
2015-07-01 3:00 UTC (6+ messages)
[PATCH] boost & libxslt: nativesdk is missed in bb file and break <make universe>
2015-07-01 3:00 UTC (2+ messages)
[RFC PATCH 0/5] Make eBPF programs output data to perf event
2015-07-01 2:57 UTC (6+ messages)
` [RFC PATCH 1/5] bpf: Put perf_events check ahead of bpf prog
` [RFC PATCH 2/5] perf/trace: Add perf extra percpu trace buffer
` [RFC PATCH 3/5] tracing/kprobe: Separate inc recursion count out of perf_trace_buf_prepare
` [RFC PATCH 4/5] bpf: Introduce function for outputing sample data to perf event
` [RFC PATCH 5/5] tracing/kprobe: Combine extra trace buf into perf trace buf
[LTP] [PATCH] sctp: sctputils.c: fix test_peer_addr()
2015-07-01 2:55 UTC (2+ messages)
[linux-3.18 test] 58987: regressions - FAIL
2015-07-01 2:52 UTC
[Qemu-devel] [PATCH v2] rocker: don't queue receive pkts when port is disabled
2015-07-01 2:52 UTC (2+ messages)
HMM (Heterogeneous Memory Management) v8
2015-07-01 2:51 UTC (8+ messages)
` [PATCH 06/36] HMM: add HMM page table v2
[PATCH] Btrfs: fix wrong check for btrfs_force_chunk_alloc()
2015-07-01 2:49 UTC (3+ messages)
cron job: media_tree daily build: OK
2015-07-01 2:49 UTC
Does Xen support nested VM migration
2015-07-01 2:49 UTC
[PATCH] PM / Sleep: Use workqueue for user space wakeup sources garbage collector
2015-07-01 2:48 UTC
[PATCH v3 COLOPre 00/26] Prerequisite patches for COLO
2015-07-01 2:48 UTC (23+ messages)
` [PATCH v3 COLOPre 09/26] tools/libxl: introduce enum type libxl_checkpointed_stream
` [PATCH v3 COLOPre 12/26] tools/libxl: Update libxl_domain_unpause() to support qemu-xen
` [PATCH v3 COLOPre 15/26] tools/libxl: Add back channel to allow migration target send data back
` [PATCH v3 COLOPre 16/26] tools/libx{l, c}: add back channel to libxc
` [PATCH v3 COLOPre 17/26] tools/libx{l, c}: introduce should_checkpoint callback
` [PATCH v3 COLOPre 18/26] tools/libx{l, c}: add postcopy/suspend callback to restore side
[PATCH 0/1] util-linux: add runuser PAM config files
2015-07-01 2:48 UTC (2+ messages)
[RFC] maintain stable and dev code separately
2015-07-01 2:41 UTC (2+ messages)
[Qemu-devel] [PATCH] rocker: don't queue receive pkts when port is disabled
2015-07-01 2:33 UTC (3+ messages)
[PATCH v2 0/3] Correct for ACPI 5.1->6.0 spec changes in MADT GICC entries
2015-07-01 2:30 UTC (12+ messages)
` [PATCH v2 1/3] ACPI : introduce macros for using the ACPI specification version
[PATCH v2] hpsa: convert DEVICE_ATTR to RO|WO|RW and show methods must not use snprintf
2015-07-01 2:29 UTC (2+ messages)
[PATCH] selinux: don't waste ebitmap space when importing NetLabel categories
2015-07-01 2:29 UTC
[RFC PATCH v10 00/50] perf tools: filtering events using eBPF programs
2015-07-01 2:14 UTC (51+ messages)
` [RFC PATCH v10 01/50] bpf: Use correct #ifdef controller for trace_call_bpf()
` [RFC PATCH v10 02/50] tracing, perf: Implement BPF programs attached to uprobes
` [RFC PATCH v10 03/50] bpf tools: Introduce 'bpf' library and add bpf feature check
` [RFC PATCH v10 04/50] bpf tools: Allow caller to set printing function
` [RFC PATCH v10 05/50] bpf tools: Open eBPF object file and do basic validation
` [RFC PATCH v10 06/50] bpf tools: Read eBPF object from buffer
` [RFC PATCH v10 07/50] bpf tools: Check endianness and make libbpf fail early
` [RFC PATCH v10 08/50] bpf tools: Iterate over ELF sections to collect information
` [RFC PATCH v10 09/50] bpf tools: Collect version and license from ELF sections
` [RFC PATCH v10 10/50] bpf tools: Collect map definitions from 'maps' section
` [RFC PATCH v10 11/50] bpf tools: Collect symbol table from SHT_SYMTAB section
` [RFC PATCH v10 12/50] bpf tools: Collect eBPF programs from their own sections
` [RFC PATCH v10 13/50] bpf tools: Collect relocation sections from SHT_REL sections
` [RFC PATCH v10 14/50] bpf tools: Record map accessing instructions for each program
` [RFC PATCH v10 15/50] bpf tools: Add bpf.c/h for common bpf operations
` [RFC PATCH v10 16/50] bpf tools: Create eBPF maps defined in an object file
` [RFC PATCH v10 17/50] bpf tools: Relocate eBPF programs
` [RFC PATCH v10 18/50] bpf tools: Introduce bpf_load_program() to bpf.c
` [RFC PATCH v10 19/50] bpf tools: Load eBPF programs in object files into kernel
` [RFC PATCH v10 20/50] bpf tools: Introduce accessors for struct bpf_program
` [RFC PATCH v10 21/50] bpf tools: Introduce accessors for struct bpf_object
` [RFC PATCH v10 22/50] bpf tools: Link all bpf objects onto a list
` [RFC PATCH v10 23/50] perf tools: Make perf depend on libbpf
` [RFC PATCH v10 24/50] perf tools: Introduce llvm config options
` [RFC PATCH v10 25/50] perf tools: Call clang to compile C source to object code
` [RFC PATCH v10 26/50] perf tests: Add LLVM test for eBPF on-the-fly compiling
` [RFC PATCH v10 27/50] perf tools: Auto detecting kernel build directory
` [RFC PATCH v10 28/50] perf tools: Auto detecting kernel include options
` [RFC PATCH v10 29/50] perf record: Enable passing bpf object file to --event
` [RFC PATCH v10 30/50] perf record: Compile scriptlets if pass '.c' "
` [RFC PATCH v10 31/50] perf tools: Parse probe points of eBPF programs during preparation
` [RFC PATCH v10 32/50] perf probe: Attach trace_probe_event with perf_probe_event
` [RFC PATCH v10 33/50] perf record: Probe at kprobe points
` [RFC PATCH v10 34/50] perf record: Load all eBPF object into kernel
` [RFC PATCH v10 35/50] perf tools: Add bpf_fd field to evsel and config it
` [RFC PATCH v10 36/50] perf tools: Attach eBPF program to perf event
` [RFC PATCH v10 37/50] perf tools: Suppress probing messages when probing by BPF loading
` [RFC PATCH v10 38/50] perf record: Add clang options for compiling BPF scripts
` [RFC PATCH v10 39/50] bpf tools: Load a program with different instance using preprocessor
` [RFC PATCH v10 40/50] perf tools: Fix probe-event.h include
` [RFC PATCH v10 41/50] perf probe: Reset tev->args and tev->nargs when failure
` [RFC PATCH v10 42/50] perf tools: Move linux/filter.h to tools/include
` [RFC PATCH v10 43/50] perf tools: Add BPF_PROLOGUE config options for further patches
` [RFC PATCH v10 44/50] perf tools: Introduce arch_get_reg_info() for x86
` [RFC PATCH v10 45/50] perf tools: Add prologue for BPF programs for fetching arguments
` [RFC PATCH v10 46/50] perf tools: Generate prologue for BPF programs
` [RFC PATCH v10 47/50] perf tools: Use same BPF program if arguments are identical
` [RFC PATCH v10 48/50] perf record: Support custom vmlinux path
` [RFC PATCH v10 49/50] perf probe: Init symbol as kprobe if any event is kprobe
` [RFC PATCH v10 50/50] perf tools: Support attach BPF program on uprobe events
[Qemu-devel] [PATCH] vmxnet3: Drop net_vmxnet3_info.can_receive
2015-07-01 2:26 UTC
[PATCH] Fix read-balancing during node failure
2015-07-01 2:24 UTC (2+ messages)
[Qemu-devel] [PATCH pic32 2/7] Stop simulation when processor is suspended forever by WAIT instruction with interrupts disabled
2015-07-01 2:21 UTC (5+ messages)
[PATCH v5 0/2] Add Mediatek MT8173 cpufreq driver
2015-07-01 2:16 UTC (9+ messages)
` [PATCH v5 1/2] dt-bindings: mediatek: Add MT8173 cpufreq driver binding
` [PATCH v5 2/2] cpufreq: mediatek: Add MT8173 cpufreq driver
[PATCH] mtd: spi-nor: Only set Micron quad-read mode when controller in 4-lane TX mode
2015-07-01 2:19 UTC (2+ messages)
[xen-unstable test] 58985: regressions - FAIL
2015-07-01 2:17 UTC
[PATCH 0/8] iommu/arm-smmu: bugfixs and add support for non-pci devices
2015-07-01 2:16 UTC (5+ messages)
` [PATCH 6/8] iommu/arm-smmu: "
[PATCH v3 1/2] vhost: vhost unix domain socket cleanup
2015-07-01 2:15 UTC (10+ messages)
` [PATCH v4 0/4] "
` [PATCH v4 1/4] vhost: call fdset_del_slot to remove connection fd
` [PATCH v4 2/4] vhost: vhost unix domain socket cleanup
` [PATCH v4 3/4] vhost: version map file update
` [PATCH v4 4/4] vhost: add comment for potential unwanted callback on listenfds
[Qemu-devel] [PATCH v3] pci : Add pba_offset PCI quirk for Chelsio T5 devices
2015-07-01 2:13 UTC (6+ messages)
[PATCH v5 1/3] drm/layerscape: Add Freescale DCU DRM driver
2015-07-01 1:59 UTC
[PATCH v6] extcon: arizona: Simplify pdata symantics for micd_dbtime
2015-07-01 2:05 UTC (2+ messages)
[GIT PULL] ARC updates for 4.2-rc1
2015-07-01 2:01 UTC
[PATCH 0/2] Add Mediatek MT8173 cpufreq driver
2015-07-01 2:01 UTC (7+ messages)
` [PATCH 1/2] dt-bindings: mediatek: Add MT8173 cpufreq driver binding
[U-Boot] [PATCH v2 1/3] ARM: cache: add an empty stub function for invalidate/flush dcache
2015-07-01 2:01 UTC (3+ messages)
` [U-Boot] [resend][PATCH 0/2] ARM: cache: clean up the code to drop the empty stub functions
[RFC(RAP) 00/14] xfs: add reflink and dedupe support
2015-07-01 1:58 UTC (7+ messages)
` [PATCH 02/14] libxfs: adjust refcounts in reflink btree
` [PATCH 03/14] libxfs: support unmapping reflink blocks
` [PATCH 10/14] xfs: minimize impact to non-reflink files via reflink per-inode flag
[PATCH 1/4] hvc_dcc: bind driver to core0 for reads and writes
2015-07-01 1:57 UTC (5+ messages)
[U-Boot] [PATCH v6 1/5] dm: sf: Add Atmel DataFlash spi flash driver
2015-07-01 1:57 UTC (4+ messages)
[OSSTEST Nested PATCH v11 6/7] Compose the main recipe of nested test job
2015-07-01 1:56 UTC (3+ messages)
` [OSSTEST RFC PATCH 0/4] Nested job execution infrastructure
[PATCH][v2] bootchart2: add runtime dependency
2015-07-01 1:54 UTC
Fwd: [PATCH] net:usb:cdc_ncm: fix that tag Huawei devices as wwan
2015-07-01 1:50 UTC (9+ messages)
` "
` about "
` 答复: "
` 答复: "
[Qemu-devel] [PATCH v4] pci : Add pba_offset PCI quirk for Chelsio T5 devices
2015-07-01 1:50 UTC
Denys Dmytriyenko : layer.conf: add more modules to safe ABI list
2015-07-01 1:44 UTC
Denys Dmytriyenko : layer.conf: add more modules to safe ABI list
2015-07-01 1:44 UTC
Denys Dmytriyenko : layer.conf: add more modules to safe ABI list
2015-07-01 1:44 UTC
[PATCH][v2] unzip: drop unzip-6.0_overflow3.diff
2015-07-01 1:41 UTC
[Qemu-devel] [v8][RESEND][PATCH 00/10] xen: add Intel IGD passthrough
2015-07-01 1:39 UTC (2+ messages)
[PATCH] f2fs:Make the function check_dnode have a return type of bool and change it's name to is_alive
2015-07-01 1:37 UTC
[Qemu-devel] [PATCH pic32 1/7] Speed of MIPS CPU timer made configurable per platform
2015-07-01 1:34 UTC (5+ messages)
[PATCH 2/2] f2fs: move extent cache codes to extent_cache.c
2015-07-01 1:33 UTC (3+ messages)
[RFC PATCH v9 49/50] perf probe: Init symbol as kprobe if any event is kprobe
2015-07-01 1:31 UTC (6+ messages)
` [RFC PATCH v9 49/50 -fix] "
[v4][PATCH 00/19] Fix RMRR
2015-07-01 1:31 UTC (17+ messages)
` [v4][PATCH 04/19] xen/passthrough: extend hypercall to support rdm reservation policy
` [v4][PATCH 11/19] tools: introduce some new parameters to set rdm policy
` [v4][PATCH 12/19] tools/libxl: passes rdm reservation policy
` [v4][PATCH 19/19] tools: parse to enable new rdm policy parameters
[GIT PULL] Fixup code that is fragile wrt init.h code moving to module.h
2015-07-01 1:30 UTC
[PATCH 01/12] f2fs: avoid freed stat information
2015-07-01 1:28 UTC (7+ messages)
` [PATCH 04/12] f2fs: remove wrong f2fs_bug_on when merging extents
` [f2fs-dev] "
` [PATCH 08/12] f2fs: introduce a shrinker for mounted fs
` [f2fs-dev] "
[PATCH 1/2] f2fs: check the largest extent at look-up time
2015-07-01 1:25 UTC (4+ messages)
` [PATCH 2/2] f2fs: shrink unreferenced extent_caches first
[RFC PATCH v9 00/50] perf tools: filtering events using eBPF programs
2015-07-01 1:23 UTC (7+ messages)
` [RFC PATCH v9 02/50] tools build: Add feature check for eBPF API
[PATCH 1/2] f2fs: refactor shrink flow for extent cache
2015-07-01 1:25 UTC (2+ messages)
[GIT PULL] Introduce builtin_platform_driver for non modules
2015-07-01 1:24 UTC (2+ messages)
[PATCH] php: fix a building failure on aarch64
2015-07-01 1:24 UTC
[Qemu-devel] [RFC 00/10] fix 2.88mb floppy diskette support
2015-07-01 1:20 UTC (11+ messages)
` [Qemu-devel] [RFC 01/10] fdc: Make default FDrive type explicit
` [Qemu-devel] [RFC 02/10] fdc: add default drive type option
` [Qemu-devel] [RFC 03/10] fdc: respect default drive type
` [Qemu-devel] [RFC 04/10] fdc: move pick_geometry
` [Qemu-devel] [RFC 05/10] fdc: refactor pick_geometry
` [Qemu-devel] [RFC 06/10] fdc: add physical disk sizes
` [Qemu-devel] [RFC 07/10] fdc: add disk field
` [Qemu-devel] [RFC 08/10] fdc: refactor pick_geometry
` [Qemu-devel] [RFC 09/10] qtest/fdc: Support for 2.88MB drives
` [Qemu-devel] [RFC 10/10] fdc: change default drive to 288
Singapore Government Hackers Have Hacked Into Teo En Ming's Computer Again
2015-07-01 1:20 UTC (2+ messages)
About the SCSI command SERVICE_ACTION_IN (0x9e)
2015-07-01 1:19 UTC
[PATCH] arm: perf: Set affinity for PPI based PMUs
2015-07-01 1:19 UTC (4+ messages)
[PATCH] fix: decrease NR_FREE_PAGES when isolate page from buddy
2015-07-01 1:17 UTC
[PATCH] f2fs:Make the function check_dnode have a return type of bool
2015-07-01 1:14 UTC (5+ messages)
kselftest framework runs as build time or run time tests ?
2015-07-01 1:11 UTC (3+ messages)
[GIT PULL] Replace module_init with an alternate initcall in non modules
2015-07-01 1:10 UTC
[LTP] [PATCH] cpuctl: correct wrong TCID
2015-07-01 1:07 UTC
[Qemu-devel] [PATCH 00/10 v12] tilegx: Firstly add tilegx target for linux-user
2015-07-01 1:06 UTC (4+ messages)
[Qemu-devel] [PATCH] refresh filename after the node is replaced
2015-07-01 1:08 UTC (7+ messages)
[nightly] Distroless meta-ti/master minimal build 2015-06-30_21-00-51
2015-07-01 1:03 UTC
Raid Recovery
2015-07-01 1:01 UTC (2+ messages)
NAND/GPMC bus arbitration and MTD/OTP access
2015-07-01 0:58 UTC
[Qemu-devel] [Qemu-block] [PATCH COLO-Block v6 07/16] Add new block driver interface to connect/disconnect the remote target
2015-07-01 1:01 UTC (12+ messages)
[PATCH v3 for Xen 4.6 0/4] Enable per-VCPU parameter settings for RTDS scheduler
2015-07-01 0:54 UTC (8+ messages)
` [PATCH v3 for Xen 4.6 3/4] libxl: enable "
[PATCH] scripts: checkpatch: ignore stable commit annotation
2015-07-01 0:53 UTC (5+ messages)
I/O error reading from raid 1 device but not slave devices
2015-07-01 0:53 UTC (3+ messages)
[PATCH v5 00/42] PowerPC/PowerNV: PCI Slot Management
2015-07-01 0:51 UTC (4+ messages)
` [PATCH v5 42/42] pci/hotplug: PowerPC PowerNV PCI hotplug driver
[Qemu-devel] [v11 00/15] vfio-pci: pass the aer error to guest
2015-07-01 0:49 UTC (2+ messages)
[PATCH] PM / Sleep: Use workqueue for user space wakeup sources garbage collector
2015-07-01 0:50 UTC
dpdk-2.0.0: crash in ixgbe_recv_scattered_pkts_vec->_recv_raw_pkts_vec->desc_to_olflags_v
2015-07-01 0:50 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.