All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-03 13:01:07 to 2020-11-03 13:37:35 UTC [more...]

[PATCH v2 0/2] iommu: Fix a few issues related to PRQ
 2020-11-03 13:37 UTC  (3+ messages)

[PATCH 00/11 v2] ftrace: Have callbacks handle their own recursion
 2020-11-03 11:22 UTC  (3+ messages)
` [PATCH 05/11 v2] kprobes/ftrace: Add recursion protection to the ftrace callback

[Linux-kernel-mentees] checkpatch: add fixes for BAD_SIGN_OFF
 2020-11-03 13:36 UTC  (2+ messages)

[hp_wmi] Recieving same keycode from two keys
 2020-11-03 13:35 UTC  (4+ messages)

[PATCH] iommu/amd: Enforce 4k mapping for certain IOMMU data structures
 2020-11-03 13:35 UTC  (3+ messages)

[PATCH v3 0/5] Introduce a new helper marco DEFINE_SHOW_STORE_ATTRIBUTE at seq_file.c
 2020-11-03 13:36 UTC  (2+ messages)

[PATCH 00/12] Readdir enhancements
 2020-11-03 13:35 UTC  (4+ messages)
` [PATCH 01/12] NFS: Ensure contents of struct nfs_open_dir_context are consistent
  ` [PATCH 02/12] NFS: Clean up readdir struct nfs_cache_array

[dpdk-dev] [PATCH] ethdev: deprecate shared counters using action attribute
 2020-11-03 13:34 UTC  (10+ messages)

[igt-dev] [PATCH 0/2] Test cases for fbdev
 2020-11-03 13:34 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH v9 00/41] btrfs: zoned block device support
 2020-11-03 13:32 UTC  (13+ messages)
` [PATCH v9 09/41] btrfs: disable fallocate in ZONED mode
` [PATCH v9 10/41] btrfs: disallow mixed-bg "
` [PATCH v9 11/41] btrfs: implement log-structured superblock for "
` [PATCH v9 12/41] btrfs: implement zoned chunk allocator
` [PATCH v9 14/41] btrfs: load zone's alloction offset
` [PATCH v9 15/41] btrfs: emulate write pointer for conventional zones

[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
 2020-11-03 13:33 UTC  (6+ messages)
` [patch V3 34/37] drm/qxl: Replace io_mapping_map_atomic_wc()
` [patch V3 35/37] drm/nouveau/device: "
` [patch V3 36/37] drm/i915: "
` [patch V3 37/37] io-mapping: Remove io_mapping_map_atomic_wc()
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for mm/highmem: Preemptible variant of kmap_atomic & friends

[PATCH v3 0/4] arch, mm: improve robustness of direct map manipulation
 2020-11-03 11:15 UTC  (4+ messages)
` [PATCH v3 2/4] PM: hibernate: make direct map manipulations more explicit

[PATCH net-next] net: emaclite: Add error handling for of_address_ and phy read functions
 2020-11-03 13:31 UTC  (2+ messages)

stable-rc/queue/4.4 build: 190 builds: 2 failed, 188 passed, 2 errors, 13 warnings (v4.4.241-41-g583b80963b82)
 2020-11-03 13:33 UTC 

[PATCH 0/3] RISC-V tracing support
 2020-11-03 13:33 UTC  (5+ messages)
