All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-11-11 11:42:30 to 2017-11-11 15:31:46 UTC [more...]

[PATCH] usb: ulpi: Add missing of_node_get() in ulpi_of_register()
 2017-11-11 15:31 UTC  (3+ messages)
` [PATCH] USB: ulpi: fix bus-node lookup

[PATCH net-next] net: dsa: Fix dependencies on bridge
 2017-11-11 15:29 UTC 

"git bisect" takes exactly one bad commit and one or more good?
 2017-11-11 15:27 UTC  (4+ messages)

[Qemu-devel] [PATCH V5] hw/pci-host: Fix x86 Host Bridges 64bit PCI hole
 2017-11-11 15:25 UTC 

[PATCH v3] af_netlink: ensure that NLMSG_DONE never fails in dumps
 2017-11-11 15:18 UTC  (7+ messages)
` [PATCH v4] "

[PATCH] app/testpmd: remove port status check from TM node add cli
 2017-11-11 15:17 UTC  (3+ messages)

[PATCH 0/2] scsi: ses: Fix space before '[' and remove error check
 2017-11-11 15:16 UTC  (3+ messages)
` [PATCH 1/2] scsi: ses: Fix space before '[' error
` [PATCH 2/2] scsi: ses: Remove unnecessary error check

[Qemu-devel] [PATCH for-2.12 v3 00/11] spapr: introduce an IRQ allocator at the machine level
 2017-11-11 15:15 UTC  (5+ messages)
` [Qemu-devel] [PATCH for-2.12 v3 01/11] spapr: add pseries 2.12 machine type
` [Qemu-devel] [PATCH for-2.12 v3 02/11] ppc/xics: remove useless if condition

[RFC PATCH v2] Fix: x86: Add missing core serializing instruction on migration
 2017-11-11 15:14 UTC  (5+ messages)

[PATCH v2] mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid
 2017-11-11 15:08 UTC 

[net-next:master 622/639] net/dsa/port.c:255: undefined reference to `br_vlan_enabled'
 2017-11-11 15:05 UTC  (3+ messages)

[PATCH 00/14] Modernization and fixes for NuBus subsystem
 2017-11-11 15:04 UTC  (3+ messages)
` [PATCH 04/14] nubus: Fix log spam

[PATCH] arm64: allwinner: a64: add Ethernet PHY regulator for several boards
 2017-11-11 15:03 UTC  (3+ messages)
` [linux-sunxi] "

[PATCH] mtd: Fix debugfs file creation when mtd->->dbg.dfs_dir is invalid
 2017-11-11 15:02 UTC  (3+ messages)

[PATCH] net/mlx4: fix last Tx wqe stamping lack
 2017-11-11 14:53 UTC  (3+ messages)

[PATCH] Makefile: use locally built sparse in the selfcheck target
 2017-11-11 14:44 UTC  (9+ messages)

[SPDK] Request for more details on SPDK driver API
 2017-11-11 14:40 UTC 

should "git bisect" support "git bisect next?"
 2017-11-11 14:38 UTC  (3+ messages)

[PATCH] doc: postpone devargs clean-up
 2017-11-11 14:35 UTC  (2+ messages)

Support for additional properties in touchscreen.h
 2017-11-11 14:34 UTC 

[PATCH v5] net/virtio: fix rxq intr config fails using vfio-pci
 2017-11-11 14:34 UTC  (3+ messages)
` [PATCH v6] "

[PATCH net-next] tcp: allow drivers to tweak TSQ logic
 2017-11-11 14:27 UTC  (2+ messages)
