All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-26 13:31:35 to 2015-06-26 14:26:18 UTC [more...]

[RFC PATCH v9 00/50] perf tools: filtering events using eBPF programs
 2015-06-26 14:15 UTC  (34+ messages)
` [RFC PATCH v9 05/50] bpf tools: Open eBPF object file and do basic validation
` [RFC PATCH v9 08/50] bpf tools: Iterate over ELF sections to collect information
` [RFC PATCH v9 20/50] bpf tools: Introduce accessors for struct bpf_program
` [RFC PATCH v9 21/50] bpf tools: Introduce accessors for struct bpf_object
` [RFC PATCH v9 22/50] bpf tools: Link all bpf objects onto a list
` [RFC PATCH v9 23/50] perf tools: Make perf depend on libbpf
` [RFC PATCH v9 24/50] perf tools: Introduce llvm config options
` [RFC PATCH v9 25/50] perf tools: Call clang to compile C source to object code
` [RFC PATCH v9 26/50] perf tests: Add LLVM test for eBPF on-the-fly compiling
` [RFC PATCH v9 27/50] perf tools: Auto detecting kernel build directory
` [RFC PATCH v9 28/50] perf tools: Auto detecting kernel include options
` [RFC PATCH v9 29/50] perf record: Enable passing bpf object file to --event
` [RFC PATCH v9 30/50] perf record: Compile scriptlets if pass '.c' "
` [RFC PATCH v9 31/50] perf tools: Parse probe points of eBPF programs during preparation
` [RFC PATCH v9 32/50] perf probe: Attach trace_probe_event with perf_probe_event
` [RFC PATCH v9 33/50] perf record: Probe at kprobe points
` [RFC PATCH v9 34/50] perf record: Load all eBPF object into kernel
` [RFC PATCH v9 35/50] perf tools: Add bpf_fd field to evsel and config it
` [RFC PATCH v9 36/50] perf tools: Attach eBPF program to perf event
` [RFC PATCH v9 37/50] perf tools: Suppress probing messages when probing by BPF loading
` [RFC PATCH v9 38/50] perf record: Add clang options for compiling BPF scripts
` [RFC PATCH v9 39/50] bpf tools: Load a program with different instance using preprocessor
` [RFC PATCH v9 40/50] perf tools: Fix probe-event.h include
` [RFC PATCH v9 41/50] perf probe: Reset tev->args and tev->nargs when failure
` [RFC PATCH v9 42/50] perf tools: Move linux/filter.h to tools/include
` [RFC PATCH v9 43/50] perf tools: Add BPF_PROLOGUE config options for further patches
` [RFC PATCH v9 44/50] perf tools: Introduce arch_get_reg_info() for x86
` [RFC PATCH v9 45/50] perf tools: Add prologue for BPF programs for fetching arguments
` [RFC PATCH v9 46/50] perf tools: Generate prologue for BPF programs
` [RFC PATCH v9 47/50] perf tools: Use same BPF program if arguments are identical
` [RFC PATCH v9 48/50] perf record: Support custom vmlinux path
` [RFC PATCH v9 49/50] perf probe: Init symbol as kprobe if any event is kprobe
` [RFC PATCH v9 50/50] perf tools: Support attach BPF program on uprobe events

[Qemu-devel] [PATCH 0/2] Implement YIELD to yield in ARM and Thumb translators
 2015-06-26 14:25 UTC  (3+ messages)

[PATCH] btrfs-progs: inspect: Fix out of bounds string termination
 2015-06-26 14:25 UTC  (2+ messages)

[RFC PATCH v3 00/18] Add ITS support
 2015-06-26 14:25 UTC  (4+ messages)
` [RFC PATCH v3 07/18] xen/arm: ITS: implement hw_irq_controller for LPIs

[-next] fib_dump_info() suspicious RCU usage
 2015-06-26 14:24 UTC  (2+ messages)

commit 4066c33d0308f8 breaks booting under KVM
 2015-06-26 14:23 UTC 

[PATCH v2 0/2] drm: bridge/dw_hdmi: add I2C bus adapter support
 2015-06-26 14:24 UTC  (5+ messages)