` [PATCH 1/3] riscv: Add timer_get_us() for tracing

[PATCH 00/32] btrfs: preparation patches for subpage support
 2020-11-03 13:31 UTC  (33+ messages)
` [PATCH 01/32] btrfs: extent_io: remove the extent_start/extent_len for end_bio_extent_readpage()
` [PATCH 02/32] btrfs: extent_io: integrate page status update into endio_readpage_release_extent()
` [PATCH 03/32] btrfs: extent_io: add lockdep_assert_held() for attach_extent_buffer_page()
` [PATCH 04/32] btrfs: extent_io: extract the btree page submission code into its own helper function
` [PATCH 05/32] btrfs: extent-io-tests: remove invalid tests
` [PATCH 06/32] btrfs: extent_io: calculate inline extent buffer page size based on page size
` [PATCH 07/32] btrfs: extent_io: make btrfs_fs_info::buffer_radix to take sector size devided values
` [PATCH 08/32] btrfs: extent_io: sink less common parameters for __set_extent_bit()
` [PATCH 09/32] btrfs: extent_io: sink less common parameters for __clear_extent_bit()
` [PATCH 10/32] btrfs: disk_io: grab fs_info from extent_buffer::fs_info directly for btrfs_mark_buffer_dirty()
` [PATCH 11/32] btrfs: disk-io: make csum_tree_block() handle sectorsize smaller than page size
` [PATCH 12/32] btrfs: disk-io: extract the extent buffer verification from btrfs_validate_metadata_buffer()
` [PATCH 13/32] btrfs: disk-io: accept bvec directly for csum_dirty_buffer()
` [PATCH 14/32] btrfs: inode: make btrfs_readpage_end_io_hook() follow sector size
` [PATCH 15/32] btrfs: introduce a helper to determine if the sectorsize is smaller than PAGE_SIZE
` [PATCH 16/32] btrfs: extent_io: allow find_first_extent_bit() to find a range with exact bits match
` [PATCH 17/32] btrfs: extent_io: don't allow tree block to cross page boundary for subpage support
` [PATCH 18/32] btrfs: extent_io: update num_extent_pages() to support subpage sized extent buffer
` [PATCH 19/32] btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessors
` [PATCH 20/32] btrfs: disk-io: only clear EXTENT_LOCK bit for extent_invalidatepage()
` [PATCH 21/32] btrfs: extent-io: make type of extent_state::state to be at least 32 bits
` [PATCH 22/32] btrfs: file-item: use nodesize to determine whether we need readahead for btrfs_lookup_bio_sums()
` [PATCH 23/32] btrfs: file-item: remove the btrfs_find_ordered_sum() call in btrfs_lookup_bio_sums()
` [PATCH 24/32] btrfs: file-item: refactor btrfs_lookup_bio_sums() to handle out-of-order bvecs
` [PATCH 25/32] btrfs: scrub: distinguish scrub_page from regular page
` [PATCH 26/32] btrfs: scrub: remove the @force parameter of scrub_pages()
` [PATCH 27/32] btrfs: scrub: use flexible array for scrub_page::csums
` [PATCH 28/32] btrfs: scrub: refactor scrub_find_csum()
` [PATCH 29/32] btrfs: scrub: introduce scrub_page::page_len for subpage support
` [PATCH 30/32] btrfs: scrub: always allocate one full page for one sector for RAID56
` [PATCH 31/32] btrfs: scrub: support subpage tree block scrub
` [PATCH 32/32] btrfs: scrub: support subpage data scrub

[PATCH v2 0/3] KVM: arm64: Fix get-reg-list regression
 2020-11-03 13:32 UTC  (5+ messages)
` [PATCH v2 1/3] KVM: arm64: Don't hide ID registers from userspace

[Intel-gfx] [PATCH v4 00/61] drm/i915: Remove obj->mm.lock!
 2020-11-03 13:32 UTC  (8+ messages)
` [Intel-gfx] [PATCH v4 40/61] drm/i915/selftests: Prepare huge_pages testcases for obj->mm.lock removal
` [Intel-gfx] [PATCH v4 59/61] drm/i915/selftests: Prepare gtt tests "
` [Intel-gfx] [PATCH v4 60/61] drm/i915: Finally remove obj->mm.lock

Null pointer dereference in nsfs_evict with CONFIG_NET_NS=n triggered via systemd-networkd's debugging
 2020-11-03 13:22 UTC 

[dpdk-dev] [PATCH] ethdev: fix check of rx configure
 2020-11-03 13:31 UTC 

[RESEND PATCH v3 1/1] lib/vsprintf: Add support for printing V4L2 and DRM fourccs
 2020-11-03 13:31 UTC  (4+ messages)

[PATCH for-next] RDMA/nldev: Add parent bdf to device information dump
 2020-11-03 13:31 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH] checkpatch: add fixes for BAD_SIGN_OFF
 2020-11-03 13:30 UTC 

[PATCH 1/1] iommu/vt-d: Fix kernel NULL pointer dereference in find_domain()
 2020-11-03 13:30 UTC  (3+ messages)

[PATCH 00/11] Add NFS readdir tracepoints and improve performance of reading directories
 2020-11-03 13:29 UTC  (10+ messages)
` [PATCH 09/11] NFS: Improve performance of listing directories being modified

