All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-25 18:10:26 to 2023-09-25 18:45:33 UTC [more...]

Kernel improvements
 2023-09-21  2:47 UTC 

[Question] dt bindings for BeagleConnect
 2023-09-23 16:08 UTC  (2+ messages)

[Question] dt bindings for BeagleConnect
 2023-09-23 16:38 UTC  (4+ messages)

[PATCH v2 00/37] Implement execute-only protection on powerpc
 2023-09-25 18:31 UTC  (66+ messages)
` [PATCH v2 01/37] powerpc/8xx: Fix pte_access_permitted() for PAGE_NONE
` [PATCH v2 02/37] powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()
` [PATCH v2 03/37] powerpc/40x: Remove stale PTE_ATOMIC_UPDATES macro
` [PATCH v2 04/37] powerpc: Remove pte_ERROR()
` [PATCH v2 05/37] powerpc: Deduplicate prototypes of ptep_set_access_flags() and phys_mem_access_prot()
` [PATCH v2 06/37] powerpc: Refactor update_mmu_cache_range()
` [PATCH v2 07/37] powerpc: Untangle fixmap.h and pgtable.h and mmu.h
` [PATCH v2 08/37] powerpc/nohash: Remove {pte/pmd}_protnone()
` [PATCH v2 09/37] powerpc/nohash: Refactor declaration of {map/unmap}_kernel_page()
` [PATCH v2 10/37] powerpc/nohash: Move 8xx version of pte_update() into pte-8xx.h
` [PATCH v2 11/37] powerpc/nohash: Replace #ifdef CONFIG_44x by IS_ENABLED(CONFIG_44x) in pgtable.h
` [PATCH v2 12/37] powerpc/nohash: Refactor pte_update()
` [PATCH v2 13/37] powerpc/nohash: Refactor checking of no-change in pte_update()
` [PATCH v2 14/37] powerpc/nohash: Deduplicate _PAGE_CHG_MASK
` [PATCH v2 15/37] powerpc/nohash: Deduplicate pte helpers
` [PATCH v2 16/37] powerpc/nohash: Refactor ptep_test_and_clear_young()
` [PATCH v2 17/37] powerpc/nohash: Deduplicate ptep_set_wrprotect() and ptep_get_and_clear()
` [PATCH v2 18/37] powerpc/nohash: Refactor pte_clear()
` [PATCH v2 19/37] powerpc/nohash: Refactor __ptep_set_access_flags()
` [PATCH v2 20/37] powerpc/e500: Simplify pte_mkexec()
` [PATCH v2 21/37] powerpc: Implement and use pgprot_nx()
` [PATCH v2 22/37] powerpc: Fail ioremap() instead of silently ignoring flags when PAGE_USER is set
` [PATCH v2 23/37] powerpc: Remove pte_mkuser() and pte_mkpriviledged()
` [PATCH v2 24/37] powerpc: Rely on address instead of pte_user()
` [PATCH v2 25/37] powerpc: Refactor permission masks used for __P/__S table and kernel memory flags
` [PATCH v2 26/37] powerpc/8xx: Use generic permission masks
` [PATCH v2 27/37] powerpc/64s: "
` [PATCH v2 28/37] powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RW
` [PATCH v2 29/37] powerpc/nohash: Replace pte_user() by pte_read()
` [PATCH v2 30/37] powerpc/e500: Introduce _PAGE_READ and remove _PAGE_USER
` [PATCH v2 31/37] powerpc/44x: "
` [PATCH v2 32/37] powerpc/40x: "
` [PATCH v2 33/37] powerpc/32s: Add _PAGE_WRITE to supplement _PAGE_RW
` [PATCH v2 34/37] powerpc/32s: Introduce _PAGE_READ and remove _PAGE_USER
` [PATCH v2 35/37] powerpc/ptdump: Display _PAGE_READ and _PAGE_WRITE
` [PATCH v2 36/37] powerpc: Finally remove _PAGE_USER
` [PATCH v2 37/37] powerpc: Support execute-only on all powerpc

[RFC PATCH bpf-next 0/8] bpf, cgroup: Add bpf support for cgroup controller
 2023-09-25 18:43 UTC  (7+ messages)

[PATCH v5] platform/x86: thinkpad_acpi: sysfs interface to auxmac
 2023-09-25 18:41 UTC 

[PATCH v4 0/2] iommu/arm-smmu-v3: Allow default substream bypass with a pasid support
 2023-09-25 18:38 UTC  (8+ messages)
` [PATCH v4 1/2] iommu/arm-smmu-v3: Add boolean bypass_ste and skip_cdtab flags
` [PATCH v4 2/2] iommu/arm-smmu-v3: Refactor arm_smmu_write_strtab_ent()

Microcode SW error since Linux 6.5
 2023-09-25 18:39 UTC  (5+ messages)

[PATCH] bitbake-getvar: Do not output anything with --value and undefined variable
 2023-09-25 18:39 UTC  (9+ messages)
` [bitbake-devel] "

