All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-03-02 00:20:04 to 2019-03-02 02:50:38 UTC [more...]

[PATCH] PCI: tegra: Do not allocate MSI target memory
 2019-03-02  2:50 UTC  (5+ messages)

[patch net-next RFC 0/8] net: expose switch ID via devlink
 2019-03-02  2:48 UTC  (3+ messages)
` [patch net-next RFC 1/8] net: devlink: convert devlink_port_attrs bools to bits

[PATCH v4 00/17] x86/split_lock: Enable #AC exception for split locked accesses
 2019-03-02  2:45 UTC  (18+ messages)
` [PATCH v4 01/17] x86/common: Align cpu_caps_cleared and cpu_caps_set to unsigned long
` [PATCH v4 02/17] drivers/net/b44: Align pwol_mask to unsigned long for better performance
` [PATCH v4 03/17] wlcore: Align reg_ch_conf_pending and tmp_ch_bitmap "
` [PATCH v4 04/17] x86/split_lock: Align x86_capability to unsigned long to avoid split locked access
` [PATCH v4 05/17] x86/cpufeatures: Enumerate IA32_CORE_CAPABILITIES MSR
` [PATCH v4 06/17] x86/msr-index: Define IA32_CORE_CAPABILITY MSR and #AC exception for split lock bit
` [PATCH v4 07/17] x86/split_lock: Enumerate #AC for split lock by MSR IA32_CORE_CAPABILITY
` [PATCH v4 08/17] x86/clearcpuid: Support multiple clearcpuid options
` [PATCH v4 09/17] x86/clearcpuid: Support feature flag string in kernel option clearcpuid
` [PATCH v4 10/17] x86/clearcpuid: Apply cleared feature bits that are forced set before
` [PATCH v4 11/17] x86/clearcpuid: Clear CPUID bit in CPUID faulting
` [PATCH v4 12/17] Change document for kernel option clearcpuid
` [PATCH v4 13/17] x86/split_lock: Handle #AC exception for split lock
` [PATCH v4 14/17] x86/split_lock: Add a sysfs interface to allow user to enable or disable split lock detection on all CPUs during run time
` [PATCH v4 15/17] kvm: x86: Report CORE_CAPABILITY on GET_SUPPORTED_CPUID
` [PATCH v4 16/17] kvm: x86: Add support IA32_CORE_CAPABILITY MSR
` [PATCH v4 17/17] kvm: vmx: Emulate TEST_CTL MSR

[PATCH 0/3] fix error path of multi-process probe
 2019-03-02  2:42 UTC  (4+ messages)
` [PATCH 1/3] eal: remove useless checks for already probed device
` [PATCH 2/3] eal: remove error logs "
` [PATCH 3/3] eal: fix multi-process probe failure handling

Crypto Fixes for 4.15
 2019-03-02  2:42 UTC  (13+ messages)
` Crypto Fixes for 4.16
  ` Crypto Fixes for 4.17
    ` Crypto Fixes for 4.18
      ` Crypto Fixes for 4.19
        ` Crypto Fixes for 4.20
            ` Crypto Fixes for 5.0
                ` [GIT] "

[PATCH 0/8] Staging: vt6655: Fix checkpatch.pl issues
 2019-03-02  2:41 UTC  (9+ messages)
` [PATCH 1/8] Staging: vt6655: Fix line over 80 character
` [PATCH 2/8] Staging: vt6655: Fix line over 80 characters
` [PATCH 3/8] Staging: vt6655: Fix comment style of SPDX License Identifier
` [PATCH 4/8] Staging: vt6655: Fix comment style of SPDX License Identifer
` [PATCH 5/8] Staging: vt6655: Fix comment style of SPDX License Identifier
` [PATCH 6/8] "
` [PATCH 7/8] Staging: vt6655: Remove unnecessary blank line
` [PATCH 8/8] Staging: vt6655: Fix comment style of SPDX License Identifier

[PATCH 0/6] HelloWorld example for Windows
 2019-03-02  2:41 UTC  (4+ messages)
