All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-01-06 23:04:51 to 2017-01-07 01:12:04 UTC [more...]

[Intel-wired-lan] [next PATCH 00/11] ixgbe: Add support for writable pages and build_skb
 2017-01-07  1:12 UTC  (3+ messages)

[PATCH] branch_get_push: do not segfault when HEAD is detached
 2017-01-07  1:11 UTC  (4+ messages)

[PATCH 1/5] ARM: dts: qcom: apq8064: Add missing scm clock
 2017-01-07  1:10 UTC  (8+ messages)
` [PATCH 2/5] ARM: dts: qcom: apq8064: Add riva-pil node

[RFC PATCH v2 0/2] block: fix backing_dev_info lifetime
 2017-01-07  1:03 UTC  (9+ messages)
` [RFC PATCH v2 1/2] block: fix lifetime of request_queue / backing_dev_info relative to bdev
` [RFC PATCH v2 2/2] block: fix blk_get_backing_dev_info() crash, use bdev->bd_queue

[PATCH] xen: do not re-use pirq number cached in pci device msi msg data
 2017-01-07  1:06 UTC  (3+ messages)

[PATCH v2 0/4] hv_util: adjust system time smoothly
 2017-01-07  1:06 UTC  (9+ messages)
` [PATCH v2 1/4] timekeeping: export do_adjtimex() to modules
` [PATCH v2 2/4] hv_util: switch to using timespec64
` [PATCH v2 3/4] hv_util: use do_adjtimex() to update system time
` [PATCH v2 4/4] hv_util: improve time adjustment accuracy by disabling interrupts

[PATCH v2 00/12] net: ethernet: aquantia: Add AQtion 2.5/5 GB NIC driver
 2017-01-07  1:05 UTC  (5+ messages)
` [PATCH v2 02/12] net: ethernet: aquantia: Common functions and definitions
` [PATCH v2 03/12] net: ethernet: aquantia: Add ring support code

[PATCH 0/2] Elastic Flow Distributor
 2017-01-07  1:06 UTC  (7+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] efd: new Elastic Flow Distributor library
  ` [PATCH v2 2/5] app/test: add EFD functional and perf tests
  ` [PATCH v2 3/5] examples/flow_distributor: sample app to demonstrate EFD usage
  ` [PATCH v2 4/5] doc: add EFD library section in Programmers guide
  ` [PATCH v2 5/5] doc: add flow distributor guide

Safe maximum number of RADOS namespaces
 2017-01-07  1:03 UTC  (5+ messages)

[PATCH] platform/x86: fujitsu-laptop: rework logolamp_set() to properly handle errors
 2017-01-07  1:01 UTC  (4+ messages)

[PATCH] submodule update --init: displays correct path from submodule
 2017-01-07  1:01 UTC  (3+ messages)

[xen-unstable test] 104063: regressions - FAIL
 2017-01-07  0:58 UTC 

[PATCH net-next] liquidio: store the L4 hash of rx packets in skb
 2017-01-07  0:55 UTC 

[PATCH v3] net: stmmac: fix maxmtu assignment to be within valid range
 2017-01-07  0:54 UTC  (7+ messages)

[PATCH] ssb: main.c: This patch removes unnecessary return statement using spatch tool
 2017-01-07  0:52 UTC  (4+ messages)

[PATCH v3 0/3] timekeeping: Introduce a fast boot clock derived from fast monotonic clock
 2017-01-07  0:48 UTC  (3+ messages)
` [PATCH v3 1/3] timekeeping: Add a fast and NMI safe boot clock

[linux-lvm] inner VG inside chroot not visible inside chroot
 2017-01-07  0:48 UTC 

[PATCH] clk: scpi: don't add cpufreq device if the scpi dvfs node is disabled
 2017-01-07  0:44 UTC  (3+ messages)

[PATCH v4] net: stmmac: fix maxmtu assignment to be within valid range
 2017-01-07  8:10 UTC  (3+ messages)

[PATCH v4 00/47] xfs: online scrub/repair support
 2017-01-07  0:40 UTC  (48+ messages)
