All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-04-30 13:01:26 to 2018-04-30 13:48:07 UTC [more...]

post-receive: pub/scm/linux/kernel/git/leon/linux-rdma
 2018-04-30 13:48 UTC 

[PATCH v3 0/5] Use of_clk_get_parent_count() instead of open coding
 2018-04-30 13:46 UTC  (10+ messages)
` [PATCH v3 3/5] soc: rockchip: power-domain: "
` [PATCH v3 4/5] soc/tegra: pmc: "
` [PATCH v3 5/5] pinctrl: sunxi: "

[PATCH] examples/flow_classify: fix failure in port_init function
 2018-04-30 13:46 UTC  (2+ messages)

[PATCH 0/5] drm: Fix rounding errors and use scaling in i915
 2018-04-30 13:46 UTC  (6+ messages)
` [PATCH 1/5] drm/rect: Round above 1 << 16 upwards to correct scale calculation functions
` [PATCH 2/5] drm/rect: Handle rounding errors in drm_rect_clip_scaled, v2
` [PATCH 3/5] drm/i915: Do not adjust scale when out of bounds, v2
` [PATCH 4/5] drm/selftests: Rename the Kconfig option to CONFIG_DRM_DEBUG_SELFTEST
` [PATCH 5/5] drm/selftests: Add drm helper selftest

[PATCH 00/17] Add System Error Interrupt support to Armada SoCs
 2018-04-30 13:45 UTC  (13+ messages)
` [PATCH 01/17] dt-bindings/interrupt-controller: fix Marvell ICU length in the example
` [PATCH 02/17] arm64: dts: marvell: fix CP110 ICU node size
` [PATCH 03/17] arm64: dts: marvell: add syscon compatible to CP110 ICU node
` [PATCH 11/17] arm64: marvell: enable SEI driver

[PATCH 00/47] staging: ks7010: next cleanups
 2018-04-30 13:44 UTC  (48+ messages)
