All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-26 21:04:23 to 2019-01-27 03:49:23 UTC [more...]

linux-next: Signed-off-by missing for commit in the drm-intel tree
 2019-01-27  3:49 UTC  (2+ messages)

alsa-utils 1.1.8: axfer tests take ages tu run
 2019-01-27  3:44 UTC  (3+ messages)

[PATCH v1] svcrdma: Remove max_sge check at connect time
 2019-01-27  3:43 UTC  (3+ messages)

linux-next: Fixes tag needs some work in the drm-misc-fixes tree
 2019-01-27  3:41 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the kselftest-fixes tree
 2019-01-27  3:36 UTC 

[Qemu-trivial] [PATCH 0/4] Clarify the LGPL version in some files
 2019-01-27  3:08 UTC  (4+ messages)
` [Qemu-trivial] [PATCH 2/4] target/openrisc: Fix LGPL version number
    ` [Qemu-devel] "

[PATCH v2 00/21] Refine memblock API
 2019-01-27  3:07 UTC  (11+ messages)
` [PATCH v2 01/21] openrisc: prefer memblock APIs returning virtual address
    ` [v2,01/21] "
    ` [OpenRISC] [PATCH v2 01/21] "

[PATCH v4] kbuild: Add support for DT binding schema checks
 2019-01-27  3:00 UTC  (5+ messages)

[regression -next0117] What is kcompactd and why is he eating 100% of my cpu?
 2019-01-27  2:56 UTC  (2+ messages)

[PATCH] ima-evm-utils: remove redundant call to OpenSSL_add_all_algorithms
 2019-01-27  2:39 UTC 

Are your photos ready?
 2019-01-26 12:34 UTC 

alsa-utils source is missing axfer/test/generator.h
 2019-01-27  2:34 UTC  (2+ messages)

[PATCH] alsa-utils: axfer: add missing header file of unit test to distribution
 2019-01-27  2:29 UTC 

[PATCH] net: lmc: remove -I. header search path
 2019-01-27  2:27 UTC  (2+ messages)

[Bug 109462] [bisected] Latest amd-staging-drm-next vega10 MCLK stuck on lowest level
 2019-01-27  2:15 UTC 

[Qemu-riscv] [PATCH] target/riscv: fix counter-enable checks in ctr()
 2019-01-26 23:02 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH v3 1/9] doc/media-api: Enable MediaEndpoint to expose remote SEP
 2019-01-27  2:00 UTC  (5+ messages)

Incremental receive completes succesfully despite missing files
 2019-01-27  1:58 UTC  (12+ messages)

GPL License Revocation from 8chan "John Doe" user (Software: GPC-Slots2)
 2019-01-27  1:57 UTC 

[Qemu-devel] [PATCH] target/xtensa: drop function xtensa_timer_irq
 2019-01-27  1:44 UTC 

[Qemu-devel] [PATCH] target/xtensa: rearrange access to external interrupts
 2019-01-27  1:45 UTC 

[Qemu-devel] [PATCH] slirp: Replace QEMU_BUILD_BUG_ON with own macro
 2019-01-27  1:55 UTC  (2+ messages)

[PATCH] log,diff-tree: add --combined-with-paths options for merges with renames
 2019-01-27  1:52 UTC  (12+ messages)
` [PATCH v2] "
  ` [PATCH v3] log,diff-tree: add --combined-all-names option

[Qemu-devel] [PATCH 0/4] ppc: move the interrupt presenters under the CPU machine_data
 2019-01-26  2:37 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/4] xive: add a get_tctx() method to the XiveRouter
` [Qemu-devel] [PATCH 2/4] ppc/pnv: introduce a CPU machine_data
` [Qemu-devel] [PATCH 3/4] spapr: move the interrupt presenters under machine_data

[Qemu-devel] [PATCH v2 0/8] target/ppc: remove various endian hacks from int_helper.c
 2019-01-26  1:53 UTC  (6+ messages)

[Qemu-devel] [PATCH v4 0/3] ppc/gdbstub: Expose SPRs to GDB
 2019-01-26  1:50 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 2/3] target/ppc: Add GDB callbacks for SPRs
  ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH v1] spapr/pci: Fix primary bus number for PCI bridges
 2019-01-26  1:42 UTC  (3+ messages)

[bug report] Input: add st-keyscan driver
 2019-01-27  1:20 UTC  (4+ messages)

[Qemu-devel] [PATCH 00/27] slirp: make it again a standalone project (part 2)
 2019-01-27  1:09 UTC  (58+ messages)
` [Qemu-devel] [PATCH 01/27] slirp: generalize guestfwd with a callback based approach
` [Qemu-devel] [PATCH 02/27] net/slirp: simplify checking for cmd: prefix
` [Qemu-devel] [PATCH 03/27] net/slirp: free forwarding rules on cleanup
` [Qemu-devel] [PATCH 04/27] net/slirp: fix leaks on forwaring rule registration error
` [Qemu-devel] [PATCH 05/27] slirp: add callbacks for timer
` [Qemu-devel] [PATCH 06/27] slirp: replace trace functions with DEBUG calls
` [Qemu-devel] [PATCH 07/27] slirp: replace QEMU_PACKED with SLIRP_PACKED
` [Qemu-devel] [PATCH 08/27] slirp: replace most qemu socket utilities with slirp own version
` [Qemu-devel] [PATCH 09/27] slirp: replace qemu_set_nonblock()
` [Qemu-devel] [PATCH 10/27] slirp: add unregister_poll_fd() callback
` [Qemu-devel] [PATCH 11/27] slirp: replace qemu_notify_event() with a callback
` [Qemu-devel] [PATCH 12/27] slirp: move QEMU state saving to a separate unit
` [Qemu-devel] [PATCH 13/27] slirp: do not include qemu headers in libslirp.h public API header
` [Qemu-devel] [PATCH 14/27] slirp: improve windows headers inclusion
` [Qemu-devel] [PATCH 15/27] slirp: add slirp own version of pstrcpy
` [Qemu-devel] [PATCH 16/27] slirp: remove qemu timer.h dependency
` [Qemu-devel] [PATCH 17/27] slirp: remove now useless QEMU headers inclusions
` [Qemu-devel] [PATCH 18/27] slirp: replace net/eth.h inclusion with own defines
` [Qemu-devel] [PATCH 19/27] slirp: replace qemu qtailq with slirp own copy
` [Qemu-devel] [PATCH 20/27] slirp: replace remaining qemu headers dependency
` [Qemu-devel] [PATCH 21/27] slirp: prefer c99 types over BSD kind
` [Qemu-devel] [PATCH 22/27] slirp: improve send_packet() callback
` [Qemu-devel] [PATCH 23/27] slirp: replace global polling with per-instance & notifier
` [Qemu-devel] [PATCH 24/27] slirp: remove slirp_instances list
` [Qemu-devel] [PATCH 25/27] slirp: use polling callbacks, drop glib requirement
` [Qemu-devel] [PATCH 26/27] slirp: pass opaque to all callbacks
` [Qemu-devel] [PATCH 27/27] slirp: API is extern C