` [PATCH 1/2] drm: bridge/dw_hdmi: fix register I2CM_ADDRESS register name

[PATCH] tick/idle/powerpc: Do not register idle states with CPUIDLE_FLAG_TIMER_STOP set in periodic mode
 2015-06-26 14:23 UTC  (4+ messages)

[Cocci] Remove unnecessary null pointer checks?
 2015-06-26 14:21 UTC  (23+ messages)
                              ` [Cocci] [PATCH with Coccinelle?] Deletion of unnecessary checks before specific function calls
                                ` [PATCH] keys: Delete an unnecessary check before the function call "key_put"
                                  ` [PATCH] fs-ext4 crypto: "

[GIT PULL] Btrfs
 2015-06-26 14:21 UTC  (5+ messages)

Notice of appearance in Court #000257503
 2015-06-26 14:21 UTC 

Audio Driver Works In Ubuntu but Crash in Debian After 2nd Run
 2015-06-26 14:20 UTC  (9+ messages)

[Xenomai] Heads up: some race condition fixes for Xenomai 3
 2015-06-26 14:20 UTC 

[PATCH RFC 0/9] libxl error reporting
 2015-06-26 14:20 UTC  (8+ messages)
` [PATCH RFC 1/9] libxl idl: add comments to error enum
` [PATCH RFC 2/9] libxl idl: allow implicit enum values

[meta-raspberrypi][PATCH] firmware.inc: Fetch a zip instead of cloning a git repo
 2015-06-26 14:19 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] libucl: new package
 2015-06-26 14:19 UTC 

[PATCH 0/3] net: dsa: mv88e6xxx: dump hardware VLANs
 2015-06-26 14:12 UTC  (7+ messages)
` [PATCH 1/3] net: dsa: mv88e6xxx: add debugfs interface for VTU
` [PATCH 2/3] net: dsa: mv88e6xxx: add support to dump VLANs
` [PATCH 3/3] net: dsa: mv88e6352: add support for port_vlan_dump

[U-Boot] [PATCH] keystone2: config: update default mtd
 2015-06-26 14:17 UTC  (2+ messages)
` [U-Boot] [PATCH v2] "

XC5000C 0x14b4 status
 2015-06-26 14:15 UTC  (7+ messages)

[GIT PULL]: dma-buf changes for 4.2
 2015-06-26 14:14 UTC 

[Qemu-devel] [PATCH] tests: check the error of _thread_new
 2015-06-26 14:13 UTC 

[PATCH v4 00/35] libxl ao abort request (cancellation)
 2015-06-26 14:13 UTC  (9+ messages)
` [PATCH 08/35] libxl: Rename AO_ABORT to AO_CREATE_FAIL
` [PATCH 09/35] libxl: Change some log messages to say `abandoning' rather than `aborting'
` [PATCH 10/35] libxl: Change an internal comment to say `bail' rather than `abort'
` [PATCH 11/35] libxl: New error codes ABORTED etc

[PATCH] staging: rtl8712: rtl871x_security.c: remove unnecessary variable initialization
 2015-06-26 14:12 UTC 

[PATCH] scripts/kernel-doc: Adding cross-reference links to html documentation
 2015-06-26 14:11 UTC  (3+ messages)

[PATCH] support jumbo frames for pcap vdev
 2015-06-26 14:10 UTC  (5+ messages)

Support CONFIG_CMDLINE for arm64?
 2015-06-26 14:10 UTC  (4+ messages)

[PATCH resend 1/5] drm/i915: Enable resource streamer bits on MI_BATCH_BUFFER_START
 2015-06-26 14:10 UTC  (3+ messages)
` [PATCH resend 3/5] drm/i915: Enable resource streamer on Execlists

[PATCH] block: fix bogus EFAULT error from SG_IO ioctl
 2015-06-26 14:09 UTC  (2+ messages)

[PATCH 1/1] usb: storage : Remove c99 style commenting
 2015-06-26 14:08 UTC  (2+ messages)

[U-Boot] Fwd: Re: sd card not working
 2015-06-26 14:08 UTC 

[PATCH] Improve FL_KEEP_SIZE handling
 2015-06-26 14:08 UTC  (3+ messages)