mm/memblock: export memblock_{start/end}_of_DRAM
 2020-11-03  2:51 UTC  (4+ messages)

[PATCH] usb: gadget: configfs: Preserve function ordering after bind failure
 2020-11-03  8:54 UTC 

drivers/net/wireless/ath/ath10k/mac.c:9125 ath10k_mac_op_set_tid_config() error: uninitialized symbol 'ret'
 2020-11-03 10:09 UTC  (3+ messages)

[dpdk-dev] [PATCH v7 0/1] fix default max mtu size when device configured
 2020-11-03 13:29 UTC  (5+ messages)
` [dpdk-dev] [PATCH v8 0/2] "
  ` [dpdk-dev] [PATCH v8 1/2] app/testpmd: fix max rx packet length for VLAN packets

[PATCH v1 0/2] Two minor fixes for UFS driver
 2020-11-03 10:01 UTC  (9+ messages)
` [PATCH v1 1/2] scsi: ufs: Fix unbalanced scsi_block_reqs_cnt caused by ufshcd_hold()
` [PATCH v1 2/2] scsi: ufs: Try to save power mode change and UIC cmd completion timeout
` [PATCH] "

pci_alloc_irq_vectors fails ENOSPC for XPS 13 9310
 2020-11-03  6:49 UTC  (5+ messages)

[PATCH] mmc: block: Prevent new req entering queue while freeing up the queue
 2020-11-03  6:41 UTC  (2+ messages)

[PATCH v3 0/4] scatterlist: add new capabilities
 2020-11-03 13:28 UTC  (8+ messages)
` [PATCH v3 2/4] scatterlist: add sgl_copy_sgl() function
` [PATCH v3 3/4] scatterlist: add sgl_compare_sgl() function
` [PATCH v3 4/4] scatterlist: add sgl_memset()

(no subject)
 2020-11-03  5:28 UTC  (7+ messages)
` [PATCH v4 1/5] scsi: ufs: atomic update for clkgating_enable

[PATCH 1/2] soc: qcom: aoss: Expose send for generic usecase
 2020-11-03  3:19 UTC  (2+ messages)
` [PATCH 2/2] soc: qcom: aoss: Add debugfs send entry

[PATCH] venus: pm_helpers: Fix kernel module reload
 2020-11-03  7:43 UTC  (2+ messages)

block: Remove unused include
 2020-11-03 13:26 UTC  (2+ messages)

PROBLEM: unable to get QCA6390 to work
 2020-11-03 13:12 UTC  (7+ messages)

strange call stack when running uvc-gadget application
 2020-11-03  6:20 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/2] fix build error on lower version GCC
 2020-11-03 13:28 UTC  (4+ messages)
` [dpdk-dev] [PATCH 1/2] net/ice: "
` [dpdk-dev] [PATCH 2/2] net/iavf: "

ERROR: modpost: "phys_to_target_node" undefined!
 2020-11-03 13:26 UTC  (2+ messages)

[PATCH v2 0/8] dev-serial: minor fixes and improvements
 2020-11-03 13:24 UTC  (2+ messages)

[PATCH v2 0/3] console: make QMP screendump use coroutine
 2020-11-03 13:24 UTC  (3+ messages)
` [PATCH v2 2/3] console: modify ppm_save to take a pixman image ref

[RFC] KVM: arm64: Don't force broadcast tlbi when guest is running
 2020-11-03 13:26 UTC  (7+ messages)

[PATCH 1/3] drm/amdgpu: add infrastructure for soft IH ring
 2020-11-03 13:26 UTC  (6+ messages)
` [PATCH 2/3] drm/amdgpu: enabled software IH ring for Vega

[PATCH v2 1/2] base-files/profile: Add universal resize function
 2020-11-03 13:25 UTC  (3+ messages)
` [OE-core] "

[PATCH-for-5.2 v3] hw/mips: Remove the 'r4k' machine
 2020-11-03 13:23 UTC  (3+ messages)

[Bug 209869] New: Kernel 5.10-rc1 fails to boot on a PowerMac G4 3, 6 at an early stage
 2020-11-03 11:06 UTC  (2+ messages)
` [Bug 209869] Kernel 5.10-rc1 fails to boot on a PowerMac G4 3,6 "

