All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-10-27 16:24:36 to 2015-10-27 16:56:51 UTC [more...]

[RFC 0/2] LLD cleanup and device split
 2015-10-27 16:56 UTC  (3+ messages)
` [RFC 1/2] cppi-lld: Clean up recipes
` [RFC 2/2] cppi-lld: Only build binaries relevent to the machine

[PATCH] mmc: sh_mmcif: Document r8a7793 DT bindings
 2015-10-27 16:56 UTC  (2+ messages)

memtest updates
 2015-10-27 16:55 UTC  (2+ messages)

[PATCH 1/3] devicetree: mfd: Add binding for the TI LM3533
 2015-10-27 16:53 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] iio: light: lm3533-als: Print error message on invalid resistance
  ` [PATCH v2 3/3] mfd: lm3533: Support initialization from Device Tree

[PATCH 4/6] reset: sunxi: Add compatible for Allwinner H3 bus resets
 2015-10-27 16:54 UTC  (5+ messages)

iMX6 SSI in TDM master mode and SDMA
 2015-10-27 16:53 UTC  (3+ messages)

[Intel-wired-lan] [next-queue v2] fm10k: do not assume VF always has 1 queue
 2015-10-27 16:53 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] gdb command: qemu handlers
 2015-10-27 16:53 UTC  (2+ messages)

[PATCH 0/6] Remove some usage of shadow variable
 2015-10-27 16:51 UTC  (6+ messages)
` [PATCH 4/6] xen/common: memory: Avoid to shadow the variable "d" in do_memory_op
` [PATCH 5/6] xen/common: sched: Avoid to shadow the variable "cur" in runq_tickle

[Regression/Oops] nsc-ircc: 4.3.0rc6/rc7 No backlight on Thinkpad T60P
 2015-10-27 16:52 UTC  (2+ messages)

[PATCH libibverbs 0/7] Completion timestamping
 2015-10-27 16:52 UTC  (8+ messages)
  ` [PATCH libibverbs 1/7] Add support for extended version of ibv_query_device
  ` [PATCH libibverbs 2/7] Add support for ibv_create_cq_ex
  ` [PATCH libibverbs 3/7] Implement ibv_poll_cq_ex extension verb
  ` [PATCH libibverbs 4/7] Add timestmap support to extended poll_cq verb
  ` [PATCH libibverbs 5/7] Add support for ibv_query_values_ex
  ` [PATCH libibverbs 6/7] Add support for different poll_one_ex functions
  ` [PATCH libibverbs 7/7] Optimize ibv_poll_cq_ex for common scenarios

[PATCH v4 0/6] ARM: sunxi: Introduce Allwinner H3 support
 2015-10-27 16:50 UTC  (21+ messages)
` [PATCH v4 1/6] clk: sunxi: Let divs clocks read the base factor clock name from devicetree
` [PATCH v4 2/6] clk: sunxi: Add H3 clocks support
` [PATCH v4 3/6] pinctrl: sunxi: Add H3 PIO controller support
` [PATCH v4 4/6] reset: sunxi: Add Allwinner H3 bus resets
` [PATCH v4 5/6] ARM: dts: sunxi: Add Allwinner H3 DTSI
` [PATCH v4 6/6] ARM: dts: sun8i: Add Orange Pi Plus support

