All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-08 15:36:47 to 2021-02-08 16:12:49 UTC [more...]

[PATCH 0/8] mm: memcontrol: switch to rstat v2
 2021-02-08 20:54 UTC  (9+ messages)
` [PATCH 5/8] cgroup: rstat: punt root-level optimization to individual controllers
` [PATCH 7/8] mm: memcontrol: consolidate lruvec stat flushing

MIPS noncoherent DMA cleanups
 2021-02-08 16:10 UTC  (4+ messages)
` [PATCH 5/6] driver core: lift dma_default_coherent into common code

[PULL 00/27] migration queue
 2021-02-08 11:28 UTC  (3+ messages)
` [PULL 04/27] migration: introduce 'background-snapshot' migration capability
` [PULL 05/27] migration: introduce UFFD-WP low-level interface helpers

[PATCH] hw/block/nvme: improve invalid zasl value reporting
 2021-02-08  9:19 UTC  (3+ messages)

[PATCH] bus: fsl-mc: Fix test for end of loop
 2021-02-08 15:49 UTC  (4+ messages)

[PATCH 4.19 00/38] 4.19.175-rc1 review
 2021-02-08 15:01 UTC  (20+ messages)
` [PATCH 4.19 01/38] USB: serial: cp210x: add pid/vid for WSDA-200-USB
` [PATCH 4.19 02/38] USB: serial: cp210x: add new VID/PID for supporting Teraoka AD2000
` [PATCH 4.19 10/38] memblock: do not start bottom-up allocations with kernel_end
` [PATCH 4.19 11/38] USB: gadget: legacy: fix an error code in eth_bind()
` [PATCH 4.19 12/38] USB: usblp: dont call usb_set_interface if theres a single alt
` [PATCH 4.19 13/38] usb: renesas_usbhs: Clear pipe running flag in usbhs_pkt_pop()
` [PATCH 4.19 14/38] usb: dwc2: Fix endpoint direction check in ep_from_windex
` [PATCH 4.19 15/38] usb: dwc3: fix clock issue during resume in OTG mode
` [PATCH 4.19 16/38] ovl: fix dentry leak in ovl_get_redirect
` [PATCH 4.19 17/38] mac80211: fix station rate table updates on assoc
` [PATCH 4.19 18/38] kretprobe: Avoid re-registration of the same kretprobe earlier
` [PATCH 4.19 19/38] genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is set
` [PATCH 4.19 20/38] xhci: fix bounce buffer usage for non-sg list case
` [PATCH 4.19 21/38] cifs: report error instead of invalid when revalidating a dentry fails
` [PATCH 4.19 22/38] smb3: Fix out-of-bounds bug in SMB2_negotiate()
` [PATCH 4.19 25/38] KVM: SVM: Treat SVM as unsupported when running as an SEV guest
` [PATCH 4.19 27/38] mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page
` [PATCH 4.19 28/38] mm: hugetlb: fix a race between freeing and dissolving the page
` [PATCH 4.19 29/38] mm: hugetlb: fix a race between isolating and freeing page

post-receive: pub/scm/linux/kernel/git/rt/linux-stable-rt
 2021-02-08 16:12 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-02-08 16:12 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-02-08 16:12 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-02-08 16:12 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-02-08 16:12 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2021-02-08 16:12 UTC 

[PATCH 00/18] Apple M1 SoC platform bring-up
 2021-02-08 16:10 UTC  (18+ messages)
` [PATCH 05/18] tty: serial: samsung_tty: add support for Apple UARTs
` [PATCH 08/18] arm64: cpufeature: Add a feature for FIQ support
` [PATCH 11/18] arm64: Kconfig: Require FIQ support for ARCH_APPLE
` [PATCH 18/18] arm64: apple: Add initial Mac Mini 2020 (M1) devicetree

[PATCH v2 00/93] TCI fixes and cleanups
 2021-02-08  9:35 UTC  (8+ messages)
` [PATCH v2 63/93] tcg/tci: Use ffi for calls

[PATCH 0/3] Optimization batch 7: use file basenames to guide rename detection
 2021-02-08 16:09 UTC  (6+ messages)
` [PATCH 3/3] diffcore-rename: guide inexact rename detection based on basenames

