All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-09 21:46:43 to 2020-12-09 22:53:21 UTC [more...]

post-receive: pub/scm/linux/kernel/git/torvalds/linux
 2020-12-09 22:53 UTC 

[GIT PULL] ARM: SoC fixes for v5.10, part 4
 2020-12-09 22:52 UTC  (4+ messages)

[PATCH] mac80211: enable QoS support for nl80211 ctrl port
 2020-12-09 22:52 UTC 

[Intel-gfx] [CI 1/3] drm/i915/gt: Move move context layout registers and offsets to lrc_reg.h
 2020-12-09 22:52 UTC  (4+ messages)
` [Intel-gfx] [CI 2/3] drm/i915/gt: Rename lrc.c to execlists_submission.c
` [Intel-gfx] [CI 3/3] drm/i915: split gen8+ flush and bb_start emission functions to their own file
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/3] drm/i915/gt: Move move context layout registers and offsets to lrc_reg.h

post-receive: pub/scm/utils/b4/b4
 2020-12-09 22:51 UTC 

[bitbake-devel][PATCH] hashserv: Fix broken AF_UNIX path length limit
 2020-12-09 22:51 UTC  (2+ messages)

❌ FAIL: Test report for kernel 5.10.0-rc6 (mainline.kernel.org)
 2020-12-09 22:50 UTC  (10+ messages)

[PATCH] libtraceevent: Add -ldl to the libtraceevent.so
 2020-12-09 22:50 UTC 

post-receive: pub/scm/linux/kernel/git/netdev/net
 2020-12-09 22:50 UTC 

[PATCH][SMB3.1.1] remove confusing mount warning when no SPNEGO info on negprot rsp
 2020-12-09 22:49 UTC  (4+ messages)

[PATCH v2 0/7] tty: add flag to suppress ready signalling on open
 2020-12-09 22:49 UTC  (3+ messages)

(no subject)
 2020-12-09 22:49 UTC  (7+ messages)
` [PATCH V3 13/23] xen/ioreq: Use guest_cmpxchg64() instead of cmpxchg()
` [PATCH V3 14/23] arm/ioreq: Introduce arch specific bits for IOREQ/DM features

[Buildroot] [PATCH/next v1 1/2] package/ninja: bump version to 1.10.2
 2020-12-09 22:50 UTC  (3+ messages)

[PATCH 17/17] realtek: rtw88: pci: Add prototypes for .probe, .remove and .shutdown
 2020-12-09 22:49 UTC  (2+ messages)

linux-next: build warning after merge of the drm-misc tree
 2020-12-09 22:48 UTC  (14+ messages)
` [PATCH] drm/sched: Add missing structure comment
  ` [Intel-gfx] "
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH v2] iio: hrtimer: Allow sub Hz granularity
 2020-12-09 22:46 UTC 

post-receive: pub/scm/libs/libtrace/libtracefs
 2020-12-09 22:46 UTC 

[PATCH 0/8] arm64: sunxi: Initial Allwinner H616 SoC support
 2020-12-09 22:45 UTC  (6+ messages)
` [linux-sunxi] [PATCH 5/8] clk: sunxi-ng: Add support for the Allwinner H616 CCU

stable-rc/queue/4.14 baseline: 155 runs, 8 regressions (v4.14.211-21-g9f474502bc7fc)
 2020-12-09 22:44 UTC 

[PATCH v2 net-next 1/1] net: stmmac: allow stmmac to probe for C45 PHY devices
 2020-12-09 22:47 UTC 

[PATCH] iio: hrtimer: Allow sub Hz granularity
 2020-12-09 22:42 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/tnguy/net-queue
 2020-12-09 22:43 UTC 

[PATCH v16 00/26] Control-flow Enforcement: Shadow Stack
 2020-12-09 22:23 UTC  (27+ messages)
` [PATCH v16 01/26] Documentation/x86: Add CET description
` [PATCH v16 02/26] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection
` [PATCH v16 03/26] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v16 04/26] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
` [PATCH v16 05/26] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v16 06/26] x86/cet: Add control-protection fault handler
` [PATCH v16 07/26] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v16 08/26] x86/mm: Introduce _PAGE_COW
` [PATCH v16 09/26] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v16 10/26] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v16 11/26] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v16 12/26] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v16 13/26] x86/mm: Shadow Stack page fault error checking
` [PATCH v16 14/26] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v16 15/26] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v16 16/26] mm: Add guard pages around a shadow stack
` [PATCH v16 17/26] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v16 18/26] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v16 19/26] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v16 20/26] x86/cet/shstk: User-mode shadow stack support
` [PATCH v16 21/26] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v16 22/26] binfmt_elf: Define GNU_PROPERTY_X86_FEATURE_1_AND properties
` [PATCH v16 23/26] ELF: Introduce arch_setup_elf_property()
` [PATCH v16 24/26] x86/cet/shstk: Handle thread shadow stack
` [PATCH v16 25/26] x86/cet/shstk: Add arch_prctl functions for "
` [PATCH v16 26/26] mm: Introduce PROT_SHSTK "

