All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-09 01:34:08 to 2021-11-09 02:32:24 UTC [more...]

incoming
 2021-11-09  2:32 UTC  (19+ messages)
` [patch 01/87] vfs: keep inodes with page cache off the inode shrinker LRU
` [patch 02/87] mm,hugetlb: remove mlock ulimit for SHM_HUGETLB
` [patch 03/87] procfs: do not list TID 0 in /proc/<pid>/task
` [patch 04/87] x86/xen: update xen_oldmem_pfn_is_ram() documentation
` [patch 05/87] x86/xen: simplify xen_oldmem_pfn_is_ram()
` [patch 06/87] x86/xen: print a warning when HVMOP_get_mem_type fails
` [patch 07/87] proc/vmcore: let pfn_is_ram() return a bool
` [patch 08/87] proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacks
` [patch 09/87] virtio-mem: factor out hotplug specifics from virtio_mem_init() into virtio_mem_init_hotplug()
` [patch 10/87] virtio-mem: factor out hotplug specifics from virtio_mem_probe() "
` [patch 11/87] virtio-mem: factor out hotplug specifics from virtio_mem_remove() into virtio_mem_deinit_hotplug()
` [patch 12/87] virtio-mem: kdump mode to sanitize /proc/vmcore access
` [patch 13/87] proc: allow pid_revalidate() during LOOKUP_RCU
` [patch 14/87] kernel.h: drop unneeded <linux/kernel.h> inclusion from other headers
` [patch 15/87] kernel.h: split out container_of() and typeof_member() macros
` [patch 16/87] include/kunit/test.h: replace kernel.h with the necessary inclusions
` [patch 17/87] include/linux/list.h: "
` [patch 18/87] include/linux/llist.h: "

Notes from the Git Contributors' Summit 2021, virtual, Oct 19/20
 2021-11-09  2:15 UTC  (4+ messages)
` [Summit topic] Server-side merge/rebase: needs and wants?

[PATCH 0/7] Thermal: Introduce the Hardware Feedback Interface for thermal and performance management
 2021-11-09  2:28 UTC  (7+ messages)
` [PATCH 3/7] thermal: intel: hfi: Minimally initialize the Hardware Feedback Interface
` [PATCH 5/7] thermal: intel: hfi: Enable notification interrupt

drivers/firmware/efi/capsule.c:172 efi_capsule_update_locked() warn: should '((((sg_pages[0]) - mem_map) + riscv_pfn_base)) << (12)' be a 64 bit type?
 2021-11-09  2:27 UTC 

[RFC PATCH v3 0/8] Adds support for PHY LEDs with offload triggers
 2021-11-09  2:26 UTC  (9+ messages)
` [RFC PATCH v3 1/8] leds: add support for hardware driven LEDs
` [RFC PATCH v3 2/8] leds: add function to configure hardware controlled LED
` [RFC PATCH v3 3/8] leds: trigger: netdev: drop NETDEV_LED_MODE_LINKUP from mode
` [RFC PATCH v3 4/8] leds: trigger: netdev: rename and expose NETDEV trigger enum modes
` [RFC PATCH v3 5/8] leds: trigger: netdev: add hardware control support
` [RFC PATCH v3 6/8] leds: trigger: add hardware-phy-activity trigger
` [RFC PATCH v3 7/8] net: dsa: qca8k: add LEDs support
` [RFC PATCH v3 8/8] dt-bindings: net: dsa: qca8k: add LEDs definition example

[PATCH 0/3] clk: qcom: smd-rpm: Report enable state to framework
 2021-11-09  2:25 UTC  (4+ messages)
` [PATCH 1/3] clk: qcom: smd-rpm: Mark clock enabled in clk_smd_rpm_handoff()
` [PATCH 2/3] clk: qcom: smd-rpm: Add .is_enabled hook
` [PATCH 3/3] clk: qcom: smd-rpm: Add .is_prepared hook

[PATCH net-next 13/13] af_unix: Relax race in unix_autobind()
 2021-11-09  2:24 UTC  (2+ messages)

[dpdk-dev] [PATCH] test/ipfrag: add test content to the test unit
 2021-11-09  2:21 UTC  (3+ messages)

