All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-10-25 20:07:26 to 2015-10-25 22:32:58 UTC [more...]

Build regressions/improvements in v4.3-rc7
 2015-10-25 22:32 UTC  (10+ messages)

[PATCH] Bluetooth: Replace hci_notify with hci_sock_dev_event
 2015-10-25 22:29 UTC 

[PATCH 1/2] MIPS: BCM47xx: Support on-SoC bus in SPROM reading function
 2015-10-25 22:23 UTC  (3+ messages)
` [PATCH 2/2] MIPS: BCM47xx: Fix some WARNINGs pointed in sprom.c by checkpatch.pl

[PATCH v3 0/1] rtl8xxxu (mac80211) driver for rtl8188[cr]u/rtl8192cu/rtl8723au
 2015-10-25 21:39 UTC  (2+ messages)

[PATCH] MIPS: lantiq: add clk_round_rate()
 2015-10-25 22:21 UTC 

[Buildroot] [PATCH v2] openpgm: bump to version release-5-2-122
 2015-10-25 22:19 UTC  (2+ messages)

[PATCH 00/16] MSA vector context signal handling & HWCAPs
 2015-10-25 22:18 UTC  (5+ messages)
` [PATCH 10/16] MIPS: add definitions for extended context
  ` [PATCH 10/16] compile error: "

[PATCH] Staging: android: uapi: fixed comment block coding style error in ion.h
 2015-10-25 22:16 UTC 

[Buildroot] [git commit] openpgm: bump to version release-5-2-122
 2015-10-25 22:15 UTC 

[linux-3.4 test] 63294: regressions - trouble: broken/fail/pass
 2015-10-25 22:14 UTC 

[PATCH] linux-fslc (4.1): Update to latest version fa868c9e
 2015-10-25 22:07 UTC 

[RFC PATCH 4.1-rt backport] latency_hist: update sched_wakeup probe
 2015-10-25 22:06 UTC 

[PATCH v6 0/5] ethdev: add speed capabilities and refactor link API
 2015-10-25 22:03 UTC  (7+ messages)
  ` [PATCH v6 1/5] ethdev: Added ETH_SPEED_CAP bitmap for ports
  ` [PATCH v6 2/5] ethdev: Fill speed capability bitmaps in the PMDs
  ` [PATCH v6 3/5] ethdev: redesign link speed config API
  ` [PATCH v6 4/5] doc: update with link changes
  ` [PATCH v6 5/5] ethdev: add rte_eth_speed_to_bm_flag() to ver. map

[Buildroot] [PATCH] toochain/wrapper: fix potential bug in foreach loop
 2015-10-25 22:03 UTC  (2+ messages)

[Buildroot] [git commit] toolchain/wrapper: fix potential bug in foreach loop
 2015-10-25 22:01 UTC 

[PATCH] dts: imx6: fix sd card gpio polarity specified in device tree
 2015-10-25 21:58 UTC 

Patch "dts: imx6: fix sd card gpio polarity specified in device tree" has been added to the 4.1-stable tree
 2015-10-25 21:57 UTC  (3+ messages)

[PATCH v2 00/35] Few fixes and st21nfca/st-nci vendor_cmds support
 2015-10-25 21:54 UTC  (42+ messages)