` [PATCH 6/6] doc: add documention for windows

[PATCH 1/2] drm/i915: Fix bit name in PP_STATUS register
 2019-03-02  2:40 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: fix placement of ICP_PP_CONTROL
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915: Fix bit name in PP_STATUS register
` ✓ Fi.CI.BAT: success "

[BUG] completion.commands does not remove multiple commands
 2019-03-02  2:40 UTC  (8+ messages)

[PATCH v3 1/2] Provide in-kernel headers for making it easy to extend the kernel
 2019-03-02  2:39 UTC  (11+ messages)

[PATCH 1/5] drm/i915/vlv: Move czclk to intel_pm
 2019-03-02  2:37 UTC  (6+ messages)
` [PATCH 2/5] drm/i915: Rename i915_load_modeset_init() to i915_modeset_load()
` [PATCH 3/5] drm/i915: Add a cleanup function for i915_modeset_load()
` [PATCH 4/5] drm/i915: Move rawclck, power_domain and irq un/initialization from modeset functions
` [PATCH 5/5] drm/i915: Extract gem_init() from modeset_load()
` ✓ Fi.CI.BAT: success for series starting with [1/5] drm/i915/vlv: Move czclk to intel_pm

[PATCH] net-sysfs: Fix mem leak in netdev_register_kobject
 2019-03-02  2:34 UTC 

[PATCH v4 1/9] drm/i915/psr: Remove PSR2 FIXME
 2019-03-02  2:34 UTC  (10+ messages)
` [PATCH v4 2/9] drm/i915/psr: Only lookup for enabled CRTCs when forcing a fastset
` [PATCH v4 3/9] drm/i915: Compute and commit color features in fastsets
` [PATCH v4 4/9] drm/i915/psr: Drop test for EDP in CRTC when forcing commit
` [PATCH v4 5/9] drm/i915/crc: Make IPS workaround generic
` [PATCH v4 6/9] drm/i915: Disable PSR2 while getting pipe CRC
` [PATCH v4 7/9] drm/i915: Drop redundant checks to update PSR state
` [PATCH v4 8/9] drm/i915/psr: Set idle frames to maximum while getting pipe CRC
` [PATCH v4 9/9] drm/i915: Enable PSR2 by default
` ✗ Fi.CI.SPARSE: warning for series starting with [v4,1/9] drm/i915/psr: Remove PSR2 FIXME

[PATCH v3 2/2] drm/lima: driver for ARM Mali4xx GPUs
 2019-03-02  2:32 UTC  (3+ messages)

[PATCH v2] CIFS: Do not skip SMB2 message IDs on send failures
 2019-03-02  2:29 UTC  (2+ messages)

[PATCH] x86/boot: clean up headers
 2019-03-02  2:30 UTC  (3+ messages)

[bug] btrfs check clear-space-cache v1 corrupted file system
 2019-03-02  2:29 UTC  (3+ messages)

[PATCH bpf-next] bpf: fix memory leak in bpf_lwt_xmit_reroute
 2019-03-02  2:27 UTC  (5+ messages)

[PATCH v3] CIFS: Do not skip SMB2 message IDs on send failures
 2019-03-02  2:26 UTC 

[Qemu-devel] [PATCH] slirp: fix big/little endian conversion in ident protocol
 2019-03-02  2:25 UTC 

[Qemu-devel] [PATCH] slirp: check sscanf result when emulating ident
 2019-03-02  2:21 UTC  (2+ messages)

stable/linux-4.14.y boot: 39 boots: 1 failed, 37 passed with 1 untried/unknown (v4.14.104)
 2019-03-02  2:24 UTC 

[patch V6 00/14] MDS basics 0
 2019-03-02  2:22 UTC  (11+ messages)
` [patch V6 02/14] MDS basics 2
  ` [MODERATED] "
` [patch V6 03/14] MDS basics 3
  ` [MODERATED] "
` [patch V6 04/14] MDS basics 4
  ` [MODERATED] "
` [patch V6 05/14] MDS basics 5
  ` [MODERATED] "
` [patch V6 07/14] MDS basics 7
  ` [MODERATED] "

[patch net-next 0/5] net: call for phys_port_name into devlink directly is possible
 2019-03-02  2:20 UTC  (3+ messages)
