All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-14 09:14:37 to 2020-10-14 09:29:55 UTC [more...]

[PATCH 00/14] Transparent Huge Page support for XFS
 2020-10-14  3:03 UTC  (13+ messages)
` [PATCH 01/14] fs: Support THPs in vfs_dedupe_file_range
` [PATCH 02/14] fs: Make page_mkwrite_check_truncate thp-aware
` [PATCH 03/14] iomap: Support THPs in BIO completion path
` [PATCH 04/14] iomap: Support THPs in iomap_adjust_read_range
` [PATCH 05/14] iomap: Support THPs in invalidatepage
` [PATCH 06/14] iomap: Support THPs in iomap_is_partially_uptodate
` [PATCH 07/14] iomap: Support THPs in readpage
` [PATCH 08/14] iomap: Support THPs in readahead
` [PATCH 10/14] iomap: Handle THPs when writing to pages
` [PATCH 12/14] iomap: Inline data shouldn't see THPs
` [PATCH 13/14] iomap: Handle tail pages in iomap_page_mkwrite
` [PATCH 14/14] xfs: Support THPs

[dpdk-dev] [PATCH v4] windows/netuio: add Windows NetUIO kernel driver
 2020-10-14  9:29 UTC  (4+ messages)
` [dpdk-dev] [PATCH v5] "

[PATCH v2 1/2] sequencer: fix gpg option passed to merge subcommand
 2020-10-13 23:45 UTC  (4+ messages)

[dpdk-dev] [PATCH v1 0/4] optimize async data path
 2020-10-14  9:28 UTC  (4+ messages)
` [dpdk-dev] [PATCH v4 "
  ` [dpdk-dev] [PATCH v4 1/4] vhost: simplify async copy completion

KASAN: slab-out-of-bounds Read in squashfs_get_id
 2020-10-14  9:28 UTC  (8+ messages)
  ` [Linux-kernel-mentees] "

[dpdk-dev] [PATCH v2 0/1] vfio: change spapr DMA window sizing operation
 2020-10-14  9:27 UTC  (8+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 1/1] vfio: modify spapr iommu support to use static window sizing

For review: seccomp_user_notif(2) manual page
 2020-10-14  5:41 UTC  (7+ messages)

[Intel-gfx] [PATCH i-g-t] i915/gem_uesrptr_blits: Tighten has_userptr()
 2020-10-14  9:27 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH 0/2] x86/hyperv: fix kexec/kdump hang on some VMs
 2020-10-14  9:24 UTC  (6+ messages)
` [PATCH 1/2] x86/kexec: Use up-to-dated screen_info copy to fill boot params
` [PATCH 2/2] hyperv_fb: Update screen_info after removing old framebuffer

[PATCH v2 0/3] i2c: i2c-qcom-geni: More properly fix the DMA race
 2020-10-14  9:17 UTC  (5+ messages)
` [PATCH v2 1/3] soc: qcom: geni: More properly switch to DMA mode
` [PATCH v2 2/3] Revert "i2c: i2c-qcom-geni: Fix DMA transfer race"
` [PATCH v2 3/3] soc: qcom: geni: Optimize/comment select fifo/dma mode

[PATCH 0/5] Improve kernel section protections
 2020-10-14  1:20 UTC  (8+ messages)
` [PATCH 4/5] RISC-V: Protect .init.text & .init.data

[PATCH v0] LPASSCC: Configure the PLL in case lost for SC7180
 2020-10-13 22:26 UTC  (3+ messages)
` [PATCH v0] clk: qcom: lpasscc: Re-configure the PLL in case lost

[PATCH v3 0/4] HID: gamecube-adapter
 2020-10-14  1:30 UTC  (5+ messages)
` [PATCH v3 1/4] HID: gamecube-adapter: add nintendo gamecube adapter
` [PATCH v3 2/4] HID: gamecube-adapter: add rumble support
` [PATCH v3 3/4] HID: gamecube-adapter: add auto calibration
` [PATCH v3 4/4] HID: gamecube-adapter: restore input after suspend

[PATCH v5 1/2] PCI/ERR: Call pci_bus_reset() before calling ->slot_reset() callback
 2020-10-13 23:45 UTC  (2+ messages)
` [PATCH v5 2/2] PCI/ERR: Split the fatal and non-fatal error recovery handling