` [PATCH v2 04/35] nfc: st-nci: Fix incorrect spi buffer size
` [PATCH v2 05/35] nfc: nci: Fix incorrect data chaining when sending data
` [PATCH v2 06/35] nfc: nci: Fix improper management of HCI return code
` [PATCH v2 07/35] nfc: nci: extract pipe value using NCI_HCP_MSG_GET_PIPE
` [PATCH v2 11/35] nfc: st-nci: Remove ndev->hci_dev->init_data.gates initialization in load_session
` [PATCH v2 12/35] nfc: st21nfca: Remove hdev->init_data.gates "
  ` [PATCH v2 01/35] nfc: st-nci: Align st-nci driver with other nfc driver
  ` [PATCH v2 02/35] nfc: st-nci: include st-nci.h instead of ndlc.h
  ` [PATCH v2 03/35] nfc: st21nfca: Align st21nfca driver with other nfc driver
  ` [PATCH v2 08/35] nfc: nci: add nci_hci_clear_all_pipes functions
  ` [PATCH v2 09/35] nfc: nci: Add a call to nci_hci_clear_all_pipes at HCI initial activation
  ` [PATCH v2 10/35] nfc: nci: add capability to create pipe on specific gate in nci_hci_connect_gate
  ` [PATCH v2 13/35] nfc: st-nci: Open NCI_HCI_LINK_MGMT_PIPE
  ` [PATCH v2 18/35] nfc: st-nci: Add support for NCI_HCI_IDENTITY_MGMT_GATE
  ` [PATCH v2 21/35] nfc: st-nci: Add support for proprietary commands for factory tests
  ` [PATCH v2 22/35] nfc: st-nci: Add error messages when an unexpected HCI event occurs
  ` [PATCH v2 23/35] nfc: netlink: Add missing NFC_ATTR comments
  ` [PATCH v2 24/35] nfc: st-nci: Add ese-present/uicc-present dts properties
  ` [PATCH v2 25/35] nfc: st-nci: Increase waiting time between 2 secure element activation
  ` [PATCH v2 28/35] nfc: netlink: Add mode parameter to deactivate_target functions
  ` [PATCH v2 31/35] nfc: st21nfca: Add support for proprietary commands for factory tests
  ` [PATCH v2 32/35] nfc: st21nfca: Add error messages when an unexpected HCI event occurs
  ` [PATCH v2 33/35] nfc: st-nci: Make sure irq is not already active when powering the device
  ` [PATCH v2 35/35] nfc: st-nci: Replace st21nfcb by st_nci in makefile
` [PATCH v2 14/35] nfc: st21nfca: Open NFC_HCI_LINK_MGMT_PIPE
` [PATCH v2 15/35] nfc: st-nci: Keep st_nci_gates unchanged in load_session
` [PATCH v2 16/35] nfc: st21nfca: Keep st21nfca_gates "
` [PATCH v2 17/35] nfc: st-nci: initialize gate_count in st_nci_hci_network_init
` [PATCH v2 19/35] nfc: st-nci: Change st_nci_gates offset when looking for a pipe in the table
` [PATCH v2 20/35] nfc: st21nfca: Change st21nfca_gates "
` [PATCH v2 26/35] nfc: st-nci: Fix host_list verification after secure element activation
` [PATCH v2 27/35] nfc: st21nfca: "
` [PATCH v2 29/35] nfc: st-nci: Add few code style fixes
` [PATCH v2 30/35] nfc: st21nfca: "
` [PATCH v2 34/35] nfc: st-nci: remove duplicated skb dump

Linux 4.2.4
 2015-10-25 21:53 UTC  (11+ messages)

[Buildroot] [PATCH v5 00/36] efl bump to 1.15.2
 2015-10-25 21:50 UTC  (10+ messages)
` [Buildroot] [PATCH v5 02/36] package/libevas-generic-loaders: move to package directory
` [Buildroot] [PATCH v5 19/36] package/libevas-generic-loaders: bump to version 1.15.0

[PATCH 1338/1338] Drivers:staging:wlan-ng fixed coding style
 2015-10-25 21:48 UTC 

[PATCH] x86: dma-mapping: Fix arch_dma_alloc_attrs() oops with NULL dev
 2015-10-25 21:46 UTC  (2+ messages)

[PATCH] Bluetooth: Rename bt_cb()->req into bt_cb()->hci
 2015-10-25 21:45 UTC 

[PATCH] Bluetooth: Remove unneeded parenthesis around MSG_OOB
 2015-10-25 21:45 UTC 

[Buildroot] [PATCH 1/2] x265: new package
 2015-10-25 21:40 UTC  (5+ messages)
` [Buildroot] [PATCH 2/2] gst1-plugins-bad: add x265 plugin