[PATCH v3] Fix WWAN device disabled issue after S3 deep
 2021-11-09  2:06 UTC  (3+ messages)
  `  "

[PATCH v10 1/2] net: brcm: netXtreme driver
 2021-11-09  2:20 UTC  (5+ messages)

[kvalo-ath:master-pending] BUILD SUCCESS 569c6801ad9a78933cdc99cd5b340c528f32b7bd
 2021-11-09  2:16 UTC 

[kvalo-ath:pending] BUILD SUCCESS 571511966f1c00a7de1023abb676f9229ce0b81d
 2021-11-09  2:16 UTC 

[Bug 204807] Hardware monitoring sensor nct6798d doesn't work unless acpi_enforce_resources=lax is enabled
 2021-11-09  2:20 UTC 

ima-evm-utils: version 1.4 released
 2021-11-09  2:17 UTC  (6+ messages)

[kvalo-ath:ath-next] BUILD SUCCESS cfdf6b19e750f7de8ae71a26932f63b52e3bf74c
 2021-11-09  2:15 UTC 

[kvalo-ath:master] BUILD SUCCESS 3f87a3b7cf09c28e759da736eaa7d2dfe8807f14
 2021-11-09  2:15 UTC 

[kvalo-ath:ath-qca] BUILD SUCCESS 207a707b23620285ff36b6b969d1a386f4b5087f
 2021-11-09  2:15 UTC 

[RFC PATCH bpf-next 0/9] bpf: Clean up _OR_NULL arg types
 2021-11-09  2:16 UTC  (9+ messages)
` [RFC PATCH bpf-next 2/9] bpf: Remove ARG_PTR_TO_MAP_VALUE_OR_NULL
` [RFC PATCH bpf-next 3/9] bpf: Remove ARG_PTR_TO_MEM_OR_NULL
` [RFC PATCH bpf-next 4/9] bpf: Remove ARG_CONST_SIZE_OR_ZERO
` [RFC PATCH bpf-next 5/9] bpf: Remove ARG_PTR_TO_CTX_OR_NULL
` [RFC PATCH bpf-next 6/9] bpf: Remove ARG_PTR_TO_SOCKET_OR_NULL
` [RFC PATCH bpf-next 7/9] bpf: Remove ARG_PTR_TO_ALLOC_MEM_OR_NULL
` [RFC PATCH bpf-next 8/9] bpf: Rename ARG_CONST_ALLOC_SIZE_OR_ZERO
` [RFC PATCH bpf-next 9/9] bpf: Rename ARG_PTR_TO_STACK_OR_NULL

[intel-lts:5.4/preempt-rt 17782/19040] drivers/platform/x86/intel_isi_hstd.c:572:5: warning: no previous prototype for 'hstd_init'
 2021-11-09  2:16 UTC 

[folded-merged] ipc-check-checkpoint_restore_ns_capable-to-modify-c-r-proc-files-fix.patch removed from -mm tree
 2021-11-09  2:15 UTC 

[PATCH] powerpc/pseries: use slab context cpumask allocation in CPU hotplug init
 2021-11-09  2:14 UTC  (2+ messages)

[folded-merged] lib-stackdepot-add-helper-to-print-stack-entries-into-buffer-v3.patch removed from -mm tree
 2021-11-09  2:14 UTC 

[folded-merged] lib-stackdepot-add-helper-to-print-stack-entries-into-buffer-v2.patch removed from -mm tree
 2021-11-09  2:14 UTC 

[folded-merged] generic-radix-tree-replace-kernelh-with-the-necessary-inclusions-fix.patch removed from -mm tree
 2021-11-09  2:13 UTC 

[f2fs-dev] [PATCH] f2fs: provide a way to attach HIPRI for Direct IO
 2021-11-09  2:13 UTC  (2+ messages)
`  "

[PATCH v4 00/11] Multigenerational LRU Framework
 2021-11-09  2:13 UTC  (2+ messages)

[PATCH] can: m_can: Disable and ignore ELO interrupt
 2021-11-09  2:12 UTC 

[folded-merged] delay-replace-kernelh-with-the-necessary-inclusions-fix-2-fix.patch removed from -mm tree
 2021-11-09  2:12 UTC 

[folded-merged] delay-replace-kernelh-with-the-necessary-inclusions-fix-2.patch removed from -mm tree
 2021-11-09  2:12 UTC 