[PATCH 0/2] eliminate two common errors reported by any yaml on arm64
 2020-10-14  3:12 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: broadcom: remove an unused property dma-ranges

[dpdk-dev] [PATCH] doc: update build guide for armv8 crypto PMD
 2020-10-14  9:24 UTC 

[PATCH v2 0/9] rpmsg: Make RPMSG name service modular
 2020-10-13 23:25 UTC  (9+ messages)
` [PATCH v2 2/9] rpmsg: Introduce __rpmsg{16|32|64} types
` [PATCH v2 3/9] rpmsg: virtio: Move from virtio to rpmsg byte conversion
` [PATCH v2 4/9] rpmsg: Move rpmsg_hr and rpmsg_ns_msg to header file
` [PATCH v2 5/9] rpmsg: virtio: Rename rpmsg_create_channel
` [PATCH v2 6/9] rpmsg: core: Add channel creation internal API
` [PATCH v2 7/9] rpmsg: virtio: Add rpmsg channel device ops
` [PATCH v2 8/9] rpmsg: Make rpmsg_{register|unregister}_device() public
` [PATCH v2 9/9] rpmsg: Turn name service into a stand alone driver

Use after free in bcm2835_spi_remove()
 2020-10-13 23:48 UTC 

[PATCH 00/13] format-check: add specific type checking
 2020-10-13 23:22 UTC  (13+ messages)
` [PATCH 01/13] format-check: void * is not OK for strings, fix the test
` [PATCH 02/13] format-check: more complete parsing of the length & type modifiers
` [PATCH 03/13] format-check: add helper type_class()
` [PATCH 04/13] format-check: merge 'fmt_string' & 'string'
` [PATCH 05/13] format-check: remove unneeded member: target
` [PATCH 06/13] format-check: add a function to check to type of strings
` [PATCH 07/13] format-check: add a function to check to type of 'n' arguments
` [PATCH 08/13] format-check: add a function to check to type of pointers
` [PATCH 09/13] format-check: remove printf_fmt_print_pointer()
` [PATCH 10/13] format-check: add a function to check the type of floats
` [PATCH 11/13] format-check: add a function to check the type of integers
` [PATCH 12/13] format-check: remove wrappers around type checking methods

[PATCHSET v4] Add support for TIF_NOTIFY_SIGNAL
 2020-10-13 23:55 UTC  (10+ messages)
` [PATCH 3/4] kernel: add "
` [PATCH 4/4] task_work: use TIF_NOTIFY_SIGNAL if available

[PATCH v2 1/3] remote-curl: add testing for intelligent retry for HTTP
 2020-10-13 21:16 UTC  (5+ messages)
` [PATCH v2 2/3] replace CURLOPT_FILE With CURLOPT_WRITEDATA

[dpdk-dev] [PATCH v4 01/10] eal: add new x86 cpuid support for WAITPKG
 2020-10-14  9:23 UTC  (10+ messages)
` [dpdk-dev] [PATCH v5 04/10] ethdev: add simple power management API
` [dpdk-dev] [PATCH v5 07/10] net/i40e: implement "

[PATCH for-next] RDMA/rxe: Set max_seg_size to a valid value
 2020-10-14  1:33 UTC 

[PATCH] flex-array: fix typo in warning message
 2020-10-13 22:06 UTC 

[PATCH] bpfilter: Fix build error with CONFIG_BPFILTER_UMH
 2020-10-14  9:17 UTC 

[PATCH 2/2] drm/msm: Add support for GPU cooling
 2020-10-14  1:09 UTC  (8+ messages)
` [2/2] "

[PATCH bpf-next V3 0/6] bpf: New approach for BPF MTU handling
 2020-10-13 23:54 UTC  (10+ messages)

[dpdk-dev] [PATCH v3 0/4] add async data path in vhost sample
 2020-10-14  9:23 UTC  (4+ messages)
` [dpdk-dev] [PATCH v4 "
  ` [dpdk-dev] [PATCH v4 1/4] example/vhost: add async vhost args parsing function

[PATCH v2 bpf-next 0/4] bpf: Make the verifier recognize llvm register allocation patterns
 2020-10-13 21:56 UTC  (5+ messages)
