All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-06 16:30:31 to 2020-03-06 17:15:07 UTC [more...]

[PATCH v2] drm: rcar-du: make all sub-symbols depend on DRM_RCAR_DU
 2020-03-06 17:15 UTC 

[PATCH RFC v4 0/6] Add Unisoc's drm kms module
 2020-03-06 17:14 UTC  (6+ messages)
` [PATCH RFC v4 4/6] drm/sprd: add Unisoc's drm display controller driver

[PATCH] sched/cputime: silence a -Wunused-function warning
 2020-03-06 17:13 UTC  (2+ messages)

[PATCH v4 0/7] Allow setting caching mode in arch_add_memory() for P2PDMA
 2020-03-06 17:08 UTC  (28+ messages)
` [PATCH v4 1/7] mm/memory_hotplug: Drop the flags field from struct mhp_restrictions
` [PATCH v4 2/7] mm/memory_hotplug: Rename mhp_restrictions to mhp_params
` [PATCH v4 3/7] x86/mm: Thread pgprot_t through init_memory_mapping()
` [PATCH v4 4/7] x86/mm: Introduce __set_memory_prot()
` [PATCH v4 5/7] powerpc/mm: Thread pgprot_t through create_section_mapping()
` [PATCH v4 6/7] mm/memory_hotplug: Add pgprot_t to mhp_params
` [PATCH v4 7/7] mm/memremap: Set caching mode for PCI P2PDMA memory to WC

[PATCH][next] btrfs/rcu-string.h: Replace zero-length array with flexible-array member
 2020-03-06 16:51 UTC 

[PATCH] ftrace: return first found result in lookup_rec()
 2020-03-06 17:12 UTC  (2+ messages)

cleanup log I/O error handling
 2020-03-06 17:12 UTC  (7+ messages)
` [PATCH 4/7] xfs: remove the aborted parameter to xlog_state_done_syncing
` [PATCH 5/7] xfs: factor out a xlog_state_activate_iclog helper
` [PATCH 6/7] xfs: cleanup xlog_state_clean_iclog

[PATCH v2 00/12] A set of trivial patches from the Fedora package
 2020-03-06 17:12 UTC  (12+ messages)
` [PATCH v2 08/12] kern: Make grub_error() more verbose

[PATCH] net: Make skb_segment not to compute checksum if network controller supports checksumming
 2020-03-06 17:12 UTC  (11+ messages)
` [PATCH v2] "

[Intel-gfx] [PATCH] drm/i915/tgl: Don't treat unslice registers as masked
 2020-03-06 17:11 UTC  (2+ messages)
` [Intel-gfx] [PATCH v2] "

[PATCH v3] dt-bindings: convert rockchip-drm.txt to rockchip-drm.yaml
 2020-03-06 17:10 UTC  (5+ messages)

[PATCH v3 0/1] wait_task_inactive() spend too much time on system startup
 2020-03-06 17:09 UTC  (4+ messages)
` [PATCH v3 1/1] kthread: do not preempt current task if it is going to call schedule()

[PATCH v2 0/5] Track and expose idle PURR and SPURR ticks
 2020-03-06 17:06 UTC  (12+ messages)
` [PATCH v2 1/5] powerpc: Move idle_loop_prolog()/epilog() functions to header file
` [PATCH v2 4/5] powerpc/sysfs: Show idle_purr and idle_spurr for every CPU

[PATCH 1/2] kbuild: compute the dtbs_install destination more simply
 2020-03-06 17:08 UTC  (2+ messages)
` [PATCH 2/2] kbuild: refactor Makefile.dtbinst more

use numgen to create address in rule
 2020-03-06 17:08 UTC 

KASAN: use-after-free Read in percpu_ref_switch_to_atomic_rcu
 2020-03-06 17:08 UTC  (9+ messages)

[PATCH v3 0/6] clocksource: timer-ti-dm: Prepare for dynamic pwm period updates
 2020-03-06 17:08 UTC  (5+ messages)
` [PATCH v3 1/6] clocksource: timer-ti-dm: Convert to SPDX identifier
` [PATCH v3 5/6] clocksource: timer-ti-dm: Add support to get pwm current status

[PATCH][next] Btrfs: delayed-inode.h: Replace zero-length array with flexible-array member
 2020-03-06 16:49 UTC 

[PATCH][next] fs/binfmt_elf.c: Replace zero-length array with flexible-array member
 2020-03-06 16:47 UTC 

[PATCH ethtool v3 00/25] initial netlink interface implementation for 5.6 release
 2020-03-06 17:06 UTC  (26+ messages)