[Qemu-devel] [RFC PATCH 0/8] Towards an Heterogeneous QEMU
 2015-10-25 21:38 UTC  (6+ messages)

[PATCH MC Next Gen v2 0/3] Add mixer and control interface media entities
 2015-10-25 21:37 UTC  (4+ messages)
` [PATCH MC Next Gen v2 2/3] sound/usb: Create media mixer function and control interface entities

[PATCH V2 00/11] mmc: sdhci-esdhci-imx: fix cd/wp regression
 2015-10-25 21:37 UTC  (13+ messages)
` [PATCH V2 06/11] mmc: sdhci-esdhc-imx: fix cd regression for dt platform

[PATCH 0/1] drop unneeded of_node_get
 2015-10-25 21:24 UTC  (4+ messages)
` [PATCH 1/1] MIPS: pci-rt3883: "

[PATCH 0/3] Staging: wilc1000: Remove coccicheck warnings and error
 2015-10-25 21:32 UTC  (6+ messages)
` [PATCH 1/3] staging: wilc1000: Remove reference preceded by free

[PATCH v2] staging: iio: Add exit label and error code handling
 2015-10-25 21:31 UTC  (2+ messages)
` [PATCH] staging: iio: adis16060_core: Fix error handling

[Buildroot] [PATCH 1/4] configs/raspberrypi: use EABIhf
 2015-10-25 21:30 UTC  (7+ messages)
` [Buildroot] [PATCH] arch/arm: use EABIhf by default with VFP

[Buildroot] [git commit] gst1-plugins-bad: add x265 plugin
 2015-10-25 21:30 UTC 

[Buildroot] [git commit] x265: new package
 2015-10-25 21:30 UTC 

Refreshed rootfs.img for kvm-xfstests
 2015-10-25 21:26 UTC 

[PATCH 0/5] block, dax: updates for 4.4
 2015-10-25 21:22 UTC  (7+ messages)
` [PATCH 5/5] block: enable dax for raw block devices

[PATCH 0/5] Fix regression introduced by set_irq_flags() removal
 2015-10-25 21:22 UTC  (4+ messages)
` [PATCH 3/5] irqchip: armada-370-xp: re-enable per-CPU interrupts at resume time

[U-Boot] [PATCH 0/2] Enable DFU for RAM on Allwinner devices
 2015-10-25 21:19 UTC  (14+ messages)
` [U-Boot] [PATCH 2/2] musb: sunxi: Implement dfu_usb_get_reset()

[PATCH] staging: lustre: Don't ignore error code
 2015-10-25 21:16 UTC 

[Bug 102301] New: Shutting down a Windowvs 10 virtual machine (with VGA passthrough) causes a hard crash, every time
 2015-10-25 21:15 UTC  (2+ messages)
` [Bug 102301] "

[Buildroot] [PATCH] libnl: bump to version 3.2.27
 2015-10-25 21:12 UTC  (2+ messages)

[Buildroot] [git commit] libnl: bump to version 3.2.27
 2015-10-25 21:12 UTC 

[Buildroot] [PATCH] board: ARC AXS10x bump Linux kernel to 4.2.4
 2015-10-25 21:11 UTC  (2+ messages)

[Buildroot] [git commit] board: ARC AXS10x bump Linux kernel to 4.2.4
 2015-10-25 21:10 UTC 

