All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-01-27 23:14:58 to 2017-01-28 02:37:36 UTC [more...]

[PATCH 3/3] xe910: support for Telit LE910V2 modem
 2017-01-28  2:37 UTC  (2+ messages)

[PATCH 1/3] telitmodem: support for CDC-NCM network adapter
 2017-01-28  2:36 UTC  (2+ messages)

[PATCH V3 00/24] aacraid: Patchset for Smart Family Support
 2017-01-27 19:28 UTC  (14+ messages)
` [PATCH V3 01/24] aacraid: Remove duplicate irq management code
` [PATCH V3 02/24] aacraid: Added aacraid.h include guard
` [PATCH V3 03/24] aacraid: added support for init_struct_8
` [PATCH V3 06/24] aacraid: Reworked scsi command submission path
` [PATCH V3 07/24] aacraid: Process Error for response I/O
` [PATCH V3 09/24] aacraid: Added support for read medium error
` [PATCH V3 10/24] aacraid: Reworked aac_command_thread
` [PATCH V3 11/24] aacraid: Added support for periodic wellness sync
` [PATCH V3 15/24] aacraid: Include HBA direct interface
` [PATCH V3 16/24] aacraid: Add task management functionality
` [PATCH V3 18/24] aacraid: VPD 83 type3 support
` [PATCH V3 20/24] aacraid: Added ioctl to trigger IOP/IWBR reset
` [PATCH V3 21/24] aacraid: Retrieve HBA host information ioctl

[PATCH 00/10] fsl/qbman: ARM Enablement
 2017-01-28  2:34 UTC  (7+ messages)
` [PATCH 06/10] soc/qbman: Add ARM equivalent for flush_dcache_range()

[meta-qt5][PATCH v2] qt3d: Add assimp dependency
 2017-01-27 22:54 UTC 

[Qemu-devel] [PATCH v2 2/2] qemu-io: Add regression tests
 2017-01-28  2:33 UTC 

[Qemu-devel] [PATCH v2 1/2] qemu-io: Return non-zero exit code on failure
 2017-01-28  2:33 UTC 

[PATCH 2/3] udevng: setup of Telit LE910V2
 2017-01-28  2:30 UTC  (2+ messages)

[Buildroot] [git commit] libpjsip: bump to version 2.6
 2017-01-28  2:28 UTC 

[U-Boot] [PATCHv5 01/17] configs: ls1021a: enable DT and DM support
 2017-01-28  2:23 UTC  (3+ messages)
` [U-Boot] [PATCHv5 15/17] armv8: ls2080a: Enable PCIe in defconfigs

Support Intel uncore event lists
 2017-01-28  2:03 UTC  (11+ messages)
` [PATCH 01/10] perf, tools: Parse eventcode as number in jevents
` [PATCH 02/10] perf, tools: Add support for parsing uncore json files
` [PATCH 03/10] perf, tools: Support per pmu json aliases
` [PATCH 04/10] perf, tools: Support event aliases for non cpu// pmus
` [PATCH 05/10] perf, tools: Add debug support for outputing alias string
` [PATCH 06/10] perf, tools: Collapse identically named events in perf stat
` [PATCH 07/10] perf, tools: Expand PMU events by prefix match
` [PATCH 08/10] perf, tools: Add a simple expression parser for JSON
` [PATCH 09/10] perf, tools: Support MetricExpr header in JSON event list
` [PATCH 10/10] perf, tools, stat: Output JSON MetricExpr metric

[Buildroot] [autobuild.buildroot.net] Build results for 2017-01-26
 2017-01-28  2:17 UTC  (5+ messages)

[xen-4.6-testing baseline-only test] 68469: tolerable FAIL
 2017-01-28  2:15 UTC 

[Fuego] RFC: Fuego's version up and other changes
 2017-01-28  2:14 UTC  (4+ messages)
` [Fuego] "

[ANNOUNCE] libdrm 2.4.75
 2017-01-28  2:04 UTC 