` [PATCH ethtool v3 01/25] move UAPI header copies to a separate directory
` [PATCH ethtool v3 02/25] update UAPI header copies
` [PATCH ethtool v3 03/25] add --debug option to control debugging messages
` [PATCH ethtool v3 04/25] use named initializers in command line option list
` [PATCH ethtool v3 05/25] netlink: add netlink related UAPI header files
` [PATCH ethtool v3 06/25] netlink: introduce the netlink interface
` [PATCH ethtool v3 07/25] netlink: message buffer and composition helpers
` [PATCH ethtool v3 08/25] netlink: netlink socket wrapper and helpers
` [PATCH ethtool v3 09/25] netlink: initialize ethtool netlink socket
` [PATCH ethtool v3 10/25] netlink: add support for string sets
` [PATCH ethtool v3 11/25] netlink: add notification monitor
` [PATCH ethtool v3 12/25] move shared code into a common file
` [PATCH ethtool v3 13/25] netlink: add bitset helpers
` [PATCH ethtool v3 14/25] netlink: partial netlink handler for gset (no option)
` [PATCH ethtool v3 15/25] netlink: support getting wake-on-lan and debugging settings
` [PATCH ethtool v3 16/25] netlink: add basic command line parsing helpers
` [PATCH ethtool v3 17/25] netlink: add bitset command line parser handlers
` [PATCH ethtool v3 18/25] netlink: add netlink handler for sset (-s)
` [PATCH ethtool v3 19/25] netlink: support tests with netlink enabled
` [PATCH ethtool v3 20/25] netlink: add handler for permaddr (-P)
` [PATCH ethtool v3 21/25] netlink: support for pretty printing netlink messages
` [PATCH ethtool v3 22/25] netlink: message format description for ethtool netlink
` [PATCH ethtool v3 23/25] netlink: message format descriptions for genetlink control
` [PATCH ethtool v3 24/25] netlink: message format descriptions for rtnetlink
` [PATCH ethtool v3 25/25] netlink: use pretty printing for ethtool netlink messages

[PATCH] build-sys: Move the print-variable rule to rules.mak
 2020-03-06 17:04 UTC  (2+ messages)

(One more) BTRFS damaged FS... Any hope ?
 2020-03-06 17:05 UTC  (3+ messages)

[Cluster-devel] [GFS2 PATCH 0/6 v4] Clean up and fix quota data allocate and free
 2020-03-06 17:05 UTC  (7+ messages)
` [Cluster-devel] [GFS2 PATCH 1/6] gfs2: Additional information when gfs2_ail1_flush withdraws
` [Cluster-devel] [GFS2 PATCH 2/6] gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_alloc
` [Cluster-devel] [GFS2 PATCH 3/6] gfs2: Change inode qa_data to allow multiple users
` [Cluster-devel] [GFS2 PATCH 4/6] gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_put
` [Cluster-devel] [GFS2 PATCH 5/6] gfs2: Add missing gfs2_qa_get error handling in gfs2_open_common
` [Cluster-devel] [GFS2 PATCH 6/6] gfs2: Remove unnecessary gfs2_qa_{get, put} pairs

[PATCH v1 00/13] Avoid reconnects of failed session setups on soft mounts
 2020-03-06 17:05 UTC  (5+ messages)
` [PATCH v1 04/13] cifs: split out a cifs_connect_session_locked() helper function
` [PATCH v1 05/13] cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()

[PULL 0/3] Block patches
 2020-03-06 17:02 UTC  (2+ messages)

[LSFMMBPF TOPIC] Killing LSFMMBPF
 2020-03-06 17:04 UTC  (6+ messages)

[PATCH v1] dt-bindings: display: rockchip: convert rockchip vop bindings to yaml
 2020-03-06 17:03 UTC  (3+ messages)

[PATCH -next] lib: disable KCSAN for XArray
 2020-03-06 17:03 UTC  (10+ messages)

[PATCH v1 0/8] riscv: Add SPI support for Kendryte K210
 2020-03-06 17:03 UTC  (5+ messages)
` [PATCH v1 6/8] spi: dw: Add mem_ops

[PATCH 1/2] ARM: dts: aspeed: romulus: Add gpio line names
 2020-03-06 17:02 UTC  (6+ messages)
` [PATCH 2/2] ARM: dts: aspeed: zaius: "

[PATCH v2 0/3] media: i2c: imx219: Feature enhancements
 2020-03-06 17:02 UTC  (5+ messages)
` [PATCH v2 3/3] media: i2c: imx219: Add support for cropped 640x480 resolution

[PATCH v4 00/14] RISC-V SiFive FU540 support SPL
 2020-03-06 17:02 UTC  (2+ messages)

[PATCH][next] aio: Replace zero-length array with flexible-array member
 2020-03-06 16:44 UTC 

