All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-17 12:40:08 to 2019-01-17 13:16:39 UTC [more...]

[LTP] [PATCH] controllers/cgroup_regression_test.sh: Fix two issues
 2019-01-18 11:16 UTC  (2+ messages)

[U-Boot] [PATCH] MTD: nand: mxs_nand: Allow driver to auto setup ECC in SPL
 2019-01-17 13:16 UTC 

Regression found (Stop-marking-clocks-as-CLK_IS_CRITICAL)
 2019-01-17 13:16 UTC  (11+ messages)

[PATCH v2 0/5] btrfs: Enhancement to tree block validation
 2019-01-17 13:14 UTC  (3+ messages)
` [PATCH v2 1/5] btrfs: Always output error message when key/level verification fails

[PATCH v2 0/4] drm/i915: introduce macros to define register contents
 2019-01-17 13:13 UTC  (9+ messages)
` [PATCH v2 2/4] drm/i915: introduce _BIT() and _MASK() "
` [PATCH v2 4/4] drm/i915: introduce _FIELD() to define register field values
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: introduce macros to define register contents (rev2)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH] eal: fix out of bound access when no cpu is available
 2019-01-17 13:12 UTC 

[PATCH 00/76] Convert diff opt parser to parse_options()
 2019-01-17 13:06 UTC  (77+ messages)
` [PATCH 01/76] parse-options.h: remove extern on function prototypes
` [PATCH 02/76] parse-options: add one-shot mode
` [PATCH 03/76] parse-options: allow keep-unknown + stop-at-non-opt combination
` [PATCH 04/76] parse-options: disable option abbreviation with PARSE_OPT_KEEP_UNKNOWN
` [PATCH 05/76] parse-options: add OPT_BITOP()
` [PATCH 06/76] parse-options: stop abusing 'callback' for lowlevel callbacks
` [PATCH 07/76] parse-options: avoid magic return codes
` [PATCH 08/76] parse-options: allow ll_callback with OPTION_CALLBACK
` [PATCH 09/76] diff.h: keep forward struct declarations sorted
` [PATCH 10/76] diff.h: avoid bit fields in struct diff_flags
` [PATCH 11/76] diff.c: prepare to use parse_options() for parsing
` [PATCH 12/76] diff.c: convert -u|-p|--patch
` [PATCH 13/76] diff.c: convert -U|--unified
` [PATCH 14/76] diff.c: convert -W|--[no-]function-context
` [PATCH 15/76] diff.c: convert --raw
` [PATCH 16/76] diff.c: convert --patch-with-raw
` [PATCH 17/76] diff.c: convert --numstat and --shortstat
` [PATCH 18/76] diff.c: convert --dirstat and friends
` [PATCH 19/76] diff.c: convert --check
` [PATCH 20/76] diff.c: convert --summary
` [PATCH 21/76] diff.c: convert --patch-with-stat
` [PATCH 22/76] diff.c: convert --name-only
` [PATCH 23/76] diff.c: convert --name-status
` [PATCH 24/76] diff.c: convert -s|--no-patch
` [PATCH 25/76] diff.c: convert --stat*
` [PATCH 26/76] diff.c: convert --[no-]compact-summary
` [PATCH 27/76] diff.c: convert --output-*
` [PATCH 28/76] diff.c: convert -B|--break-rewrites
` [PATCH 29/76] diff.c: convert -M|--find-renames
` [PATCH 30/76] diff.c: convert -D|--irreversible-delete
` [PATCH 31/76] diff.c: convert -C|--find-copies
` [PATCH 32/76] diff.c: convert --find-copies-harder
` [PATCH 33/76] diff.c: convert --no-renames|--[no--rename-empty
` [PATCH 34/76] diff.c: convert --relative
` [PATCH 35/76] diff.c: convert --[no-]minimal
` [PATCH 36/76] diff.c: convert --ignore-some-changes
` [PATCH 37/76] diff.c: convert --[no-]indent-heuristic
` [PATCH 38/76] diff.c: convert --patience
` [PATCH 39/76] diff.c: convert --histogram
` [PATCH 40/76] diff.c: convert --diff-algorithm
` [PATCH 41/76] diff.c: convert --anchored
` [PATCH 42/76] diff.c: convert --binary
` [PATCH 43/76] diff.c: convert --full-index
` [PATCH 44/76] diff.c: convert -a|--text
` [PATCH 45/76] diff.c: convert -R
` [PATCH 46/76] diff.c: convert --[no-]follow
` [PATCH 47/76] diff.c: convert --[no-]color
` [PATCH 48/76] diff.c: convert --word-diff
` [PATCH 49/76] diff.c: convert --word-diff-regex
` [PATCH 50/76] diff.c: convert --color-words
` [PATCH 51/76] diff.c: convert --exit-code
` [PATCH 52/76] diff.c: convert --quiet
` [PATCH 53/76] diff.c: convert --ext-diff
` [PATCH 54/76] diff.c: convert --textconv
` [PATCH 55/76] diff.c: convert --ignore-submodules
` [PATCH 56/76] diff.c: convert --submodule
` [PATCH 57/76] diff.c: convert --ws-error-highlight
` [PATCH 58/76] diff.c: convert --ita-[in]visible-in-index
` [PATCH 59/76] diff.c: convert -z
` [PATCH 60/76] diff.c: convert -l
` [PATCH 61/76] diff.c: convert -S|-G
` [PATCH 62/76] diff.c: convert --pickaxe-all|--pickaxe-regex
` [PATCH 63/76] diff.c: convert -O
` [PATCH 64/76] diff.c: convert --find-object
` [PATCH 65/76] diff.c: convert --diff-filter
` [PATCH 66/76] diff.c: convert --[no-]abbrev
` [PATCH 67/76] diff.c: convert --[src|dst]-prefix
` [PATCH 68/76] diff.c: convert --line-prefix
` [PATCH 69/76] diff.c: convert --no-prefix
` [PATCH 70/76] diff.c: convert --inter-hunk-context
` [PATCH 71/76] diff.c: convert --color-moved
` [PATCH 72/76] diff.c: convert --color-moved-ws
` [PATCH 73/76] diff.c: allow --no-color-moved-ws
` [PATCH 74/76] range-diff: use parse_options() instead of diff_opt_parse()
` [PATCH 75/76] diff --no-index: "
` [PATCH 76/76] am: avoid diff_opt_parse()

[PATCH v2 4/4] xen/x86: Allow stubdom access to irq created for msi
 2019-01-17 13:12 UTC  (11+ messages)

[PATCH v2 08/11] clk: renesas: r8a774c0: Add missing CANFD clock
 2019-01-17 13:11 UTC  (3+ messages)

[PATCH v2] jbd2: make sure dirty flag is cleared while revorking a buffer which belongs to older transaction
 2019-01-17 13:11 UTC  (4+ messages)

[PATCH v10 perf, bpf-next 0/9] reveal invisible bpf programs
 2019-01-17 13:10 UTC  (8+ messages)
` [PATCH v10 perf, bpf-next 1/9] perf, bpf: Introduce PERF_RECORD_KSYMBOL
` [PATCH v10 perf, bpf-next 3/9] perf, bpf: introduce PERF_RECORD_BPF_EVENT
` [PATCH v10 perf, bpf-next 9/9] bpf: add module name [bpf] to ksymbols for bpf programs

[PATCH] eal: support strlcat function
 2019-01-17 13:10 UTC  (2+ messages)

[PATCH RFC 0/2] virtio-net: interrupt related improvements
 2019-01-17 13:09 UTC  (10+ messages)
` [PATCH RFC 1/2] virtio-net: bql support

[PATCH net 0/7] virtio_net: Fix problems around XDP tx and napi_tx
 2019-01-17 13:05 UTC  (17+ messages)
` [PATCH net 3/7] virtio_net: Fix not restoring real_num_rx_queues
` [PATCH net 4/7] virtio_net: Fix out of bounds access of sq
` [PATCH net 5/7] virtio_net: Don't process redirected XDP frames when XDP is disabled
` [PATCH net 6/7] virtio_net: Use xdp_return_frame to free xdp_frames on destroying vqs
` [PATCH net 7/7] virtio_net: Differentiate sk_buff and xdp_frame on freeing

[PATCH 0/3] PCI: hv: Use vPCI protocol version 1.2 for v4.9
 2019-01-17 20:47 UTC  (4+ messages)
` [PATCH 1/3] PCI: hv: Allocate physically contiguous hypercall params buffer
` [PATCH 2/3] PCI: hv: Add vPCI version protocol negotiation
` [PATCH 3/3] PCI: hv: Use vPCI protocol version 1.2 for v4.9

[PATCH] net: mlx5: update hw flows when encap source mac changed
 2019-01-17 13:04 UTC  (2+ messages)

[PATCH] drm: support gpu aliases defined in DT data
 2019-01-17 13:04 UTC  (3+ messages)

[PATCH net-next] net/mlx4: remove unneeded semicolon
 2019-01-17 13:03 UTC  (2+ messages)

[PATCH v1] iommu/s390: Declare s390 iommu reserved regions
 2019-01-17 13:02 UTC  (4+ messages)

[PATCH v3 1/3] media: imx: add capture compose rectangle
 2019-01-17 13:01 UTC  (6+ messages)
` [PATCH v3 2/3] media: imx: set compose rectangle to mbus format

[PATCH] pwm: Add MediaTek MT8183 display PWM driver support
 2019-01-17 13:00 UTC  (4+ messages)

[PATCH] media: remove soc_camera ov9640
 2019-01-17 13:01 UTC  (3+ messages)

[PATCH] watchdog: qcom: Add suspend/resume support
 2019-01-17 13:00 UTC  (6+ messages)

[PATCH 1/5] pwm: mediatek: add a property "mediatek,num-pwms"
 2019-01-17 13:00 UTC  (5+ messages)
` [PATCH 3/5] arm64: dts: mt7622: add a property "mediatek,num-pwms" for PWM

Recent changes (master)
 2019-01-17 13:00 UTC 

[PATCH net-next] net: ethernet: ti: cpsw-phy-sel: remove unneeded semicolon
 2019-01-17 12:59 UTC  (2+ messages)

[PATCH blktests 1/2] nvme: enable buffered_io for file-backed namespaces
 2019-01-17 12:59 UTC  (4+ messages)
` [PATCH blktests 2/2] nvme: test resize of a namespace with file-backed ns

[PATCH 00/11] Add basic EK874 support
 2019-01-17 12:59 UTC  (6+ messages)
` [PATCH 02/11] dt-bindings: arm: renesas: Add si-linux cat87[45] boards

[patch 0/3] perf: Convert to SPDX license identifiers
 2019-01-17 12:59 UTC  (3+ messages)
` [patch 2/3] perf/hw_breakpoints: Convert to SPDX license identifier

[PATCH] net: mlx5: allow default ip_proto to offload
 2019-01-17 12:58 UTC  (2+ messages)

[PATCHv4 00/13] Heterogeneuos memory node attributes
 2019-01-17 12:58 UTC  (2+ messages)

[PATCH v3 0/4] Add NXP AUDMIX device and machine drivers
 2019-01-17 12:46 UTC  (10+ messages)
` [PATCH v3 1/4] ASoC: fsl: Add Audio Mixer CPU DAI driver
` [PATCH v3 2/4] ASoC: add fsl_audmix DT binding documentation
` [PATCH v3 3/4] ASoC: fsl: Add Audio Mixer machine driver
` [PATCH v3 4/4] ASoC: add imx-audmix DT binding documentation

[Qemu-devel] [PATCH] blk: postpone request execution on a context protected with "drained section"
 2019-01-17 12:57 UTC  (11+ messages)
                  ` [Qemu-devel] PING: "

[PATCH net-next] tipc: remove unneeded semicolon in trace.c
 2019-01-17 12:57 UTC 

RTnet splash with current next and stable
 2019-01-17 12:56 UTC  (9+ messages)
          ` [PATCH] rtnet: Fix lifecycle management of mapped rtskbs

[Qemu-devel] Questions about VFIO enabling MSIX vector
 2019-01-17 12:55 UTC  (5+ messages)

[Qemu-devel] [PATCH 00/14] tests: acpi: add UEFI (ARM) testing support
 2019-01-17 12:54 UTC  (7+ messages)
  ` [Qemu-devel] [PATCH 11/14] tests: acpi: add AVMF firmware blobs

Error: base-files/3.0.14-r89/temp/run.do_install.80432: Syntax error: Unterminated quoted string
 2019-01-17 12:54 UTC  (6+ messages)

v4.19.16 build: 0 failures 2 warnings (v4.19.16)
 2019-01-17 12:53 UTC 

[PATCH v4 00/10] Add RISC-V support
 2019-01-17 12:51 UTC  (7+ messages)
` [PATCH v4 08/10] RISC-V: Add auxiliary files
` [PATCH v4 09/10] RISC-V: Add to build system
` [PATCH v4 10/10] fdt: Treat device tree file type like ACPI

WIP Droid 4 voice calls, GNSS & PM with a TS 27.010 serdev driver
 2019-01-17 12:51 UTC  (9+ messages)

[PATCH i-g-t] i915/gem_exec_nop: poll-sequential requires ordering between rings
 2019-01-17 12:51 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[Qemu-devel] [PATCH v6 0/4] allow to load initrd below 4G for recent kernel
 2019-01-17 12:49 UTC  (5+ messages)
` [Qemu-devel] [PATCH v6 1/4] unify len and addr type for memory/address APIs
` [Qemu-devel] [PATCH v6 2/4] hw/core/loader.c: Read as long as possible in load_image_size()
` [Qemu-devel] [PATCH v6 3/4] i386: import & use bootparam.h
` [Qemu-devel] [PATCH v6 4/4] i386: allow to load initrd below 4 GB for recent linux

[PATCH] pinctrl: sh-pfc: r8a7778: Fix HSPI pin numbers and names
 2019-01-17 12:48 UTC  (2+ messages)

[Qemu-devel] [PATCH v10 00/24] Fixing record/replay and adding reverse debugging
 2019-01-17 12:48 UTC  (5+ messages)
` [Qemu-devel] [PATCH v10 08/24] migration: introduce icount field for snapshots
` [Qemu-devel] [PATCH v10 10/24] qapi: introduce replay.json for record/replay-related stuff

[DPDK] raw/ifpga: fix a memory leak bug in /driver/raw/ifpga_rawdev
 2019-01-17 12:47 UTC 

[Qemu-devel] [PULL v2 00/49] pci, pc, virtio: fixes, features
 2019-01-17 12:48 UTC  (2+ messages)

[PATCHSET v5] io_uring IO interface
 2019-01-17 12:48 UTC  (4+ messages)
` [PATCH 05/15] Add "

[PATCH 0/2] ASoC: soc-core: use snd_soc_dai_link_component for cpu
 2019-01-17 12:48 UTC  (4+ messages)

[PATCH v4 0/4] locking,drm: Fix ww mutex naming / algorithm inconsistency
 2019-01-17 12:47 UTC  (6+ messages)
` [PATCH v4 2/3] locking: Implement an algorithm choice for Wound-Wait mutexes

regression caused by: "amlogic: mmc: meson-gx: add signal resampling"
 2019-01-17 12:42 UTC  (5+ messages)

[PATCH 00/17] ARM: davinci: modernize the timer support
 2019-01-17 12:42 UTC  (7+ messages)
` [PATCH 02/17] clocksource: davinci-timer: new driver

[PATCH v3 0/4] Add MediaTek MUSB Controller Driver
 2019-01-17 12:41 UTC  (7+ messages)
` [PATCH v3 1/4] dt-bindings: usb: musb: Add support for MediaTek musb controller
      ` [v3,1/4] "

Question about default m88e1510 LED configuration of marvell phy
 2019-01-17 12:41 UTC  (6+ messages)

[PATCH 1/6] spi: bitbang: Don't call chipselect() in spi_bitbang_setup()
 2019-01-17 12:40 UTC  (3+ messages)
` Applied "spi: bitbang: Don't call chipselect() in spi_bitbang_setup()" to the spi tree

[PATCH 3/6] spi: ath79: Enable support for compile test
 2019-01-17 12:40 UTC  (3+ messages)
` Applied "spi: ath79: Enable support for compile test" to the spi tree

[PATCH 2/6] spi: ath79: Simplify ath79_spi_chipselect()
 2019-01-17 12:40 UTC  (3+ messages)
` Applied "spi: ath79: Simplify ath79_spi_chipselect()" to the spi tree

[PATCH 4/6] spi: ath79: Remove now useless code
 2019-01-17 12:40 UTC  (3+ messages)
` Applied "spi: ath79: Remove now useless code" to the spi tree

[PATCH] ASoC: rt5682: add default pdata for i2s mode
 2019-01-17 12:40 UTC  (2+ messages)
` Applied "ASoC: rt5682: add default pdata for i2s mode" to the asoc tree

[Qemu-devel] [RFC PATCH v2 00/37] Support Kconfig in QEMU
 2019-01-17 12:36 UTC  (4+ messages)
` [Qemu-devel] [RFC PATCH v2 13/37] hw/riscv/Makefile.objs: Create CONFIG_* for riscv boards


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.