` [PATCH 01/47] staging: ks7010: add SPDX identifiers to all files
` [PATCH 02/47] staging: ks7010: move tx and rx queues definitions into ks_wlan.h header
` [PATCH 03/47] staging: ks7010: avoid ks_sdio_card dependency in ks_wlan header
` [PATCH 04/47] staging: ks7010: change netdev_dbg msg to avoid a long line
` [PATCH 05/47] staging: ks7010: remove missing WPS preprocessor conditional code
` [PATCH 06/47] staging: ks7010: use u8 instead of unsigned char in write_to_device function
` [PATCH 07/47] staging: ks7010: change local variable type in _ks_wlan_hw_power_save
` [PATCH 08/47] staging: ks7010: change local variable type in ks7010_rw_function
` [PATCH 09/47] staging: ks7010: change some local variables type in ks_sdio_interrupt
` [PATCH 10/47] staging: ks7010: change local variable type in ks7010_sdio_init_irqs
` [PATCH 11/47] staging: ks7010: use the same parameter for 'event' in hostif_sme_enqueue
` [PATCH 12/47] staging: ks7010: refactor ks7010_sme_enqueue_events function
` [PATCH 13/47] staging: ks7010: change local variable type in ks_wlan_hw_rx
` [PATCH 14/47] staging: ks7010: remove nonsense comment in ks_wlan.h file
` [PATCH 15/47] staging: ks7010: clean SME_MIC_FAILURE_REQUEST case in hostif_sme_execute
` [PATCH 16/47] staging: ks7010: convert MIB preprocessor defs into an enum
` [PATCH 17/47] staging: ks7010: conver MIB attributes "
` [PATCH 18/47] staging: ks7010: change some casts from uint8_t to u8 in ks_hostif header
` [PATCH 19/47] staging: ks7010: change parameter types and reorder them in hostif_mib_set_request
` [PATCH 20/47] staging: ks7010: add new helpers to achieve mib set request and simplify code
` [PATCH 21/47] staging: ks7010: use ether_addr_copy in get_current_ap
` [PATCH 22/47] staging: ks7010: move two preprocessor definitions to ks_wlan.h
` [PATCH 23/47] staging: ks7010: avoid two long lines in hostif_sme_mode_setup
` [PATCH 24/47] staging: ks7010: remove non sense comments in ks_hostif.c source file
` [PATCH 25/47] staging: ks7010: change type for rsn_enabled in wpa_status struct
` [PATCH 26/47] staging: ks7010: use ether_addr_copy to copy ethernet address sa_data
` [PATCH 27/47] staging: ks7010: use ether_addr_copy in get_ap_information function
` [PATCH 28/47] staging: ks7010: move WLAN_EID_DS_PARAMS to different place inside switch
` [PATCH 29/47] staging: ks7010: factor out send_request_to_device function
` [PATCH 30/47] staging: ks7010: fix some style issues in ks_hostif.c
` [PATCH 31/47] staging: ks7010: add blank line between after definitions
` [PATCH 32/47] staging: ks7010: refactor hostif_sme_set_rsn function
` [PATCH 33/47] staging: ks7010: change parameter types in hostif_power_mgmt_request
` [PATCH 34/47] staging: ks7010: refactor hostif_sme_power_mgmt_set function
` [PATCH 35/47] staging: ks7010: use ether_addr_copy in ks_wlan_set_mac_address
` [PATCH 36/47] staging: ks7010: use ether_addr_copy in ks_wlan_net_start
` [PATCH 37/47] staging: ks7010: refactor ks_wlan_set_sleep_mode function
` [PATCH 38/47] staging: ks7010: refactor ks_wlan_set_phy_type function
` [PATCH 39/47] staging: ks7010: refactor ks_wlan_set_mlme function
` [PATCH 40/47] staging: ks7010: refactor ks_get_wireless_stats function
` [PATCH 41/47] staging: ks7010: use CIRC_CNT_TO_END macro in cnt_smeqbody
` [PATCH 42/47] staging: ks7010: refactor LOCAL_EEPROM_SUM case in hostif_mib_get_confirm
` [PATCH 43/47] staging: ks7010: use u16 instead of unsigned short in hostif_event_check
` [PATCH 44/47] staging: ks7010: use u16 instead of unsigned short in hostif_data_indication
` [PATCH 45/47] staging: ks7010: use u16 instead of unsigned short in hostif_connect_indication
` [PATCH 46/47] staging: ks7010: use u32 instead of unsigned int in hostif_bss_scan_confirm
` [PATCH 47/47] staging: ks7010: review local variable types in hostif_phy_information_confirm

[RFC PATCH 0/3] serial: uartps: Add run time support for more IPs than hardcoded 2
 2018-04-30 13:44 UTC  (8+ messages)
` [RFC PATCH 1/3] of: base: Introduce of_alias_check_id() to check alias IDs

[PATCH v2 0/2] fix memory leak / panic in ioremap huge pages
 2018-04-30 13:43 UTC  (15+ messages)
` [PATCH v2 2/2] x86/mm: implement free pmd/pte page interfaces

[PATCH] fsck.xfs: do not use 'function' keyword
 2018-04-30 13:43 UTC  (4+ messages)

[PATCH 1/2] powerpc: wii_defconfig: Disable Ethernet driver support code
 2018-04-30 13:42 UTC  (2+ messages)
` [PATCH 2/2] powerpc: wii_defconfig: Enable GPIO-related options

[Qemu-devel] [PATCH v1 0/2] xlnx-zynqmp: Add emulation of the ZynqMP GDMA and ADMA
 2018-04-30 13:42 UTC  (4+ messages)