` [PATCH v2 bpf-next 3/4] selftests/bpf: Add profiler test

[PATCH v3 1/3] t3435: use `test_config` instead of `git config`
 2020-10-13 21:30 UTC  (3+ messages)
` [PATCH v3 2/3] sequencer: fix gpg option passed to merge subcommand
` [PATCH v3 3/3] sequencer: pass explicit --no-gpg-sign to merge

[PATCH] arm/build: Always handle .ARM.exidx and .ARM.extab sections
 2020-10-13 22:56 UTC  (6+ messages)

[PATCH v2 0/3] Fix checker warnings related to cros-ec binding
 2020-10-14  2:18 UTC  (7+ messages)
` [PATCH v2 3/3] mfd: google,cros-ec: add missing properties

[PATCH v3 00/11] Introduce Simple atomic counters
 2020-10-14  9:17 UTC  (7+ messages)

git fast-import leaks memory drastically, so crashes with out of memory by attempt to import 22MB export dump
 2020-10-14  9:22 UTC 

[PATCH v4 0/5] Speed up mremap on large regions
 2020-10-14  0:53 UTC  (6+ messages)
` [PATCH v4 1/5] kselftests: vm: Add mremap tests
` [PATCH v4 2/5] arm64: mremap speedup - Enable HAVE_MOVE_PMD
` [PATCH v4 3/5] mm: Speedup mremap on 1GB or larger regions
` [PATCH v4 4/5] arm64: mremap speedup - Enable HAVE_MOVE_PUD
` [PATCH v4 5/5] x86: "

[dpdk-dev] [PATCH v2 00/12] acl: introduce AVX512 classify method
 2020-10-14  9:23 UTC  (5+ messages)
` [dpdk-dev] [PATCH v3 00/14] acl: introduce AVX512 classify methods

next/master baseline: 623 runs, 7 regressions (next-20201013)
 2020-10-14  0:26 UTC 

[PATCH 1/3] Bluetooth: hci_bcm: Add compatible string for BCM4389
 2020-10-14  5:43 UTC 

[PATCH v3 0/5] Add r8a77965 DRIF support
 2020-10-13 21:51 UTC  (5+ messages)
` [PATCH v3 4/5] media: dt-bindings: media: renesas,drif: Add r8a77965 support
` [PATCH v3 5/5] arm64: dts: r8a77965: Add DRIF support

selinux: how to query if selinux is enabled
 2020-10-13 23:51 UTC  (8+ messages)

[PATCH for-next] RDMA/rxe - Respond to skb_clone failure in rxe_recv.c
 2020-10-14  0:39 UTC  (2+ messages)

[dpdk-dev] [RFC PATCH 0/2] Arm build options rework
 2020-10-14  9:22 UTC  (8+ messages)
` [dpdk-dev] [RFC PATCH v2 0/6] "
  ` [dpdk-dev] [RFC PATCH v2 3/6] build: automatic NUMA and cpu counts detection

[PATCH 0/3] ASoC: sof: cleanup Kconfig files
 2020-10-14  2:56 UTC  (3+ messages)
` [PATCH 2/3] ASoC: sof: intel: fix Kconfig punctuation and wording
` [PATCH 3/3] ASoC: sof: Kconfig: "

[RFC PATCH 13/22] x86/fpu/xstate: Expand dynamic user state area on first use
 2020-10-14  1:47 UTC  (2+ messages)

[PATCH v2 0/3] Expose recovery/coredump configuration from sysfs
 2020-10-14  0:32 UTC  (5+ messages)

[PATCH] net: sockmap: Don't call bpf_prog_put() on NULL pointer
 2020-10-14  9:20 UTC  (2+ messages)

[dpdk-dev] [PATCH v4 0/5] fix default max mtu size when device configured
 2020-10-14  9:19 UTC  (7+ messages)
` [dpdk-dev] [PATCH v5 "
  ` [dpdk-dev] [PATCH v5 1/5] net/e1000: fix max mtu size packets with vlan tag cannot be received by default
  ` [dpdk-dev] [PATCH v5 2/5] net/igc: "
  ` [dpdk-dev] [PATCH v5 3/5] net/ice: "
  ` [dpdk-dev] [PATCH v5 4/5] net/i40e: "
  ` [dpdk-dev] [PATCH v5 5/5] net/iavf: "

[PATCH] update TODOs
 2020-10-13 22:16 UTC 

[PATCH 4.14 00/70] 4.14.201-rc1 review
 2020-10-14  1:28 UTC  (2+ messages)

[PATCH v2] i2c: npcm7xx: Support changing bus speed using debugfs
 2020-10-13 21:29 UTC  (3+ messages)