[Intel-gfx] [PATCH 01/31] drm/i915/gt: Ratelimit heartbeat completion probing
 2021-02-08 16:11 UTC  (8+ messages)
` [Intel-gfx] [PATCH 10/31] drm/i915: Fair low-latency scheduling
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/31] drm/i915/gt: Ratelimit heartbeat completion probing
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[PATCH v5 00/22] powerpc/32: Implement C syscall entry/exit
 2021-02-08 15:10 UTC  (14+ messages)
` [PATCH v5 02/22] powerpc/32: Always enable data translation on syscall entry
` [PATCH v5 09/22] powerpc/syscall: Make interrupt.c buildable on PPC32
` [PATCH v5 12/22] powerpc/syscall: Change condition to check MSR_RI
` [PATCH v5 13/22] powerpc/32: Always save non volatile GPRs at syscall entry
` [PATCH v5 14/22] powerpc/syscall: implement system call entry/exit logic in C for PPC32
` [PATCH v5 15/22] powerpc/32: Remove verification of MSR_PR on syscall in the ASM entry
` [PATCH v5 16/22] powerpc/syscall: Avoid stack frame in likely part of system_call_exception()
` [PATCH v5 17/22] powerpc/syscall: Do not check unsupported scv vector on PPC32
` [PATCH v5 18/22] powerpc/syscall: Remove FULL_REGS verification in system_call_exception
` [PATCH v5 19/22] powerpc/syscall: Optimise checks in beginning of system_call_exception()
` [PATCH v5 20/22] powerpc/syscall: Avoid storing 'current' in another pointer
` [PATCH v5 21/22] powerpc/32: Remove the counter in global_dbcr0
` [PATCH v5 22/22] powerpc/32: Handle bookE debugging in C in syscall entry/exit

[Intel-gfx] [PATCH v2] drm/i915: Fix HAS_LSPCON macro for platforms between GEN9 and GEN10
 2021-02-08 16:10 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Fix HAS_LSPCON macro for platforms between GEN9 and GEN10 (rev2)

[vdpa_sim_net] 79991caf52: net/ipv4/ipmr.c:#RCU-list_traversed_in_non-reader_section
 2021-02-08 16:10 UTC  (4+ messages)

[PATCH v2 0/7] ASoC: codecs: add support for LPASS Codec TX and RX macros
 2021-02-08 16:08 UTC  (3+ messages)
` [PATCH v2 2/7] ASoC: codec: lpass-rx-macro: add support for lpass rx macro

[PATCH v5 0/4] VIM3: add support for checking 'Function' button state
 2021-02-08 16:10 UTC  (9+ messages)
  ` [PATCH v5 2/4] button: add a simple Analog to Digital Converter device based button driver

[PATCH 4.14 00/30] 4.14.221-rc1 review
 2021-02-08 15:01 UTC  (26+ messages)
` [PATCH 4.14 01/30] USB: serial: cp210x: add pid/vid for WSDA-200-USB
` [PATCH 4.14 02/30] USB: serial: cp210x: add new VID/PID for supporting Teraoka AD2000
` [PATCH 4.14 03/30] USB: serial: option: Adding support for Cinterion MV31
` [PATCH 4.14 05/30] arm64: dts: ls1046a: fix dcfg address range
` [PATCH 4.14 06/30] net: lapb: Copy the skb before sending a packet
` [PATCH 4.14 07/30] objtool: Support Clang non-section symbols in ORC generation
` [PATCH 4.14 08/30] elfcore: fix building with clang
` [PATCH 4.14 09/30] ipv4: fix race condition between route lookup and invalidation
` [PATCH 4.14 10/30] USB: gadget: legacy: fix an error code in eth_bind()
` [PATCH 4.14 11/30] USB: usblp: dont call usb_set_interface if theres a single alt
` [PATCH 4.14 12/30] usb: dwc2: Fix endpoint direction check in ep_from_windex
` [PATCH 4.14 13/30] ovl: fix dentry leak in ovl_get_redirect
` [PATCH 4.14 14/30] mac80211: fix station rate table updates on assoc
` [PATCH 4.14 15/30] kretprobe: Avoid re-registration of the same kretprobe earlier
` [PATCH 4.14 16/30] xhci: fix bounce buffer usage for non-sg list case
` [PATCH 4.14 17/30] cifs: report error instead of invalid when revalidating a dentry fails
` [PATCH 4.14 18/30] smb3: Fix out-of-bounds bug in SMB2_negotiate()
` [PATCH 4.14 19/30] mmc: core: Limit retries when analyse of SDIO tuples fails
` [PATCH 4.14 20/30] nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDs
` [PATCH 4.14 21/30] ARM: footbridge: fix dc21285 PCI configuration accessors
` [PATCH 4.14 22/30] mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page
` [PATCH 4.14 23/30] mm: hugetlb: fix a race between isolating and freeing page
` [PATCH 4.14 24/30] mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_active
` [PATCH 4.14 27/30] x86/apic: Add extra serialization for non-serializing MSRs
` [PATCH 4.14 29/30] iommu/vt-d: Do not use flush-queue when caching-mode is on

[PATCH v3] iio: ad7949: fix wrong ADC result due to incorrect bit mask
 2021-02-08 16:06 UTC  (2+ messages)

Node name & property name collusion - json/yaml implications
 2021-02-08 16:07 UTC  (6+ messages)

[LTP] [PATCH 1/2] tst_net.sh: Add API function to check netns use
 2021-02-08 16:04 UTC  (4+ messages)
` [LTP] [PATCH 2/2] if-mtu-change.sh: Lower CHANGE_INTERVAL for netns