[PATCH V2] fetch2/gitsm: fix config file concurrent update race
 2019-01-27  1:18 UTC  (10+ messages)

[PATCH v2] ARM: avoid Cortex-A9 livelock on tight dmb loops
 2019-01-27  1:15 UTC  (7+ messages)

[PATCH v2] lubusb1: Add udev support
 2019-01-27  1:10 UTC  (3+ messages)

[PATCH net] net: tls: Fix deadlock in free_resources tx
 2019-01-27  0:59 UTC 

[PATCH net] net: tls: Save iv in tls_rec for async crypto requests
 2019-01-27  0:57 UTC 

[PATCH] serial: 8250: Add OF support for Xscale variant
 2019-01-27  1:04 UTC 

[PATCH] drm/i915: Don't send MST hotplugs until after resume
 2019-01-27  0:42 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Don't send MST hotplugs until after resume (rev2)
` ✗ Fi.CI.IGT: failure "

[PATCH 00/14] nd/diff-parseopt part 1
 2019-01-27  0:35 UTC  (15+ messages)
` [PATCH 01/14] parse-options.h: remove extern on function prototypes
` [PATCH 02/14] parse-options: add one-shot mode
` [PATCH 03/14] parse-options: disable option abbreviation with PARSE_OPT_KEEP_UNKNOWN
` [PATCH 04/14] parse-options: add OPT_BITOP()
` [PATCH 05/14] parse-options: stop abusing 'callback' for lowlevel callbacks
` [PATCH 06/14] parse-options: avoid magic return codes
` [PATCH 07/14] parse-options: allow ll_callback with OPTION_CALLBACK
` [PATCH 08/14] diff.h: keep forward struct declarations sorted
` [PATCH 09/14] diff.h: avoid bit fields in struct diff_flags
` [PATCH 10/14] diff.c: prepare to use parse_options() for parsing
` [PATCH 11/14] diff.c: convert -u|-p|--patch
` [PATCH 12/14] diff.c: convert -U|--unified
` [PATCH 13/14] diff.c: convert -W|--[no-]function-context
` [PATCH 14/14] diff.c: convert --raw

[PATCH net-next V4 0/5] vhost: accelerate metadata access through vmap()
 2019-01-27  0:31 UTC  (5+ messages)

[PATCH v2 1/3] Add tests for describe with --work-tree
 2019-01-27  0:25 UTC  (6+ messages)
` [PATCH v2 2/3] Setup working tree in describe
` [PATCH v2 3/3] Add test for describe with a bare repository

Checkout branch and prune everything related to previous checkout (incl. LFS remains)
 2019-01-27  0:16 UTC 

[PATCH v2 0/4] crypto: fix crct10dif for ARM and arm64
 2019-01-27  0:07 UTC  (3+ messages)

[PATCH] fetch: prefer suffix substitution in compact fetch.output
 2019-01-26 23:57 UTC  (3+ messages)

[GIT PULL] VFIO fixes for v5.0-rc4
 2019-01-26 23:45 UTC  (2+ messages)

[Qemu-devel] Crash when booting KDE Neon using qxl-vga
 2019-01-26 23:44 UTC 

[PATCH v2 1/6] iio:bmi160: add SPDX identifiers
 2019-01-26 23:39 UTC  (7+ messages)
` [PATCH v2 2/6] iio:bmi160: add drdy interrupt support
` [PATCH v2 4/6] dt-bindings: document open-drain property

[PATCH 1/1] gcc-shared-source: Fix devtool missing patch/unpack tasks
 2019-01-26 23:26 UTC 

[GIT PULL] libnvdimm fixes for v5.0-rc4
 2019-01-26 23:30 UTC 

[PATCH 0/1] gcc-shared-source: Fix devtool missing patch/unpack tasks
 2019-01-26 23:26 UTC 

[xen-unstable test] 132478: regressions - FAIL
 2019-01-26 23:29 UTC 

[PATCH] staging: rtlwifi: replace ---help--- with help in Kconfig
 2019-01-27  0:21 UTC 

[meta-oe][PATCH] openssl: fix multilib file install conflicts
 2019-01-26 23:15 UTC  (3+ messages)
` [meta-oe][PATCH v2] "