[PATCH v6 00/23] bsd-user: Implement mmap related system calls for FreeBSD
 2023-09-25 18:27 UTC  (24+ messages)
` [PATCH v6 01/23] bsd-user: Implement struct target_ipc_perm
` [PATCH v6 02/23] bsd-user: Implement struct target_shmid_ds
` [PATCH v6 03/23] bsd-user: Declarations for ipc_perm and shmid_ds conversion functions
` [PATCH v6 04/23] bsd-user: Introduce freebsd/os-misc.h to the source tree
` [PATCH v6 05/23] bsd-user: Implement shm_open2(2) system call
` [PATCH v6 06/23] bsd-user: Implement shm_rename(2) "
` [PATCH v6 07/23] bsd-user: Add bsd-mem.c to meson.build
` [PATCH v6 08/23] bsd-user: Implement target_set_brk function in bsd-mem.c instead of os-syscall.c
` [PATCH v6 09/23] bsd-user: Implement ipc_perm conversion between host and target
` [PATCH v6 10/23] bsd-user: Implement shmid_ds "
` [PATCH v6 11/23] bsd-user: Introduce bsd-mem.h to the source tree
` [PATCH v6 12/23] bsd-user: Implement mmap(2) and munmap(2)
` [PATCH v6 13/23] bsd-user: Implement mprotect(2)
` [PATCH v6 14/23] bsd-user: Implement msync(2)
` [PATCH v6 15/23] bsd-user: Implement mlock(2), munlock(2), mlockall(2), munlockall(2), minherit(2)
` [PATCH v6 16/23] bsd-user: Implment madvise(2) to match the linux-user implementation
` [PATCH v6 17/23] bsd-user: Implement mincore(2)
` [PATCH v6 18/23] bsd-user: Implement do_obreak function
` [PATCH v6 19/23] bsd-user: Implement shm_open(2)
` [PATCH v6 20/23] bsd-user: Implement shm_unlink(2) and shmget(2)
` [PATCH v6 21/23] bsd-user: Implement shmctl(2)
` [PATCH v6 22/23] bsd-user: Implement shmat(2) and shmdt(2)
` [PATCH v6 23/23] bsd-user: Add stubs for vadvise(), sbrk() and sstk()

[PATCH vfio 11/11] vfio/virtio: Introduce a vfio driver over virtio devices
 2023-09-25 18:36 UTC  (20+ messages)

[GIT PULL] Workqueue fixes for v6.6-rc3
 2023-09-25 18:37 UTC 

Git / Software Freedom Conservancy status report (2023)
 2023-09-25 18:37 UTC 

[dm-devel] [PATCH] dm log userspace: replace deprecated strncpy with strscpy
 2023-09-25 18:20 UTC  (3+ messages)
  `  "

[dm-devel] [PATCH] dm cache metadata: replace deprecated strncpy with strscpy
 2023-09-25  6:13 UTC 

[dm-devel] [PATCH] qat: fix deadlock in backlog processing
 2023-09-22 15:13 UTC  (2+ messages)