[PATCH] coresight: Remove unnecessary THIS_MODULE of funnel and replicator driver
 2020-11-03 13:21 UTC  (2+ messages)

[PATCH 1/1] iommu: Fix deferred domain attachment in iommu_probe_device()
 2020-11-03 13:23 UTC  (3+ messages)

[PATCH 00/34] fs: idmapped mounts
 2020-11-02 13:34 UTC  (20+ messages)
` [PATCH 01/34] namespace: take lock_mount_hash() directly when changing flags
` [PATCH 03/34] fs: add mount_setattr()
` [PATCH 05/34] fs: introduce MOUNT_ATTR_IDMAP
` [PATCH 06/34] fs: add id translation helpers
` [PATCH 07/34] capability: handle idmapped mounts

Recent upgrade of 4.13 -> 4.14 issue
 2020-11-03 13:23 UTC  (12+ messages)

(proposal) RE: [PATCH v7 00/16] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-11-03 13:23 UTC  (7+ messages)

[RFC PATCH] mm: memcg/slab: Stop reparented obj_cgroups from charging root
 2020-11-03 13:22 UTC  (11+ messages)
                  ` [LTP] "

[PATCH for-5.2] s390x: fix build for --without-default-devices
 2020-11-03 13:21 UTC  (2+ messages)

[PATCH 1/3] powerpc/uaccess: Switch __put_user_size_allowed() to __put_user_asm_goto()
 2020-11-03 13:21 UTC  (5+ messages)

[PATCH] iommu/amd: Increase interrupt remapping table limit to 512 entries
 2020-11-03 13:21 UTC  (3+ messages)

[RFC PATCH resend 0/6] mm and ptrace: Track dumpability until task is freed
 2020-11-03 13:21 UTC  (7+ messages)
` [RFC PATCH resend 3/6] mm: Add refcount for preserving mm_struct without pgd

[dpdk-dev] [PATCH] app/testpmd: set raw cmd use rte hdr struct
 2020-11-03 13:20 UTC 

[PATCH v2 00/11] sockets: Attempt to drain the abstract socket swamp
 2020-11-03 13:17 UTC  (5+ messages)
` [PATCH v2 09/11] char-socket: Fix qemu_chr_socket_address() for abstract sockets

[igt-dev] [PATCH i-g-t v3 0/1] tools: Remove libdrm dependency
 2020-11-03 13:18 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v3 1/1] tools/intel_perf_counters: "

[PATCH v8 resend 0/2] avoid xfs transaction reservation recursion
 2020-11-03 13:17 UTC  (3+ messages)
` [PATCH v8 resend 1/2] mm: Add become_kswapd and restore_kswapd
` [PATCH v8 resend 2/2] xfs: avoid transaction reservation recursion

[PATCH] spi: add runtime PM for transfer_one_message
 2020-11-03 13:18 UTC  (4+ messages)

[LTP] [PATCH] [COMMITTED] openposix: Fix another three failures
 2020-11-03 13:18 UTC 

[PATCH v2] mtd:ubi: Remove useless code in bytes_str_to_int
 2020-11-03 13:16 UTC  (3+ messages)

[PATCH-for-5.2 0/4] misc: Trivial format string fixes
 2020-11-03 11:39 UTC  (3+ messages)
` [PATCH-for-5.2 3/4] hw/ppc/spapr_tpm_proxy: Fix hexadecimal format string specifier

[RFC 1/2] nl80211: add common API to configure SAR power limitations
 2020-11-03 13:15 UTC  (6+ messages)

[PATCH v4 0/4] Upgrade READ_ONCE() to RCpc acquire on arm64 with LTO
 2020-11-03 13:13 UTC  (5+ messages)
` [PATCH v4 4/4] arm64: lto: Strengthen READ_ONCE() to acquire when CONFIG_LTO=y

[PATCH 00/13] Backport of patch series for stable 4.9 branch
 2020-11-03 13:15 UTC  (3+ messages)