kernel: BUG: soft lockup - CPU#1 stuck for 60s! [md0_raid5:1614]
 2015-10-25 21:10 UTC  (8+ messages)
  ` performance issue (was: Re: kernel: BUG: soft lockup - CPU#1 stuck for 60s!)

[Buildroot] [PATCH 1/1] package/kodi: add hash
 2015-10-25 21:09 UTC  (2+ messages)

[Buildroot] [git commit] package/kodi: add hash
 2015-10-25 21:09 UTC 

[PATCH v3 0/8] state framework enhancements
 2015-10-25 21:03 UTC  (10+ messages)
` [PATCH v3 1/9] of_path: of_find_path() factor out device detection logic into separate function
` [PATCH v3 2/9] of_path: add of_find_path_by_node()
` [PATCH v3 3/9] state: make use of of_find_path_by_node() and add return -EPROBE_DEFER if device is not available
` [PATCH v3 4/9] state: use name of device node as name if alias "
` [PATCH v3 5/9] state: disable load command
` [PATCH v3 6/9] crypto: Kconfig: add submenu for crypto related config options
` [PATCH v3 7/9] crypto: add simple keystore
` [PATCH v3 8/9] state: prepare raw backend for hmac support
` [PATCH v3 9/9] state: backend_raw: add hamc support

[PATCH v4 0/5] mtd: pxa3xx_nand: rework the timing setup
 2015-10-25 20:53 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] boost.mk spelling error 'SEPERATED' -> 'SEPARATED'
 2015-10-25 21:02 UTC  (2+ messages)

[Buildroot] [git commit] boost.mk spelling error 'SEPERATED' -> 'SEPARATED'
 2015-10-25 21:01 UTC 

[PATCH] Input: evdev - add event-mask API
 2015-10-25 21:01 UTC  (4+ messages)

[Buildroot] [PATCH 01/11] perl-crypt-openssl-random: bump to version 0.11
 2015-10-25 21:00 UTC  (2+ messages)

[Buildroot] [git commit] perl-xml-libxml: bump to version 2.0122
 2015-10-25 21:00 UTC 

[Buildroot] [git commit] perl-uri: bump to version 1.69
 2015-10-25 21:00 UTC 

[Buildroot] [git commit] perl-net-ssleay: bump to version 1.72
 2015-10-25 21:00 UTC 

[Buildroot] [git commit] perl-net-http: bump to version 6.09
 2015-10-25 21:00 UTC 

[Buildroot] [git commit] perl-net-dns: bump to version 1.02
 2015-10-25 20:56 UTC 

[Buildroot] [git commit] perl-netaddr-ip: bump to version 4.078
 2015-10-25 20:56 UTC 

[Buildroot] [git commit] perl-mojolicious: bump to version 6.25
 2015-10-25 20:56 UTC 

[Buildroot] [git commit] perl-module-build: bump to version 0.4214
 2015-10-25 20:56 UTC 

[PATCH 1/2] input: misc: e3x0-button: Fix typo in module name
 2015-10-25 20:56 UTC  (4+ messages)
` [PATCH 2/2] input: misc: e3x0-button: Update Kconfig description

[Buildroot] [git commit] perl-io-socket-ssl: bump to version 2.020
 2015-10-25 20:56 UTC 

[Buildroot] [git commit] perl-http-message: bump to version 6.11
 2015-10-25 20:54 UTC 

[Buildroot] [git commit] perl-crypt-openssl-random: bump to version 0.11
 2015-10-25 20:54 UTC 

[Buildroot] [PATCH] uclibc: update uClibc-ng to 1.0.8
 2015-10-25 20:53 UTC  (2+ messages)

[Buildroot] [git commit] uclibc: update uClibc-ng to 1.0.8
 2015-10-25 20:51 UTC 

[Buildroot] [PATCH 1/2] uboot: bump version to 2015.10
 2015-10-25 20:51 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] uboot-tools: bump "

[Buildroot] [git commit] uboot-tools: bump to 2015.10
 2015-10-25 20:50 UTC 

[Buildroot] [git commit] uboot: bump version to 2015.10
 2015-10-25 20:50 UTC 

[PATCH] staging: iio: Remove unused variable
 2015-10-25 20:49 UTC 

[Buildroot] [git commit] supervisor: fix license
 2015-10-25 20:50 UTC 

[Buildroot] [PATCH 1/2] supervisor: bump to version 3.1.3
 2015-10-25 20:48 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] supervisor: fix license

[PATCH v4 0/5] mfd: tps65912: Driver rewrite with DT support
 2015-10-25 20:45 UTC  (9+ messages)
` [PATCH v4 4/5] regulator: tps65912: Add regulator driver for the TPS65912 PMIC