[PATCH v3 00/13] migrate/ram: Fix resizing RAM blocks while migrating
 2020-03-06 16:59 UTC  (9+ messages)
` [PATCH v3 09/13] migration/ram: Consolidate variable reset after placement in ram_load_postcopy()
` [PATCH v3 10/13] migration/ram: Handle RAM block resizes during postcopy
` [PATCH v3 11/13] migration/multifd: Print used_length of memory block
` [PATCH v3 12/13] migration/ram: Use offset_in_ramblock() in range checks

[virtio-comment] [PATCH] Reserve device ID 32 for SCMI device
 2020-03-06 17:00 UTC 

[Xen-devel] [xen-unstable-smoke test] 148177: tolerable all pass - PUSHED
 2020-03-06 16:59 UTC 

Is auditing ftruncate useful?
 2020-03-06 16:59 UTC  (4+ messages)

[PATCH 2/2] USB: cdc-acm: fix rounding error in TIOCSSERIAL
 2020-03-06 16:58 UTC  (3+ messages)

[PATCH] tests/qemu-iotests: Fix socket_scm_helper build path
 2020-03-06 16:57 UTC  (2+ messages)

[PATCH] x86/entry/64: Fix unwind hint for rewind_stack_do_exit
 2020-03-06 16:58 UTC  (2+ messages)

Set timeout, gc-interval and size parameters
 2020-03-06 16:58 UTC 

[PATCH nf] netfilter: nft_chain_nat: inet family is missing module ownership
 2020-03-06 16:58 UTC  (2+ messages)

[PATCH v3 1/4] futex: Implement mechanism to wait on any of several futexes
 2020-03-06 16:57 UTC  (12+ messages)
      ` 'simple' futex interface [Was: [PATCH v3 1/4] futex: Implement mechanism to wait on any of several futexes]

[PATCH nf] netfilter: nf_tables: missing module ownership in chain type definitions
 2020-03-06 16:57 UTC  (2+ messages)

Pinning down a blocked task to extract diagnostics
 2020-03-06 16:56 UTC  (8+ messages)

INFO: trying to register non-static key in uhid_dev_destroy
 2020-03-06 16:55 UTC 

[PATCH v2] ARM: dts: stm32mp1: DT alignment with Linux 5.6-rc1
 2020-03-06 16:54 UTC 

Patch attestation RFC + proof of concept
 2020-03-06 16:53 UTC  (5+ messages)

[PATCH v5 00/50] Initial support for multi-process qemu
 2020-03-06 16:52 UTC  (7+ messages)
` [PATCH v5 32/50] multi-process: Use separate MMIO communication channel
` [PATCH v5 50/50] multi-process: add configure and usage information

[PATCH v1 0/3] Introduce NVIDIA Tegra Partition Table
 2020-03-06 16:52 UTC  (8+ messages)
` [PATCH v1 3/3] partitions: "

[PATCH v3 0/4] xfs: btree bulk loading
 2020-03-06 16:51 UTC  (8+ messages)
` [PATCH 3/4] xfs: support bulk loading of staged btrees

[dpdk-dev] [PATCH 0/7] net/sfc: prepare rte_flow to have one more backend
 2020-03-06 16:51 UTC  (2+ messages)

[PATCH v3] powerpc/kasan: Fix shadow memory protection with CONFIG_KASAN_VMALLOC
 2020-03-06 16:49 UTC  (2+ messages)

[Intel-gfx] [PATCH v4 1/3] drm/i915/perf: remove generated code
 2020-03-06 16:51 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v4,1/3] "
` [Intel-gfx] ✗ Fi.CI.DOCS: "

[Buildroot] Use Pigz instead of gzip for filesystem compression
 2020-03-06 16:48 UTC  (2+ messages)

[PATCH 0/3] perf tool: build related fixes
 2020-03-06 16:47 UTC  (4+ messages)
` [PATCH 1/3] tools: fix off-by 1 relative directory includes

[Buildroot] [PATCH v4 00/12] pkg-stats json output improvements
 2020-03-06 16:46 UTC  (2+ messages)

[Qemu-devel] [Bug 1813165] [NEW] KVM internal error. Suberror: 1 emulation failure
 2020-03-06 16:36 UTC  (2+ messages)
` [Bug 1813165] "

[Intel-gfx] [PATCH v2] drm/i915: Limit audio CDCLK>=2*BCLK constraint back to GLK only
 2020-03-06 16:45 UTC  (5+ messages)

[PATCH 1/2] bootconfig: Support O=<builddir> option
 2020-03-06 16:45 UTC  (4+ messages)