[PATCH 0/7] diffcore-rename improvements
 2020-12-09 22:40 UTC  (9+ messages)
` [PATCH 1/7] diffcore-rename: avoid usage of global in too_many_rename_candidates()
` [PATCH 2/7] diffcore-rename: remove unnecessary if-clause
` [PATCH 5/7] diffcore-rename: reduce jumpiness in progress counters
` [PATCH 6/7] diffcore-rename: simplify and accelerate register_rename_src()

[PATCH 0/2] x86: Add the feature Virtual SPEC_CTRL
 2020-12-09 22:39 UTC  (4+ messages)
` [PATCH 1/2] x86/cpufeatures: Add the Virtual SPEC_CTRL feature

[RFC PATCH v2 00/14] CXL 2.0 Support
 2020-12-09 22:38 UTC  (5+ messages)
` [RFC PATCH 10/14] cxl/mem: Add send command
` [RFC PATCH 11/14] cxl/mem: Add a "RAW" "

[PATCH] Revert "dm raid: remove unnecessary discard limits for raid10"
 2020-12-09 22:38 UTC  (5+ messages)
`  "
  ` [dm-devel] "

[PATCH v2 1/2] iproute2: install tools to mirror install under Debian/Ubuntu
 2020-12-09 22:39 UTC  (3+ messages)
` [OE-core] "

[PATCH] iio: acpi_als: Add trigger support
 2020-12-09 22:36 UTC  (3+ messages)

[PATCH v4 0/2] hooks: allow input from stdin for commit-related hooks
 2020-12-09 22:37 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/2] "

[PATCH 1/2] platform/chrome: cros_ec_proto: Use EC_HOST_EVENT_MASK not BIT
 2020-12-09 22:37 UTC  (3+ messages)
` [PATCH 2/2] platform/chrome: cros_ec_proto: Add LID and BATTERY to default mask

[PATCH net-next 1/1] net: stmmac: allow stmmac to probe for C45 PHY devices
 2020-12-09 22:36 UTC  (4+ messages)

Webcam report: Trust Trino HD 720p is working
 2020-12-09 22:26 UTC 

[PATCH v2 00/15] RISC-V: Start to remove xlen preprocess
 2020-12-09 22:34 UTC  (21+ messages)
` [PATCH v2 05/15] hw/riscv: boot: Remove compile time XLEN checks
` [PATCH v2 09/15] target/riscv: fpu_helper: Match function defs in HELPER macros
` [PATCH v2 10/15] target/riscv: Add a riscv_cpu_is_32bit() helper function
` [PATCH v2 11/15] target/riscv: Specify the XLEN for CPUs
` [PATCH v2 14/15] target/riscv: csr: Remove compile time XLEN checks

pull-request: iwlwifi-next 2020-12-09
 2020-12-09 22:24 UTC 

[PATCH v2] MAINTAINERS: Add entry for Marvell Prestera Ethernet Switch driver
 2020-12-09 22:34 UTC  (9+ messages)
  ` [EXT] "

stable-rc/queue/4.19 baseline: 176 runs, 5 regressions (v4.19.162-27-g7042181619c5)
 2020-12-09 22:33 UTC 

[sashal-linux-stable:queue-4.4 14/15] /tmp/qlcnic_83xx_init-385098.s:10918: Warning: no instruction mnemonic suffix given and no register operands; using default for `bts'
 2020-12-09 22:33 UTC 

[PATCH] mm/filemap: add static for function __add_to_page_cache_locked
 2020-12-09 22:32 UTC  (11+ messages)

post-receive: pub/scm/linux/kernel/git/tnguy/net-queue
 2020-12-09 22:32 UTC 

post-receive: pub/scm/linux/kernel/git/tnguy/net-queue
 2020-12-09 22:32 UTC 

[PATCH v16 0/7] Control-flow Enforcement: Indirect Branch Tracking
 2020-12-09 22:27 UTC  (8+ messages)