` [PATCH] Btrfs: Improve FL_KEEP_SIZE handling in fallocate

[PATCH 0/4] xen: sched / cpupool: fixes and improvements, mostly for when suspend/resume is involved
 2015-06-26 14:08 UTC  (9+ messages)
` [PATCH 1/4] xen: sched: avoid dumping duplicate information
` [PATCH 2/4] xen: x86 / cpupool: clear the proper cpu_valid bit on pCPU teardown
` [PATCH 3/4] xen: credit1: properly deal with pCPUs not in any cpupool
` [PATCH 4/4] xen: sched: get rid of cpupool_scheduler_cpumask()

[patch] reiser4: port for Linux-4.1
 2015-06-26 14:06 UTC 

[PATCHv5 00/22] perf stat: Introduce --per-thread option
 2015-06-26 14:06 UTC  (3+ messages)
` [PATCH 01/22] perf thread_map: Introduce thread_map__reset function

[mlmmj] New tunable for newsletter style list
 2015-06-26 14:05 UTC 

[PATCH] cfgfile: fix unitialised buffer and improve reading from nfs filesystem
 2015-06-26 14:05 UTC  (2+ messages)

[PATCH v3 0/7] Expose IXGBE extended stats to DPDK apps
 2015-06-26 14:03 UTC  (3+ messages)
` [PATCH v3 4/7] ethdev: remove HW specific stats in stats structs

[PATCH 1/1] report-error.bbclass: Added file syncronization
 2015-06-26  5:56 UTC 

[PATCH RFC] RDMA/core: add rdma_get_dma_mr()
 2015-06-26 14:02 UTC  (3+ messages)

[RFC PATCH 00/18] Generic DRRS implementation across the encoders
 2015-06-26 13:52 UTC  (19+ messages)
` [RFC PATCH 01/18] drm/i915: Removing the eDP specific DRRS implementation
` [RFC PATCH 02/18] drm/i915: Generic DRRS state Machine
` [RFC PATCH 03/18] drm/i915: Addition of the drrs_min_vrefresh in VBT
` [RFC PATCH 04/18] drm/i915: Implementation of Generic DSI DRRS
` [RFC PATCH 05/18] drm/i915: Adjusting the pclk for dual link and burst mode
` [RFC PATCH 06/18] drm/i915: VLV dsi drrs support
` [RFC PATCH 07/18] drm/i915: Generic eDP DRRS implementation
` [RFC PATCH 08/18] drm/i915: VLV eDP DRRS methods
` [RFC PATCH 09/18] drm/i915: Cloned mode check
` [RFC PATCH 10/18] drm/i915: Initializing DRRS for all connectors
` [RFC PATCH 11/18] drm/i915: Updating the crtc modes in DRRS transitions
` [RFC PATCH 12/18] drm/i915: Redesigning dp_set_m_n to receive divider values
` [RFC PATCH 13/18] drm/i915: MEDIA_RR support in general DRRS state machine
` [RFC PATCH 14/18] drm/i915: MEDIA_RR support in eDP DRRS module
` [RFC PATCH 15/18] drm/i915: MEDIA_RR support in DSI "
` [RFC PATCH 16/18] drm/i915: Filtering media playback DRRS requests
` [RFC PATCH 17/18] drm/i915: Addition of downclock mode to connector modelist
` [RFC PATCH 18/18] drm/i915: Connector property for DRRS capability

[Qemu-devel] [PATCH v3 0/2] Fix slow startup with many disks
 2015-06-26 14:00 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 2/2] virtio-blk: Use blk_drain() to drain IO requests

[PATCH] rpm-5.4.14: disable external key server
 2015-06-26 14:00 UTC  (2+ messages)

[dm-crypt] Using a removable-device-recorded passphrase to decrypt a system
 2015-06-26 14:00 UTC  (6+ messages)

[Qemu-devel] [PATCH v7 0/8] block: Mirror discarded sectors
 2015-06-26 13:58 UTC  (9+ messages)
    ` [Qemu-devel] [Qemu-stable] "

Issue with LACP mode in linux bonding driver
 2015-06-26 13:57 UTC  (2+ messages)

[PATCH] perf tools: don't adjust symbols in vDSO
 2015-06-26 13:55 UTC  (4+ messages)