` [net-next] "

[PATCH v3] checkpatch.pl: Add SPDX license tag check
 2017-11-11 14:26 UTC  (4+ messages)

[PATCH v4 00/38] Makefile reognization
 2017-11-11 14:24 UTC  (39+ messages)
` [PATCH v4 01/38] build: make PREFIX overwritable from the environment
` [PATCH v4 02/38] build: put comment about local.mk to the place where it is included
` [PATCH v4 03/38] build: drop BASIC_CFLAGS and ALL_CFLAGS
` [PATCH v4 04/38] build: drop -g from LDFLAGS
` [PATCH v4 05/38] build: pass CPPFLAGS to compiler
` [PATCH v4 06/38] build: fix effectiveness of generated dependencies
` [PATCH v4 07/38] build: remove unused support for pkgconfig
` [PATCH v4 08/38] build: use '-objs' instead of '_EXTRA_DEPS'
` [PATCH v4 09/38] build: use '-ldlibs' instead of '_EXTRA_OBJS'
` [PATCH v4 10/38] build: allow target-specific CFLAGS, CPPFLAGS, LDFLAGS & LDLIBS
` [PATCH v4 11/38] build: allow CFLAGS & friends from command line
` [PATCH v4 12/38] build: avoid rule-specific CFLAGS
` [PATCH v4 13/38] build: use $LIBS directly in the dependency list
` [PATCH v4 14/38] build: no need to use wildcards for generated dependencies
` [PATCH v4 15/38] build: reuse rule for ALL_OBJS
` [PATCH v4 16/38] build: CHECKER_FLAGS=-Wno-vla for all targets
` [PATCH v4 17/38] build: move tests near their use
` [PATCH v4 18/38] build: only generate version.h when needed
` [PATCH v4 19/38] build: add note about overwritable vars
` [PATCH v4 20/38] build: remove references to unexisting pre-process.h
` [PATCH v4 21/38] build: move clean & clean-check together
` [PATCH v4 22/38] build: make clean targets quieter
` [PATCH v4 23/38] build: remove rule for shared lib, it's unused
` [PATCH v4 24/38] build: normalize rules
` [PATCH v4 25/38] build: remove the dist rule since unused
` [PATCH v4 26/38] build: use one line per item
` [PATCH v4 27/38] build: allow the name 'local.mk' to be configurable via the environment
` [PATCH v4 28/38] build: use standard rules for install
` [PATCH v4 29/38] build: remove unused QUIET_INST_SH
` [PATCH v4 30/38] build: let quiet commands use less indentation
` [PATCH v4 31/38] build: simplify quiet commands
` [PATCH v4 32/38] build: simplify clean pattern
` [PATCH v4 33/38] build: add *.o to clean-check pattern
` [PATCH v4 34/38] build: avoid foreach
` [PATCH v4 35/38] build: reorg & add comment
` [PATCH v4 36/38] build: use a single space before assignments
` [PATCH v4 37/38] build: add rule to run a single test
` [PATCH v4 38/38] build: let -fno-strict-aliasing be a mandatory flag

[PATCH] ARM: dts: imx6: Remove unneeded address-cells/size-cells
 2017-11-11 14:24 UTC  (3+ messages)

[PATCH v4 0/5] NVIDIA Tegra20 video decoder driver
 2017-11-11 14:21 UTC  (10+ messages)
` [PATCH v4 1/5] ARM: tegra: Add device tree node to describe IRAM
` [PATCH v4 2/5] media: dt: bindings: Add binding for NVIDIA Tegra Video Decoder Engine
` [PATCH v4 3/5] staging: Introduce NVIDIA Tegra video decoder driver

[PATCH net-next 0/2] cxgb4: collect LE-TCAM and SGE queue contexts
 2017-11-11 14:18 UTC  (3+ messages)
` [PATCH net-next 1/2] cxgb4: collect LE-TCAM dump
` [PATCH net-next 2/2] cxgb4: collect SGE queue context dump

[GIT] Networking
 2017-11-11 14:14 UTC 

[PATCH v3 01/11] drm/i915: Update watermark state correctly in sanitize_watermarks
 2017-11-11 14:14 UTC  (3+ messages)
` [Intel-gfx] "

pull-request: wireless-drivers-next 2017-11-11
 2017-11-11 14:14 UTC  (3+ messages)

Invalid memory access in `git apply`
 2017-11-11 14:10 UTC  (3+ messages)
` [PATCH] apply: avoid out-of-bounds access in fuzzy_matchlines()

Actualice su cuenta web
 2017-11-11 13:15 UTC 

Actualice su cuenta web
 2017-11-11 13:15 UTC 

[PATCH v2] xfsprogs: fix wrong variable type in write_once function
 2017-11-11 13:57 UTC 

[PATCH] doc: update ABI/API policy
 2017-11-11 11:37 UTC  (3+ messages)

[PATCH] eal/random: fix a wrong comment
 2017-11-11 13:27 UTC  (3+ messages)