[PATCH v20210111 00/39] leftover from 2020
 2021-02-08 16:04 UTC  (12+ messages)
` [PATCH v20210111 02/39] xl: use proper name for bash_completion file
` [PATCH v20210111 03/39] docs: remove stale create example from xl.1
` [PATCH v20210111 04/39] docs: substitute XEN_CONFIG_DIR in xl.conf.5
` [PATCH v20210111 05/39] tools: add with-xen-scriptdir configure option
` [PATCH v20210111 06/39] Use XEN_SCRIPT_DIR to refer to /etc/xen/scripts

[PATCH u-boot-marvell] ARM: mvebu: a38x: sync ddr training code with mv_ddr-armada-14.0.0
 2021-02-08 16:04 UTC 

post-receive: pub/scm/linux/kernel/git/shuah/linux
 2021-02-08 16:04 UTC 

[PATCH net-next 0/9] Cleanup in brport flags switchdev offload for DSA
 2021-02-08 16:04 UTC  (3+ messages)
` [PATCH net-next 5/9] net: squash switchdev attributes PRE_BRIDGE_FLAGS and BRIDGE_FLAGS
  ` [Bridge] "

[PATCH] drm/amdgpu: fix potential integer overflow on shift of a int
 2021-02-08 15:55 UTC  (6+ messages)
  ` AW: "

[dpdk-dev] [CI] SPDK compilation failures @ DPDK community lab
 2021-02-08 16:03 UTC  (3+ messages)
  ` [SPDK] "

rdma-core spec weird behavior on Fedora
 2021-02-08 15:59 UTC  (9+ messages)

[PATCH 1/2] arm64: dts: qcom: sm8250: add pinctrl for SPI using GPIO as a CS
 2021-02-08 15:58 UTC  (7+ messages)

[dunfell][PATCH 1/2] p11-kit: upgrade 0.23.20 -> 0.23.21
 2021-02-08 16:00 UTC  (2+ messages)
` [dunfell][PATCH 2/2] p11-kit: upgrade 0.23.21 -> 0.23.22

[patch 00/12] x86/irq/64: Inline irq stack switching
 2021-02-08 15:06 UTC  (3+ messages)
` [patch 05/12] x86/irq: Provide macro for inlining "

How to flash Odroid Go2 u-boot
 2021-02-08 15:58 UTC  (3+ messages)

[PATCH] HID: logitech-dj: fix unintentional integer overflow on left shift
 2021-02-08 15:07 UTC  (3+ messages)

libsepol/cil: use-after-free with optional+class common
 2021-02-08 15:56 UTC  (2+ messages)

[char-misc-next 1/2] mei: bus: block send with vtag on non-conformat FW
 2021-02-08 15:06 UTC  (2+ messages)
` [char-misc-next 2/2] mei: use sysfs_emit() in tx_queue_limit_show sysfs

[PATCH 1/2] cve-check.bbclass: add layer to cve log
 2021-02-08 15:55 UTC  (4+ messages)