` [PATCH 02/13] xen/events: avoid removing an event channel while handling it

[PATCH] ASoC: rt715:add Mic Mute LED control support
 2020-11-03 13:12 UTC  (3+ messages)

KASAN: use-after-free Read in decode_session6
 2020-11-03 13:14 UTC  (3+ messages)

[PATCH v2 1/1] selinux: fix error initialization in inode_doinit_with_dentry()
 2020-11-03 13:13 UTC  (5+ messages)
` [PATCH v3 0/1] "
  ` [PATCH v3 1/1] selinux: "

[PATCH] ALSA: hda: prevent undefined shift in snd_hdac_ext_bus_get_link()
 2020-11-03 13:12 UTC  (3+ messages)

[PATCH v7 0/6] Exynos: Simple QoS for exynos-bus using interconnect
 2020-11-03 13:11 UTC  (6+ messages)
  ` [PATCH v7 3/6] PM / devfreq: exynos-bus: Add registration of interconnect child device

[dpdk-dev] [PATCH 0/8] net/ionic: minor updates and documentation
 2020-11-03 13:11 UTC  (4+ messages)
` [dpdk-dev] [PATCH 8/8] ionic: nits - whitespace, logging, helper variables

[RFC PATCH 0/6] eBPF RSS support for virtio-net
 2020-11-03 13:07 UTC  (3+ messages)
` [RFC PATCH 3/6] ebpf: Added eBPF RSS program

[PATCH] sound/core/seq: remove dead code
 2020-11-03 13:09 UTC  (3+ messages)

[LTP] [PATCH v3 0/2] Add support for kconfig constraints
 2020-11-03 13:10 UTC  (4+ messages)
` [LTP] [PATCH v3 1/2] lib: Add generic boolean expression parser and eval

[LTP] [PATCH] lib/tst_cgroup: fix short reads of mems/cpus
 2020-11-03 13:09 UTC 

[dpdk-dev] [PATCH 00/15] remove mbuf timestamp
 2020-11-03 13:08 UTC  (4+ messages)
` [dpdk-dev] [PATCH v4 04/16] net/ark: switch Rx timestamp to dynamic mbuf field

[PATCH v2 00/28] fs/squashfs: fix memory leaks and introduce exists() function
 2020-11-03 13:08 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: pinctrl: qcom: Add sc7280 pinctrl bindings
 2020-11-03 10:39 UTC  (4+ messages)
` [PATCH 2/2] pinctrl: qcom: Add sc7280 pinctrl driver

[PATCH RFC] memory: pause all vCPUs for the duration of memory transactions
 2020-11-03 13:07 UTC  (3+ messages)

[PATCH] ath11k: Fix the rx_filter flag setting for peer rssi stats
 2020-11-03 13:07 UTC  (2+ messages)

[rdma:for-rc] BUILD SUCCESS 00469c97ef64f6b7e3ab08c5eeb0378260baf983
 2020-11-03 13:05 UTC 

[PATCH v2] platform/x86: amd-pmc: Add AMD platform support for S2Idle
 2020-11-03 13:04 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/2] arm64: Add support for configuring the translation granule
 2020-11-03 13:04 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] "

[PATCH v8 00/18] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-11-03 13:04 UTC  (7+ messages)
` [PATCH v8 17/18] scsi: megaraid_sas: Added support for shared host tagset for cpuhotplug

[PATCH -next v2 1/2] watchdog: Clean up error handlings of __watchdog_register_device
 2020-11-03 13:05 UTC  (3+ messages)

[rdma:for-next] BUILD SUCCESS 32053e584e4a342be37a0932ffc1f9b13e914515
 2020-11-03 13:05 UTC 

[dpdk-dev] [PATCH 0/8] fix driver filenames in the docs
 2020-11-03 13:05 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 0/7] "
  ` [dpdk-dev] [PATCH v2 2/7] doc: fix driver names in crypto devices guide

[PATCH 1/2] Revert "vhost-vdpa: fix page pinning leakage in error path"
 2020-11-03 13:00 UTC  (4+ messages)
` [PATCH 2/2] vhost-vdpa: fix page pinning leakage in error path (rework)

[PATCH v4 seccomp 0/5] seccomp: Add bitmap cache of constant allow filter results
 2020-11-03 13:00 UTC  (12+ messages)
` [PATCH v4 seccomp 5/5] seccomp/cache: Report cache data through /proc/pid/seccomp_cache

[PATCH v7 0/4] Introduce mini-dump support for remoteproc
 2020-11-03  9:19 UTC  (3+ messages)
` [PATCH v7 2/4] remoteproc: coredump: Add minidump functionality
` [PATCH v7 3/4] remoteproc: qcom: Add capability to collect minidumps


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.