` [patch net-next 1/5] net: replace ndo_get_devlink for ndo_get_devlink_port

[PATCH net-next v3 0/3] xdp: Use a default map for xdp_redirect helper
 2019-03-02  2:09 UTC  (5+ messages)
` [PATCH net-next v3 2/3] xdp: Always use a devmap for XDP_REDIRECT to a device
` [PATCH net-next v3 1/3] xdp: Refactor devmap code in preparation for subsequent additions

[PATCH v4 0/5] GEN8+ GPU Watchdog Reset Support
 2019-03-02  2:08 UTC  (4+ messages)
` [PATCH v4 2/5] drm/i915: Watchdog timeout: IRQ handler for gen8+

Radiotap header for S1G captures and associated changes and other definitions
 2019-03-02  1:59 UTC 

[Qemu-devel] [PATCH v3 0/3] target/arm: Reduce overhead of cpu_get_tb_cpu_state
 2019-03-02  1:58 UTC  (3+ messages)

2019 X.Org Board of Directors Elections Nomination period is NOW
 2019-03-02  1:51 UTC  (4+ messages)

stable/linux-4.9.y build: 193 builds: 4 failed, 189 passed, 10 errors, 3301 warnings (v4.9.161)
 2019-03-02  1:47 UTC 

Realtek r8822be kernel module does not negotiate 802.11ac connection
 2019-03-02  1:46 UTC  (6+ messages)

[linux-lvm] Filesystem corruption with LVM's pvmove onto a PV with a larger physical block size
 2019-03-02  1:37 UTC  (11+ messages)

[rgushchin:release_percpu 321/401] ERROR: "dma_fence_release" [drivers/misc/habanalabs/habanalabs.ko] undefined!
 2019-03-02  1:41 UTC 

[PATCH 0/5] Simplify credits handling for compound requests
 2019-03-02  1:41 UTC  (3+ messages)
` [PATCH 4/5] cifs: prevent starvation in wait_for_free_credits for multi-credit requests

[freebsd-master test] 133497: all pass - PUSHED
 2019-03-02  1:38 UTC 

[Qemu-devel] [PATCH v2] slirp: check for ioctlsocket error and 0-length udp payload
 2019-03-02  1:38 UTC  (2+ messages)

[PATCH] update NFIT flags error message
 2019-03-02  1:35 UTC  (4+ messages)

[Qemu-devel] [PATCH v2] slirp: Fix build with gcc 9
 2019-03-02  1:33 UTC  (3+ messages)

[PATCH v3 0/2] Fix comment style of SPDX License Identifier
 2019-03-02  1:29 UTC  (3+ messages)
` [PATCH v3 1/2] Staging: vt6655: Modify "
` [PATCH v3 2/2] Staging: vt6655: Fix "

[PATCH 0/5] ocxl: OpenCAPI Cleanup
 2019-03-02  1:13 UTC  (4+ messages)
` [PATCH 2/5] ocxl: Clean up printf formats

[PATCH -next] fbdev: omap2: omapfb: trivial code cleanup
 2019-03-02  1:20 UTC  (5+ messages)

[PATCH v2 0/7] perf script python: add Python3 support
 2019-03-02  1:19 UTC  (8+ messages)
` [PATCH v2 1/7] perf script python: remove mixed indentation
` [PATCH v2 2/7] perf script python: add Python3 support to futex-contention.py
` [PATCH v2 3/7] perf script python: add Python3 support to check-perf-trace.py
` [PATCH v2 4/7] perf script python: add Python3 support to event_analyzing_sample.py
` [PATCH v2 5/7] perf script python: add Python3 support to intel-pt-events.py
` [PATCH v2 6/7] perf script python: add Python3 support to sql scripts
` [PATCH v2 7/7] perf script python: add printdate function to SQL exporters

[PATCH 1/3] drm/i915: Fix atomic state leak when resetting HDMI link
 2019-03-02  1:18 UTC  (5+ messages)
` [PATCH 2/3] drm/i915: Don't manually add connectors and planes state
` [PATCH 3/3] drm/i915: Forcing a modeset when resetting HDMI link
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915: Fix atomic state leak "
` ✓ Fi.CI.BAT: success "