` [BUGFIX PATCH] tools: Let O= makes handle a relative path with -C option

[MPTCP] [PATCH net-next 2/2] mptcp: drop unneeded checks
 2020-03-06 16:45 UTC 

[net-next 0/2] Add support for SRv6 End.DT4 action
 2020-03-06 16:45 UTC  (8+ messages)
` [net-next 1/2] Perform IPv4 FIB lookup in a predefined FIB table

[MPTCP] [PATCH net-next 1/2] mptcp: create msk early
 2020-03-06 16:45 UTC 

[MPTCP] [PATCH net-next 0/2] mptcp: simplify mptcp_accept()
 2020-03-06 16:45 UTC 

About commit "io: change inX() to have their own IO barrier overrides"
 2020-03-06 16:43 UTC  (14+ messages)

[PATCH v17 09/12] PCI/AER: Allow clearing Error Status Register in FF mode
 2020-03-06 16:41 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/4] Introduce IF proxy library
 2020-03-06 16:41 UTC  (5+ messages)
` [dpdk-dev] [PATCH 1/4] lib: introduce IF Proxy library
` [dpdk-dev] [PATCH 2/4] if_proxy: add library documentation
` [dpdk-dev] [PATCH 3/4] if_proxy: add simple functionality test
` [dpdk-dev] [PATCH 4/4] if_proxy: add example application

[PATCH RT] mm: Warn on memory allocation in non-preemptible context on RT
 2020-03-06 16:40 UTC  (2+ messages)

[PATCH] net: stmmac: platform: Fix misleading interrupt error msg
 2020-03-06 16:38 UTC  (2+ messages)

Git Merge 2020 slides and reproducibility
 2020-03-06 16:40 UTC  (2+ messages)

[PATCH v4 0/3] v4l2-dev/ioctl: Add V4L2_CAP_IO_MC
 2020-03-06 16:39 UTC  (4+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] rcar-vin: Make use of V4L2_CAP_IO_MC
` [PATCH v4 3/3] staging/intel-ipu3: "

[PATCH v3 0/5] x86/kvm/hyper-v: add support for synthetic debugger
 2020-03-06 16:39 UTC  (6+ messages)
` [PATCH v3 1/5] x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit
` [PATCH v3 2/5] x86/hyper-v: Add synthetic debugger definitions
` [PATCH v3 3/5] x86/kvm/hyper-v: Add support for synthetic debugger capability
` [PATCH v3 4/5] x86/kvm/hyper-v: enable hypercalls regardless of hypercall page
` [PATCH v3 5/5] x86/kvm/hyper-v: Add support for synthetic debugger via hypercalls

[GIT PULL] regulator fixes for v5.6
 2020-03-06 16:39 UTC 

[PATCH 1/5] firmware: imx: add COMPILE_TEST support
 2020-03-06 16:38 UTC  (4+ messages)
` [PATCH 5/5] thermal: add COMPILE_TEST support for IMX_SC_THERMAL

[PATCH v5 0/4] Introduce per-task latency_nice for scheduler hints
 2020-03-06 16:36 UTC  (2+ messages)

[PATCH v2 0/4] x86/kvm/hyper-v: add support for synthetic debugger
 2020-03-06 16:36 UTC  (6+ messages)
` [PATCH v2 2/4] x86/kvm/hyper-v: Add support for synthetic debugger capability
` [PATCH v2 4/4] x86/kvm/hyper-v: Add support for synthetic debugger via hypercalls

[dpdk-dev] [PATCH 1/2] mempool/octeontx2: add devargs to lock ctx in cache
 2020-03-06 16:35 UTC  (2+ messages)
` [dpdk-dev] [PATCH 2/2] net/octeontx2: add devargs to lock Rx/Tx ctx

[nft PATCH] parser_json: Support ranges in concat expressions
 2020-03-06 16:34 UTC  (3+ messages)

SFP+ support for 8168fp/8117
 2020-03-06 16:33 UTC  (12+ messages)

[dpdk-dev] [PATCH v1] ci: add test suite run without hugepage
 2020-03-06 16:33 UTC  (11+ messages)
` [dpdk-dev] [PATCH v2 0/2] no-huge test suite
  ` [dpdk-dev] [PATCH v2 2/2] ci: add test suite run without hugepage

[igt-dev] [PATCH i-g-t v3] ts/core_setmaster: new test for drop/set master semantics
 2020-03-06 16:32 UTC  (9+ messages)

[PATCH] ARM: mach-imx6q: add ksz9131rn_phy_fixup
 2020-03-06 16:30 UTC  (7+ messages)

[PATCH v11 0/5] arm/arm64: mediatek: Fix mt8173 mmsys device probing
 2020-03-06 16:30 UTC  (5+ messages)
` [PATCH v11 3/5] soc: mediatek: Move mt8173 MMSYS to platform driver


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.