[libgpiod][PATCH] core: Basic port to uAPI v2
 2020-10-14  3:17 UTC  (3+ messages)

WARNING: at net/netfilter/nf_tables_api.c:622 lockdep_nfnl_nft_mutex_not_held+0x28/0x38 [nf_tables]
 2020-10-14  6:50 UTC 

[PATCH v2 00/10] DASD FC endpoint security
 2020-10-14  1:19 UTC  (7+ messages)

[PATCH 1/2] f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctl
 2020-10-14  2:27 UTC  (6+ messages)
` [PATCH 2/2] f2fs: add F2FS_IOC_SET_COMPRESS_OPTION ioctl
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH 1/2] f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctl

Why guest physical addresses are not the same as the corresponding host virtual addresses in QEMU/KVM? Thanks!
 2020-10-13 22:40 UTC  (9+ messages)

[PATCH] arm64: vdso32: Allow ld.lld to properly link the VDSO
 2020-10-13 22:37 UTC  (2+ messages)

[cip-dev] [RFC PATCH 4.19.y-cip 00/50] Add PCIe EP support for Renesas R-Car Gen3 and RZ/G2x
 2020-10-14  9:22 UTC  (3+ messages)
` [cip-dev] [RFC PATCH 4.19.y-cip 41/50] PCI: rcar: Add endpoint mode support

next/pending-fixes baseline: 354 runs, 5 regressions (v5.9-3938-gf4dd85cd788b)
 2020-10-13 23:59 UTC 

[PATCH v2] powerpc/pci: unmap legacy INTx interrupts when a PHB is removed
 2020-10-14  2:55 UTC  (4+ messages)

[PATCH bpf] bpf: selftest: Fix flaky tcp_hdr_options test when adding addr to lo
 2020-10-13 21:59 UTC  (2+ messages)

[PATCH v2] nvmet: fix uninitialized work for zero kato
 2020-10-14  3:36 UTC 

[PATCH] fs: btrfs: Fix incorrect printf qualifier
 2020-10-14  3:24 UTC 

[PATCH] libproxy: fix CVE-2020-25219
 2020-10-14  9:22 UTC 

[PATCH] RDMA/rxe: Fix possible NULL pointer dereference
 2020-10-14  0:37 UTC  (2+ messages)
  ` FW: "

[PATCH] pwm: zx: Add missing cleanup in error path
 2020-10-14  2:01 UTC  (2+ messages)

[PATCH 0/3] i2c: i2c-qcom-geni: More properly fix the DMA race
 2020-10-13 21:38 UTC  (8+ messages)
` [PATCH 1/3] soc: qcom: geni: More properly switch to DMA mode
` [PATCH 3/3] soc: qcom: geni: Optimize select fifo/dma mode

vxlan_asymmetric.sh test failed every time
 2020-10-14  1:39 UTC  (3+ messages)

[PATCH v6 0/4] Add mmc support for MT8192 SoC
 2020-10-14  3:06 UTC  (5+ messages)
` [PATCH v6 4/4] mmc: mediatek: Add subsys clock control for MT8192 msdc

using one gpio for multiple dht22 sensors
 2020-10-13 21:34 UTC 

[PATCH] dt-bindings: fxas21002c: convert bindings to yaml
 2020-10-13 21:47 UTC  (4+ messages)

[PATCH v3 0/2] arm64: Add basic support for Kobol's Helios64
 2020-10-13 22:41 UTC  (5+ messages)
` [PATCH v3 2/2] arm64: dts: rockchip: "

[PATCH] firmware: arm_scmi: Fix duplicate workqueue name
 2020-10-14  9:18 UTC  (3+ messages)

[PATCH 4.4 00/39] 4.4.239-rc1 review
 2020-10-14  1:43 UTC  (2+ messages)

[PATCH 4.9 00/54] 4.9.239-rc1 review
 2020-10-14  1:39 UTC  (2+ messages)

[PATCH v2 0/2] CPUFreq: Add support for cpu performance dependencies
 2020-10-14  4:20 UTC  (10+ messages)
` [PATCH v2 2/2] [RFC] CPUFreq: Add support for cpu-perf-dependencies

[PATCH v2] media: ov5640: fix support of BT656 bus mode
 2020-10-13 22:26 UTC  (2+ messages)

[PATCH 0/2] fs, close_range: add flag CLOSE_RANGE_CLOEXEC
 2020-10-13 21:49 UTC  (4+ messages)