` [PATCH 01/47] xfs: plumb in needed functions for range querying of the freespace btrees
` [PATCH 02/47] xfs: provide a query_range function for "
` [PATCH 03/47] xfs: create a function to query all records in a btree
` [PATCH 04/47] xfs: introduce the XFS_IOC_GETFSMAP ioctl
` [PATCH 05/47] xfs: report shared extents in getfsmapx
` [PATCH 06/47] xfs: have getfsmap fall back to the freesp btrees when rmap is not present
` [PATCH 07/47] xfs: getfsmap should fall back to rtbitmap when rtrmapbt "
` [PATCH 08/47] xfs: add scrub tracepoints
` [PATCH 09/47] xfs: create an ioctl to scrub AG metadata
` [PATCH 10/47] xfs: generic functions to scrub metadata and btrees
` [PATCH 11/47] xfs: scrub the backup superblocks
` [PATCH 12/47] xfs: scrub AGF and AGFL
` [PATCH 13/47] xfs: scrub the AGI
` [PATCH 14/47] xfs: support scrubbing free space btrees
` [PATCH 15/47] xfs: support scrubbing inode btrees
` [PATCH 16/47] xfs: support scrubbing rmap btree
` [PATCH 17/47] xfs: support scrubbing refcount btree
` [PATCH 18/47] xfs: scrub inodes
` [PATCH 19/47] xfs: scrub inode block mappings
` [PATCH 20/47] xfs: scrub directory/attribute btrees
` [PATCH 21/47] xfs: scrub directory metadata
` [PATCH 22/47] xfs: scrub extended attributes
` [PATCH 23/47] xfs: scrub symbolic links
` [PATCH 24/47] xfs: scrub realtime bitmap/summary
` [PATCH 25/47] xfs: scrub should cross-reference with the bnobt
` [PATCH 26/47] xfs: cross-reference bnobt records with cntbt
` [PATCH 27/47] xfs: cross-reference extents with AG header
` [PATCH 28/47] xfs: cross-reference inode btrees during scrub
` [PATCH 29/47] xfs: cross-reference reverse-mapping btree
` [PATCH 30/47] xfs: cross-reference refcount btree during scrub
` [PATCH 31/47] xfs: scrub should cross-reference the realtime bitmap
` [PATCH 32/47] xfs: cross-reference the block mappings when possible
` [PATCH 33/47] xfs: create tracepoints for online repair
` [PATCH 34/47] xfs: implement the metadata repair ioctl flag
` [PATCH 35/47] xfs: add helper routines for the repair code
` [PATCH 36/47] xfs: repair superblocks
` [PATCH 37/47] xfs: repair the AGF and AGFL
` [PATCH 38/47] xfs: rebuild the AGI
` [PATCH 39/47] xfs: repair free space btrees
` [PATCH 40/47] xfs: repair inode btrees
` [PATCH 41/47] xfs: rebuild the rmapbt
` [PATCH 42/47] xfs: repair refcount btrees
` [PATCH 43/47] xfs: online repair of inodes
` [PATCH 44/47] xfs: repair inode block maps
` [PATCH 45/47] xfs: repair damaged symlinks
` [PATCH 46/47] xfs: query the per-AG reservation counters
` [PATCH 47/47] xfs: avoid mount-time deadlock in CoW extent recovery

[PATCH 0/6] Introduce DP MST Topology state
 2017-01-07  0:35 UTC  (7+ messages)
` [PATCH 4/6] drm/dp: Introduce DP MST topology manager state to track DP link bw

[PATCH next v1] ipvlan: don't use IDR for generating dev_id
 2017-01-07  0:33 UTC 

[PATCH 0/1] md/raid5 - fix build error
 2017-01-07  0:31 UTC  (2+ messages)
` [PATCH 1/1] md/raid5: Use correct IS_ERR() variation on pointer check

imx: RS-485 problems during TX, maybe DMA related
 2017-01-07  0:31 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] rpm: disable static build support
 2017-01-07  0:30 UTC 

[PATCH v2 00/19] i.MX Media Driver
 2017-01-07  0:25 UTC  (6+ messages)
` [PATCH v2 05/19] ARM: dts: imx6-sabresd: add OV5642 and OV5640 camera sensors