[PATCH] bisect: clarify that one can select multiple good commits
 2017-11-11 13:46 UTC  (3+ messages)

[PATCH] powerpc/64s/slice: Use addr limit when computing slice mask
 2017-11-11 13:46 UTC  (5+ messages)

[PATCH v3 0/5] Revise crossrelease.txt
 2017-11-11 13:45 UTC  (16+ messages)
` [PATCH v3 1/5] locking/Documentation: Remove meaningless examples and a note
` [PATCH v3 2/5] locking/Documentation: Fix typos and clear grammar errors
` [PATCH v3 3/5] locking/Documentation: Fix weird expressions
` [PATCH v3 4/5] locking/Documentation: Add an example to help crossrelease.txt more readable
` [PATCH v3 5/5] locking/Documentation: Align crossrelease.txt with the width
` [PATCH] locking/Documentation: Revise Documentation/locking/crossrelease.txt

[PATCH v3] bisect: mention "view" as an alternative to "visualize"
 2017-11-11 13:39 UTC 

[PATCH v2] ath10k: Re-enable TXQs for all devices
 2017-11-11 13:38 UTC  (3+ messages)

[PATCH 3.16 167/294] i2c: ismt: Don't duplicate the receive length for block reads
 2017-11-11 13:32 UTC  (3+ messages)

[PATCH][v2 00/13] recipe fixes and updates
 2017-11-11 13:29 UTC  (14+ messages)
` [PATCH][v2 01/13] gparted: update 0.28.1 -> 0.30.0
` [PATCH][v2 02/13] libgphoto2: update 2.5.8 -> 2.5.14
` [PATCH][v2 03/13] gphoto2: "
` [PATCH][v2 04/13] xfce4-settings: update to 4.12.1
` [PATCH][v2 05/13] xfce4-pulseaudio-plugin: update 0.2.4 -> 0.3.2
` [PATCH][v2 06/13] xfce4-weather-plugin: update 0.8.9 -> 0.8.10
` [PATCH][v2 07/13] xfce4-xkb-plugin: update 0.8.0 -> 0.8.1
` [PATCH][v2 08/13] xfce4-appfinder: update 4.12.0 -> 4.13.0
` [PATCH][v2 09/13] xfdesktop: update 4.12.3 -> 4.12.4
` [PATCH][v2 10/13] tumbler: ensure thumbnails work properly
` [PATCH][v2 11/13] tumbler: update 0.1.31 to 0.2.0
` [PATCH][v2 12/13] xfce4-notifyd: update 0.3.6 -> 0.4.0
` [PATCH][v2 13/13] xfce4-notifyd: avoid trouble starting daemon for images with multiple desktops

[PATCH] net/tcp: introduce TRACE_EVENT for TCP/IPv4 state transition
 2017-11-11 13:26 UTC  (11+ messages)
        ` [PATCH] tcp: Export to userspace the TCP state names for the trace events

[PATCH v2] bisect: mention "view" as an alternative to "visualize"
 2017-11-11 13:20 UTC  (3+ messages)

[PATCH 0/3] ALSA: ml403-ac97cr: Fine-tuning for five function implementations
 2017-11-11 13:19 UTC  (12+ messages)
` [PATCH 1/3] ALSA: ml403-ac97cr: Use common error handling code in two functions
` [PATCH 2/3] ALSA: ml403-ac97cr: Delete an unnecessary return statement in snd_ml403_ac97cr_codec_write()
  ` [PATCH 2/3] ALSA: ml403-ac97cr: Delete an unnecessary return statement in snd_ml403_ac97cr_codec_wri
` [PATCH 3/3] ALSA: ml403-ac97cr: Adjust four checks for null pointers

[PATCH] net: Remove unused skb_shared_info member
 2017-11-11 13:09 UTC  (2+ messages)

[PATCH net-next 0/3] l2tp: avoid aliasing tunnels socket pointer
 2017-11-11 13:08 UTC  (2+ messages)

[Buildroot] [PATCH] olimex_a20_olinuxino_lime2: bump versions
 2017-11-11 13:04 UTC  (2+ messages)

[Buildroot] [git commit branch/next] olimex_a20_olinuxino_lime2: bump versions
 2017-11-11 13:03 UTC 