[GIT PULL] Block fixes for 5.0-rc4
 2019-01-26 23:15 UTC  (2+ messages)

[GIT PULL] SCSI fixes for 5.0-rc3
 2019-01-26 23:15 UTC  (2+ messages)

[PATCH net-next 1/1] openvswitch: Declare ovs key structures using macros
 2019-01-26 23:04 UTC  (2+ messages)

Heads up: next-20190115 and GCC 9.0 don't play nice
 2019-01-26 22:43 UTC  (2+ messages)

Data entry service and data processing services
 2019-01-26  9:12 UTC 

Data entry service and data processing services
 2019-01-26 10:03 UTC 

[PATCH net] net: set default network namespace in init_dummy_netdev()
 2019-01-26 22:38 UTC 

[PATCH] nfsd: Fix error return values for nfsd4_clone_file_range()
 2019-01-26 22:36 UTC  (9+ messages)

Data entry service and data processing services
 2019-01-26  7:29 UTC 

[PATCH net] rhashtable: avoid reschedule loop after rapid growth and shrink
 2019-01-26 22:02 UTC  (4+ messages)
` [v2 PATCH] rhashtable: Still do rehash when we get EEXIST

[PATCH 0/7] backport: update to Linux 5.0-rc3
 2019-01-26 22:00 UTC  (8+ messages)
` [PATCH 1/7] backports: Remove get_user_pages() functions
` [PATCH 2/7] backports: Add DEFINE_SHOW_ATTRIBUTE macro
` [PATCH 3/7] backports: Add nl_set_extack_cookie_u64()
` [PATCH 4/7] backports: Add CORDIC_FLOAT
` [PATCH 5/7] backports: Add extra parameter to dev_open()
` [PATCH 6/7] backports: Rename QTNFMAC_PEARL_PCIE to QTNFMAC_PCIE
` [PATCH 7/7] backports: refresh patches on top of 5.0-rc3

Data entry service and data processing services
 2019-01-26  7:29 UTC 

Data entry service and data processing services
 2019-01-26  7:53 UTC 

Stable queue: queue-4.20
 2019-01-26 21:50 UTC 

Data entry service and data processing services
 2019-01-26  7:53 UTC 

[PATCH 00/15] Habana Labs kernel driver
 2019-01-26 21:48 UTC  (6+ messages)
` [PATCH 01/15] habanalabs: add skeleton driver

Data entry service and data processing services
 2019-01-26  7:53 UTC 

[PATCH bpf-next v2 0/3] bpf: add BPF_LWT_ENCAP_IP option to bpf_lwt_push_encap
 2019-01-26 21:47 UTC  (4+ messages)
` [PATCH bpf-next v2 3/3] selftests: bpf: add test_lwt_ip_encap selftest

Data entry service and data processing services
 2019-01-26  7:53 UTC 

Data entry service and data processing services
 2019-01-26  7:29 UTC 

[PATCH] drivers: staging: iio: adc: Include SPDX Identifier
 2019-01-26 21:42 UTC  (3+ messages)