[PATCH v4 0/2] mtd: spi-nor: Add possibility to disable chip erase
 2017-01-06 23:45 UTC  (3+ messages)
` [PATCH v4 1/2] mtd: spi-nor: Fix whole chip erasing for stacked chips

[PATCH 0/8] DC Patches Jan 6, 2017
 2017-01-07  0:22 UTC  (9+ messages)
  ` [PATCH 1/8] drm/amd/display: Remove unused function in gamma_calcs
  ` [PATCH 2/8] drm/amd/display: Fix misleading indentation bug in link_encoder
  ` [PATCH 3/8] drm/amd/display: Fix warnings in DC
  ` [PATCH 4/8] drm/amd/display: Fix wrong index bug in set_avi_info_frame
  ` [PATCH 5/8] drm/amd/display: Check hdr support before setting
  ` [PATCH 6/8] drm/amd/display: fix Infoframe byte 28-31 doesn't get written out to register
  ` [PATCH 7/8] drm/amd/display: remove HDMI deep color debug flag
  ` [PATCH 8/8] drm/amd/display: Don't fail validation for SIGNAL_TYPE_VIRTUAL

When will bluetooth.git get updated to 4.10-rcX?
 2017-01-07  0:20 UTC  (3+ messages)

[PATCH] i2c: core: helper function to detect slave mode
 2017-01-07  0:19 UTC  (6+ messages)

[pull-request bluetooth] wpan fixes for 4.10 2017-01-07
 2017-01-07  0:18 UTC  (7+ messages)
` [PATCH bluetooth 1/5] ieee802154: atusb: do not use the stack for buffers to make them DMA able
` [PATCH bluetooth 2/5] ieee802154: atusb: make sure we set a randaom extended address if fetching fails
` [PATCH bluetooth 3/5] ieee802154: atusb: do not use the stack for address fetching to make it DMA able
` [PATCH bluetooth 4/5] at86rf230: Allow slow GPIO pins for "rstn"
` [PATCH bluetooth 5/5] ieee802154: atusb: fix driver to work with older firmware versions

[Xenomai] Xenomai 3 with kernel 4.1 for Beaglebone (with GPIO and PWM drivers)
 2017-01-07  0:17 UTC  (2+ messages)

[PATCH] MIPS: OCTEON: Platform support for DWC3 USB controller
 2017-01-07  0:14 UTC  (3+ messages)

[LSF/MM TOPIC] status update on stream IDs
 2017-01-07  0:13 UTC  (6+ messages)
` [Lsf-pc] "

[PATCH] x86/intel_rdt: reinitialize cbm for new group allocation
 2017-01-07  0:05 UTC 

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD REGRESSION 58f9c31724bfb8c0b08a4cbb5a6246c946ff4821
 2017-01-07  0:04 UTC 

[PATCH Version 4] SVCAUTH reap the rsc cache entry on RPC_SS_PROC_DESTROY
 2017-01-06 23:59 UTC  (6+ messages)

[PATCH] man: fix couple tools/checkmans.sh warnings
 2017-01-06 23:54 UTC 

[PATCH v4 00/15] mtd: nand: allow vendor specific detection/initialization
 2017-01-06 23:53 UTC  (5+ messages)
` [PATCH v4 07/15] mtd: nand: move Samsung specific init/detection logic in nand_samsung.c

[Qemu-devel] [PATCH] hw/pci: use-after-free in pci_nic_init_nofail when nic device fails to initialize
 2017-01-06 23:48 UTC 

[PATCHv1 0/7] Refactor macvtap to re-use tap functionality by other virtual intefaces
 2017-01-06 23:46 UTC  (9+ messages)