[PATCH v2 00/27] Revamp the attribute system; another round
 2017-01-28  2:02 UTC  (29+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/27] commit.c: use strchrnul() to scan for one line
  ` [PATCH v3 02/27] attr.c: "
  ` [PATCH v3 03/27] attr.c: update a stale comment on "struct match_attr"
  ` [PATCH v3 04/27] attr.c: explain the lack of attr-name syntax check in parse_attr()
  ` [PATCH v3 05/27] attr.c: complete a sentence in a comment
  ` [PATCH v3 06/27] attr.c: mark where #if DEBUG ends more clearly
  ` [PATCH v3 07/27] attr.c: simplify macroexpand_one()
  ` [PATCH v3 08/27] attr.c: tighten constness around "git_attr" structure
  ` [PATCH v3 09/27] attr.c: plug small leak in parse_attr_line()
  ` [PATCH v3 10/27] attr: support quoting pathname patterns in C style
  ` [PATCH v3 11/27] attr.c: add push_stack() helper
  ` [PATCH v3 12/27] Documentation: fix a typo
  ` [PATCH v3 13/27] attr.c: outline the future plans by heavily commenting
  ` [PATCH v3 14/27] attr: rename function and struct related to checking attributes
  ` [PATCH v3 15/27] attr: (re)introduce git_check_attr() and struct attr_check
  ` [PATCH v3 16/27] attr: convert git_all_attrs() to use "struct attr_check"
  ` [PATCH v3 17/27] attr: convert git_check_attrs() callers to use the new API
  ` [PATCH v3 18/27] attr: retire git_check_attrs() API
  ` [PATCH v3 19/27] attr: pass struct attr_check to collect_some_attrs
  ` [PATCH v3 20/27] attr: change validity check for attribute names to use positive logic
  ` [PATCH v3 21/27] attr: use hashmap for attribute dictionary
  ` [PATCH v3 22/27] attr: eliminate global check_all_attr array
  ` [PATCH v3 23/27] attr: remove maybe-real, maybe-macro from git_attr
  ` [PATCH v3 24/27] attr: tighten const correctness with git_attr and match_attr
  ` [PATCH v3 25/27] attr: store attribute stack in attr_check structure
  ` [PATCH v3 26/27] attr: push the bare repo check into read_attr()
  ` [PATCH v3 27/27] attr: reformat git_attr_set_direction() function

[PATCH net-next 1/2] qed: Add infrastructure for PTP support
 2017-01-28  1:48 UTC  (2+ messages)

[PATCH V2 0/1] percpu-refcount: fix reference leak during percpu-atomic transition
 2017-01-28  0:18 UTC  (4+ messages)
` [PATCH V2 1/1] "

[U-Boot] [RFC PATCH 00/11] extend FIT loading support (plus Pine64/ATF support)
 2017-01-28  1:47 UTC  (6+ messages)
` [U-Boot] [RFC PATCH 01/11] SPL: FIT: refactor FDT loading

[meta-rockchip][PATCH 0/7] introduce rockchip offical linux support to meta-rockchip
 2017-01-28  1:44 UTC  (4+ messages)
` [meta-rockchip][PATCH 4/7] recipes-graphics: Add support for mali-userspace

[PATCH] drm/nouveau/devinit/gf100-: try to avoid double-running vbios scripts
 2017-01-28  1:44 UTC 

[PATCH] xen: credit2: non Credit2 pCPUs are ok during shutdown/suspend
 2017-01-28  1:42 UTC 

Debugging rados for bug #18576
 2017-01-28  1:35 UTC 

[PATCH 1/3] dt-bindings: qoriq-clock: Add coreclk
 2017-01-28  1:36 UTC  (8+ messages)
` [PATCH 2/3] arm64: dts: ls1012a: "

net: suspicious RCU usage in nf_hook
 2017-01-28  1:31 UTC  (6+ messages)

[PATCH net-next v2 0/4] net: dsa: Port mirroring support
 2017-01-28  1:25 UTC  (5+ messages)
` [PATCH net-next v2 1/4] net: dsa: Add plumbing for port mirroring
` [PATCH net-next v2 2/4] net: dsa: b53: Add mirror capture register definitions
` [PATCH net-next v2 3/4] net: dsa: b53: Add support for port mirroring
` [PATCH net-next v2 4/4] net: dsa: bcm_sf2: "

[PATCH 0/2] Add session handling to tpm spaces
 2017-01-28  0:33 UTC  (5+ messages)
` [PATCH v2 1/2] tpm2: add session handle context saving and restoring to the space code
` [PATCH 2/2] tpm2-space: add handling for global session exhaustion

libdrm for IGT - Build # 67 - Failure!
 2017-01-28  1:15 UTC 

[PATCH v2 1/4] mfd: cros_ec: Add helper for event notifier
 2017-01-28  1:11 UTC  (4+ messages)
` [PATCH v2 4/4] mfd: cros_ec: add RTC as mfd subdevice
    ` [rtc-linux] "

[GIT PULL][PATCH 0/3] Timekeeping items for 4.11
 2017-01-28  0:59 UTC  (4+ messages)
