All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-01-12 22:46:31 to 2017-01-13 00:35:42 UTC [more...]

[PATCH v11 00/13] x86: multiboot2 protocol support
 2017-01-13  0:35 UTC  (21+ messages)
` [PATCH v11 07/13] x86: add multiboot2 protocol support for EFI platforms

[net PATCH v2 0/5] virtio_net XDP fixes and adjust_header support
 2017-01-13  0:35 UTC  (2+ messages)
` [net PATCH v2 1/5] virtio_net: use dev_kfree_skb for small buffer XDP receive

[PATCH RFC] usb: dwc2: host: use msleep() for long delay
 2017-01-13  0:35 UTC  (2+ messages)

[PATCH net] openvswitch: maintain correct checksum state in conntrack actions
 2017-01-13  0:33 UTC 

[PATCH 0/5] xfsprogs: misc fixes
 2017-01-13  0:32 UTC  (6+ messages)
` [PATCH 4/5] xfs_db: sanitize geometry on load
  ` [PATCH v2 "
  ` [PATCH v3 "

[PATCH 07/10] drm/i915/psr: set PSR_MASK bits for deep sleep
 2017-01-13  0:31 UTC 

[PATCH V2] usb: dwc2: host: fix Wmaybe-uninitialized warning
 2017-01-13  0:30 UTC  (2+ messages)

[PATCH] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_probe()
 2017-01-13  0:27 UTC  (5+ messages)
` [PATCH v2 RESEND] "
    ` [PATCH v2 RESEND] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_back

[meta-oe][PATCH] syslog-ng: drop attempts to disable LFS
 2017-01-13  0:25 UTC 

[PATCH v4 0/4] Application Data Integrity feature introduced by SPARC M7
 2017-01-13  0:22 UTC  (14+ messages)

[PATCH kernel v2 11/11] KVM: PPC: Add in-kernel acceleration for VFIO
 2017-01-12 23:53 UTC  (6+ messages)
` [PATCH kernel v3] "

[PATCH] PCI: iproc: fix kernel crash if dev->of_node not defined
 2017-01-13  0:22 UTC  (6+ messages)

linux-next: build warning after merge of the wireless-drivers-next tree
 2017-01-13  0:12 UTC 

[PATCH net-next] liquidio: use fallback for selecting txq
 2017-01-13  0:18 UTC 

[PATCH v4 00/15] lockdep: Implement crossrelease feature
 2017-01-13  0:18 UTC  (5+ messages)
` [PATCH v4 06/15] lockdep: Make save_trace can skip stack tracing of the current

[Fuego] target_reboot during test_run
 2017-01-13  0:18 UTC  (2+ messages)

[PATCH v3 0/5] i2c: mux: pca954x: Add interrupt controller support
 2017-01-13  0:17 UTC  (4+ messages)
` [PATCH v3 3/5] "

imx-gpu-sdk do_install fails
 2017-01-12 19:46 UTC 

[Bug 99393] mesa build failure when using config.status: sid_tables.h generation
 2017-01-13  0:16 UTC 

Bug report: Documentation error in git-bisect man description
 2017-01-13  0:14 UTC  (4+ messages)

[Patch net] atm: remove an unnecessary loop
 2017-01-13  0:14 UTC  (3+ messages)

RFC: 512e ZBC host-managed disks
 2017-01-13  0:14 UTC  (4+ messages)

[PATCH 0/2] Rename blk_queue_zone_size and bdev_zone_size
 2017-01-13  0:10 UTC  (6+ messages)

[boundary-imx] Enquiry boundary-imx_4.1.15_1.0.0_ga kernel with egalax touch support on sabrelite
 2017-01-13  0:10 UTC  (4+ messages)

[PATCH] PCI: iproc: fix resource allocation for BCMA PCIe
 2017-01-12 23:58 UTC  (3+ messages)

[PATCH] ARM: dts: NSP: Fix DT ranges error
 2017-01-13  0:07 UTC  (4+ messages)

[PATCH v2] nfs: only show mountproto in /proc/mounts if set
 2017-01-13  0:04 UTC  (5+ messages)
      ` [PATCH] NFS: tidy up nfs_show_mountd_netid

[Buildroot] [PATCH] boot/uboot: fix build for sunxi targets
 2017-01-13  0:04 UTC 

[PATCH v2] Input: drv260x - Add capability of playing custom waveform
 2017-01-13  0:02 UTC 

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

[PATCH] dmaengine: cppi41: Fix oops in cppi41_runtime_resume
 2017-01-13  0:03 UTC  (7+ messages)

[PATCH] Force to clear ASPM bits if CONFIG_PCIEASPM_PERFORMANCE is set
 2017-01-13  0:00 UTC  (7+ messages)

[Intel-wired-lan] [PATCH 1/5] fm10k: use a BITMAP for flags to avoid race conditions
 2017-01-12 23:59 UTC  (5+ messages)
` [Intel-wired-lan] [PATCH 2/5] fm10k: future-proof state bitmaps using DECLARE_BITMAP
` [Intel-wired-lan] [PATCH 3/5] fm10k: allow service task to reschedule itself
` [Intel-wired-lan] [PATCH 4/5] fm10k: update function header comment for fm10k_get_stats64
` [Intel-wired-lan] [PATCH 5/5] fm10k: disable receive queue when configuring ring

[LSF/MM TOPIC] Memory hotplug, ZONE_DEVICE, and the future of struct page
 2017-01-12 23:59 UTC  (7+ messages)

weirdness with cifsd
 2017-01-12 23:58 UTC  (2+ messages)

[PATCH] gstreamer1.0-plugins-good: fix qtdemux_parse_svq3_stsd_data() memory leak
 2017-01-12 23:52 UTC 

DP compliance failure due to dithering for 18bpp video pattern
 2017-01-12 23:53 UTC  (7+ messages)

[Bug 99392] Ark survival evolved won't start
 2017-01-12 23:49 UTC 

weirdness with cifsd
 2017-01-12 23:46 UTC 

[PATCH] usb: dwc2: gadget: Fix GUSBCFG.USBTRDTIM value
 2017-01-12 23:45 UTC  (2+ messages)

[PATCH] cookerdata.py: check for existence of configuration files
 2017-01-12 23:40 UTC 

[PATCH v2 00/21] Basic i.MX IPUv3 capture support
 2017-01-12 23:43 UTC  (11+ messages)

[Buildroot] [RFC] external toolchain scanner
 2017-01-12 23:43 UTC  (8+ messages)

[PATCH] policycoreutils, python: Fix bad manpage formatting in "SEE ALSO"
 2017-01-12 23:42 UTC  (6+ messages)
` [PATCH] restorecon manpage: link back to fixfiles

[PATCH] radix-tree: Fix private list warnings
 2017-01-13  1:28 UTC 

[Qemu-devel] [PATCH v3 0/3] Clean-up tlb_flush and cpu reset functions
 2017-01-12 23:34 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 1/3] qom/cpu: move tlb_flush to cpu_common_reset