[dm-devel] [PATCH] dm ioctl: replace deprecated strncpy with strscpy_pad
 2023-09-25 18:19 UTC  (3+ messages)
  `  "

[dm-devel] [PATCH v16 00/12] Implement copy offload support
 2023-09-22 13:08 UTC  (5+ messages)
  ` [dm-devel] [PATCH v16 03/12] block: add "
  ` [dm-devel] [PATCH v16 04/12] block: add emulation for copy

[dm-devel] [PATCH] dm crypt: replace open-coded kmemdup_nul
 2023-09-25  6:35 UTC 

[PATCH 0/4] Switch links to https
 2023-09-25 18:33 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v5 00/28] bsd-user: Implement freebsd process related system calls
 2023-09-25 18:24 UTC  (29+ messages)
` [PATCH v5 01/28] bsd-user: define TARGET_RFSPAWN for rfork to use vfork(2) semantics, and fix RLIM_INFINITY
` [PATCH v5 02/28] bsd-user: Define procctl(2) related structs
` [PATCH v5 03/28] bsd-user: Implement host_to_target_siginfo
` [PATCH v5 04/28] bsd-user: Add freebsd_exec_common and do_freebsd_procctl to qemu.h
` [PATCH v5 05/28] bsd-user: add extern declarations for bsd-proc.c conversion functions
` [PATCH v5 06/28] bsd-user: Implement target_to_host_resource conversion function
` [PATCH v5 07/28] bsd-user: Implement target_to_host_rlim and host_to_target_rlim conversion
` [PATCH v5 08/28] bsd-user: Implement host_to_target_rusage and host_to_target_wrusage
` [PATCH v5 09/28] bsd-user: Implement host_to_target_waitstatus conversion
` [PATCH v5 10/28] bsd-user: Get number of cpus
` [PATCH v5 11/28] bsd-user: Implement getgroups(2) and setgroups(2) system calls
` [PATCH v5 12/28] bsd-user: Implement umask(2), setlogin(2) and getlogin(2)
` [PATCH v5 13/28] bsd-user: Implement getrusage(2)
` [PATCH v5 14/28] bsd-user: Implement getrlimit(2) and setrlimit(2)
` [PATCH v5 15/28] bsd-user: Implement several get/set system calls:
` [PATCH v5 16/28] bsd-user: Implement get/set[resuid/resgid/sid] and issetugid
` [PATCH v5 17/28] bsd-user: Add stubs for profil(2), ktrace(2), utrace(2) and ptrace(2)
` [PATCH v5 18/28] bsd-user: Implement getpriority(2) and setpriority(2)
` [PATCH v5 19/28] bsd-user: Implement get_filename_from_fd
` [PATCH v5 20/28] bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve
` [PATCH v5 21/28] bsd-user: Implement procctl(2) along with necessary conversion functions
` [PATCH v5 22/28] bsd-user: Implement execve(2) and fexecve(2) system calls
` [PATCH v5 23/28] bsd-user: Implement wait4(2) and wait6(2) "
` [PATCH v5 24/28] bsd-user: Implement setloginclass(2) and getloginclass(2) "
` [PATCH v5 25/28] bsd-user: Implement pdgetpid(2) and the undocumented setugid
` [PATCH v5 26/28] bsd-user: Implement fork(2) and vfork(2) system calls
` [PATCH v5 27/28] bsd-user: Implement rfork(2) system call
` [PATCH v5 28/28] bsd-user: Implement pdfork(2) "

[PATCH v2] ARM: GICv3 ITS: flush caches for newly allocated ITT
 2023-09-25 18:33 UTC  (2+ messages)
` [for-4.18] "

+ mm-memcg-reconsider-kmemlimit_in_bytes-deprecation-fix.patch added to mm-hotfixes-unstable branch
 2023-09-25 18:33 UTC 

[PATCH] drm/amd/display: Change dc_set_power_state() to bool instead of int
 2023-09-25 18:33 UTC  (2+ messages)

[RFC PATCH v2 0/3] Rust abstractions for network PHY drivers
 2023-09-25 18:32 UTC  (3+ messages)
` [RFC PATCH v2 1/3] rust: core "

[PATCH] btrfs: qgroup: fix use-after-free in btrfs_qgroup_inherit
 2023-09-25 18:32 UTC 

+ fs-proc-task_mmu-implement-ioctl-to-get-and-optionally-clear-info-about-ptes-fix-fix.patch added to mm-unstable branch
 2023-09-25 18:30 UTC 

[PATCH] KVM: x86: Ignore MSR_AMD64_BU_CFG access
 2023-09-25 18:30 UTC  (2+ messages)

[RFC PATCH 00/25] Perf stat metric grouping with hardware information
 2023-09-25 18:29 UTC  (2+ messages)

[PATCH] webkitgtk: reduce size of -dbg package
 2023-09-25 18:28 UTC  (2+ messages)
` [OE-core] "