` [PATCH v16 1/7] x86/cet/ibt: Update Kconfig for user-mode "
` [PATCH v16 2/7] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v16 3/7] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v16 4/7] x86/cet/ibt: Update ELF header parsing "
` [PATCH v16 5/7] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v16 6/7] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v16 7/7] x86/vdso: Insert endbr32/endbr64 to vDSO

[PATCH v2 00/10] make "mktag" use fsck_tag()
 2020-12-09 22:30 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] fs/nilfs2: remove some unused macros to tame gcc
 2020-12-09 22:27 UTC  (2+ messages)

[PATCH] x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabled
 2020-12-09 22:27 UTC  (4+ messages)
` [tip: x86/cache] "

Creating executable device nodes in /dev?
 2020-12-09 21:58 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] package/rtl8188eu: bump to b02c92b (v5.2.2.4 branch HEAD)
 2020-12-09 22:27 UTC 

BPF selftests build failure in 5.10-rc
 2020-12-09 22:23 UTC 

post-receive: pub/scm/linux/kernel/git/tip/tip
 2020-12-09 22:22 UTC 

[PATCH v3 net-next 0/4] net: dsa: Link aggregation support
 2020-12-09 22:21 UTC  (11+ messages)
` [PATCH v3 net-next 2/4] "

post-receive: pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next
 2020-12-09 22:21 UTC 

linux-next: Tree for Dec 9
 2020-12-09 22:20 UTC  (3+ messages)
` linux-next: Tree for Dec 9 (ethernet/mellanox/mlx5)

[PATCH net 0/4] Netfilter fixes for net
 2020-12-09 22:18 UTC  (5+ messages)
` [PATCH net 1/4] netfilter: x_tables: Switch synchronization to RCU
` [PATCH net 2/4] netfilter: nft_dynset: fix timeouts later than 23 days
` [PATCH net 3/4] netfilter: nftables: comment indirect serialization of commit_mutex with rtnl_mutex
` [PATCH net 4/4] netfilter: nft_ct: Remove confirmation check for NFT_CT_ID

[PATCH v1 0/2] Two changes related with UFS clock scaling
 2020-12-09 22:17 UTC  (3+ messages)
` [PATCH v1 2/2] scsi: ufs: Clean up some lines from ufshcd_hba_exit()

[PATCH v3] drm/vkms: Add setup and testing information
 2020-12-09 22:17 UTC  (3+ messages)

[PATCH v2 35/47] iwlwifi: pcie: clean up some rx code
 2020-12-09 22:16 UTC  (2+ messages)

[PATCH v2 34/47] iwlwifi: use SPDX tags
 2020-12-09 22:15 UTC  (3+ messages)
` [PATCH v3 "

[PATCH 0/3] Add helpful advice about init.defaultBranch
 2020-12-09 22:15 UTC  (8+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 4/4] init: provide useful "

[PATCH v2 13/47] iwlwifi: enable sending/setting debug host event
 2020-12-09 22:15 UTC  (2+ messages)

[PATCH] drm/i915/display/tc: Only WARN once for bogus tc port flag
 2020-12-09 22:14 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH v2 12/47] iwlwifi: mvm: add support for 6GHz
 2020-12-09 22:12 UTC  (3+ messages)
` [PATCH v3 34/47] "

[PATCH 1/3] ARM: dts: imx28: Fix label name for L2 switch
 2020-12-09 22:11 UTC  (4+ messages)
` [PATCH 3/3] ARM: dts: imx28: Add DTS description of imx28 based XEA board

[PATCH net-next v7 0/5] net/x25: netdev event handling
 2020-12-09 22:11 UTC  (7+ messages)
` [PATCH net-next v7 4/5] net/x25: fix restart request/confirm handling

[PATCH v2 01/47] iwlwifi: remove all queue resources before free
 2020-12-09 22:11 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/next/linux-next
 2020-12-09 22:12 UTC 

post-receive: pub/scm/linux/kernel/git/soc/soc
 2020-12-09 22:12 UTC 

[PATCH v2] ARM: dts: imx28: add pinmux for USB1 overcurrent on pwm2
 2020-12-09 22:09 UTC  (2+ messages)

[LTP] [PATCH 1/1] syscalls/get_mempolicy01: Rewrite to new API
 2020-12-09 22:10 UTC  (3+ messages)

[PATCH v2] fs/namei.c: Remove unlikely of status being -ECHILD in lookup_fast()
 2020-12-09 22:09 UTC 

[GIT PULL] md-fixes 20201208
 2020-12-09 22:09 UTC 

[PATCH v3 0/3] Three changes for UFS WriteBooster
 2020-12-09 22:08 UTC  (5+ messages)
` [PATCH v3 2/3] scsi: ufs: Keep device active mode only fWriteBoosterBufferFlushDuringHibernate == 1