` [PATCH 1/3] timekeeping: Remove unused timekeeping_{get,set}_tai_offset()
` [PATCH 2/3] delay: Add explanation of udelay() inaccuracy
` [PATCH 3/3] timers: Omit POSIX timer stuff from task_struct when disabled

Windows and TRIM support - files, not devices
 2017-01-28  1:05 UTC 

[PATCH 10/15] of: No need to include linux/property.h, linux/fwnode.h is sufficient
 2017-01-28  1:04 UTC  (2+ messages)

Lockup/panic caused by nouveau_fantog_update recursion
 2017-01-28  1:02 UTC  (2+ messages)

[PATCH 0/2] limit reused delta chains based on --depth
 2017-01-28  0:27 UTC  (5+ messages)
` [PATCH 1/2] pack-objects: enforce --depth limit in reused deltas

[xen-4.5-testing baseline-only test] 68468: tolerable FAIL
 2017-01-28  1:00 UTC 

ibmvtpm byteswapping inconsistency
 2017-01-28  0:35 UTC  (9+ messages)

[PATCH net-next 0/4] net: dsa: Port mirroring support
 2017-01-28  0:52 UTC  (6+ messages)
` [PATCH net-next 1/4] net: dsa: Add plumbing for port mirroring
` [PATCH net-next 2/4] net: dsa: b53: Add mirror capture register definitions
` [PATCH net-next 3/4] net: dsa: b53: Add support for port mirroring
` [PATCH net-next 4/4] net: dsa: bcm_sf2: "

[PATCH] Update the ASLTS
 2017-01-28  0:47 UTC 

[GIT PULL] ARM: at91: drivers for 4.11 #2
 2017-01-28  0:45 UTC  (2+ messages)

[PATCH] devinit/gf100-: detect if BIOS invoked devinit
 2017-01-28  0:41 UTC  (2+ messages)

[Intel-wired-lan] [PATCH] ethtool: support queue and vf fields for rxclass filters
 2017-01-28  0:39 UTC 

[PATCH net-next 0/4] mlx5: Create build configuration options
 2017-01-27 23:23 UTC  (11+ messages)
` [PATCH net-next 1/4] mlx5: Make building eswitch configurable

Need module help
 2017-01-28  0:33 UTC  (11+ messages)

Quota-enabled XFS hangs during mount
 2017-01-27 23:17 UTC  (11+ messages)

[PATCH] platform: chrome: Add Tablet Switch ACPI driver
 2017-01-28  0:30 UTC  (2+ messages)

[U-Boot] [PATCH v5 0/9] disk: convert to Kconfig
 2017-01-28  0:29 UTC  (4+ messages)
` [U-Boot] [PATCH v5 6/9] kbuild: add include linux/kconfig.h in config.h

Pull request: scottwood/linux.git next
 2017-01-27 23:53 UTC 

[PATCH net-next 1/2] tcp: record pkts sent and retransmistted
 2017-01-28  0:24 UTC  (2+ messages)
` [PATCH net-next 2/2] tcp: include locally failed retries in retransmission stats

[PATCH 0/2] Support `git reset --stdin`
 2017-01-28  0:20 UTC  (7+ messages)
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] reset: support the --stdin option

[PATCH RFC net-next] packet: always ensure that we pass hard_header_len bytes in skb_headlen() to the driver
 2017-01-28  0:19 UTC  (12+ messages)

[PATCH 1/1] percpu-refcount: fix reference leak during percpu-atomic transition
 2017-01-27 21:39 UTC  (2+ messages)

Deadlock between git-remote-http and git fetch-pack
 2017-01-27 23:34 UTC  (3+ messages)

[pm:bleeding-edge 8/8] drivers/devfreq/devfreq.c:631:9: error: implicit declaration of function 'dev_pm_opp_get_suspend_opp'
 2017-01-28  0:11 UTC 

[U-Boot] [PATCH v7] BOARD: MCCMON6: Provide support for iMX6q based mccmon6 board
 2017-01-28  0:08 UTC  (2+ messages)

[PATCH] IB/cma: Fix reversed test
 2017-01-28  0:05 UTC  (5+ messages)

[PATCH 0/6] Use build registers for getting numbers of interrupts
 2017-01-28  0:01 UTC  (14+ messages)
` [PATCH 1/6] ARCv2: IRQ: Move structures for core intc to the header
` [PATCH 2/6] ARCv2: MCIP: Add structure for build register of IDU
` [PATCH 3/6] ARCv2: IRQ: Add macro for the first external interrupt number
` [PATCH 4/6] ARCv2: IRQ: Remove option for setting number of interrupts
` [PATCH 5/6] ARCv2: IRQ: Use build registers for getting numbers "
` [PATCH 6/6] ARCv2: IRQ: Set a default priority for all core interrupts

[PATCH v4] net: ethernet: faraday: To support device tree usage
 2017-01-27 22:17 UTC  (4+ messages)

[PATCH 1/3] mac80211: fix mesh moving average stuck
 2017-01-28  0:01 UTC  (3+ messages)
` [PATCH 2/3] mac80211: Make mesh failure moving average configurable
` [PATCH 3/3] mac80211: clear failure average upon mesh path deactivation

[PATCH] docs: Convert the regulator docbook to RST
 2017-01-27 23:57 UTC 

[RFC] tpm2-space: add handling for global session exhaustion
 2017-01-27 23:48 UTC  (7+ messages)
  ` [tpmdd-devel] "