GP10B regression
 2017-11-11 13:02 UTC  (2+ messages)

Patch "drm/bridge: adv7511: Rework adv7511_power_on/off() so they can be reused internally" has been added to the 4.9-stable tree
 2017-11-11 13:01 UTC 

Patch "drm/bridge: adv7511: Reuse __adv7511_power_on/off() when probing EDID" has been added to the 4.9-stable tree
 2017-11-11 13:01 UTC 

Patch "drm/bridge: adv7511: Re-write the i2c address before EDID probing" has been added to the 4.9-stable tree
 2017-11-11 13:01 UTC 

[PATCH net-next v3 0/3] net: dsa: b53: Turn on Broadcom tags
 2017-11-11 12:55 UTC  (2+ messages)

Patch "rbd: use GFP_NOIO for parent stat and data requests" has been added to the 4.4-stable tree
 2017-11-11 12:55 UTC 

[PATCH 1/2] KEYS: trusted: sanitize all key material
 2017-11-11 12:55 UTC  (3+ messages)
` [PATCH 2/2] KEYS: trusted: fix writing past end of buffer in trusted_read()

Patch "rbd: use GFP_NOIO for parent stat and data requests" has been added to the 3.18-stable tree
 2017-11-11 12:54 UTC 

Patch "KEYS: trusted: fix writing past end of buffer in trusted_read()" has been added to the 3.18-stable tree
 2017-11-11 12:54 UTC 

pull-request: can 2017-11-10
 2017-11-11 12:52 UTC  (2+ messages)

Backport of 1e37f2f84680
 2017-11-11 12:52 UTC  (3+ messages)
` [PATCH for < 4.9] rbd: use GFP_NOIO for parent stat and data requests

[PATCH net] vxlan: fix the issue that neigh proxy blocks all icmpv6 packets
 2017-11-11 12:44 UTC  (2+ messages)

[PATCH v3 0/7] OMAP2+ OneNAND driver update
 2017-11-11 12:50 UTC  (9+ messages)
` [PATCH v3 5/7] mtd: onenand: omap2: Unify OMAP2 and OMAP3 DMA implementation

[PATCH net-next 0/2] net: dsa: lan9303: IGMP handling
 2017-11-11 12:50 UTC  (2+ messages)

[PATCH RFC,WIP 0/5] Flow offload infrastructure
 2017-11-11 12:49 UTC  (3+ messages)
` [PATCH RFC,WIP 5/5] netfilter: nft_flow_offload: add ndo hooks for hardware offload

[PATCH net-next] cxgb4: collect vpd info directly from hardware
 2017-11-11 12:47 UTC  (2+ messages)

[PATCH] drm: gem_cma_helper.c: Allow importing of contiguous scatterlists with nents > 1
 2017-11-11 12:47 UTC  (4+ messages)
` [PATCH v2] "

[PATCH net v3 00/12] Fixes, cleanup and modernization for some legacy ethernet NIC drivers
 2017-11-11 12:39 UTC  (2+ messages)

Fwd: Build failed in Jenkins: ceph-master #1408
 2017-11-11 12:38 UTC  (2+ messages)

staging: pi433: Possible bug in rf69.c
 2017-11-11 12:33 UTC  (11+ messages)

[PATCH v2 net-next 1/3] netem: convert to qdisc_watchdog_schedule_ns
 2017-11-11 12:28 UTC  (3+ messages)

Significant difference in 'file size' and 'disk usage' for single files
 2017-11-11 12:14 UTC  (2+ messages)

[Buildroot] [PATCH/next 1/1] package/{mesa3d, mesa3d-headers}: bump version to 17.2.5
 2017-11-11 12:13 UTC 

[PATCH 1/2] sdlcam: fix linking
 2017-11-11 12:04 UTC  (4+ messages)
` [PATCH 2/2] sdlcam: ignore binary

[PATCH] drm/amdgpu/virt: remove redundant variable pf2vf_ver
 2017-11-11 11:51 UTC  (3+ messages)

[PATCH 0/2][v5] Add the ability to do BPF directed error injection
 2017-11-11 11:51 UTC  (6+ messages)
` [PATCH 1/2] bpf: add a bpf_override_function helper


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.