[folded-merged] delay-replace-kernelh-with-the-necessary-inclusions-fix.patch removed from -mm tree
 2021-11-09  2:12 UTC 

[PATCH-4.16 v2] xen/efi: Fix Grub2 boot on arm64
 2021-11-09  2:11 UTC  (11+ messages)

[PATCH 0/8] grep: simplify & delete code by changing obscure cfg variable behavior
 2021-11-09  2:10 UTC  (10+ messages)
` [PATCH 4/8] grep.c: move "prefix" out of "struct grep_opt"
` [PATCH 6/8] grep API: call grep_config() after grep_init()
` [PATCH 7/8] grep: simplify config parsing, change grep.<rx config> interaction

[folded-merged] kernelh-drop-unneeded-linux-kernelh-inclusion-from-other-headers-fix.patch removed from -mm tree
 2021-11-09  2:12 UTC 

[folded-merged] proc-test-that-proc-task-doesnt-contain-0.patch removed from -mm tree
 2021-11-09  2:11 UTC 

[folded-merged] procfs-do-not-list-tid-0-in-proc-pid-task-fix.patch removed from -mm tree
 2021-11-09  2:11 UTC 

[dpdk-dev] [PATCH v15 0/9] eal: Add EAL API for threading
 2021-11-09  2:10 UTC  (19+ messages)
` [dpdk-dev] [PATCH v16 "
  ` [dpdk-dev] [PATCH v16 2/9] eal: add thread attributes
  ` [dpdk-dev] [PATCH v16 3/9] eal/windows: translate Windows errors to errno-style errors
  ` [dpdk-dev] [PATCH v16 7/9] eal: implement functions for mutex management
  ` [dpdk-dev] [PATCH v16 8/9] eal: implement functions for thread barrier management
  ` [dpdk-dev] [PATCH v16 9/9] Add unit tests for thread API

[PATCH 00/14] Add support for MediaTek MT7621 SoC
 2021-11-09  2:09 UTC  (4+ messages)
` [PATCH 01/14] mips: mtmips: add "

[PATCH] powerpc/embedded6xx/hlwd-pic: Add missing of_node_put in hlwd_pic_probe
 2021-11-09  2:07 UTC  (3+ messages)

[PATCH v2] mm: fix panic in __alloc_pages
 2021-11-09  2:08 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] powerpc/pseries/cpuhp: Use alloc_cpumask_var() in pseries_cpu_hotplug_init()
 2021-11-09  2:07 UTC  (13+ messages)

[PATCH] drm: Fix wrong use of connector in vop_get_edp_connector
 2021-11-09  2:06 UTC  (5+ messages)

[PATCH] fsl_hypervisor: Add missing of_node_put in fsl_hypervisor_init
 2021-11-09  2:07 UTC  (2+ messages)

[PATCH] drm: Fix possible memleak in drm_client_modeset_probe
 2021-11-09  2:06 UTC  (3+ messages)

[PATCH] builtin-commit: re-read file index before launching editor
 2021-11-09  2:06 UTC 

[PATCH] squashfs-tools: follow-up fix for CVE-2021-41072
 2021-11-09  2:04 UTC 

[PATCH v2] ARM: dts: aspeed: Adding Facebook Bletchley BMC
 2021-11-09  1:58 UTC  (2+ messages)

[PATCH 0/2] kobject: avoid to cleanup kobject after module is unloaded
 2021-11-09  2:00 UTC  (4+ messages)
` [PATCH 2/2] kobject: wait until kobject is cleaned up before freeing module

[PATCH v3] fetch-pack: redact packfile urls in traces
 2021-11-09  1:54 UTC  (6+ messages)
` [PATCH v4 0/2] "
  ` [PATCH v4 2/2] http-fetch: redact url on die() message

[f2fs-dev] Do we need serial io for compress file?
 2021-11-09  1:59 UTC  (2+ messages)

[oracle-dtrace:v1/5.15 21/35] make[3]: *** No rule to make target 'crypto/aes_generic.sdtinfo.o', needed by 'crypto/aes_generic.ko'
 2021-11-09  1:58 UTC  (2+ messages)

[PATCH v3 0/7] add aspeed-jpeg support for aspeed-video
 2021-11-09  1:56 UTC  (5+ messages)
` [PATCH v3 5/7] media: aspeed: Support aspeed mode to reduce compressed data