` [Qemu-devel] [PATCH v1 1/2] xlnx-zdma: Add a model of the Xilinx ZynqMP generic DMA

[PATCH for-4.11 v2 0/2] Add Designated Reviewer (R:) to MAINTAINERS (plus a test case)
 2018-04-30 13:42 UTC  (10+ messages)

[Qemu-devel] [PATCH v2 0/5] checkpatch: backport UTF-8 fixes and MAINTAINERS check
 2018-04-30 12:56 UTC  (2+ messages)

[PATCH 0/4 V2] Avoid quadratic search when freeing delegations
 2018-04-30 13:43 UTC  (4+ messages)
` [PATCH 3/4] rculist: add list_for_each_entry_from_rcu()

KVM call for 2018 - 05 - 08
 2018-04-30 13:41 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH] rtlwifi: fix spelling mistake: "dismatch" -> "mismatch"
 2018-04-30 13:41 UTC  (2+ messages)

[PATCH 00/10] staging: ks7010: next cleanups
 2018-04-30 13:40 UTC  (3+ messages)

[PATCH 0/4] usb: typec: fixes for Cherry Trails
 2018-04-30 13:40 UTC  (4+ messages)
` [PATCH 2/4] usb: typec: tcpm: Release the role mux when exiting
    ` [2/4] "

[PATCH net-next 0/8] r8169: further improvements w/o functional change
 2018-04-30 13:39 UTC  (2+ messages)

[PATCH] drm/i915: Wait for PSR exit before checking for vblank evasion for an atomic update
 2018-04-30 13:39 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH for-4.11 v2 0/2] Add new add_maintainers.pl script to optimise the workflow when using git format-patch with get_maintainer.pl
 2018-04-30 13:38 UTC  (3+ messages)
` [PATCH for-4.11 v2 1/2] Replace occurances of xen.org with xenproject.org

[PATCH][next] pinctrl: actions: make s900_functions, s900_padinfo and s900_pads static
 2018-04-30 13:38 UTC  (4+ messages)

[PATCH] mem: fix heap size not set on init
 2018-04-30 13:37 UTC  (2+ messages)

[PATCH v2 0/3] mfd/power: cros_ec: add support for USBPD charger driver
 2018-04-30 13:37 UTC  (6+ messages)
` [PATCH v2 1/3] mfd: cros_ec: Add USBPD charger commands and struct definitions
` [PATCH v2 2/3] power: supply: add cros-ec USBPD charger driver
` [PATCH v2 3/3] mfd: cros_ec_dev: Register cros_usbpd-charger driver as a subdevice

post-receive: pub/scm/linux/kernel/git/davem/net-next
 2018-04-30 13:37 UTC 

[PATCH 00/24] ssp rework and glibc drop obsolete nsl/rpc
 2018-04-30 13:37 UTC  (5+ messages)
` [PATCH 08/24] alsa-tools: Update to 1.1.6
` [PATCH 10/24] ruby: Upgrade to 1.5.1

LS1043A : "synchronous abort" at boot due to PCI config read
 2018-04-30 13:36 UTC  (7+ messages)

[Qemu-devel] [PATCH] memory.h: Improve IOMMU related documentation
 2018-04-30 13:35 UTC  (6+ messages)

KASAN: use-after-free Read in fuse_kill_sb_blk
 2018-04-30 13:34 UTC 

KASAN: use-after-free Read in perf_trace_rpc_stats_latency
 2018-04-30 13:34 UTC 

[3/4] usb: typec: fusb302: Fix debugfs issue
 2018-04-30 13:34 UTC  (2+ messages)