[PATCH v2 4/7] USB: mos7720: rename DCR
 2015-06-26 13:53 UTC  (4+ messages)
` [PATCH v3] USB: mos7720: rename registers

[Qemu-devel] [PATCH v2 00/16] ahci: ncq cleanup, part 1
 2015-06-26 13:57 UTC  (2+ messages)

[GIT PULL] Cgroup writeback support for 4.2
 2015-06-26 13:57 UTC  (4+ messages)

[PATCH] mm: Add error check after call to rmap_walk in the function page_referenced
 2015-06-26 13:56 UTC  (3+ messages)

[PATCHSET block/for-4.2/writeback] blkcg: blkcg stats cleanup
 2015-06-26 13:55 UTC  (9+ messages)
` [PATCH 2/6] blkcg: add blkg_[rw]stat->aux_cnt and replace cfq_group->dead_stats with it

[PATCH 0/2] Fix min dbuf, 90/270 wm calcs
 2015-06-26 13:53 UTC  (3+ messages)
` [PATCH 1/2] drm/i915: Allocate min dbuf blocks per bspec
` [PATCH 2/2] drm/i915: In DBUF/WM calcs for 90/270, swap w & h

[PATCH 0/4] MIPS: BMIPS: dts: add NAND device nodes for bcm7xxx platforms
 2015-06-26 13:54 UTC  (8+ messages)
` [PATCH 1/4] MIPS: BMIPS: bcm7346: add nodes for NAND

[PATCH 0/5] watchdog: dw_wdt: allow only one probe + various fixes
 2015-06-26 13:54 UTC  (7+ messages)
` [PATCH 1/5] watchdog: dw_wdt: prepare for more atomic bits
` [PATCH 2/5] watchdog: dw_wdt: reject additional device probes
` [PATCH 3/5] watchdog: dw_wdt: only unregister restart handler if registered
` [PATCH 4/5] watchdog: dw_wdt: unqueue timer on device removal
` [PATCH 5/5] watchdog: dw_wdt: unqueue timer synchronously on unexpected close

PCI Passthrough ARM Design : Draft1
 2015-06-26 13:52 UTC  (13+ messages)

[PATCH 0/2] Fix min dbuf, 90/270 wm calcs
 2015-06-26 13:51 UTC  (4+ messages)
` [PATCH v4] drm/i915: Add support for SKL background color
` [PATCH 1/2] drm/i915: Allocate min dbuf blocks per bspec
` [PATCH 2/2] drm/i915: In DBUF/WM calcs for 90/270, swap w & h

[PATCH] mm:Make the function madvise_behaviour_valid bool
 2015-06-26 13:51 UTC 

Xen 4.6 Development Update (2 WEEKS TO FREEZE, important information in preamble)
 2015-06-26 13:50 UTC  (4+ messages)
` gnttab scalability and ticket locks status

[PATCH V6 08/17] perf tools: Add Intel PT support
 2015-06-26 13:47 UTC  (12+ messages)

[PATCH] tools: libxl: Take the userdata lock around maxmem changes
 2015-06-26 13:49 UTC  (3+ messages)

[PATCH] Update to SeaBIOS rel-1.8.2
 2015-06-26 13:49 UTC  (3+ messages)

What is omap
 2015-06-26 13:48 UTC  (2+ messages)

[PATCH 1/2] usb: chipidea: Reduce ULPI PHY reset pulse to datasheet spec of 1us
 2015-06-26 13:47 UTC  (2+ messages)