[intel-lts:4.19/android_s 15445/25248] kernel/dma/removed.c:71:7: warning: no previous prototype for 'removed_alloc'
 2021-11-09  1:58 UTC 

[PATCH v4 0/4] btrfs: sysfs: set / query btrfs chunk size
 2021-11-09  1:57 UTC  (4+ messages)
` [PATCH v4 2/4] btrfs: expose chunk size in sysfs

[PATCH 0/2] ceph: misc fixes for the fscrypt truncate size handling
 2021-11-09  1:57 UTC  (4+ messages)

[PATCH] sf: Querying write-protect status before operating the flash
 2021-11-09  1:52 UTC  (4+ messages)
    `  "

[PATCH] scsi:pmcraid: remove unneeded semicolon
 2021-11-09  1:54 UTC 

[PATCH] scsi:qlogicpti: remove unneeded semicolon
 2021-11-09  1:53 UTC 

[PATCH v6 1/2] fetch-pack: redact packfile urls in traces
 2021-11-09  1:36 UTC  (3+ messages)

[PATCH 00/14 v6] xfs: improve CIL scalability
 2021-11-09  1:52 UTC  (15+ messages)
` [PATCH 01/14] xfs: use the CIL space used counter for emptiness checks
` [PATCH 02/14] xfs: lift init CIL reservation out of xc_cil_lock
` [PATCH 03/14] xfs: rework per-iclog header CIL reservation
` [PATCH 04/14] xfs: introduce per-cpu CIL tracking structure
` [PATCH 05/14] xfs: implement percpu cil space used calculation
` [PATCH 06/14] xfs: track CIL ticket reservation in percpu structure
` [PATCH 07/14] xfs: convert CIL busy extents to per-cpu
` [PATCH 08/14] xfs: Add order IDs to log items in CIL
` [PATCH 09/14] xfs: convert CIL to unordered per cpu lists
` [PATCH 10/14] xfs: convert log vector chain to use list heads
` [PATCH 11/14] xfs: move CIL ordering to the logvec chain
` [PATCH 12/14] xfs: avoid cil push lock if possible
` [PATCH 13/14] xfs: xlog_sync() manually adjusts grant head space
` [PATCH 14/14] xfs: expanding delayed logging design with background material

[PATCH 00/16 v6] xfs: rework xlog_write()
 2021-11-09  1:50 UTC  (17+ messages)
` [PATCH 01/16] xfs: factor out the CIL transaction header building
` [PATCH 02/16] xfs: only CIL pushes require a start record
` [PATCH 03/16] xfs: embed the xlog_op_header in the unmount record
` [PATCH 04/16] xfs: embed the xlog_op_header in the commit record
` [PATCH 05/16] xfs: log tickets don't need log client id
` [PATCH 06/16] xfs: move log iovec alignment to preparation function
` [PATCH 07/16] xfs: reserve space and initialise xlog_op_header in item formatting
` [PATCH 08/16] xfs: log ticket region debug is largely useless
` [PATCH 09/16] xfs: pass lv chain length into xlog_write()
` [PATCH 10/16] xfs: change the type of ic_datap
` [PATCH 11/16] xfs: introduce xlog_write_full()
` [PATCH 12/16] xfs:_introduce xlog_write_partial()
` [PATCH 13/16] xfs: remove xlog_verify_dest_ptr
` [PATCH 14/16] xfs: xlog_write() no longer needs contwr state
` [PATCH 15/16] xfs: xlog_write() doesn't need optype anymore
` [PATCH 16/16] xfs: CIL context doesn't need to count iovecs

Question: SMMUv3 PMU event aliasing
 2021-11-09  1:48 UTC  (4+ messages)

[PATCH AUTOSEL 4.19 01/47] drm: panel-orientation-quirks: Add quirk for KD Kurio Smart C15200 2-in-1
 2021-11-09  1:49 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 10/47] NET: IPV4: fix error "do not initialise globals to 0"

[PATCH v6 0/4] Switch to meson build system
 2021-11-09  1:48 UTC  (9+ messages)