[PATCH libibverbs 0/5] Completion timestamping
 2015-10-27 16:51 UTC  (6+ messages)
  ` [PATCH libibverbs 1/5] Add ibv_poll_cq_ex verb
  ` [PATCH libibverbs 2/5] Add timestamp_mask and hca_core_clock to ibv_query_device_ex
  ` [PATCH libibverbs 3/5] Add support for extended ibv_create_cq
  ` [PATCH libibverbs 4/5] Add completion timestmap support for ibv_poll_cq_ex
  ` [PATCH libibverbs 5/5] Add ibv_query_values_ex

[PATCH v10] gpio: Add GPIO support for the ACCES 104-IDIO-16
 2015-10-27 16:51 UTC  (5+ messages)

[PATCH 00/26] Yet another FBC series, v2
 2015-10-27 16:50 UTC  (27+ messages)
` [PATCH 01/26] drm/i915: change no_fbc_reason from enum to string
` [PATCH 02/26] drm/i915: don't stop+start FBC at every flip
` [PATCH 03/26] drm/i915: rename intel_fbc_nuke to intel_fbc_recompress
` [PATCH 04/26] drm/i915: only nuke FBC when a drawing operation triggers a flush
` [PATCH 05/26] drm/i915: extract fbc_on_pipe_a_only()
` [PATCH 06/26] drm/i915: remove unnecessary check for crtc->primary->fb
` [PATCH 07/26] drm/i915: extract crtc_is_valid() on the FBC code
` [PATCH 08/26] drm/i915: set dev_priv->fbc.crtc before scheduling the enable work
` [PATCH 09/26] drm/i915: use struct intel_crtc *crtc at __intel_fbc_update()
` [PATCH 10/26] drm/i915: fix the __intel_fbc_update() comments
` [PATCH 11/26] drm/i915: pass the crtc as an argument to intel_fbc_update()
` [PATCH 12/26] drm/i915: don't disable_fbc() if FBC is already disabled
` [PATCH 13/26] drm/i915: introduce is_active/activate/deactivate to the FBC terminology
` [PATCH 14/26] drm/i915: refactor FBC deactivation at init
` [PATCH 15/26] drm/i915: introduce intel_fbc_{enable, disable}
` [PATCH 16/26] drm/i915: remove too-frequent FBC debug message
` [PATCH 17/26] drm/i915: fix the CFB size check
` [PATCH 18/26] drm/i915: alloc/free the FBC CFB during enable/disable
` [PATCH 19/26] drm/i915: move adjusted_mode checks from fbc_update to fbc_enable
` [PATCH 20/26] drm/i915: move clock frequency "
` [PATCH 21/26] drm/i915: check for FBC planes in the same place as the pipes
` [PATCH 22/26] drm/i915: clarify that checking the FB stride for CFB is intentional
` [PATCH 23/26] drm/i915: use a single intel_fbc_work struct
` [PATCH 24/26] drm/i915: wait for a vblank instead of 50ms when enabling FBC
` [PATCH 25/26] drm/i915: remove in_dbg_master check from intel_fbc.c
` [PATCH 26/26] drm/i915: kill fbc.uncompressed_size

[Qemu-devel] [PATCH] ide: remove hardcoded 2GiB transactional limit
 2015-10-27 16:50 UTC  (2+ messages)

[PATCH 0/2] Add new features introduced in AMD Fam17h
 2015-10-27 16:48 UTC  (8+ messages)
` [PATCH 2/2] x86/cpufeature: Add CLZERO feature