` [PATCHv1 1/7] TAP: Refactoring macvtap.c
` [PATCHv1 5/7] TAP: Extending tap device create/destroy APIs
` [PATCHv1 7/7] IPVTAP: IP-VLAN based tap driver

[LSF/MM TOPIC] getting statx() syscall merged
 2017-01-06 23:46 UTC 

[PATCH 0/9] drm/i915: SKL+ render decompression support
 2017-01-06 23:41 UTC  (2+ messages)

Iptables Reject with TCP Reset
 2017-01-06 23:40 UTC  (5+ messages)

[kernel-hardening] [RFC] x86/mm/KASLR: Remap GDTs at fixed location
 2017-01-06 23:39 UTC  (15+ messages)
` [kernel-hardening] "
                        `  "

[Intel-wired-lan] [PATCH v2] PCI: lock each enable/disable num_vfs operation in sysfs
 2017-01-06 23:35 UTC  (7+ messages)
`  "

[PATCH net] bpf: change back to orig prog on too many passes
 2017-01-06 23:26 UTC 

[PATCH 0/3] GPIO: Add driver for ThunderX and OCTEON-TX SoCs
 2017-01-06 23:26 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: gpio: Add binding documentation for gpio-thunderx

+ linux-next-git-rejects.patch added to -mm tree
 2017-01-06 23:25 UTC 

[PATCH v2 0/3] GPIO: Add driver for ThunderX and OCTEON-TX SoCs
 2017-01-06 23:23 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: gpio: Add binding documentation for gpio-thunderx
` [PATCH v2 2/3] gpio: Add gpio driver support for ThunderX and OCTEON-TX
` [PATCH v2 3/3] MAINTAINERS: Add entry for THUNDERX GPIO Driver

[Qemu-devel] Problems with qemu "modern" virtio on sparc64
 2017-01-06 23:23 UTC  (9+ messages)

[Qemu-devel] [PATCH 00/20] chardev: qom-ify
 2017-01-06 23:22 UTC  (4+ messages)
` [Qemu-devel] [PATCH 06/20] char: use a static array for backends

APM smmu implementation
 2017-01-06 23:21 UTC 

Regression: Ctrl-c from the pager in an alias exits it
 2017-01-06 23:20 UTC  (9+ messages)

[LSF/MM TOPIC] Network filesystem cache management system call
 2017-01-06 23:18 UTC  (2+ messages)

[PATCH] Layout tweaks for 1c layout
 2017-01-06 23:16 UTC  (2+ messages)

[RFC] Smart fibration plugin ext_4321
 2017-01-06 23:09 UTC  (8+ messages)

[PATCH 4.8 00/96] 4.8.17-stable review
 2017-01-06 21:43 UTC  (13+ messages)
` [PATCH 4.8 02/96] rtlwifi: Fix enter/exit power_save
` [PATCH 4.8 03/96] perf/x86: Fix exclusion of BTS and LBR for Goldmont
` [PATCH 4.8 05/96] rtl8xxxu: Work around issue with 8192eu and 8723bu devices not reconnecting
` [PATCH 4.8 06/96] cfg80211/mac80211: fix BSS leaks when abandoning assoc attempts
` [PATCH 4.8 12/96] gpio: chardev: Return error for seek operations
` [PATCH 4.8 14/96] clk: bcm2835: Avoid overwriting the div info when disabling a pll_div clk
` [PATCH 4.8 17/96] hv: acquire vmbus_connection.channel_mutex in vmbus_free_channels()
` [PATCH 4.8 19/96] staging: comedi: ni_mio_common: fix E series ni_ai_insn_read() data
` [PATCH 4.8 20/96] ACPI / video: Add force_native quirk for Dell XPS 17 L702X
` [PATCH 4.8 23/96] drm/nouveau/gr: fallback to legacy paths during firmware lookup
` [PATCH 4.8 25/96] drm/nouveau/bios: require checksum to match for fast acpi shadow method
` [PATCH 4.8 26/96] drm/nouveau/ltc: protect clearing of comptags with mutex

Nokia N900 headset detection & MIC Bias + TVOUT
 2017-01-06 23:07 UTC 

[LSF/MM ATTEND AND AGENDA TOPIC] request to attend the summit
 2017-01-06 23:05 UTC  (2+ messages)

[PATCH v2] i2c: core: helper function to detect slave mode
 2017-01-06 21:49 UTC  (2+ 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.