[PATCH] libtool: Fix ignoring compiler-rt libs
 2019-01-26 21:41 UTC 

[PATCH 1/2] drm: panel: Add Samsung s6e63m0 panel documentation
 2019-01-26 21:41 UTC  (6+ messages)
` [PATCH 2/2] drm/panel: Add driver for Samsung S6E63M0 panel

[U-Boot] [PATCH 1/1] test/py: use default load address for tftp
 2019-01-26 21:40 UTC  (3+ messages)

[PATCH bpf-next v4 00/16] bpf: propose new jmp32 instructions
 2019-01-26 21:39 UTC  (2+ messages)

Data entry service and data processing services
 2019-01-26  7:30 UTC 

[PATCH v2] iio:dac:ti-dac7612: Add driver for Texas Instruments DAC7612
 2019-01-26 21:34 UTC  (3+ messages)

[PATCH v4 0/3] adt7316 regmap implementation
 2019-01-26 21:34 UTC  (3+ messages)
` [PATCH v4 3/3] Staging: iio: adt7316: Add regmap support

[PATCH v2] platform/x86: ideapad-laptop: Fix no_hw_rfkill_list for Lenovo RESCUER R720-15IKBN
 2019-01-26 21:33 UTC  (2+ messages)

Are your photos ready?
 2019-01-26 13:09 UTC 

Python3 bytecode is stale
 2019-01-26 16:58 UTC  (4+ messages)

[PATCH] dt-bindings: spi: imx: Add an entry for the i.MX8QM compatible
 2019-01-26 21:30 UTC 

[PATCH] arm64: dts: imx8mq: Add ECSPI support
 2019-01-26 21:28 UTC 

[U-Boot] [PATCH] lmb: handle more than one DRAM BANK
 2019-01-26 21:27 UTC  (2+ messages)

[PATCH V3 1/3] i2c: tegra: Sort all the include headers alphabetically
 2019-01-26 21:24 UTC  (3+ messages)
` [PATCH V3 3/3] i2c: tegra: Add DMA Support

[PATCH] iwlwifi: Use kmemdup instead of duplicating its function
 2019-01-26 21:24 UTC  (2+ messages)

[Qemu-devel] [PULL 0/3] slirp updates
 2019-01-26 21:20 UTC  (4+ messages)
` [Qemu-devel] [PULL 1/3] slirp: Avoid unaligned 16bit memory access
` [Qemu-devel] [PULL 2/3] slirp: Avoid marking naturally packed structs as QEMU_PACKED
` [Qemu-devel] [PULL 3/3] slirp: Don't mark struct ipq or struct ipasfrag as packed

[U-Boot] [PATCH v10 09/10] tftp: prevent overwriting reserved memory
 2019-01-26 21:20 UTC  (7+ messages)
` [U-Boot] [U-Boot, v10, "

[PATCH] platform/x86: asus-wmi: Allow loading on systems without the Asus Management GUID
 2019-01-26 21:18 UTC  (2+ messages)

Data entry service and data processing services
 2019-01-26  8:08 UTC 

[linux-lvm] Option devices/dir different from /dev does not work
 2019-01-26 21:14 UTC 

[PATCH] input: elan_i2c: Add ACPI ID for touchpad in Lenovo V130-15IGM
 2019-01-26 21:14 UTC  (2+ messages)

[PATCH 0/4] Let the builtin rebase call the git am command directly
 2019-01-26 21:13 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 4/4] built-in rebase: call `git am` directly

Data entry service and data processing services
 2019-01-26  7:29 UTC 

Data entry service and data processing services
 2019-01-26  7:29 UTC 

Data entry service and data processing services
 2019-01-26  8:46 UTC 

[PATCH 00/15] Habana Labs kernel driver
 2019-01-26 21:11 UTC  (3+ messages)
` [PATCH/RFC 0/5] HW accel subsystem

[Qemu-devel] [PATCH 0/2] slirp: fix -Waddress-of-packed-member warnings
 2019-01-26 21:09 UTC  (3+ messages)

Data entry service and data processing services
 2019-01-26  8:20 UTC 

[PATCH] trace2: fix hdr-check warnings
 2019-01-26 21:07 UTC 

[PATCH] arch-arm: Do not add -march options for arm architecture
 2019-01-26 21:06 UTC  (11+ messages)

[PATCH 0/3] platform/x86: wmi: add WMI support to MODULE_DEVICE_TABLE()
 2019-01-26 21:06 UTC  (2+ messages)

[Bug] Rockchip crypto driver sometimes produces wrong ciphertext
 2019-01-26 21:05 UTC  (2+ messages)

[PATCH v2 1/2] Add driver support for MAX44009 light sensor
 2019-01-26 21:04 UTC  (3+ messages)
` [PATCH v2 2/2] Add device tree binding documentation for MAX44009


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.