` [PATCH 3/4] "

[PATCH] drm/vc4: Make sure vc4_bo_{inc,dec}_usecnt() calls are balanced
 2018-04-30 13:32 UTC 

[LTP] Source code for binaries like rsh, rlogin for embedded platforms like android
 2018-04-30 13:31 UTC 

4.11.0 RC1 panic
 2018-04-30 13:31 UTC  (5+ messages)

[PATCH][next] pinctrl: actions: fix missing break in PIN_CONFIG_DRIVE_STRENGTH case
 2018-04-30 13:31 UTC  (6+ messages)

[PATCH] net: ethernet: ucc: fix spelling mistake: "tx-late-collsion" -> "tx-late-collision"
 2018-04-30 13:30 UTC  (3+ messages)

[PATCH] liquidio: fix spelling mistake: "mac_tx_multi_collison" -> "mac_tx_multi_collision"
 2018-04-30 13:30 UTC  (3+ messages)

[PATCH] qed: fix spelling mistake: "checksumed" -> "checksummed"
 2018-04-30 13:30 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/davem/net
 2018-04-30 13:29 UTC 

[PATCH] tools: prepend to PKG_CONFIG_PATH when configuring qemu
 2018-04-30 13:29 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/davem/net
 2018-04-30 13:29 UTC 

[PATCH] eal: check if hugedir write lock is already being held
 2018-04-30 13:27 UTC  (3+ messages)

[PATCH V2 net-next 0/6] liquidio: enhanced ethtool --set-channels feature
 2018-04-30 13:26 UTC  (2+ messages)

[PATCH] u-boot: Add {gen|deploy}_default_envs tasks to generate environment images
 2018-04-30 13:26 UTC  (4+ messages)

[RFC PATCH] xfs: skip discard of unwritten extents
 2018-04-30 13:26 UTC  (4+ messages)

WARNING: bad unlock balance in xfs_iunlock
 2018-04-30 13:24 UTC  (9+ messages)

[PATCH v1 3/3] KVM: s390: generalize kvm_s390_get_tod_clock_ext()
 2018-04-30 13:24 UTC 

[Qemu-devel] [RFC PATCH] hw/s390x: Allow to configure the consoles with the "-serial" parameter
 2018-04-30 13:23 UTC  (8+ messages)

[igt-dev] [PATCH] lib/kbl: Add missing Kaby Lake PCI ID
 2018-04-30 13:23 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

Issues with WireGuard on Android (with kernel module)
 2018-04-30 13:24 UTC 

[PATCH] typec: tcpm: Fix incorrect 'and' operator
 2018-04-30 13:23 UTC  (3+ messages)
`  "

[PATCH][next][V2] pinctrl: actions: fix missing break in PIN_CONFIG_DRIVE_STRENGTH case
 2018-04-30 13:22 UTC  (2+ messages)

WARNING in task_participate_group_stop (2)
 2018-04-30 13:22 UTC  (2+ messages)

Add commit 716c7c32eae4 to 4.16 stable
 2018-04-30 13:21 UTC 

i.MX6S/DL and QCA8334 switch using DSA driver - CPU port not working
 2018-04-30 13:20 UTC  (4+ messages)

[PATCH 04/40] proc: introduce proc_create_seq{,_data}
 2018-04-30 13:19 UTC  (5+ messages)
` simplify procfs code for seq_file instances V2

[PATCH 1/2] rt2x00: call sta_add/remove directly in rt2800
 2018-04-30 13:19 UTC  (2+ messages)
` [PATCH 2/2] rt2x00: check against flushing empty queue

[PATCH] net: phy: marvell: clear wol event before setting it
 2018-04-30 13:17 UTC  (8+ messages)

[PATCH v6 00/11] Intel Processor Trace virtualization enabling
 2018-04-30 13:17 UTC  (2+ messages)

[PATCH 0/2] fix compilation on FreeBSD
 2018-04-30 13:17 UTC  (5+ messages)
` [PATCH 1/2] eal: fix build with glibc < 2.16
` [PATCH 2/2] eal: fix build on FreeBSD

git-submodule is missing --dissociate option
 2018-04-30 13:16 UTC  (3+ messages)

Xen Security Advisory 259 (CVE-2018-10471) - x86: PV guest may crash Xen with XPTI
 2018-04-30 13:16 UTC 

Xen Security Advisory 258 (CVE-2018-10472) - Information leak via crafted user-supplied CDROM
 2018-04-30 13:16 UTC 