[PATCH net-next] net: sched: set dedicated tcf_walker flag when tp is empty
 2019-03-02  1:17 UTC  (8+ messages)

[PATCH] inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch()
 2019-03-02  1:17 UTC 

[PATCH bpf-next 0/3] bpf: add progenyof helper
 2019-03-02  1:10 UTC  (10+ messages)
` [PATCH bpf-next 1/3] bpf: add bpf_progenyof helper
  ` [PATCH v2 bpf-next 0/3] "
    ` [PATCH v2 bpf-next 1/3] "

[PATCH] drm/i915: Yet another if/else sort of newer to older platforms
 2019-03-02  1:09 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Yet another if/else sort of newer to older platforms. (rev3)

[PATCH 0/3] ASoC: core/dapm/topology: minor fixes
 2019-03-02  1:08 UTC  (4+ messages)
` [PATCH 1/3] ASoC: core: support driver alias names for FE topology overrides
` [PATCH 2/3] ASoC: topology: Align tplg pointer increment across all kcontrols
` [PATCH 3/3] ASoC: dapm: set power_check callback for widgets that shouldnt be always on

[PATCH 0/2] doc: net: ieee802154: move from plain text to rst
 2019-03-02  1:03 UTC  (5+ messages)

[v2,08/10] hikey960: Support usb functionality of Hikey960
 2019-03-02  1:02 UTC  (3+ messages)
` [PATCH v2 08/10] "

[PATCH net-next RESEND] devlink: fix kdoc
 2019-03-02  1:00 UTC  (2+ messages)

[PATCH v2 08/15] habanalabs: add comments in uapi/misc/habanalabs.h
 2019-03-02  1:00 UTC  (3+ messages)
` [PATCH 11/15] habanalabs: print pointer using %p

[PATCH v2] media: vim2m: better handle cap/out buffers with different sizes
 2019-03-02  0:58 UTC  (9+ messages)

[PATCH bpf-next v2 0/7] selftests: bpf: break up test_progs
 2019-03-02  0:58 UTC  (3+ messages)

[PATCH] printk: Remove no longer used LOG_PREFIX
 2019-03-02  0:54 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t] i915/gem_ctx_isolation: Sanitycheck nonpriv access
 2019-03-02  0:53 UTC  (4+ messages)
    `  "

[PATCH v2 net 0/4] tls: Fix issues in tls_device
 2019-03-02  0:52 UTC  (2+ messages)

[PATCH net-next 00/12] Refactor flower classifier to remove dependency on rtnl lock
 2019-03-02  0:51 UTC  (13+ messages)
` [PATCH net-next 01/12] net: sched: flower: don't check for rtnl on head dereference

[PATCH v2 bpf-next 0/2] Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_release
 2019-03-02  0:49 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/2] bpf: "
` [PATCH v2 bpf-next 2/2] bpf: Test ref release issue in bpf_tcp_sock and bpf_sk_fullsock

[RFC][PATCH 0/4] Per-console loglevel support, console device bus
 2019-03-02  0:48 UTC  (10+ messages)
` [PATCH 1/4] printk: Introduce per-console loglevel setting
` [PATCH 2/4] printk: Add ability to set loglevel via "console=" cmdline
` [PATCH 3/4] printk: Add consoles to a virtual "console" bus
` [PATCH 4/4] printk: Add a device attribute for the per-console loglevel

[PATCH 1/3] dt-bindings: mmc: Add DTS property to disable DCMDs on Arasan controllers
 2019-03-02  0:47 UTC  (4+ messages)
` [PATCH 3/3] arm64: dts: rockchip: Disable DCMDs on RK3399's eMMC controller
  ` [PATCH 3/3] arm64: dts: rockchip: Disable DCMDs on RK3399's eMMC controller.【请注意,邮件由linux-mmc-owner@vger.kernel.org代发】

[PATCH 1/2] drm/i915: Fix atomic state leak when resetting HDMI link
 2019-03-02  0:47 UTC  (7+ messages)
` [PATCH 2/2] drm/i915: Don't manually add connectors and planes state
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Fix atomic state leak when resetting HDMI link (rev2)