` [Qemu-devel] [PATCH v3 3/3] cputlb: drop flush_global flag from tlb_flush

[Qemu-devel] Proposal PCI/PCIe device placement on PAPR guests
 2017-01-12 22:57 UTC  (8+ messages)

[Qemu-devel] [PULL 00/67] ppc-for-2.9 queue 20170112
 2017-01-12 23:36 UTC  (3+ messages)

[Qemu-devel] [PATCH] ppc/prep: update MAINTAINERS file
 2017-01-12 23:30 UTC  (2+ messages)

[Qemu-devel] [PATCH v6 0/2] POWER9 TCG enablements - BCD functions - final part
 2017-01-12 23:32 UTC  (2+ messages)

[PATCH] Input: egalax_ts - do not release gpio if probe successful
 2017-01-12 23:40 UTC  (4+ messages)

[PATCH v4 0/4] Introduce the initify gcc plugin
 2017-01-12 23:40 UTC  (13+ messages)
            ` [kernel-hardening] "

[PATCH v3 00/24] i.MX Media Driver
 2017-01-12 23:40 UTC  (6+ messages)
` [PATCH v3 10/24] ARM: dts: imx6-sabreauto: add pinctrl for gpt input capture

OFFICIAL LETTER
 2017-01-12 23:39 UTC 

[U-Boot] scripts to sanity-check the Kconfig files
 2017-01-12 23:35 UTC  (4+ messages)

+ radix-tree-fix-private-list-warnings.patch added to -mm tree
 2017-01-12 23:35 UTC 

[to-be-updated] ocfs2-dlmglue-prepare-tracking-logic-to-avoid-recursive-cluster-lock.patch removed from -mm tree
 2017-01-12 23:33 UTC 

[to-be-updated] ocfs2-fix-deadlocks-when-taking-inode-lock-at-vfs-entry-points.patch removed from -mm tree
 2017-01-12 23:34 UTC 

linux-next: build failure after merge of the akpm-current tree
 2017-01-12 23:33 UTC  (3+ messages)

[PATCH v2] xserver-xorg: Enable glamor by default
 2017-01-12 23:33 UTC 

[Bug 98513] [4.9-rc3 w/ drm-next-4.10-wip][AMDGPU][CIK] Unable to suspend, hangs on hibernation
 2017-01-12 23:33 UTC  (2+ messages)
` [Bug 98513] [REGRESSION][drm-next-4.10-wip][AMDGPU][CIK] Unable to suspend, hangs on hibernation bad commit 86f8c599b09c916f9aad30563271440dbd79213a