[PATCH bpf] bpf, sockmap: Reject sk_msg egress redirects to non-TCP sockets
 2023-09-25 18:27 UTC  (2+ messages)

[Intel-xe] [PATCH v2 0/6] PAT and cache coherency support
 2023-09-25 18:26 UTC  (5+ messages)
` [Intel-xe] [PATCH v2 1/6] drm/xe/uapi: Add support for cache and coherency mode

[PATCH 00/10] IFS support for GNR and SRF
 2023-09-25 18:25 UTC  (8+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 5/9] platform/x86/intel/ifs: Validate image size
  ` [PATCH v2 6/9] platform/x86/intel/ifs: Metadata validation for start_chunk

question about BPF sk_skb_stream_verdict redirect and poll/epoll events
 2023-09-25 18:24 UTC  (3+ messages)

[chrome-os:chromeos-5.4 32/34] drivers/iio/industrialio-core.c:1851:2-8: preceding lock on line 1848
 2023-09-25 18:24 UTC 

[android-common:android12-kiwi-5.10 5031/29496] sound/soc/hisilicon/hi3660-i2s.c:377:20: warning: assignment to 'struct pinctrl *' from 'int' makes pointer from integer without a cast
 2023-09-25 18:24 UTC 

bbappend not working for recipe with git in name
 2023-09-25 18:22 UTC  (2+ messages)
` [yocto] "

[PATCH] md: replace deprecated strncpy with memcpy
 2023-09-25 18:22 UTC  (2+ messages)

[PATCH] tracing/user_events: align uaddr on unsigned long alignment
 2023-09-25 18:22 UTC  (9+ messages)

[PATCH] scripts/Makefile.lib: also consider $(CONFIG_SYS_BOARD)-u-boot.dtsi
 2023-09-25 18:19 UTC  (11+ messages)

[PATCH v6 0/7] Add IOMMU support to MT8365 SoC
 2023-09-25 18:17 UTC  (16+ messages)
` [PATCH v6 1/7] arm64: dts: mediatek: add mmsys support for mt8365 SoC
` [PATCH v6 2/7] arm64: dts: mediatek: add camsys "
` [PATCH v6 3/7] arm64: dts: mediatek: add apu "
` [PATCH v6 4/7] arm64: dts: mediatek: add power domain "
` [PATCH v6 5/7] arm64: dts: mediatek: add smi "
` [PATCH v6 6/7] arm64: dts: mediatek: add larb "
` [PATCH v6 7/7] arm64: dts: mediatek: add iommu "

[linus:master] [selftests] 8ae9efb859: kernel-selftests.net.fib_tests.sh.fail
 2023-09-25 18:18 UTC  (2+ messages)

[PATCH v4 00/17] iommufd: Add nesting infrastructure
 2023-09-25 18:17 UTC  (6+ messages)
` [PATCH v4 01/17] iommu: Add hwpt_type with user_data for domain_alloc_user op

beaglebone-yocto testimage ping timeout issue
 2023-09-25 18:17 UTC  (2+ messages)
` [OE-core] "

sh4-linux-ld: drivers/video/fbdev/sh7760fb.o:undefined reference to `fb_io_read'
 2023-09-25 18:15 UTC  (4+ messages)

[peterz-queue:core/guards2 15/38] kernel/events/core.c:4380 perf_event_remove_on_exec() warn: inconsistent returns 'scope'
 2023-09-25 18:14 UTC 

[PATCH v2 0/9] KVM RISC-V Conditional Operations
 2023-09-25 18:12 UTC  (6+ messages)
` [PATCH v2 2/9] RISC-V: Detect XVentanaCondOps from ISA string

xen | Failed pipeline for staging | ea36ac0d
 2023-09-25 18:11 UTC  (2+ messages)

[PATCH v2 1/2] glib-2.0: Enable possible locales with musl for ptests
 2023-09-25 18:10 UTC  (2+ messages)
` [PATCH v2 2/2] glib-2.0: Remove failing ptests on musl


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.