[PATCH] drm/amdgpu: handle userptr corner cases with HMM path
 2019-03-02  0:46 UTC  (2+ messages)

[PATCH v2 0/8] Rewrite clk parent handling
 2019-03-02  0:45 UTC  (2+ messages)

[PATCH v2 net-next 0/6] net: aquantia: minor bug fixes after static analysis
 2019-03-02  0:45 UTC  (2+ messages)

[PATCH net] ipv4: Add ICMPv6 support when parse route ipproto
 2019-03-02  0:42 UTC  (3+ messages)
` [PATCH v2 "

PROBLEM: monotonic clock going backwards on ppc64
 2019-03-01 23:59 UTC  (3+ messages)

[PATCH] builtin/config.c: don't print a newline with --color
 2019-03-02  0:40 UTC 

[PATCH] fsl/fman: Use vsprintf extension %pM
 2019-03-02  0:37 UTC 

[PATCH v3] mtd: rawnand: Mark expected switch fall-throughs
 2019-03-02  0:33 UTC  (6+ messages)

[PATCH] arm64: dts: rockchip: give some life to the rk3328-roc-cc leds
 2019-03-02  0:31 UTC  (2+ messages)

[virtio-dev] Re: net_failover slave udev renaming (was Re: [RFC PATCH net-next v6 4/4] netvsc: refactor notifier/event handling code to use the bypass framework)
 2019-03-02  0:30 UTC  (16+ messages)

[PATCH net-next] cxgb4: Prefix adapter flags with CXGB4
 2019-03-02  0:30 UTC  (2+ messages)

[PATCH 01/13] drm/i915: Don't pass crtc to intel_find_shared_dpll()
 2019-03-02  0:28 UTC  (2+ messages)

[PATCH bpf-next v2 0/7] BPF support for global data
 2019-03-02  0:27 UTC  (6+ messages)
` [PATCH bpf-next v2 5/7] bpf, libbpf: support global data/bss/rodata sections

[PATCH v3 bpf-next 2/5] bpf: sync bpf.h to tools and update bpf_helpers.h
 2019-03-02  0:26 UTC  (2+ messages)

[Intel-wired-lan] [next PATCH S3 1/9] i40e: Fix for allowing too many MDD events on VF
 2019-03-02  0:26 UTC  (18+ messages)
` [Intel-wired-lan] [next PATCH S3 2/9] i40e: change behavior on PF in response to MDD event
` [Intel-wired-lan] [next PATCH S3 3/9] i40e: remove error msg when vf with port vlan tries to remove vlan 0
` [Intel-wired-lan] [next PATCH S3 4/9] i40e: ShadowRAM checksum calculation change
` [Intel-wired-lan] [next PATCH S3 5/9] i40e: Report advertised link modes on 40GBase_LR4, CR4 and fibre
` [Intel-wired-lan] [next PATCH S3 6/9] i40e: Further implementation of LLDP
` [Intel-wired-lan] [next PATCH S3 7/9] i40e: remove out-of-range comparisions in i40e_validate_cloud_filter
` [Intel-wired-lan] [next PATCH S3 8/9] i40e: update version number
` [Intel-wired-lan] [next PATCH S3 9/9] i40e: fix misleading message about promisc setting on un-trusted VF

[PATCH v3 bpf-next 1/5] bpf: add bpf helper bpf_skb_ecn_set_ce
 2019-03-02  0:25 UTC  (2+ messages)

Re: Qt application on Xenomai
 2019-03-02  0:25 UTC 

[RFC 0/2] hash: add lock free support for ext bkt
 2019-03-02  0:23 UTC  (3+ messages)
` [RFC 1/2] hash: add lock free support for extendable bucket
` [RFC 2/2] test/hash: lock-free rw concurrency test ext bkt

[GIT PULL] MIPS fixes for 5.0
 2019-03-02  0:20 UTC  (2+ messages)

[GIT PULL] MMC fixes for v5.0-rc9
 2019-03-02  0:20 UTC  (2+ messages)

[git pull] drm fixes for 5.0 final
 2019-03-02  0:20 UTC  (3+ messages)

[git pull] IOMMU Fixes for Linux v5.0-rc8
 2019-03-02  0:20 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.