` [PATCH 2/2] cve-check: add include/exclude layers
  ` [OE-core] "

[PATCH] mac80211: only schedule TXQ when reasonable airtime reporting
 2021-02-08 15:53 UTC  (6+ messages)

stable-rc/queue/4.4 baseline: 110 runs, 12 regressions (v4.4.256-29-gd00804edfe40)
 2021-02-08 15:53 UTC 

[Intel-gfx] [PATCH] drm/i915: Remove unused debug functions
 2021-02-08 15:55 UTC 

[PATCH 4.9 00/43] 4.9.257-rc1 review
 2021-02-08 15:01 UTC  (38+ messages)
` [PATCH 4.9 01/43] net: dsa: bcm_sf2: put device node before return
` [PATCH 4.9 02/43] ibmvnic: Ensure that CRQ entry read are correctly ordered
` [PATCH 4.9 03/43] net_sched: reject silly cell_log in qdisc_get_rtab()
` [PATCH 4.9 04/43] futex,rt_mutex: Provide futex specific rt_mutex API
` [PATCH 4.9 05/43] futex: Remove rt_mutex_deadlock_account_*()
` [PATCH 4.9 06/43] futex: Rework inconsistent rt_mutex/futex_q state
` [PATCH 4.9 07/43] futex: Avoid violating the 10th rule of futex
` [PATCH 4.9 08/43] futex: Replace pointless printk in fixup_owner()
` [PATCH 4.9 09/43] futex: Provide and use pi_state_update_owner()
` [PATCH 4.9 12/43] futex: Simplify fixup_pi_state_owner()
` [PATCH 4.9 13/43] futex: Handle faults correctly for PI futexes
` [PATCH 4.9 16/43] scsi: ibmvfc: Set default timeout to avoid crash during migration
` [PATCH 4.9 18/43] stable: clamp SUBLEVEL in 4.4 and 4.9
` [PATCH 4.9 20/43] USB: serial: cp210x: add new VID/PID for supporting Teraoka AD2000
` [PATCH 4.9 21/43] USB: serial: option: Adding support for Cinterion MV31
` [PATCH 4.9 22/43] Input: i8042 - unbreak Pegatron C15B
` [PATCH 4.9 23/43] net: lapb: Copy the skb before sending a packet
` [PATCH 4.9 24/43] elfcore: fix building with clang
` [PATCH 4.9 25/43] USB: gadget: legacy: fix an error code in eth_bind()
` [PATCH 4.9 26/43] USB: usblp: dont call usb_set_interface if theres a single alt
` [PATCH 4.9 27/43] usb: dwc2: Fix endpoint direction check in ep_from_windex
` [PATCH 4.9 28/43] mac80211: fix station rate table updates on assoc
` [PATCH 4.9 29/43] kretprobe: Avoid re-registration of the same kretprobe earlier
` [PATCH 4.9 30/43] xhci: fix bounce buffer usage for non-sg list case
` [PATCH 4.9 31/43] cifs: report error instead of invalid when revalidating a dentry fails
` [PATCH 4.9 32/43] mmc: core: Limit retries when analyse of SDIO tuples fails
` [PATCH 4.9 33/43] ARM: footbridge: fix dc21285 PCI configuration accessors
` [PATCH 4.9 34/43] mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page
` [PATCH 4.9 35/43] mm: hugetlb: fix a race between isolating and freeing page
` [PATCH 4.9 36/43] mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_active
` [PATCH 4.9 37/43] mm: thp: fix MADV_REMOVE deadlock on shmem THP
` [PATCH 4.9 38/43] x86/build: Disable CET instrumentation in the kernel
` [PATCH 4.9 39/43] x86/apic: Add extra serialization for non-serializing MSRs
` [PATCH 4.9 40/43] Input: xpad - sync supported devices with fork on GitHub
` [PATCH 4.9 41/43] ACPI: thermal: Do not call acpi_thermal_check() directly
` [PATCH 4.9 42/43] iommu/vt-d: Do not use flush-queue when caching-mode is on
` [PATCH 4.9 43/43] ALSA: hda/realtek - Fix typo of pincfg for Dell quirk

[PATCH] zbd: support 'z' suffix for zone granularity
 2021-02-08 15:53 UTC  (4+ messages)

[Buildroot] [PATCH] package/connman: add upstream security fixes for CVE-2021-2667{5, 6}
 2021-02-08 15:53 UTC  (2+ messages)

[OE-core][dunfell 00/28] Patch review
 2021-02-08 15:52 UTC  (4+ messages)
` [OE-core][dunfell 18/28] image_types: Ensure tar archives are reproducible

