messages from 2015-07-08 12:52:12 to 2015-07-08 13:33:33 UTC [more...]
[PATCH v3 0/2] Extending GET_APERTURE ioctl
2015-07-08 13:33 UTC (7+ messages)
` [PATCH 1/2] drm/i915: Extend GET_APERTURE ioctl to report available map space
` [PATCH 2/2] drm/i915: Extend GET_APERTURE ioctl to report size of the stolen region
[PATCH v2] add stealth mode
2015-07-08 13:32 UTC (4+ messages)
[PATCH OSSTEST v8 00/14] add distro domU testing flight
2015-07-08 13:32 UTC (7+ messages)
` [PATCH OSSTEST v8 02/14] TestSupport: Add helper to fetch a URL on a host
` [PATCH OSSTEST v8 05/14] distros: Support pvgrub for Wheezy too
` [PATCH OSSTEST v8 08/14] crontab-cambridge: Use hard tabs for alignment
[PATCH v2 1/4] sched/tip:Prefer numa hotness over cache hotness
2015-07-08 13:31 UTC (4+ messages)
` [tip:sched/core] sched/numa: Prefer NUMA "
[PATCH v2] drm/i915: Don't forget to mark crtc as inactive after disable
2015-07-08 13:31 UTC
[PATCH 00/10] i2c/drm: fix i2c adapter device driver user counter
2015-07-08 13:31 UTC (27+ messages)
` [PATCH 01/10] i2c: add and export of_get_i2c_adapter_by_node() interface
` [PATCH 02/10] drm: dw_hdmi: use of_get_i2c_adapter_by_node interface
` [PATCH 03/10] drm: exynos_hdmi: "
` [PATCH 04/10] drm: imx-tve: "
` [PATCH 05/10] drm: panel-simple: "
` [PATCH 06/10] drm: sti_hdmi: "
` [PATCH 07/10] drm: tegra: "
` [PATCH 08/10] drm: tilcdc: "
` [PATCH 09/10] fbdev: omap2: connector-dvi: "
` [PATCH 10/10] i2c: i2c-arb-gpio-challenge: "
[PATCH 1/2] i2c: only register enabled child nodes
2015-07-08 13:31 UTC (2+ messages)
` [PATCH 2/2] spi: "
[PATCH v2 01/13] topology: uapi: Add UAPI headers for topology ABI
2015-07-08 13:31 UTC (7+ messages)
` [PATCH v2 07/13] topology: Add private data parser
[PATCH 1/2] ARM: i.MX: Add i.MX5 debug functions
2015-07-08 13:30 UTC (2+ messages)
Master-aware devices and sideband ID data
2015-07-08 13:30 UTC (10+ messages)
ip_forward_use_pmtu and forwarding to xfrm'ed gre
2015-07-08 13:30 UTC
[Qemu-devel] [PATCH] replaced get_ticks_per_sec() with constant
2015-07-08 13:29 UTC (6+ messages)
i2c bus recovery support
2015-07-08 13:29 UTC (5+ messages)
` [PATCH 1/4] i2c: add bus recovery infrastructure
` [PATCH 2/4] i2c: only use set_scl for recovery after calling prepare_recovery
` [PATCH 3/4] i2c-omap: clear ARDY twice
` [PATCH 4/4] i2c-omap: add bus recovery support
[PATCHv3 00/16] vme DMA and user space driver improvements
2015-07-08 13:28 UTC (9+ messages)
` [PATCHv3 08/16] staging: vme_user: provide DMA functionality
[PATCH v3 0/3] megaraid: use dev_printk() when possible
2015-07-08 13:28 UTC (4+ messages)
` [PATCH v3 2/3] megaraid_sas : use dev_printk "
[PATCH V3 0/4] perf: Add PERF_RECORD_SWITCH to indicate context switches
2015-07-08 13:28 UTC (8+ messages)
` [PATCH V3 1/4] "
[v6][PATCH 00/16] Fix RMRR
2015-07-08 13:27 UTC (6+ messages)
` [v6][PATCH 10/16] tools: introduce some new parameters to set rdm policy
[PATCH v11 00/39] perf tools: filtering events using eBPF programs - part1
2015-07-08 13:14 UTC (40+ messages)
` [PATCH v11 01/39] bpf: Use correct #ifdef controller for trace_call_bpf()
` [PATCH v11 02/39] tracing, perf: Implement BPF programs attached to uprobes
` [PATCH v11 03/39] bpf tools: Introduce 'bpf' library and add bpf feature check
` [PATCH v11 04/39] bpf tools: Allow caller to set printing function
` [PATCH v11 05/39] bpf tools: Open eBPF object file and do basic validation
` [PATCH v11 06/39] bpf tools: Read eBPF object from buffer
` [PATCH v11 07/39] bpf tools: Check endianness and make libbpf fail early
` [PATCH v11 08/39] bpf tools: Iterate over ELF sections to collect information
` [PATCH v11 09/39] bpf tools: Collect version and license from ELF sections
` [PATCH v11 10/39] bpf tools: Collect map definitions from 'maps' section
` [PATCH v11 11/39] bpf tools: Collect symbol table from SHT_SYMTAB section
` [PATCH v11 12/39] bpf tools: Collect eBPF programs from their own sections
` [PATCH v11 13/39] bpf tools: Collect relocation sections from SHT_REL sections
` [PATCH v11 14/39] bpf tools: Record map accessing instructions for each program
` [PATCH v11 15/39] bpf tools: Add bpf.c/h for common bpf operations
` [PATCH v11 16/39] bpf tools: Create eBPF maps defined in an object file
` [PATCH v11 17/39] bpf tools: Relocate eBPF programs
` [PATCH v11 18/39] bpf tools: Introduce bpf_load_program() to bpf.c
` [PATCH v11 19/39] bpf tools: Load eBPF programs in object files into kernel
` [PATCH v11 20/39] bpf tools: Introduce accessors for struct bpf_program
` [PATCH v11 21/39] bpf tools: Introduce accessors for struct bpf_object
` [PATCH v11 22/39] bpf tools: Link all bpf objects onto a list
` [PATCH v11 23/39] perf tools: Introduce llvm config options
` [PATCH v11 24/39] perf tools: Call clang to compile C source to object code
` [PATCH v11 25/39] perf tools: Auto detecting kernel build directory
` [PATCH v11 26/39] perf tools: Auto detecting kernel include options
` [PATCH v11 27/39] perf tests: Add LLVM test for eBPF on-the-fly compiling
` [PATCH v11 28/39] perf tools: Make perf depend on libbpf
` [PATCH v11 29/39] perf record: Enable passing bpf object file to --event
` [PATCH v11 30/39] perf record: Compile scriptlets if pass '.c' "
` [PATCH v11 31/39] perf tools: Parse probe points of eBPF programs during preparation
` [PATCH v11 32/39] perf probe: Attach trace_probe_event with perf_probe_event
` [PATCH v11 33/39] perf record: Probe at kprobe points
` [PATCH v11 34/39] perf record: Load all eBPF object into kernel
` [PATCH v11 35/39] perf tools: Add bpf_fd field to evsel and config it
` [PATCH v11 36/39] perf tools: Attach eBPF program to perf event
` [PATCH v11 37/39] perf tools: Suppress probing messages when probing by BPF loading
` [PATCH v11 38/39] perf record: Add clang options for compiling BPF scripts
` [PATCH v11 39/39] bpf tools: Load a program with different instance using preprocessor
[Qemu-devel] [PATCH v3 0/2] block/curl: Don't lose original error when a connection fails
2015-07-08 13:26 UTC (3+ messages)
` [Qemu-devel] [PATCH v3 1/2] Add a simple mechanism to protect against error message floods
[BUG ?] brcmsmac: condition with no effect
2015-07-08 13:17 UTC
[PATCH RESEND] Documentation: Add MCB documentation
2015-07-08 13:25 UTC (3+ messages)
[Ksummit-discuss] [CORE TOPIC] services needed from kernel.org infrastructure
2015-07-08 13:25 UTC (4+ messages)
[PATCH] drm/i915: storm detection documentation update
2015-07-08 13:24 UTC (3+ messages)
[PATCH] drm: sti: add moduleparam to disable fbdev
2015-07-08 13:24 UTC (2+ messages)
[PATCHv7] drm/i915: Added Programming of the MOCS
2015-07-08 13:23 UTC (4+ messages)
[PATCH] Make rte_hash struct internal - Cuckoo hash part 1
2015-07-08 13:21 UTC (3+ messages)
` [PATCH] hash: move rte_hash structure to C file and make it internal
[PATCH V3 0/5] Allow user to request memory to be locked on page fault
2015-07-08 13:23 UTC (4+ messages)
librados clone_range
2015-07-08 13:22 UTC (2+ messages)
[PATCH] m68k: fix io functions for ColdFire/MMU/PCI case
2015-07-08 13:12 UTC
[PATCH v2 0/9] bugfixs and add support for non-pci devices
2015-07-08 13:22 UTC (13+ messages)
` [PATCH v2 5/9] iommu/arm-smmu: skip the execution of CMD_PREFETCH_CONFIG
` [PATCH v2 6/9] iommu/arm-smmu: to support probe deferral
` [PATCH v2 7/9] iommu/arm-smmu: remove arm_smmu_devices
` [PATCH v2 9/9] iommu/arm-smmu: add support for non-pci devices
[RFC PATCH v3 0/4] Integration of trace events with System Trace IP blocks
2015-07-08 13:22 UTC (9+ messages)
` [RFC PATCH v3 1/4] STM trace event: Adding generic buffer interface driver
` [RFC PATCH v3 4/4] trace: Trace log handler for logging into STM blocks
[PATCH] sched/numa: Restore sched feature NUMA to its earlier avatar
2015-07-08 13:20 UTC
[PATCH v4 0/7] get rid of the SEDF
2015-07-08 13:21 UTC (3+ messages)
` [PATCH v4 1/7] libxl: get rid of the SEDF scheduler
[Buildroot] [git commit] lua-periphery: add hash file
2015-07-08 13:21 UTC
R200 DRM/KMS
2015-07-08 13:20 UTC (10+ messages)
Resurrecting a Dirty RAID-5
2015-07-08 13:19 UTC (2+ messages)
[Buildroot] [PATCH 1/3] lua-periphery: bump version to 1.0.5, remove dependency on c-periphery
2015-07-08 13:19 UTC (2+ messages)
[Buildroot] [git commit] lua-periphery: bump version to 1.0.5, remove dependency on c-periphery
2015-07-08 13:17 UTC
[PATCH v6 0/7] refs backend preamble
2015-07-08 13:16 UTC (5+ messages)
` [PATCH v6 6/7] git-reflog: add create and exists functions
[U-Boot] [PATCH] imx: imximage: add new CHECK/CLR BIT command
2015-07-08 13:16 UTC (4+ messages)
[PATCH 2/2] ARM: ux500: fix MMC/SD card regression
2015-07-08 13:15 UTC
[PATCH 1/2] ARM: ux500: define serial port aliases
2015-07-08 13:15 UTC
[Qemu-devel] [PATCH] raw-posix.c: remove raw device access for cdrom
2015-07-08 13:14 UTC (14+ messages)
[PATCH] MIPS, IRQCHIP: Move i8259 irqchip driver to drivers/irqchip
2015-07-08 13:13 UTC (4+ messages)
mm: shmem_zero_setup skip security check and lockdep conflict with XFS
2015-07-08 13:13 UTC (4+ messages)
[PATCH] Improve hash unit tests - Cuckoo hash part 2
2015-07-08 13:12 UTC (2+ messages)
` [PATCH] test/hash: improve hash unit tests
perf, kprobes: fuzzer generates huge number of WARNings
2015-07-08 13:11 UTC (7+ messages)
` "
[PATCH v3 0/9] usb: dwc3: add dual-role support
2015-07-08 13:11 UTC (7+ messages)
` [PATCH v3 4/9] usb: dwc3: core: Adapt to named interrupts
` [PATCH v3 9/9] usb: dwc3: core: don't break during suspend/resume while we're dual-role
[PATCH] m68k: enable PCI support for m5475evb defconfig
2015-07-08 13:12 UTC
[PATCH v2 0/7] ethdev: add support for ieee1588 timestamping
2015-07-08 13:10 UTC (5+ messages)
` [PATCH v3 "
` [PATCH v3 7/7] abi: announce mbuf addition for ieee1588 in DPDK 2.2
master - coverity: fix NULL check in lv->lvid.s
2015-07-08 13:10 UTC
[Xenomai] Mayday issues again
2015-07-08 13:10 UTC (13+ messages)
[v3 00/15] Add VT-d Posted-Interrupts support
2015-07-08 13:09 UTC (5+ messages)
` [v3 12/15] vmx: posted-interrupt handling when vCPU is blocked
[PATCH net-next] ifb: add multiqueue operation
2015-07-08 13:06 UTC (3+ messages)
[PATCH 0/4] oom: sysrq+f fixes + cleanups
2015-07-08 13:04 UTC (10+ messages)
` [PATCH 1/4] oom: Do not panic when OOM killer is sysrq triggered
` [PATCH 2/4] oom: Do not invoke oom notifiers on sysrq+f
` [PATCH 3/4] mm, oom: organize oom context into struct
` [PATCH 4/4] oom: split out forced OOM killer
[PATCH v4 0/7]powerpc/powernv: Nest Instrumentation support
2015-07-08 13:01 UTC (8+ messages)
` [PATCH v4 1/7] powerpc/powernv: Data structure and macros definition
` [PATCH v4 2/7] powerpc/powernv: Add OPAL support for Nest PMU
` [PATCH v4 3/7] powerpc/powernv: Nest PMU detection and device tree parser
` [PATCH v4 4/7] powerpc/powernv: detect supported nest pmus and its events
` [PATCH v4 5/7] powerpc/powernv: add event attribute and group to nest pmu
` [PATCH v4 6/7] powerpc/powernv: generic nest pmu event functions
` [PATCH v4 7/7] powerpc/powernv: nest pmu cpumask and cpu hotplug support
[PATCH 1/2] nettle: update package to 3.1.1 version
2015-07-08 13:03 UTC (11+ messages)
[RFC PATCH v10 00/50] perf tools: filtering events using eBPF programs
2015-07-08 13:03 UTC (8+ messages)
` [RFC PATCH v10 23/50] perf tools: Make perf depend on libbpf
[Qemu-devel] [PATCH 0/4] cutils: Add qemu_strto*l() wrappers
2015-07-08 13:02 UTC (6+ messages)
` [Qemu-devel] [PATCH 1/4] cutils: Add qemu_strtol() wrapper
` [Qemu-devel] [PATCH 2/4] cutils: Add qemu_strtoul() wrapper
Draft of Git Rev News edition 5
2015-07-08 13:02 UTC (10+ messages)
[PATCH 1/2] drm/i915: Check crtc->active in intel_crtc_disable_planes
2015-07-08 13:05 UTC (4+ messages)
` [PATCH 2/2] drm/i915: Use crtc_state->active in primary check_plane func
[PATCH v2] refs: loosen restrictions on wildcard '*' refspecs
2015-07-08 13:00 UTC
[PATCH v3 0/5] Target sense data handling modifications
2015-07-08 12:59 UTC (8+ messages)
` [PATCH v3 5/5] target: Fix wrong setting of sense format for PI errors
master - coverity: fix missing initialization
2015-07-08 12:56 UTC
[PATCH] Explicitly declare the role "base_r"
2015-07-08 12:56 UTC (2+ messages)
[Qemu-devel] [PATCH 0/2] ahci: Fix CD-ROM signature
2015-07-08 12:56 UTC (5+ messages)
` [Qemu-devel] [PATCH 2/2] ahci: fix signature generation
[PATCH] iio: accel: kxcjk-1013: Remove blank lines
2015-07-08 12:56 UTC (2+ messages)
[PATCH v2 0/3] x86/pci/intel-mid-pci: fix to get eMMC detected
2015-07-08 12:55 UTC (3+ messages)
` [PATCH v2 1/3] x86/pci/intel_mid_pci: work around for IRQ0 assignment
[PATCH v5 0/3] Add support for GICv2 on GICv3
2015-07-08 12:43 UTC (2+ messages)
[PATCH 0/3] kmod: Make nohz-full friendly + cleanups
2015-07-08 12:54 UTC (4+ messages)
` [PATCH 2/3] kmod: Add up-to-date explanations on the purpose of each asynchronous levels
[RFC PATCH] irq: IRQ bypass manager
2015-07-08 12:54 UTC (3+ messages)
[Bug 88890] New: Reclocking of core speed fails on non-reference ASUS GeForce GTX650
2015-07-08 12:53 UTC (2+ messages)
` [Bug 88890] [nve7] "
[PATCH 0/2] serial: 8250: Workaround to avoid irq=0 for console
2015-07-08 12:53 UTC (4+ messages)
` [PATCH 2/2] serial: 8250: Allow to skip autoconfig_irq() for a console
+ kmod-remove-unecessary-explicit-wide-cpu-affinity-setting.patch added to -mm tree
2015-07-08 12:52 UTC (3+ messages)
[PATCH V4 0/3] Vm_event memory introspection helpers
2015-07-08 12:52 UTC (6+ messages)
` [PATCH V4 3/3] xen/vm_event: Deny register writes if refused by vm_event reply
[PATCH v2 0/2] arm: kernel: implement cpuidle_ops with psci backend
2015-07-08 12:51 UTC (2+ messages)
` [PATCH v2 2/2] "
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.