messages from 2021-11-09 02:04:03 to 2021-11-09 02:39:43 UTC [more...]
[PATCH 00/17] KVM: selftests: aarch64: Test userspace IRQ injection
2021-11-09 2:39 UTC (31+ messages)
` [PATCH 01/17] KVM: selftests: aarch64: move gic_v3.h to shared headers
` [PATCH 02/17] KVM: selftests: aarch64: add function for accessing GICv3 dist and redist registers
` [PATCH 03/17] KVM: selftests: aarch64: add GICv3 register accessor library functions
` [PATCH 04/17] KVM: selftests: add kvm_irq_line library function
` [PATCH 05/17] KVM: selftests: aarch64: add vGIC library functions to deal with vIRQ state
` [PATCH 06/17] KVM: selftests: aarch64: add vgic_irq to test userspace IRQ injection
` [PATCH 07/17] KVM: selftests: aarch64: abstract the injection functions in vgic_irq
` [PATCH 08/17] KVM: selftests: aarch64: cmdline arg to set number of IRQs in vgic_irq test
` [PATCH 09/17] KVM: selftests: aarch64: cmdline arg to set EOI mode in vgic_irq
` [PATCH 10/17] KVM: selftests: aarch64: add preemption tests "
` [PATCH 11/17] KVM: selftests: aarch64: level-sensitive interrupts "
` [PATCH 12/17] KVM: selftests: aarch64: add tests for LEVEL_INFO "
` [PATCH 13/17] KVM: selftests: aarch64: add test_inject_fail to vgic_irq
` [PATCH 14/17] KVM: selftests: add IRQ GSI routing library functions
` [PATCH 15/17] KVM: selftests: aarch64: add tests for IRQFD in vgic_irq
[PATCH] virtio-mmio : fix the crash in the vm shutdown
2021-11-09 2:37 UTC
[PATCH] builtin-commit: re-read file index before launching editor
2021-11-09 2:32 UTC (2+ messages)
A question about the PREEMPT_RT patch set
2021-11-09 2:27 UTC
incoming
2021-11-09 2:36 UTC (88+ 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: "
` [patch 19/87] include/linux/plist.h: "
` [patch 20/87] include/media/media-entity.h: "
` [patch 21/87] include/linux/delay.h: "
` [patch 22/87] include/linux/sbitmap.h: "
` [patch 23/87] include/linux/radix-tree.h: "
` [patch 24/87] include/linux/generic-radix-tree.h: "
` [patch 25/87] kernel.h: split out instruction pointer accessors
` [patch 26/87] linux/container_of.h: switch to static_assert
` [patch 27/87] mailmap: update email address for Colin King
` [patch 28/87] MAINTAINERS: add "exec & binfmt" section with myself and Eric
` [patch 29/87] MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE
` [patch 30/87] MAINTAINERS: rectify entry for HIKEY960 ONBOARD USB GPIO HUB DRIVER
` [patch 31/87] MAINTAINERS: rectify entry for INTEL KEEM BAY DRM DRIVER
` [patch 32/87] MAINTAINERS: rectify entry for ALLWINNER HARDWARE SPINLOCK SUPPORT
` [patch 33/87] lib, stackdepot: check stackdepot handle before accessing slabs
` [patch 34/87] lib, stackdepot: add helper to print stack entries
` [patch 35/87] lib, stackdepot: add helper to print stack entries into buffer
` [patch 36/87] include/linux/string_helpers.h: add linux/string.h for strlen()
` [patch 37/87] lib: uninline simple_strntoull() as well
` [patch 38/87] mm/scatterlist: replace the !preemptible warning in sg_miter_stop()
` [patch 39/87] const_structs.checkpatch: add a few sound ops structs
` [patch 40/87] checkpatch: improve EXPORT_SYMBOL test for EXPORT_SYMBOL_NS uses
` [patch 41/87] checkpatch: get default codespell dictionary path from package location
` [patch 42/87] binfmt_elf: reintroduce using MAP_FIXED_NOREPLACE
` [patch 43/87] ELF: simplify STACK_ALLOC macro
` [patch 44/87] kallsyms: remove arch specific text and data check
` [patch 45/87] kallsyms: fix address-checks for kernel related range
` [patch 46/87] sections: move and rename core_kernel_data() to is_kernel_core_data()
` [patch 47/87] sections: move is_kernel_inittext() into sections.h
` [patch 48/87] x86: mm: rename __is_kernel_text() to is_x86_32_kernel_text()
` [patch 49/87] sections: provide internal __is_kernel() and __is_kernel_text() helper
` [patch 50/87] mm: kasan: use is_kernel() helper
` [patch 51/87] extable: use is_kernel_text() helper
` [patch 52/87] powerpc/mm: use core_kernel_text() helper
` [patch 53/87] microblaze: use is_kernel_text() helper
` [patch 54/87] alpha: "
` [patch 55/87] ramfs: fix mount source show for ramfs
` [patch 56/87] init: make unknown command line param message clearer
` [patch 57/87] coda: avoid NULL pointer dereference from a bad inode
` [patch 58/87] coda: check for async upcall request using local state
` [patch 59/87] coda: remove err which no one care
` [patch 60/87] coda: avoid flagging NULL inodes
` [patch 61/87] coda: avoid hidden code duplication in rename
` [patch 62/87] coda: avoid doing bad things on inode type changes during revalidation
` [patch 63/87] coda: convert from atomic_t to refcount_t on coda_vm_ops->refcnt
` [patch 64/87] coda: use vmemdup_user to replace the open code
` [patch 65/87] coda: bump module version to 7.2
` [patch 66/87] nilfs2: replace snprintf in show functions with sysfs_emit
` [patch 67/87] nilfs2: remove filenames from file comments
` [patch 68/87] hfs/hfsplus: use WARN_ON for sanity check
` [patch 69/87] crash_dump: fix boolreturn.cocci warning
` [patch 70/87] crash_dump: remove duplicate include in crash_dump.h
` [patch 71/87] signal: remove duplicate include in signal.h
` [patch 72/87] seq_file: move seq_escape() to a header
` [patch 73/87] seq_file: fix passing wrong private data
` [patch 74/87] kernel/fork.c: unshare(): use swap() to make code cleaner
` [patch 75/87] sysv: use BUILD_BUG_ON instead of runtime check
` [patch 76/87] Documentation/kcov: include types.h in the example
` [patch 77/87] Documentation/kcov: define `ip' "
` [patch 78/87] kcov: allocate per-CPU memory on the relevant node
` [patch 79/87] kcov: avoid enable+disable interrupts if !in_task()
` [patch 80/87] kcov: replace local_irq_save() with a local_lock_t
` [patch 81/87] scripts/gdb: handle split debug for vmlinux
` [patch 82/87] kernel/resource: clean up and optimize iomem_is_exclusive()
` [patch 83/87] kernel/resource: disallow access to exclusive system RAM regions
` [patch 84/87] virtio-mem: disallow mapping virtio-mem memory via /dev/mem
` [patch 85/87] selftests/kselftest/runner/run_one(): allow running non-executable files
` [patch 86/87] ipc: check checkpoint_restore_ns_capable() to modify C/R proc files
` [patch 87/87] ipc/ipc_sysctl.c: remove fallback for !CONFIG_PROC_SYSCTL
[thesofproject:topic/sof-dev 3/3] ERROR: modpost: "snd_soc_acpi_codec_list" [sound/soc/amd/snd-acp-config.ko] undefined!
2021-11-09 2:33 UTC
[PATCH v3 2/2] thermal: add a virtual sensor to aggregate temperatures
2021-11-09 2:32 UTC (3+ messages)
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 (11+ messages)
` [dpdk-dev] [PATCH v16 "
` [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 (6+ 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] squashfs-tools: follow-up fix for CVE-2021-41072
2021-11-09 2:04 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.