` [PATCH v6 1/4] pylibfdt: allow build out of tree

[PATCH AUTOSEL 5.10 001/101] dma-buf: WARN on dmabuf release with pending attachments
 2021-11-09  1:48 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 021/101] fscrypt: allow 256-bit master keys with AES-256-XTS

XSAVE / RDPKRU on Intel 11th Gen Core CPUs
 2021-11-09  1:47 UTC  (4+ messages)

[PATCH v1 0/1] Mediatek pinctrl patch
 2021-11-09  1:43 UTC  (5+ messages)
` [PATCH v1] pinctrl: mediatek: fix global-out-of-bounds issue

[PATCH v5.5 00/30] KVM: Scalable memslots implementation
 2021-11-09  1:34 UTC  (22+ messages)
` [PATCH v5.5 01/30] KVM: Ensure local memslot copies operate on up-to-date arch-specific data
` [PATCH v5.5 07/30] KVM: Let/force architectures to deal with arch specific memslot data
` [PATCH v5.5 20/30] KVM: x86: Use nr_memslot_pages to avoid traversing the memslots array

[ANNOUNCE] Git v2.34.0-rc1
 2021-11-09  1:41 UTC  (2+ messages)

[PATCH v4 0/4] KVM: x86: MSR filtering and related fixes
 2021-11-09  1:30 UTC  (5+ messages)
` [PATCH v4 1/4] KVM: nVMX: Query current VMCS when determining if MSR bitmaps are in use
` [PATCH v4 2/4] KVM: nVMX: Handle dynamic MSR intercept toggling
` [PATCH v4 3/4] KVM: VMX: Macrofy the MSR bitmap getters and setters
` [PATCH v4 4/4] KVM: nVMX: Clean up x2APIC MSR handling for L2

[PATCH AUTOSEL 4.4 01/30] Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()
 2021-11-09  1:09 UTC  (4+ messages)
` [PATCH AUTOSEL 4.4 12/30] media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe()
` [PATCH AUTOSEL 4.4 27/30] ARM: clang: Do not rely on lr register for stacktrace
` [PATCH AUTOSEL 4.4 28/30] ARM: 9136/1: ARMv7-M uses BE-8, not BE-32

[PATCH v5 0/4] cache parent project's gitdir in submodules
 2021-11-09  1:12 UTC  (9+ messages)
` [PATCH v5 4/4] submodule: record superproject gitdir during 'update'

[GIT PULL] zstd changes for v5.16
 2021-11-09  1:30 UTC 

[PATCH v3 0/6] Improved sysreset/watchdog uclass integration
 2021-11-09  1:37 UTC  (13+ messages)

[LTP] [PATCH] lib/tst_test.c: add *cleanup() before exit
 2021-11-09  1:38 UTC 

[PATCH AUTOSEL 4.9 01/33] Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()
 2021-11-09  1:08 UTC  (4+ messages)
` [PATCH AUTOSEL 4.9 13/33] media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe()
` [PATCH AUTOSEL 4.9 29/33] ARM: clang: Do not rely on lr register for stacktrace
` [PATCH AUTOSEL 4.9 30/33] ARM: 9136/1: ARMv7-M uses BE-8, not BE-32

[PATCH] drm/amdgpu: Pin MMIO/DOORBELL BO's in GTT domain
 2021-11-09  1:37 UTC 

[PATCH AUTOSEL 4.14 01/39] Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()
 2021-11-09  1:06 UTC  (4+ messages)
` [PATCH AUTOSEL 4.14 15/39] media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe()
` [PATCH AUTOSEL 4.14 33/39] ARM: clang: Do not rely on lr register for stacktrace
` [PATCH AUTOSEL 4.14 35/39] ARM: 9136/1: ARMv7-M uses BE-8, not BE-32

[PATCH v2 0/2] x86: Fix ARCH_REQ_XCOMP_PERM and update the test
 2021-11-09  1:21 UTC  (3+ messages)
` [PATCH v2 1/2] x86/arch_prctl: Fix the ARCH_REQ_XCOMP_PERM implementation
` [PATCH v2 2/2] selftests/x86/amx: Update the ARCH_REQ_XCOMP_PERM test

[PATCH v2 00/13] Add initial support for the i.MXRTxxxx SoC family starting from i.IMXRT1050 SoC
 2021-11-09  1:07 UTC  (6+ messages)
` [PATCH v2 02/13] dt-bindings: pinctrl: add i.MXRT1050 pinctrl binding doc


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.