` [PATCH 1/2] "

[RFC PATCH 13/22] x86/fpu/xstate: Expand dynamic user state area on first use
 2020-10-14  1:11 UTC  (2+ messages)

[BlueZ PATCH v6 1/6] adv_monitor: Implement RSSI Filter logic for background scanning
 2020-10-13 23:45 UTC  (8+ messages)
` [BlueZ PATCH v6 2/6] adv_monitor: Implement Adv matching based on stored monitors

[PATCH 1/4] tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
 2020-10-14  1:13 UTC  (2+ messages)

[PATCH 4.19 00/49] 4.19.151-rc1 review
 2020-10-14  1:27 UTC  (2+ messages)

[PATCH v3] drm/msm/dp: fixes wrong connection state caused by failure of link train
 2020-10-14  0:37 UTC  (2+ messages)

[PATCH v4] drm/msm/dp: return correct connection status after suspend
 2020-10-14  0:36 UTC  (2+ messages)

Running JITed and interpreted programs simultaneously
 2020-10-13 22:05 UTC  (2+ messages)

[PATCH 5.4 00/85] 5.4.71-rc1 review
 2020-10-14  1:24 UTC  (2+ messages)

[PATCH] mt76: mt7603: add additional EEPROM chip ID
 2020-10-13 23:55 UTC  (5+ messages)

[PATCHSET RFC v3 0/6] Add support for TIF_NOTIFY_SIGNAL
 2020-10-13 23:37 UTC  (9+ messages)

[PATCH 00/33] stm32: enable logging features
 2020-10-14  9:16 UTC  (34+ messages)
` [PATCH 01/33] arm: stm32mp: migrate trace to log macro
` [PATCH 02/33] arm: stm32mp: migrate cmd_stm32prog "
` [PATCH 03/33] arm: stm32mp: bsec: migrate trace "
` [PATCH 04/33] pinctrl: stm32: "
` [PATCH 05/33] gpio: stm32-gpio: migrate trace to dev and "
` [PATCH 06/33] remoproc: stm32: migrate trace to "
` [PATCH 07/33] ram: "
` [PATCH 08/33] ram: stm32mp1: migrate trace to dev or "
` [PATCH 09/33] mmc: stm32_sdmmc2: migrate trace to dev and "
` [PATCH 10/33] timer: stm32: migrate trace to "
` [PATCH 11/33] hwspinlock: "
` [PATCH 12/33] rtc: "
` [PATCH 13/33] watchdog: stm32mp: migrate trace to dev macro
` [PATCH 14/33] power: regulator: stm32-verfbuf: define LOG_CATEGORY
` [PATCH 15/33] misc: rcc: migrate trace to dev macro
` [PATCH 16/33] misc: rcc: keep the rcc device name for subnode
` [PATCH 17/33] clk: stm32mp1: migrate trace to dev and log macro
` [PATCH 18/33] clk: clk_stm32f: "
` [PATCH 19/33] clk: clk_stm32h7: "
` [PATCH 20/33] reset: stm32-reset: "
` [PATCH 21/33] mailbox: stm32-ipcc: "
` [PATCH 22/33] i2c: stm32f7_i2c: "
` [PATCH 23/33] phy: stm32-usbphyc: "
` [PATCH 24/33] spi: stm32_spi: "
` [PATCH 25/33] spi: stm32_qspi: "
` [PATCH 26/33] mtd: stm32_fmc2: "
` [PATCH 27/33] memory: stm32-fmc2: "
` [PATCH 28/33] serial: stm32: define LOG_CATEGORY
` [PATCH 29/33] video: stm32_ltdc: migrate trace to dev and log macro
` [PATCH 30/33] video: stm32_dsi: "
` [PATCH 31/33] board: st: stm32mp1: "
` [PATCH 32/33] board: st: common: "
` [PATCH 33/33] configs: stm32mp15: enable LOG features

[PATCH 1/1] net: dsa: seville: fix buffer size of the queue system
 2020-10-14  9:15 UTC  (2+ messages)

Multi-core scalability problems
 2020-10-14  9:15 UTC  (4+ messages)

[PATCH v11 0/2] Add PWM support for Intel Keem Bay SoC
 2020-10-14  6:49 UTC  (3+ messages)
` [PATCH v11 1/2] pwm: Add PWM driver for Intel Keem Bay


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.