[CI 1/4] drm/i915: Stop tracking timeline->inflight_seqnos
 2018-04-30 13:15 UTC  (4+ messages)
` [CI 2/4] drm/i915: Wrap engine->context_pin() and engine->context_unpin()
` [CI 3/4] drm/i915: Retire requests along rings
` [CI 4/4] drm/i915: Only track live rings for retiring

[PATCH 01/22] lighttpd: upgrade 1.4.48 -> 1.4.49
 2018-04-30 13:07 UTC  (4+ messages)
` [PATCH 09/22] webkitgtk: update to 2.20.0

[xlnx:master 1618/1631] drivers/misc/xilinx_sdfec.c:1032:38: sparse: cast removes address space of expression
 2018-04-30 13:13 UTC 

where can I find the 'address translation' code in Xen?
 2018-04-30 13:13 UTC  (2+ messages)

[PATCH v3 00/14] Rearrange struct page
 2018-04-30 13:12 UTC  (5+ messages)
` [PATCH v3 11/14] mm: Combine first two unions in "

post-receive: pub/scm/linux/kernel/git/mellanox/linux
 2018-04-30 13:12 UTC 

[PATCH] staging: wilc1000: fix infinite loop and out-of-bounds access
 2018-04-30 12:50 UTC 

post-receive: pub/scm/linux/kernel/git/leon/linux-rdma
 2018-04-30 13:12 UTC 

[PATCH v3 2/3] merge: Add merge.renames config setting
 2018-04-30 13:11 UTC  (3+ messages)
` (no subject)
  ` 

[Qemu-devel] [Bug 1766841] [NEW] QEMU 2.12 Running Problem in Windows 7 Installation
 2018-04-30 13:10 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/dborkman/bpf
 2018-04-30 13:09 UTC 

[PATCH V2 1/6] libssp-nonshared: Add recipe
 2018-04-30 13:08 UTC  (2+ messages)

[PATCH v3 0/2] Fix file locking in EAL memory
 2018-04-30 13:08 UTC  (5+ messages)
` [PATCH v3 2/2] mem: revert to using flock() and add per-segment lockfiles

Representing cpu-port of a switch
 2018-04-30 13:06 UTC  (3+ messages)

[PATCH v14 00/31] overlayfs: Delayed copy up of data
 2018-04-30 13:06 UTC  (4+ messages)
` [PATCH v14 12/31] ovl: Add an helper to get real data dentry

[PATCH] drm/i915/lrc: Scrub the GPU state of the guilty hanging request
 2018-04-30 13:06 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/lrc: Scrub the GPU state of the guilty hanging request (rev4)

[PATCH v2 0/8] gstreamer1.0: 1.12.4 -> 1.14.0
 2018-04-30 12:58 UTC  (2+ messages)

[U-Boot] Appended DTB Android boot image support
 2018-04-30 13:04 UTC 

post-receive: pub/scm/linux/kernel/git/tiwai/sound
 2018-04-30 13:03 UTC 

post-receive: pub/scm/linux/kernel/git/tiwai/sound
 2018-04-30 13:03 UTC 

[Qemu-devel] [RFC 00/24] Avocado-based functional tests
 2018-04-30 13:02 UTC  (3+ messages)
` [Qemu-devel] [RFC 13/24] avocado_qemu: Functional test for RHBZ#1431939

New RC needed for stablility?
 2018-04-30 13:02 UTC  (2+ messages)

[GIT PULL] commits for Linux 4.14
 2018-04-30 13:02 UTC  (2+ messages)

[igt-dev] [PATCH igt 1/3] lib: sync with the newer i915_pciids.h from the Kernel (KBL + ICL)
 2018-04-30 13:02 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [1/3] "

KASAN: slab-out-of-bounds Read in getname_kernel
 2018-04-30 13:02 UTC  (2+ messages)

[PATCH] drm/i915: Force 2*96 MHz cdclk on glk/cnl when audio power is enabled
 2018-04-30 13:01 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "


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.