[PATCH] MIPS: zboot: fix build failure
 2017-01-12 23:30 UTC  (2+ messages)

[cryptodev:master 43/44] arch/arm/crypto/aes-cipher-core.S:174: Error: ARM register expected -- `ldr tt,=crypto_ft_tab'
 2017-01-12 23:28 UTC 

4.9.0 regression in pipe-backed iov_iter with systemd-nspawn
 2017-01-12 23:28 UTC  (11+ messages)

[net PATCH 0/5] virtio_net XDP fixes and ajust_header xupport
 2017-01-12 23:26 UTC  (4+ messages)
` [net PATCH 5/5] virtio_net: XDP support for adjust_head

[Qemu-devel] [PATCH 00/40] chardev: qom clean-up and split in various backend files
 2017-01-12 23:26 UTC  (11+ messages)
` [Qemu-devel] [PATCH 23/40] char: move mux to its own file
` [Qemu-devel] [PATCH 24/40] char: move ringbuf/memory "
` [Qemu-devel] [PATCH 25/40] char: rename and move to header CHR_READ_BUF_LEN
` [Qemu-devel] [PATCH 26/40] char: remove unused READ_RETRIES
` [Qemu-devel] [PATCH 27/40] char: move QIOChannel-related in char-io.h

[PATCH net-next] net/mlx5e: Support bpf_xdp_adjust_head()
 2017-01-12 23:25 UTC  (3+ messages)

[PATCH 0/7] Package Upgrade: systemd-bootchart, dbus, dus-test, sysstat, flex, grep, byacc, coreutils
 2017-01-12 23:18 UTC  (3+ messages)
` [PATCH 6/7] byacc: upgrade to 20161202

[PATCH] worktree: fix an 'using plain integer as NULL pointer' warning
 2017-01-12 23:18 UTC 

[PATCH v3 1/4] cfg80211: Add support to randomize TA of Public Action frames
 2017-01-12 23:12 UTC  (4+ messages)
` [PATCH v4 2/4] cfg80211: Add support to sched scan to report better BSSs
` [PATCH v2 3/4] cfg80211: Specify the reason for connect timeout
` [PATCH 4/4] cfg80211: Fix documentation for connect result

[PATCH 0/4] efi/x86: move efi bgrt init code to early init
 2017-01-12 23:11 UTC  (6+ messages)
` [PATCH 2/4] efi/x86: move efi bgrt init code to early init code