` [PATCH 2/2] usb: chipidea: Wait 50 ms before reading ID bit

[Qemu-devel] [PATCH] refresh filename after the node is replaced
 2015-06-26 13:47 UTC  (2+ messages)

[Xenomai] Debian package of Xenomai 2.6.4
 2015-06-26 13:47 UTC  (4+ messages)

[Qemu-devel] [PULL 00/17] virtio, pci fixes, enhancements
 2015-06-26 13:46 UTC  (18+ messages)
` [Qemu-devel] [PULL 01/17] virito-pci: fix OVERRUN problem
` [Qemu-devel] [PULL 02/17] qdev: fix OVERFLOW_BEFORE_WIDEN
` [Qemu-devel] [PULL 03/17] balloon: add a feature bit to let Guest OS deflate balloon on oom
` [Qemu-devel] [PULL 04/17] vhost: correctly pass error to caller in vhost_dev_enable_notifiers()
` [Qemu-devel] [PULL 05/17] MAINTAINERS: add ACPI entry
` [Qemu-devel] [PULL 06/17] pc: cleanup and convert TMP ACPI device description to AML API
` [Qemu-devel] [PULL 07/17] add pci-bridge-seat
` [Qemu-devel] [PULL 08/17] migration: introduce VMSTATE_BUFFER_UNSAFE_INFO_TEST()
` [Qemu-devel] [PULL 09/17] hw/pci-bridge: expose _test parameter in SHPC_VMSTATE()
` [Qemu-devel] [PULL 10/17] hw/pci-bridge: add macro for "chassis_nr" property
` [Qemu-devel] [PULL 11/17] hw/pci-bridge: add macro for "msi" property
` [Qemu-devel] [PULL 12/17] hw/pci: introduce shpc_present() helper function
` [Qemu-devel] [PULL 13/17] hw/pci-bridge: introduce "shpc" property
` [Qemu-devel] [PULL 14/17] hw/pci-bridge: disable SHPC in PXB
` [Qemu-devel] [PULL 15/17] hw/core: explicit OFW unit address callback for SysBusDeviceClass
` [Qemu-devel] [PULL 16/17] hw/pci-bridge: format special OFW unit address for PXB host
` [Qemu-devel] [PULL 17/17] Fix glib_subprocess test

[PATCH] selinux-testsuite: Add a ToDo list
 2015-06-26 13:44 UTC 

ttySx probing
 2015-06-26 13:44 UTC 

Hello, Here is My Email address; (youssoufibrahim001@gmail.com)
 2015-06-26 13:12 UTC 

Automatic balance after mkfs?
 2015-06-26 13:44 UTC  (4+ messages)

[PATCH v2] OSSTest: stop testing SEDF, start testing RTDS
 2015-06-26 13:43 UTC  (3+ messages)
  ` Stop testing SEDF almost at all (at least until Xen 4.2) [was: Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS]

[PATCH v2] xfstests: generic xattr enospc cleanup test
 2015-06-26 13:42 UTC  (2+ messages)

[Intel-wired-lan] [net-next PATCH v2] ixgbe support for ethtool set_rxfh
 2015-06-26 13:40 UTC 

[PATCH] memory:Make the function tlb_next_batch bool now
 2015-06-26 13:34 UTC 

[PATCH 0/4] Convert requests to use struct fence
 2015-06-26 13:34 UTC  (3+ messages)
` [PATCH 3/4] drm/i915: Interrupt driven fences

[PATCH v8 0/2] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller
 2015-06-26 13:33 UTC  (5+ messages)
` [PATCH v8 1/2] arm64: dts: Add the arasan mmc nodes in apm-storm.dtsi

[PATCH 0/2] btrfs device remove alias
 2015-06-26 13:33 UTC  (3+ messages)

[RFC PATCH v2 1/2] Btrfs: add noi_version option to disable MS_I_VERSION
 2015-06-26 13:32 UTC  (10+ messages)
        ` i_version vs iversion (Was: Re: [RFC PATCH v2 1/2] Btrfs: add noi_version option to disable MS_I_VERSION)

[Qemu-devel] [PULL 0/7] target-arm queue
 2015-06-26 13:31 UTC  (8+ messages)
` [Qemu-devel] [PULL 1/7] hw/arm/virt-acpi-build: Fix table revision and some comments
` [Qemu-devel] [PULL 2/7] hw/arm/virt-acpi-build: Add GICv2m description in ACPI MADT table
` [Qemu-devel] [PULL 3/7] target-arm: default empty semihosting cmdline
` [Qemu-devel] [PULL 4/7] target-arm: A64: Print ELR when taking exceptions
` [Qemu-devel] [PULL 5/7] qdev-properties-system: Change set_pointer's parse callback to use Error
` [Qemu-devel] [PULL 6/7] qdev-properties-system: Improve error message for drive assignment conflict
` [Qemu-devel] [PULL 7/7] hw/arm/virt: Make block devices default to virtio


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.