[Qemu-devel] [PATCH v11 00/24] qapi collision reduction (post-introspection subset B')
 2015-10-27 16:47 UTC  (5+ messages)
` [Qemu-devel] [PATCH v11 22/24] qapi: Finish converting to new qapi union layout

[PATCH v1 0/2] Handle mlx4 max_sge_rd correctly
 2015-10-27 16:47 UTC  (3+ messages)
` [PATCH v1 1/2] mlx4: Expose correct max_sge_rd limit
  ` [PATCH v1 2/2] iser-target: Remove explicit mlx4 work-around

[PATCH] ARM: perf: ensure the cpu is available to scheduler when set irq affinity
 2015-10-27 16:47 UTC  (2+ messages)

[PATCH V1 00/11] MMCONFIG refactoring and ARM64 PCI hostbridge init based on ACPI
 2015-10-27 16:47 UTC  (32+ messages)
` [PATCH V1 01/11] x86, pci: Reorder logic of pci_mmconfig_insert() function
` [PATCH V1 02/11] x86, pci, acpi: Move arch-agnostic MMCONFIG (aka ECAM) and ACPI code out of arch/x86/ directory
` [PATCH V1 03/11] pci, acpi, mcfg: Provide generic implementation of MCFG code initialization
` [PATCH V1 04/11] x86, pci: mmconfig_{32, 64}.c code refactoring - remove code duplication
  ` [PATCH V1 04/11] x86, pci: mmconfig_{32,64}.c "
` [PATCH V1 05/11] x86, pci, ecam: mmconfig_64.c becomes default implementation for ECAM driver
` [PATCH V1 06/11] pci, acpi, mcfg: Provide default RAW ACPI PCI config space accessors
` [PATCH V1 07/11] XEN / PCI: Remove the dependence on arch x86 when PCI_MMCONFIG=y
  ` [Linaro-acpi] "
` [PATCH V1 08/11] pci, acpi, ecam: Add flag to indicate whether ECAM region was hot added or not
` [PATCH V1 09/11] x86, pci: Use previously added ECAM hot_added flag to remove ECAM regions
` [PATCH V1 10/11] pci, acpi: Provide generic way to assign bus domain number
` [PATCH V1 11/11] arm64, pci, acpi: Support for ACPI based PCI hostbridge init

fsl_ssi.c: Getting channel slips with fsl_ssi.c in TDM (network) mode
 2015-10-27 16:45 UTC  (12+ messages)

Replacing a RAID1 drive that has not failed
 2015-10-27 16:45 UTC  (2+ messages)

[PATCH net-next V18 0/3] openvswitch: Add support for 802.1ad
 2015-10-27 16:45 UTC  (4+ messages)
` [PATCH net-next V18 3/3] 802.1AD: Flow handling, actions, vlan parsing and netlink attributes

[Qemu-devel] [PATCH 0/1] Test the reopening of overlay_bs in 'block-commit'
 2015-10-27 16:43 UTC  (2+ messages)
` [Qemu-devel] [PATCH 1/1] qemu-iotests: "

[PATCH net v2 0/4] net: clean up interactions of CHECKSUM_PARTIAL and fragmentation
 2015-10-27 16:44 UTC  (8+ messages)
` [PATCH net v2 1/4] ipv4: no CHECKSUM_PARTIAL on MSG_MORE corked sockets
` [PATCH net v2 3/4] ipv6: "

No backlight since linux-4.2.4 - drivers/gpu/drm/radeon/atombios_encoders.c
 2015-10-27 16:43 UTC  (8+ messages)

[PATCH 0/8] mm: memcontrol: account socket memory in unified hierarchy
 2015-10-27 16:42 UTC  (10+ messages)
` [PATCH 5/8] mm: memcontrol: account socket memory on "

[PATCH v2] powerpc/mm: Add page soft dirty tracking
 2015-10-27 16:42 UTC 

[PATCH 1/2] arm64: cpufeature: declare enable_cpu_capabilities as static
 2015-10-27 16:42 UTC  (3+ messages)
` [PATCH 2/2] arm64: cachetype: fix definitions of ICACHEF_* flags

Packages 1.0.30 - release pending
 2015-10-27 16:40 UTC  (6+ messages)

[PATCH v8 00/14] support "task_isolation" mode for nohz_full
 2015-10-27 16:40 UTC  (5+ messages)
` [PATCH v8 04/14] task_isolation: add initial support

[PATCH v1] xen/serial: Return actual bytes stored in TX FIFO for OMAP
 2015-10-27 16:40 UTC  (8+ messages)

[PATCH v3 0/7] Inode security label invalidation
 2015-10-27 16:40 UTC  (4+ messages)
` [PATCH v3 3/7] selinux: Get rid of file_path_has_perm
    ` [Ocfs2-devel] "

[PATCH 0/8] drivers/tty/: Deinline functions when it saves at least 300 bytes per function
 2015-10-27 16:40 UTC  (9+ messages)
` [PATCH 1/8] cyclades: Deinline cyy_readb, save 368 bytes
` [PATCH 2/8] cyclades: Deinline cyy_writeb, save 880 bytes
` [PATCH 3/8] cyclades: Deinline serial_paranoia_check, save 304 bytes
` [PATCH 4/8] isicom: Deinline WaitTillCardIsFree, save 1120 bytes
` [PATCH 5/8] serial/bcm63xx_uart: Deinline wait_for_xmitr, save 374 bytes
` [PATCH 6/8] serial/jsm: Deinline neo_parse_isr, save 688 bytes
` [PATCH 7/8] serial_core: Deinline uart_update_mctrl, save 304 bytes
` [PATCH 8/8] tty/tty_ldisc: Deinline tty_ldisc_put, save 368 bytes

[PATCH] gpio: zynq: Implement irq_(request|release)_resources
 2015-10-27 16:37 UTC  (4+ messages)

[Qemu-devel] [PATCH v2] pc: memhp: enforce minimal 128Mb alignment for pc-dimm
 2015-10-27 16:36 UTC  (8+ messages)

[RFC PATCH 3/3] net: dsa: make usage of mv88e6xxx common remove function
 2015-10-27 16:36 UTC 

OE/Yocto developer survey
 2015-10-27 16:35 UTC  (3+ messages)
` [oe] "

[RFC PATCH 2/3] net: dsa: mv88e6xxx: add common and ppu remove function
 2015-10-27 16:35 UTC 

[RFC PATCH 1/3] net: dsa: bcm_sf2: cleanup resources in remove callback
 2015-10-27 16:35 UTC 

[PATCH v2 nf-next 0/9] netfilter: don't copy initns hooks to new namespaces
 2015-10-27 16:35 UTC  (4+ messages)

[RFC PATCH 0/3] net: dsa: cleanup dsa driver
 2015-10-27 16:35 UTC 

[LTP] [PATCH 1/2] Optimise grep action in power_management
 2015-10-27 16:35 UTC  (2+ messages)

[v2 00/10] add support SATA for BMIPS_GENERIC
 2015-10-27 16:35 UTC  (4+ messages)
` [v2 02/10] ata: ahci_brcmstb: add support MIPS-based platforms

[PATCH 0/6] Miscellaneous platform-independent patches from Git for Windows
 2015-10-27 16:34 UTC  (5+ messages)
` [PATCH 3/6] Facilitate debugging Git executables in tests with gdb

[PATCH] arm64: dts: Added syscon-reboot node for FSL's LS2085A SoC
 2015-10-27 16:34 UTC  (7+ messages)

Specific MAC address impact performance
 2015-10-27 16:34 UTC  (7+ messages)

iio:dac: fix i2c_master_send return code misuse
 2015-10-27 16:34 UTC  (3+ messages)
` [PATCH] "

[PATCH] sparc64: boot performance improvements
 2015-10-27 16:34 UTC  (9+ messages)

[PATCH] scsi: restart list search after unlock in scsi_remove_target
 2015-10-27 16:33 UTC  (2+ messages)

[V5, 2/6] fsl/fman: Add FMan support
 2015-10-27 16:32 UTC  (3+ messages)

[PATCH ipvsadm] ipvsadm: new attributes for sync daemon
 2015-10-27 16:32 UTC 

[PATCH 0/2] Expose max_sge_rd correctly
 2015-10-27 16:31 UTC  (4+ messages)
` [PATCH 1/2] mlx4: Expose correct max_sge_rd limit

[Qemu-devel] [PATCH] exec: silence hugetlbfs warning under qtest
 2015-10-27 16:29 UTC 

Stable-4.2 inclusion request for e1000e fix
 2015-10-27 16:28 UTC 

[Qemu-devel] QEMU patch to allow VM introspection via libvmi
 2015-10-27 16:27 UTC  (16+ messages)

[Buildroot] [PATCH v4] rfkill: new package
 2015-10-27 16:27 UTC  (3+ messages)

[Xen 4.7] tmem todos
 2015-10-27 16:26 UTC 

[PATCH] Toaster logging issue
 2015-10-27 16:25 UTC  (2+ messages)
` [PATCH] toasterui: Create per-build logs

Missing amdgpu firmware files
 2015-10-27 16:10 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.