[PATCH] can: Fix kernel panic at security_sock_rcv_skb
 2017-01-12 23:10 UTC  (2+ messages)

[PATCH] xen-netfront: Fix Rx stall during network stress and OOM
 2017-01-12 23:09 UTC  (4+ messages)

[PATCH v5 0/4] Per-worktree config file support
 2017-01-12 23:08 UTC  (3+ messages)
` [PATCH/RFC 5/4] Redefine core.bare in multiple working tree setting

[PATCH net-next] net: dsa: mv88e6xxx: add EEPROM support to 6390
 2017-01-12 23:07 UTC 

[PATCH] ARM: dts: vf610-zii-dev: add EEPROM entry to Rev C
 2017-01-12 23:06 UTC  (2+ messages)

[PATCH] dim: Triple-check and tripe warning when merging patches that touch files outside i915
 2017-01-12 23:05 UTC 

[PATCH v2 0/4] Fix update_changeattr
 2017-01-12 23:02 UTC  (5+ messages)
` [PATCH v2 1/4] NFSv4: Call update_changeattr() from _nfs4_proc_open only if a file was created
  ` [PATCH v2 2/4] NFSv4: Don't apply change_info4 twice on rename within a directory
    ` [PATCH v2 3/4] NFSv4: Don't call update_changeattr() unless the unlink is successful
      ` [PATCH v2 4/4] NFSv4: update_changeattr should update the attribute timestamp

[Buildroot] [Bug 9581] New: VagrantFile provisioning step fails due to issue with grub-pc update
 2017-01-12 23:00 UTC 

[U-Boot] Ethernet not detecting on Odroid u3
 2017-01-12 23:00 UTC  (3+ messages)

Building on MacOS X
 2017-01-12 22:59 UTC  (7+ messages)

[�PATCH net-next] ARM: dts: vf610-zii-dev: add EEPROM entry to Rev B
 2017-01-12 22:56 UTC 

[PATCH] clk: stm32f4: avoid uninitialized variable access
 2017-01-12 22:56 UTC  (5+ messages)

[PATCH v3 0/2] eeprom: Add IDT 89HPESx EEPROM/CSR driver
 2017-01-12 22:54 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] "

[PATCH] ARM: dts: am57xx-beagle-x15: implement errata "Ethernet RGMII2 Limited to 10/100 Mbps"
 2017-01-12 22:53 UTC  (2+ messages)

[PATCH] drm/i915: reinstate call to trace_i915_vma_bind
 2017-01-12 22:53 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[Bug 99387] Kernel 4.9: Kaveri + Hainan choked on boot using amdgpu
 2017-01-12 22:53 UTC  (3+ messages)

[PATCH v3] iio: adc: Add Maxim MAX11100 driver
 2017-01-12 22:51 UTC 

[PATCH net-next v2 00/10] net: dsa: Support for pdata in dsa2
 2017-01-12 22:50 UTC  (5+ messages)
` [PATCH net-next v2 05/10] drivers: base: Add device_find_class()

Marvell Phy (1510) issue since v4.7 kernel
 2017-01-12 22:49 UTC  (12+ messages)

[PATCH v2] tcp: fix tcp_fastopen unaligned access complaints on sparc
 2017-01-12 22:49 UTC  (3+ messages)

[PATCH v6 00/25] Support qcom's HSIC USB and rewrite USB2 HS support
 2017-01-12 22:49 UTC  (7+ messages)
` [PATCH v6 23/25] usb: chipidea: Pullup D+ in device mode via phy APIs

[Bug 92136] New: WebGL Conformance conformance/textures/texture-size-limit.html -> system freeze
 2017-01-12 22:47 UTC  (2+ messages)
  ` [Bug 92136] "

[patch] mm, memcg: do not retry precharge charges
 2017-01-12 22:46 UTC  (3+ messages)
` [patch v2] "

[net-next PATCH 1/3] Revert "icmp: avoid allocating large struct on stack"
 2017-01-12 22:46 UTC  (5+ 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.