[PATCH] staging: fix ignoring return value warning
 2021-02-08 15:06 UTC  (3+ messages)

[PATCH] drm/i915/tgl+: Make sure TypeC FIA is powered up when initializing it
 2021-02-08 15:51 UTC  (4+ messages)
` [Intel-gfx] "

libbpf: pinning multiple progs from the same section
 2021-02-08 15:50 UTC  (8+ messages)

[PATCH] nvme: Fix cache alignment
 2021-02-08 15:51 UTC  (14+ messages)

Unable to create a chain called "trace"
 2021-02-08 15:49 UTC  (2+ messages)

[meta-oe][PATCH] libhugetlbfs: improve reproducibility
 2021-02-08 15:44 UTC 

[PATCH 00/22] Acceptance Test: introduce base class for Linux based tests
 2021-02-08 11:28 UTC  (5+ messages)
` [PATCH 09/22] tests/acceptance/virtiofs_submounts.py: required space between IP and port
` [PATCH 13/22] tests/acceptance/virtiofs_submounts.py: add missing accel tag

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2021-02-08 15:50 UTC 

[PATCH v6 0/6] Qemu SEV-ES guest support
 2021-02-08 15:48 UTC  (3+ messages)

[PATCH iproute2-next 2/2] vdpa: Add vdpa tool
 2021-02-08 15:47 UTC  (5+ messages)
` [PATCH iproute2-next v4 0/5] Add vdpa device management tool
  ` [PATCH iproute2-next v4 1/5] Add kernel headers

Constraints on nft expressions and statements in inet ingress chains
 2021-02-08 15:49 UTC 

post-receive: pub/scm/linux/kernel/git/johan/usb-serial
 2021-02-08 15:48 UTC 

[PATCH net] vsock: fix locking in vsock_shutdown()
 2021-02-08 15:04 UTC  (2+ messages)

[PATCH] hw/block/nvme: fix Close Zone
 2021-02-08  9:14 UTC  (3+ messages)

[PATCH] media: i2c: fix max9271 build dependencies
 2021-02-08 15:42 UTC  (12+ messages)

[PATCH v2] jfs: turn diLog(), dataLog() and txLog() into void functions
 2021-02-08 15:05 UTC  (2+ messages)

[PATCH bpf-next V15 0/7] bpf: New approach for BPF MTU handling
 2021-02-08 15:41 UTC  (6+ messages)
` [PATCH bpf-next V15 2/7] bpf: fix bpf_fib_lookup helper MTU check for SKB ctx

alloc_pages_bulk()
 2021-02-08 15:42 UTC 

[PATCH v2] travis-ci: Disable C++ on Aarch64 container
 2021-02-08  9:16 UTC  (3+ messages)

[RESEND PATCH v2 0/9] soundwire/regmap: use _no_pm routines
 2021-02-08 15:04 UTC  (4+ messages)

[PATCH 0/7] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-02-08 15:39 UTC  (3+ messages)
` [Ocfs2-devel] [PATCH 0/7] fsdax, xfs: "

[PATCH 4.4 00/38] 4.4.257-rc1 review
 2021-02-08 15:00 UTC  (2+ messages)
` [PATCH 4.4 12/38] usb: udc: core: Use lock when write to soft_connect

post-receive: pub/scm/linux/kernel/git/soc/soc
 2021-02-08 15:37 UTC 

[PATCH v3] Updated locking documentation for transaction_t
 2021-02-08 15:27 UTC  (4+ messages)
` [RFC] Fine-grained locking documentation for jbd2 data structures

[kvm-unit-tests PATCH] gitlab-ci.yml: Add new s390x targets to run tests with TCG and KVM accel
 2021-02-08 15:32 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_rotation_crc: restrict execution based on number of outputs connected
 2021-02-08 15:37 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH v2] tools: create libxensaverestore
 2021-02-08 15:36 UTC  (3+ messages)

cleanup bvec allocation
 2021-02-08 15:33 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.