messages from 2015-11-04 20:17:46 to 2015-11-04 21:36:01 UTC [more...]
[PATCH 00/13] Yet another FBC series, v3 part 1
2015-11-04 20:32 UTC (6+ messages)
` [PATCH 12/13] drm/i915: remove in_dbg_master check from intel_fbc.c
[PATCH v2 1/4] ipv4: add option to drop unicast encapsulated in L2 multicast
2015-11-04 21:35 UTC (4+ messages)
[PATCH] Intel device IDs Audio
2015-11-04 21:35 UTC (2+ messages)
[PATCH] Fixed KVM problems with old DOS programs. Compatibility can be forced by module parameter
2015-11-04 21:33 UTC (3+ messages)
Kлuентckuе бaзы Тeл\Baцап\Вайбеp +7913з91з837
2015-11-04 21:09 UTC
[Intel-wired-lan] [PATCH v5] i40e: Look up MAC address in Open Firmware or IDPROM
2015-11-04 21:31 UTC (5+ messages)
` "
Unable to allocate for space usage in particular btrfs volume
2015-11-04 21:30 UTC (2+ messages)
[PATCH] ARM: at91/dt: sama5d4: Add pinmux for 8-bit MMC0 bus
2015-11-04 21:30 UTC (3+ messages)
[PATCH v2 00/13] MADV_FREE support
2015-11-04 21:29 UTC (7+ messages)
` [PATCH v2 01/13] mm: support madvise(MADV_FREE)
[PATCH V2] ARM: at91/dt: sama5d4: Add support for DENX MA5D4 SoM and EVK
2015-11-04 21:29 UTC (3+ messages)
[PATCH v1 01/11] xsplice: Design document (v2)
2015-11-04 21:27 UTC (6+ messages)
` [PATCH v1 02/11] xen/xsplice: Hypervisor implementation of XEN_XSPLICE_op
` [PATCH v1 04/11] xen-xsplice: Tool to manipulate xsplice payloads
[Buildroot] [PATCH v3 01/13] package/dhcp: fix SysV init scripts option passing
2015-11-04 21:26 UTC (5+ messages)
` [Buildroot] [PATCH v3 13/13] package/dhcp: systemd: add dhcrelay service file
[PATCH 0/6] pxa3xx_nand: Assorted changes
2015-11-04 21:26 UTC (13+ messages)
` [PATCH 1/6] mtd: pxa3xx_nand: Increase the initial chunk size
` [PATCH 3/6] nand: pxa3xx: Simplify pxa3xx_nand_scan
` [PATCH 4/6] mtd: pxa3xx_nand: Remove redundant NAND sensing
` [PATCH 5/6] mtd: pxa3xx_nand: Remove dead code
` [PATCH 6/6] mtd: pxa3xx_nand: Gate/ungate the NAND clock in suspend/resume paths
How to properly write tests for kernel functions
2015-11-04 21:26 UTC
[Qemu-devel] [PATCH 0/2] target-i386: tcg: Handle clflushopt/clwb/pcommit instructions
2015-11-04 21:24 UTC (6+ messages)
` "
` [Qemu-devel] [PATCH 1/2] target-i386: tcg: Accept clwb instruction
` "
` [Qemu-devel] [PATCH 2/2] target-i386: tcg: Check right CPUID bits for clflushopt/pcommit
` "
[Buildroot] [PATCH] protobuf: fix legal-info
2015-11-04 21:25 UTC (2+ messages)
[Buildroot] [git commit] protobuf: fix legal-info
2015-11-04 21:24 UTC
[PATCH v2] net: phy: wait for link OK after successfull autonegotiation
2015-11-04 21:23 UTC
[Qemu-devel] [RFC v2] Add support for KVM_CAP_SPLIT_IRQCHIP
2015-11-04 21:23 UTC (2+ messages)
[patch] bus: sunxi-rsb: unlock on error in sunxi_rsb_read()
2015-11-04 21:22 UTC (2+ messages)
[PATCH v2 00/29] drm/i915: Type safe register read/write (v2) and more prep work
2015-11-04 21:20 UTC (30+ messages)
` [PATCH 01/29] pci: Decouple quirks.c from i915_reg.h
` [PATCH 02/29] drm/i915: Remove the magic AUX_CTL is at DP + foo tricks
` [PATCH 03/29] drm/i915: Replace the aux ddc name switch statement with a table
` [PATCH v3 04/29] drm/i915: Parametrize AUX registers
` [PATCH v2 05/29] drm/i915: Add dev_priv->psr_mmio_base
` [PATCH v3 06/29] drm/i915: Store aux data reg offsets in intel_dp->aux_ch_data_reg[]
` [PATCH v2 07/29] drm/i915: Model PSR AUX register selection more like the normal AUX code
` [PATCH 08/29] drm/i915: s/PCH_DP_/PORT_/ in intel_trans_dp_port_sel() and move it next to its only user
` [PATCH 09/29] drm/i915: Replace aux_ch_ctl_reg check with port check
` [PATCH 10/29] drm/i915: s/is_sdvob/enum port/
` [PATCH 11/29] drm/i915: Store DVO SRCDIM register offset under intel_dvo_device
` [PATCH 12/29] drm/i915: Streamline gpio_mmio_base deduction
` [PATCH 13/29] drm/i915: Prefix raw register defines with underscore
` [PATCH 14/29] drm/i915: Parametrize L3 error registers
` [PATCH 15/29] drm/i915: Parametrize MOCS registers
` [PATCH 16/29] drm/i915: s/0x50/RING_PSMI_CTL/
` [PATCH 17/29] drm/i915: Make the high dword offset more explicit in i915_reg_read_ioctl
` [PATCH 18/29] drm/i915: Make the cmd parser 64bit regs explicit
` [PATCH v2 19/29] drm/i915: Add functions to emit register offsets to the ring
` [PATCH 20/29] drm/i915: Add wa_ctx_emit_reg()
` [PATCH 21/29] drm/i915: Wrap ASSIGN_CTX_{PDP, PM4L} in do {} while(0)
` [PATCH 22/29] drm/i915: Give names to more ring registers
` [PATCH 23/29] drm/i915: Wrap context LRI init in a macro
` [PATCH 24/29] drm/i915: Turn vgpu pdps into an array
` [PATCH 25/29] drm/i915: Pull the vgpu uncore funcs apart from the rest of gen6+
` [PATCH 26/29] drm/i915: Add 'offset' to uncore funcs
` [PATCH 27/29] drm/i915: Add save/restore of SWF for ILK+
` [PATCH 28/29] drm/i915: Add missing ')' to SKL_PS_ECC_STAT define
` [PATCH v3 29/29] drm/i915: Type safe register read/write
[Buildroot] [PATCHv6] package/golang: new package
2015-11-04 21:21 UTC (7+ messages)
` [Buildroot] Fwd: "
[Qemu-devel] [kvm-unit-test RFC] x86: Memory instructions test case
2015-11-04 21:21 UTC (2+ messages)
` "
[Buildroot] [PATCH 1/2] libuecc: add new package
2015-11-04 21:21 UTC (4+ messages)
` [Buildroot] [PATCH 2/2] fastd: "
[Bug 92806] 1 second freezes during new effects UT4
2015-11-04 21:20 UTC (3+ messages)
[Buildroot] [v2, 0/4] Supporting building a second Barebox config
2015-11-04 21:20 UTC (5+ messages)
` [Buildroot] [v2, 1/4] barebox: prepare for secondary config build
` [Buildroot] [v2, 2/4] barebox: adds option to build secondary config
` [Buildroot] [v2, 3/4] barebox: user selection of build output images
` [Buildroot] [v2, 4/4] beaglebone: adds barebox bootloader defconfig
[PATCHv3 00/11] Expose the submodule parallelism to the user
2015-11-04 21:19 UTC (9+ messages)
` [PATCHv3 02/11] run-command: report failure for degraded output just once
[PATCH] instmem/gk20a: exclusively acquire instobjs
2015-11-04 21:19 UTC (2+ messages)
Ein Scheck in Höhe von € 950.000,00 Euro wurde per Post an Sie
2015-11-04 10:30 UTC
Ein Scheck in Höhe von € 950.000,00 Euro wurde per Post an Sie
2015-11-04 10:30 UTC
[Buildroot] [git commit] fastd: add new package
2015-11-04 21:18 UTC
[PATCH 0/2] iio: Heart Rate Monitors
2015-11-04 21:17 UTC (7+ messages)
` [PATCH 2/2] iio: health: Add driver for the TI AFE4404 heart monitor
[PATCH v11 00/15] HMM (Heterogeneous Memory Management)
2015-11-04 21:16 UTC
[PATCH 0/7] Enable hardware mode wayland for AM4, and update qtbase and SGX demos
2015-11-04 21:14 UTC (8+ messages)
` [PATCH 6/7] matrix-gui-3d-demos: add kmscube for ti43x
` [PATCH 7/7] packagegroup-arago-tisdk-matrix: update the SGX demos "
[PATCH v3 1/4] get_maintainer: add missing documentation for --git-blame-signatures
2015-11-04 21:13 UTC (5+ messages)
` [PATCH v3 2/4] get_maintainer: it's '--pattern-depth', not '-pattern-depth'
` [PATCH v3 3/4] get_maintainer: add --no-foo options to --help
` [PATCH v3 4/4] get_maintainer: --r (list reviewer) is on by default
When a file was locked by some program, git will work stupidly
2015-11-04 21:12 UTC (3+ messages)
[Bug 104571] New: ext4_mb_generate_buddy block bitmap and bg descriptor inconsistent
2015-11-04 21:12 UTC (2+ messages)
` [Bug 104571] "
[PATCH] omap socfpga: Switch in flash env loading to use different config
2015-11-04 21:10 UTC
[GIT PULL] cgroup changes for v4.4-rc1
2015-11-04 21:10 UTC (2+ messages)
(XEN) APIC error on CPU0: 40(00)
2015-11-04 21:09 UTC (3+ messages)
Pull request: powerpc/mpc5xxx next
2015-11-04 20:58 UTC
Regression in kernel 4.2.3+ (relative to 4.1.10) on AMD 990FX system with IOMMU enabled
2015-11-04 21:08 UTC (2+ messages)
[PATCH v2] staging: rtl8712: rtl871x_sta_mgt: Remove wrapper function
2015-11-04 21:06 UTC
About Xen bridged pci devices and suspend/resume for the X10SAE motherboard
2015-11-04 21:06 UTC (9+ messages)
` About Xen bridged pci devices and suspend/resume for the X10SAE motherboard (SuperMicro)
[Qemu-devel] [PATCH v9 00/27] alternate layout (post-introspection cleanups, subset C)
2015-11-04 21:05 UTC (4+ messages)
` [Qemu-devel] [PATCH v9 04/27] qapi: Simplify error testing in test-qmp-*
[PATCH 2/5] do_div(): generic optimization for constant divisor on 32-bit machines
2015-11-04 21:04 UTC (3+ messages)
[PATCH] st: trivial: remove form feed characters
2015-11-04 21:04 UTC (3+ messages)
Hello
2015-11-04 20:56 UTC
[PATCH v3 0/7] Improvements for SPI IMX driver for Freescale IMX51, IMX53 and IMX6
2015-11-04 21:03 UTC (6+ messages)
` [PATCH v3 1/7] spi: imx: Fix DMA transfer
[PATCH v6 00/25] refs backend pre-vtable
2015-11-04 21:01 UTC (3+ messages)
` [PATCH v6 25/25] refs: break out ref conflict checks
patch queue now empty
2015-11-04 21:01 UTC
[PATCH 0/2] Add NVIDIA Tegra XUSB pad controller bindings
2015-11-04 20:59 UTC (5+ messages)
` [PATCH 1/2] dt-bindings: phy: Add NVIDIA Tegra XUSB pad controller binding
` [PATCH 2/2] dt-bindings: phy: tegra-xusb-padctl: Add Tegra210 support
perf related lockdep bug
2015-11-04 20:58 UTC (6+ messages)
[Buildroot] [PATCH] core/printvars: allow dumping a set of variables
2015-11-04 20:58 UTC (3+ messages)
linux-next: Tree for Nov 4
2015-11-04 20:58 UTC (3+ messages)
` linux-next: Tree for Nov 4 (serial console & earlycon)
[PATCH] drm/i915: get runtime PM reference around GEM set_caching IOCTL
2015-11-04 20:57 UTC (2+ messages)
[PATCH] maintainers: mass reassign and cleanup
2015-11-04 20:49 UTC
[PATCH] Staging: comedi: adv_pci_dio: fixed a comment style
2015-11-04 20:57 UTC (2+ messages)
[PATCH v4] staging: rdma: amso1100: c2: Remove wrapper function
2015-11-04 20:55 UTC (2+ messages)
[PATCH 0/8] MADV_FREE support
2015-11-04 20:55 UTC (9+ messages)
` [PATCH 5/8] mm: move lazily freed pages to inactive list
[GIT PULL] libata changes for v4.4-rc1
2015-11-04 20:54 UTC
[PATCH V2 01/12] staging: wilc1000: fix return type of host_int_del_beacon
2015-11-04 20:54 UTC (2+ messages)
[Buildroot] [PATCH v7] board: add support for Intel Galileo Gen 2
2015-11-04 20:53 UTC (2+ messages)
[PATCH v2 1/4] get_maintainer: add missing documentation for --git-blame-signatures
2015-11-04 20:53 UTC (5+ messages)
` [PATCH v2 3/4] get_maintainer: add --no-foo options to --help
[PATCH 1/5] staging: wilc1000: change enum variable name with lower case
2015-11-04 20:52 UTC (2+ messages)
[Qemu-devel] [PATCH v8 00/17] alternate layout (post-introspection cleanups, subset C)
2015-11-04 20:52 UTC (6+ messages)
` [Qemu-devel] [PATCH v8 10/17] qapi: Simplify visiting of alternate types
[PATCH 0/8] Skylake DMC/DC-state fixes and redesign
2015-11-04 20:52 UTC (3+ messages)
[PATCH 01/38] staging: wilc1000: rename pu8IPAddr of fuction Handle_set_IPAddress
2015-11-04 20:51 UTC (2+ messages)
[Buildroot] [PATCH] package/rng-tools: systemd: support extra options
2015-11-04 20:50 UTC (2+ messages)
[Buildroot] [git commit] package/rng-tools: systemd: support extra options
2015-11-04 20:50 UTC
[Buildroot] [PATCH 1/2] package/nginx: fix a typo
2015-11-04 20:49 UTC (2+ messages)
selinux-testsuite: mmap execmod test failure on RHEL6.7 s390x
2015-11-04 20:49 UTC (4+ messages)
[PATCH v3 0/4] SysFS driver for QEMU fw_cfg device
2015-11-04 20:48 UTC (9+ messages)
` [Qemu-devel] "
[Buildroot] [git commit] package/python-web2py: fix permissions
2015-11-04 20:48 UTC
[Buildroot] [git commit] package/nginx: fix a typo
2015-11-04 20:48 UTC
[PATCH net v4] ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_dev
2015-11-04 20:47 UTC (2+ messages)
[RFC PATCH 0/3]perf/core: extend perf_reg and perf_sample_regs_intr
2015-11-04 20:46 UTC (10+ messages)
` [RFC PATCH 1/3] perf/core: extend perf_regs to include arch specific regs
` [RFC PATCH 2/3]perf/powerpc: update macros and add regs to arch_misc_reg struct
` [RFC PATCH 3/3]perf/powerpc: Functions to update arch_misc_regs
[PATCH] staging: wilc1000: Remove extern from function declarations
2015-11-04 20:47 UTC (2+ messages)
` [Outreachy kernel] "
[PATCH V2 01/17] staging: wilc1000: define wiphy private data priv in struct host_if_drv
2015-11-04 20:46 UTC (7+ messages)
` [PATCH V2 02/17] staging: wilc1000: send_config_pkt: add argument struct net_device
` [PATCH V2 03/17] staging: wilc1000: wilc_wlan_cfg_get: "
` [PATCH V2 04/17] staging: wilc1000: wilc_wlan_cfg_set: "
[GIT PULL] workqueue changes for v4.4-rc1
2015-11-04 20:44 UTC
[Buildroot] [git commit] libuecc: new package
2015-11-04 20:42 UTC
2 million usd
2015-11-04 20:42 UTC
[PATCH RESEND 01/12] staging: wilc1000: wilc_wlan_txq_get_first: add argument struct wilc
2015-11-04 20:41 UTC (5+ messages)
` [PATCH RESEND 11/12] staging: wilc1000: rename os_context to wilc
` [PATCH RESEND 12/12] staging: wilc1000: add argument wilc and use it instead of g_linux_wlan
[PATCH 0/5] page_owner improvements for debugging
2015-11-04 20:41 UTC (6+ messages)
` [PATCH 5/5] mm, page_owner: dump page owner info from dump_page()
[RESEND][PATCH] ARM: debug: add support for Palmchip 16550-like UART
2015-11-04 20:39 UTC (3+ messages)
[PATCH 2/3] tracing: Make tracing work when debugfs is not compiled or initialized
2015-11-04 20:32 UTC (5+ messages)
` [PATCH RESEND] "
[patch] mm, oom: add comment for why oom_adj exists
2015-11-04 20:32 UTC
[PATCH] staging: android/ion.c - fixed coding style changes
2015-11-04 20:30 UTC (2+ messages)
[PATCH 0/4] staging: Drop unnecessary code
2015-11-04 20:28 UTC (3+ messages)
` [PATCH 1/4] staging: rtl8712: rtl871x_sta_mgt: Remove wrapper function
` [Outreachy kernel] "
[PATCH 0/2] Staging: fwserial: Remove unused functions
2015-11-04 20:27 UTC (3+ messages)
` [PATCH 2/2] Staging: fwserial: Remove wrapper function fwtty_port_put
` [Outreachy kernel] "
[Cocci] Remove unnecessary null pointer checks?
2015-11-04 20:27 UTC (22+ messages)
` [Cocci] [PATCH with Coccinelle?] Deletion of unnecessary checks before specific function calls
` [Cluster-devel] [PATCH 1/1] GFS2: Deletion of unnecessary checks before two "
` [PATCH] GFS2: Delete an unnecessary check before the function call "iput"
` [Cluster-devel] "
[PATCH] drm/mgag200/mgag200_mode.c: fix wrong do_div() usage
2015-11-04 20:25 UTC
[PATCH] bpf: add mod default A and X test cases
2015-11-04 20:25 UTC (2+ messages)
civetweb upstream/downstream divergence
2015-11-04 20:25 UTC (8+ messages)
mtd/sm_ftl.c: fix wrong do_div() usage
2015-11-04 20:21 UTC
[PATCH 1/4] readline: rename patch to contain CVE reference
2015-11-04 20:20 UTC (3+ messages)
` [PATCH 3/4] gcr: remove Vala dependency
[PATCH v3] staging: rdma: amso1100: Drop wrapper function
2015-11-04 20:17 UTC (3+ messages)
` [Outreachy kernel] "
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.