practices question
 2020-12-09 22:08 UTC  (3+ messages)
` [poky] "

[PATCH v2 15/24] proc/fd: In proc_readfd_common use task_lookup_next_fd_rcu
 2020-12-09 22:06 UTC  (9+ messages)
            ` [PATCH] files: rcu free files_struct

[PATCH] spi: dt-bindings: clarify CS behavior for spi-cs-high and gpio descriptors
 2020-12-09 22:04 UTC  (8+ messages)

[PATCH v6 0/5] PCI: Unify ECAM constants in native PCI Express drivers
 2020-12-09 22:05 UTC  (5+ messages)

[PATCH 1/2] media: camss: Fix signedness bug in video_enum_fmt()
 2020-12-09 22:04 UTC  (4+ messages)

PROBLEM: Recent raid10 block discard patchset causes filesystem corruption on fstrim
 2020-12-09 22:04 UTC  (3+ messages)

[PATCH 1/2] ld-version: use /usr/bin/env awk for shebank
 2020-12-09 22:03 UTC  (4+ messages)

linux-next: Signed-off-by missing for commit in the arm-soc tree
 2020-12-09 22:02 UTC  (3+ messages)

How is policy.31 created from modules under /usr/share/selinux
 2020-12-09 22:02 UTC  (15+ messages)

[PATCH v2] Bluetooth: Cancel Inquiry before Create Connection
 2020-12-09 22:01 UTC  (2+ messages)
` [v2] "

post-receive: pub/scm/linux/kernel/git/soc/soc
 2020-12-09 22:01 UTC 

[PATCH v2] close_range.2: new page documenting close_range(2)
 2020-12-09 22:00 UTC 

udevadm etc
 2020-12-09 22:00 UTC  (2+ messages)

KRETPROBES are broken since kernel 5.8
 2020-12-09 21:50 UTC 

[PATCH v3 0/7] Maintenance III: Background maintenance
 2020-12-09 21:59 UTC  (6+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 5/8] maintenance: add start/stop subcommands

[PATCH v4 0/5] Add GPIO support for MStar/SigmaStar ARMv7
 2020-12-09 21:58 UTC  (4+ messages)
` [PATCH v4 3/5] gpio: msc313: MStar MSC313 GPIO driver

What's cooking in git.git (Dec 2020, #01; Tue, 8)
 2020-12-09 21:57 UTC  (3+ messages)
` js/init-defaultbranch-advice, was "

Review request 0/1: fs/proc: Fix NULL pointer dereference in
 2020-12-09 21:54 UTC  (2+ messages)

INFO: rcu detected stall in tasklet_action_common
 2020-12-09 21:53 UTC 

[PATCH] crypto: sahara - Remove unused .id_table support
 2020-12-09 21:50 UTC 

stable-rc/queue/4.9 baseline: 116 runs, 5 regressions (v4.9.247-35-g719d762369895)
 2020-12-09 21:50 UTC 

[ath6kl:master-pending] BUILD SUCCESS f540bbc67bb7f02c8cefdf37e90ef4d9259550d9
 2020-12-09 21:50 UTC 

[ath6kl:pending] BUILD SUCCESS e0a466d296bd862080f7796b41349f9f586272c9
 2020-12-09 21:50 UTC 

[PATCH] kcov: don't instrument with UBSAN
 2020-12-09 21:49 UTC  (3+ messages)

File operations
 2020-12-09 21:47 UTC 

Bluetooth printer connection error
 2020-12-09 21:45 UTC  (7+ messages)

stable-rc/queue/4.4 baseline: 99 runs, 11 regressions (v4.4.247-29-g23fc7c675a6f)
 2020-12-09 21:47 UTC 

[PATCH] serial: imx: Move imx_uart_probe_dt() content into probe()
 2020-12-09 21:47 UTC 

[PATCH] drm/bridge: ti-sn65dsi86: Implement the pwm_chip
 2020-12-09 21:47 UTC  (3+ messages)

+ mm-initialize-struct-pages-in-reserved-regions-outside-of-the-zone-ranges.patch added to -mm tree
 2020-12-09 21:42 UTC  (8+ messages)

[PATCH v2 0/4] Add a new -action parameter
 2020-12-09 21:44 UTC  (3+ messages)
` [PATCH v2 1/4] vl: Add an -action option to respond to guest events

ath11k: QCA6390 on Dell XPS 13 and kernel crashes
 2020-12-09 21:46 UTC  (8+ 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.