[PATCH v4] xen/arm: flush icache as well when XEN_DOMCTL_cacheflush is issued
 2017-01-27 23:53 UTC  (4+ messages)

[krogoth][PATCH] arago.conf: update feed URL for the new location
 2017-01-27 23:53 UTC 

[PATCH] phy: qcom-ufs: Fix misplaced jump label
 2017-01-27  8:15 UTC  (2+ messages)

v4.9 to v4.10 regression: oops when USB cable is plugged in
 2017-01-27 23:48 UTC  (8+ messages)

ATENCIÓN
 2017-01-27 18:48 UTC 

[PATCH v8 00/12] mux controller abstraction and iio/i2c muxes
 2017-01-27 22:09 UTC  (4+ messages)
` [PATCH v8 09/12] dt-bindings: mux-adg792a: document devicetree bindings for ADG792A/G mux

[Qemu-devel] [PATCH] qemu-img: Do not truncate before preallocation
 2017-01-27 23:45 UTC 

[PATCH] ASoC: wm8741: Remove unneeded startup() callback
 2017-01-27 23:35 UTC 

[Qemu-devel] [PATCH v3 0/3] xen-platform: disk unplug modifications
 2017-01-27 23:34 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 2/3] xen-platform: add support for unplugging NVMe disks
  `  "

[PATCH V3 net-next 00/14] Bug Fixes in ENA driver
 2017-01-27 23:33 UTC  (3+ messages)
` [PATCH V3 net-next 02/14] net/ena: fix error handling when probe fails

End of life for Ceph Hammer 0.94.x ?
 2017-01-27 23:20 UTC  (3+ messages)

[PATCH linux v2] arm: aspeed: zaius: Disable LPC reset for UART1
 2017-01-27 23:32 UTC  (2+ messages)

[PATCH] x86: Improve documentation for low-level device I/O functions
 2017-01-27 23:17 UTC 

[qemu-mainline test] 104761: trouble: blocked/broken/fail/pass
 2017-01-27 23:26 UTC 

[PATCH] Convert the deviceio template to RST
 2017-01-27 23:26 UTC 

[PATCH linux] arm: aspeed: zaius: Disable LPC reset for UART1
 2017-01-27 23:24 UTC  (3+ messages)

[Qemu-devel] [PATCH] MAINTAINERS: Update xen-devel mailing list address
 2017-01-27 23:24 UTC  (5+ messages)
    `  "

[PATCH 0/5] [net-next] net: qcom/emac:
 2017-01-27 23:21 UTC  (3+ messages)
` [PATCH 4/4] [net-next] net: qcom/emac: add an error interrupt handler for the sgmii

[PATCH net-next v3 0/4] net: ipv6: Improve user experience with multipath routes
 2017-01-27 23:20 UTC  (5+ messages)
` [PATCH net-next v3 1/4] net: ipv6: add NLM_F_APPEND in notifications when applicable
` [PATCH net-next v3 2/4] net: ipv6: Allow shorthand delete of all nexthops in multipath route
` [PATCH net-next v3 3/4] net: ipv6: Add support to dump multipath routes via RTA_MULTIPATH attribute
` [PATCH net-next v3 4/4] net: ipv6: Use compressed IPv6 addresses showing route replace error

[Cocci] modifying initializers with spatch?
 2017-01-27 23:20 UTC  (14+ messages)

[DOC v3] Xen transport for 9pfs
 2017-01-27 23:19 UTC  (3+ messages)

[RFC] Clear out stuck ops to prevent iSER from going init D state
 2017-01-27 23:18 UTC  (8+ messages)

[PATCH 1/2] iio: adc: Add Renesas GyroADC bindings
 2017-01-27 23:08 UTC  (2+ messages)
` [PATCH 2/2] iio: adc: Add Renesas GyroADC driver

Upside down webcam
 2017-01-27 22:44 UTC  (2+ messages)
` Fwd: "

[Alsa-Devel] Cannot combine audio devices with more than 64 channels
 2017-01-27 23:14 UTC  (6+ 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.