[linux-3.14 test] 63286: regressions - trouble: blocked/broken/fail/pass
 2015-10-25 20:42 UTC 

[Buildroot] [git commit] supervisor: bump to version 3.1.3
 2015-10-25 20:41 UTC 

Test ext4/001
 2015-10-25 20:41 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] jq: disable maintainer mode
 2015-10-25 20:37 UTC  (6+ messages)
` [Buildroot] [PATCH 2/2] jq: enable host package

[Buildroot] [git commit] jq: enable host package
 2015-10-25 20:36 UTC 

[RFC PATCH 4.1-rt backport] sched: Introduce the 'trace_sched_waking' tracepoint
 2015-10-25 20:35 UTC 

[linux-sunxi] [PATCH v3 1/1] dts: sun6i: yones toptech bs1078 v2: Add AXP221 support to dts
 2015-10-25 20:34 UTC  (2+ messages)

[PATCH 1/2] can: xilinx: use readl/writel instead of ioread/iowrite
 2015-10-25 20:32 UTC  (6+ messages)

[RFC bluetooth-next 0/2] bluetooth: 6lowpan: suggestions for Jukka
 2015-10-25 20:27 UTC  (4+ messages)
` [RFC bluetooth-next 1/2] bluetooth: 6lowpan: avoid endless loop

[Buildroot] [git commit] avahi: drop unneeded avahi-autopid patch
 2015-10-25 20:24 UTC 

[PATCH v7] can: xilinx: Convert to runtime_pm
 2015-10-25 20:23 UTC  (3+ messages)

Fwd: [PATCH] mdadm: Check bitmap first when reshape raid1 to raid0
 2015-10-25 20:21 UTC  (2+ messages)

[PATCH v2 0/3] Add basic support for Allwinner A83T SOC
 2015-10-25 20:20 UTC  (5+ messages)
` [PATCH v2 2/3] ARM: dts: sun8i: Add Allwinner A83T dtsi

PCIe capture driver
 2015-10-25 20:16 UTC  (5+ messages)

[GIT PULL] Allwinner DT changes for 4.4, round 3
 2015-10-25 20:13 UTC  (4+ messages)

Using snd_pcm_set_params() on a capture handle
 2015-10-25 20:11 UTC  (2+ messages)

[PATCH v3 0/4] Simple wait queue support
 2015-10-25 20:10 UTC  (2+ messages)

master - dev_manager: no flush for extension
 2015-10-25 20:10 UTC 

master - dev_manager: enabled no_flush for suspend
 2015-10-25 20:10 UTC 

master - libdm: dm_tree_node_size_changed recognizes reduction
 2015-10-25 20:09 UTC 

master - lv_manip: ensure it will fit bellow threshold
 2015-10-25 20:09 UTC 

After bluetoothd disconnects a LE device only restart of kernel modules allows it to reconnect
 2015-10-25 20:09 UTC  (2+ messages)

master - thin: fix percentage compare
 2015-10-25 20:09 UTC 

Kernel crashes on fast disconnection of SCO
 2015-10-25 20:07 UTC  (6+ messages)
` [PATCH 0/5] Few proposed fixes to stop crashes on fast SCO disconnec
  ` [PATCH 3/5] Bluetooth: Fix locking issue during fast SCO reconnection
  ` [PATCH 4/5] Bluetooth: Fix locking of SCO channel to connection


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.