All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-04 22:26:41 to 2022-11-04 23:11:21 UTC [more...]

[PATCH v2 dwarves, kernel, libbpf 0/9] Add support for generating BTF for all variables
 2022-11-04 23:10 UTC  (5+ messages)
` [PATCH v2 dwarves 1/9] dutil: return ELF section name when looked up by index
` [PATCH v2 dwarves 2/9] btf_encoder: Rename percpu structures to variables
` [PATCH v2 dwarves 3/9] btf_encoder: cache all ELF section info
` [PATCH v2 dwarves 4/9] btf_encoder: make the variable array dynamic

xfs, iomap: fix data corrupton due to stale cached iomaps
 2022-11-04 23:10 UTC  (4+ messages)
` [PATCH 4/7] xfs: buffered write failure should not truncate the page cache

[PATCH bpf-next v2] docs/bpf: Add LRU internals description and graph
 2022-11-04 23:10 UTC  (4+ messages)

sysfs interface to force power off
 2022-11-04 23:08 UTC 

[PATCH bpf-next v1 00/13] Fixes for dynptr
 2022-11-04 23:08 UTC  (8+ messages)
` [PATCH bpf-next v1 07/13] bpf: Fix partial dynptr stack slot reads/writes

[PATCH bpf-next] selftests/bpf: fix build-id for liburandom_read.so
 2022-11-04 23:07 UTC  (6+ messages)

[QUERY]: RZ/Five (AX45MP) non-coherent DMA
 2022-11-04 23:07 UTC  (3+ messages)

+ mm-convert-mms-rss-stats-into-percpu_counter-fix.patch added to mm-unstable branch
 2022-11-04 23:06 UTC 

[PATCH] mm: convert mm's rss stats into percpu_counter
 2022-11-04 23:05 UTC  (4+ messages)

[syzbot] WARNING in check_map_prog_compatibility
 2022-11-04 23:05 UTC  (3+ messages)

[PATCH] bpf: mark get_entry_ip as __maybe_unused
 2022-11-04 23:03 UTC  (3+ messages)

[PATCH v8 0/4] Add throttling detection to sev-guest
 2022-11-04 23:00 UTC  (5+ messages)
` [PATCH v8 1/4] crypto: ccp - Name -1 return value as SEV_RET_NO_FW_CALL
` [PATCH v8 2/4] x86/sev: Change snp_guest_issue_request's fw_err
` [PATCH v8 3/4] virt: sev-guest: Remove err in handle_guest_request
` [PATCH v8 4/4] virt: sev-guest: interpret VMM errors from guest request

[PATCH bpf-next v1] docs/bpf: Document BPF map types QUEUE and STACK
 2022-11-04 23:00 UTC  (2+ messages)

INFO: rcu_preempt detected expedited stalls on CPUs/tasks (6.1.0-rc3): in cat /sys/kernel/debug/kmemleak
 2022-11-04 23:00 UTC  (2+ messages)

[kvalo-ath:master-pending] BUILD SUCCESS 438a149ccccd36d26f237daf810a926333f2a26a
 2022-11-04 22:58 UTC 

[kvalo-ath:pending] BUILD SUCCESS d1ccdcc235931e74695d84596154641bccdf9a3d
 2022-11-04 22:58 UTC 

[PATCH v2 00/25] bootstd: Add a boot menu
 2022-11-04 22:48 UTC  (26+ messages)
` [PATCH v2 01/25] sandbox: Enable mmc command and legacy images
` [PATCH v2 02/25] cli: Move readline character-processing to a state machine
` [PATCH v2 03/25] bootmenu: Add a few comments
` [PATCH v2 04/25] menu: Rename KEY_... to BKEY_
` [PATCH v2 05/25] menu: Update bootmenu_autoboot_loop() to return the code
` [PATCH v2 06/25] menu: Update bootmenu_loop() "
` [PATCH v2 07/25] menu: Use a switch statement
` [PATCH v2 08/25] menu: Make use of CLI character processing
` [PATCH v2 09/25] image: Add a function to find a script in an image
` [PATCH v2 10/25] image: Move common image code to image_board and command
` [PATCH v2 11/25] video: Enable VIDEO_ANSI by default only with EFI
` [PATCH v2 12/25] video: truetype: Rename the metrics function
` [PATCH v2 13/25] video: Fix unchnaged typo
` [PATCH v2 14/25] video: Add font functions to the vidconsole API
` [PATCH v2 15/25] bootstd: Read the Operating System name for distro/scripts
` [PATCH v2 16/25] bootstd: Allow reading a logo for the OS
` [PATCH v2 17/25] menu: Factor out menu-keypress decoding
` [PATCH v2 18/25] expo: Add basic implementation
` [PATCH v2 19/25] expo: Add support for scenes
` [PATCH v2 20/25] expo: Add support for scene menus
` [PATCH v2 21/25] expo: Add basic tests
` [PATCH v2 22/25] bootstd: Support creating a boot menu
` [PATCH v2 23/25] bootstd: Add a test for the bootstd menu
` [PATCH v2 24/25] bootstd: Support setting a theme for the menu
` [PATCH v2 25/25] expo: Add documentation

[PATCH v3 00/37] Shadow stacks for userspace
 2022-11-04 22:56 UTC  (39+ messages)
` [PATCH v3 01/37] Documentation/x86: Add CET description
` [PATCH v3 02/37] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v3 03/37] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v3 04/37] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v3 05/37] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v3 06/37] x86/fpu: Add helper for modifying xstate
` [PATCH v3 07/37] x86/cet: Add user control-protection fault handler
` [PATCH v3 08/37] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v3 09/37] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v3 10/37] x86/mm: Introduce _PAGE_COW
` [PATCH v3 11/37] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v3 12/37] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v3 13/37] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v3 14/37] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v3 15/37] x86/mm: Check Shadow Stack page fault errors
` [PATCH v3 16/37] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v3 17/37] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v3 18/37] mm: Add guard pages around a shadow stack
` [PATCH v3 19/37] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v3 20/37] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v3 21/37] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v3 22/37] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v3 23/37] mm: Warn on shadow stack memory in wrong vma
` [PATCH v3 24/37] x86: Introduce userspace API for CET enabling
` [PATCH v3 25/37] x86/shstk: Add user-mode shadow stack support
` [PATCH v3 26/37] x86/shstk: Handle thread shadow stack
` [PATCH v3 27/37] x86/shstk: Introduce routines modifying shstk
` [PATCH v3 28/37] x86/shstk: Handle signals for shadow stack
` [PATCH v3 29/37] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v3 30/37] x86/shstk: Support wrss for userspace
` [PATCH v3 31/37] x86: Expose thread features in /proc/$PID/status
` [PATCH v3 32/37] x86/cet/shstk: Wire in CET interface
` [PATCH v3 33/37] selftests/x86: Add shadow stack test
` [PATCH v3 34/37] x86/fpu: Add helper for initing features
` [PATCH v3 35/37] x86/cet: Add PTRACE interface for CET
` [PATCH v3 36/37] x86/cet/shstk: Add ARCH_CET_UNLOCK
` [RFC 37/37] fs/binfmt_elf: Block old shstk elf bit

[PATCH 6.0 0/2] fscrypt fixes for stable
 2022-11-04 22:54 UTC  (3+ messages)
` [PATCH 6.0 1/2] fscrypt: stop using keyrings subsystem for fscrypt_master_key
` [PATCH 6.0 2/2] fscrypt: fix keyring memory leak on mount failure

[PATCH bpf-next v2] docs/bpf: document BPF ARRAY_OF_MAPS and HASH_OF_MAPS
 2022-11-04 22:54 UTC  (2+ messages)

[PATCH bpf-next] samples/bpf: Fix sockex3: missing BPF prog type
 2022-11-04 22:53 UTC  (3+ messages)
`  "

+ mm-delay-rmap-removal-until-after-tlb-flush.patch added to mm-unstable branch
 2022-11-04 22:52 UTC 

+ mm-re-unify-the-simplified-page_zap__rmap-function.patch added to mm-unstable branch
 2022-11-04 22:52 UTC 

+ mm-inline-simpler-case-of-page_remove_file_rmap.patch added to mm-unstable branch
 2022-11-04 22:52 UTC 

+ mm-introduce-simplified-versions-of-page_remove_rmap.patch added to mm-unstable branch
 2022-11-04 22:52 UTC 

[PATCH 2/2] x86/tdx: Do not allow #VE due to EPT violation on the private memory
 2022-11-04 22:50 UTC  (5+ messages)

[PATCH 0/7] CXL region creation fixes for 6.1
 2022-11-04 22:51 UTC  (6+ messages)
` [PATCH 6/7] cxl/region: Fix 'distance' calculation with passthrough ports

[PATCH bpf-next] selftests/bpf: cgroup_helpers.c: Fix strncpy() fortify warning
 2022-11-04 22:50 UTC  (2+ messages)

[PATCH net-next v5] ethtool: linkstate: add a statistic for PHY down events
 2022-11-04 22:48 UTC  (3+ messages)

[PATCH RFC 0/9] String optimizations and call support in alternatives
 2022-11-04 22:51 UTC  (10+ messages)
` [PATCH RFC 1/9] string: allow override for strstarts()
` [PATCH RFC 2/9] efi/riscv: libstub: mark when compiling libstub
` [PATCH RFC 3/9] RISC-V: add auipc elements to parse_asm header
` [PATCH RFC 4/9] RISC-V: add U-type imm parsing "
` [PATCH RFC 5/9] RISC-V: add rd reg "
` [PATCH RFC 6/9] RISC-V: fix auipc-jalr addresses in patched alternatives
` [PATCH RFC 7/9] RISC-V: add infrastructure to allow different str* implementations
` [PATCH RFC 8/9] HACK: RISC-V: add zbb support to string functions
` [PATCH RFC 9/9] HACK: disable strchr call in overlay-fs

[GIT PULL] xfs: fixes for 6.1-rc4
 2022-11-04 22:46 UTC  (2+ messages)

[GIT PULL] Landlock fix for v6.1 #2
 2022-11-04 22:46 UTC  (2+ messages)

[GIT PULL] hardening fix for v6.1-rc4
 2022-11-04 22:46 UTC  (2+ messages)

[GIT PULL] EFI fixes for v6.1 (#2)
 2022-11-04 22:46 UTC  (2+ messages)

[thierryreding:for-6.2/work 166/184] drivers/mmc/host/sdhci-tegra.c:1656:7: error: call to undeclared function 'FIELD_PREP'; ISO C99 and later do not support implicit function declarations
 2022-11-04 22:51 UTC 

[PATCH v3 00/11] Hexagon (target/hexagon) performance and bug fixes
 2022-11-04 22:50 UTC  (5+ messages)
` [PATCH v3 01/11] Hexagon (target/hexagon) Add pkt and insn to DisasContext
` [PATCH v3 02/11] Hexagon (target/hexagon) Fix predicated assignment to .tmp and .cur

[PATCH bpf RESEND 0/4] bpf: Support kernel function call in 32-bit ARM
 2022-11-04 22:43 UTC  (6+ messages)
` [PATCH bpf RESEND 2/4] bpf: Remove size check for sk in bpf_skb_is_valid_access for 32-bit architecture

xarray, fault injection and syzkaller
 2022-11-04 22:43 UTC  (9+ messages)

[PATCH 0/3] media: sunxi: Add H6 deinterlace driver
 2022-11-04 22:47 UTC  (5+ messages)

[master/kirkstone][PATCH v2 00/50] 2022.10 sync up with Dunfell
 2022-11-04 22:46 UTC  (51+ messages)
` [master/kirkstone][PATCH 01/50] machine: k3r5: Make combined R5 boot the default
` [master/kirkstone][PATCH 02/50] ti-sci-fw: Use new SOC_TYPE and SYSFW_DIR to simplify recipe
` [master/kirkstone][PATCH 03/50] ti-sci-fw: Deploy all SYSFW firmware types
` [master/kirkstone][PATCH 04/50] ti-sci-fw: Use SYSFW_TIBOOT3 to point to the SYSFW image
` [master/kirkstone][PATCH 05/50] ti-sci-fw: Make combined R5 boot the default
` [master/kirkstone][PATCH 06/50] ti-sci-fw: Only install and deploy combined boot symlink when set
` [master/kirkstone][PATCH 07/50] conf: machine: Move K3 TI_SECURE_DEV_PKG definition to common include
` [master/kirkstone][PATCH 08/50] ti-sci-fw: Only deploy the raw SYSFW images for one machine target
` [master/kirkstone][PATCH 09/50] conf: machine: am64xx-hs-evm: Add extra machine to build GP SYSFW
` [master/kirkstone][PATCH 10/50] conf: machine: k3: Add fitImage to the default kernel image types
` [master/kirkstone][PATCH 11/50] k3: also inherit kernel-fitimage class for FIT image generation
` [master/kirkstone][PATCH 12/50] ti-sci-fw: Add am65xx-evm-k3r5-sr2 to combined R5 boot list
` [master/kirkstone][PATCH 13/50] trusted-firmware-a: upgrade to v2.7
` [master/kirkstone][PATCH 14/50] recipies-ti: Add TI K3 Security Development Package
` [master/kirkstone][PATCH 15/50] ti-sci-fw: Use ti-k3-secdev if TI_SECURE_DEV_PKG_K3 is not defined
` [master/kirkstone][PATCH 16/50] u-boot-ti-staging: Update to the latest ti-u-boot-2021.01
` [master/kirkstone][PATCH 17/50] conf: machine: am64xx-evm: Make HS-SE the default
` [master/kirkstone][PATCH 18/50] all: Stop using git://git.ti.com
` [master/kirkstone][PATCH 19/50] conf: machine: am64xx-evm: Update default HS names
` [master/kirkstone][PATCH 20/50] machine: add am62xx-lp-evm configuration
` [master/kirkstone][PATCH 21/50] optee-os: Upgrade to upstream 3.18.0
` [master/kirkstone][PATCH 22/50] optee-os: Lower log level for AM62x
` [master/kirkstone][PATCH 23/50] ti-sci-fw: Use d.getVar() in DEPENDS expression
` [master/kirkstone][PATCH 24/50] cadence-mhdp-fw: Add dependency for j721s2
` [master/kirkstone][PATCH 25/50] conf: machine: am64xx-evm: Switch to SR2.0 HS-FS build by default
` [master/kirkstone][PATCH 26/50] conf: machine: am64xx: Move multi-config targets into base SoC include
` [master/kirkstone][PATCH 27/50] linux-ti-mainline: unbreak devtool
` [master/kirkstone][PATCH 28/50] ti-rtos-firmware: j721e-hs-evm: add secure firmware images
` [master/kirkstone][PATCH 29/50] ti-rtos-firmware: j7200-hs-evm: "
` [master/kirkstone][PATCH 30/50] ti-rtos-firmware: j721s2-hs-evm: "
` [master/kirkstone][PATCH 31/50] ipc: ti-rpmsg-char: Update library to 0.5.1
` [master/kirkstone][PATCH 32/50] ti-img-rogue-driver: Fix git SRC_URI
` [master/kirkstone][PATCH 33/50] machine: Add j784s4-evm configuration
` [master/kirkstone][PATCH 34/50] trusted-firmware-a: Update to latest upstream master
` [master/kirkstone][PATCH 35/50] ti-img-rogue-*: Bump the graphics recipes
` [master/kirkstone][PATCH 36/50] ti-img-rogue-driver: drop local patch as upstream is now fixed
` [master/kirkstone][PATCH 37/50] j721s2 and j784s4: Correct serial console device
` [master/kirkstone][PATCH 38/50] optee-os: Update SRCREV for OP-TEE TRNG in J784S4
` [master/kirkstone][PATCH 39/50] conf: machine: j784s4: Add OP-TEE flavour
` [master/kirkstone][PATCH 40/50] conf: machine: j721s2: "
` [master/kirkstone][PATCH 41/50] optee-os: Enable TRNG driver as OP-TEE support is added
` [master/kirkstone][PATCH 42/50] cnm-wave-fw: update firmware name to wave521c_k3_codec_fw.bin
` [master/kirkstone][PATCH 43/50] ti-linux-fw: update to the latest
` [master/kirkstone][PATCH 44/50] u-boot-ti-staging: "
` [master/kirkstone][PATCH 45/50] linux-ti-staging: "
` [master/kirkstone][PATCH 46/50] ti-k3-secdev: include ti-paths.inc
` [master/kirkstone][PATCH 47/50] ti-sci-fw: use getVar() to check if TI_SECURE_DEV_PKG_K3 is defined
` [master/kirkstone][PATCH 48/50] ti-img-rogue-driver: Bump the source revision
` [master/kirkstone][PATCH 49/50] optee-os: Upgrade to upstream 3.19.0
` [master/kirkstone][PATCH 50/50] cmem-mod: Remove CMEM kernel module

+ selftests-vm-update-hugetlb-madvise.patch added to mm-unstable branch
 2022-11-04 22:41 UTC 

[PATCH] nvme: scan sequentially only when list scan unsupported
 2022-11-04 22:46 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: net: constrain number of 'reg' in ethernet ports
 2022-11-04 22:39 UTC  (4+ messages)
` [PATCH v3 2/2] dt-bindings: net: dsa-port: constrain number of 'reg' in ports

[PATCH v6 00/21] Drivers for gunyah hypervisor
 2022-11-04 22:38 UTC  (9+ messages)
` [PATCH v6 13/21] gunyah: vm_mgr: Introduce basic VM Manager

[PATCH 0/2] util/log: Make the per-thread flag immutable
 2022-11-04 22:37 UTC  (2+ messages)

[PATCH v5 1/7] dt-bindings: net: Add generic Bluetooth controller
 2022-11-04 22:37 UTC  (3+ messages)
` Broadcom/Apple Bluetooth driver for Apple Silicon

[PATCH v2] cpumask: limit visibility of FORCE_NR_CPUS
 2022-11-04 22:36 UTC  (3+ messages)

[PATCH net 0/5] pull-request: can 2022-11-04
 2022-11-04 22:36 UTC  (5+ messages)
` [PATCH net 4/5] can: dev: fix skb drop check

[PATCH v3] PCI: hv: Only reuse existing IRTE allocation for Multi-MSI
 2022-11-04 22:29 UTC 

[PATCH v2 0/1] Add supply into PWBUS_REGULATOR macro
 2022-11-04 22:30 UTC  (4+ messages)
` [PATCH v2 1/1] hwmon: (pmbus) Add regulator supply into macro

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-04 22:29 UTC  (5+ messages)
` [PATCH v9 4/8] KVM: Use gfn instead of hva for mmu_notifier_retry

[PATCH mptcp-next 1/2] mptcp: deduplicate error paths on endpoint creation
 2022-11-04 22:29 UTC  (4+ messages)
` [PATCH mptcp-next 2/2] mptcp: more detailed error reporting "

[PATCH net-next v2 00/13] genetlink: support per op type policies
 2022-11-04 22:28 UTC  (5+ messages)
` [PATCH net-next v2 12/13] genetlink: allow families to use split ops directly

[PATCH 00/26] target/s390x: pc-relative translation blocks
 2022-11-04 22:27 UTC  (4+ messages)
` [PATCH 12/26] target/s390x: Move masking of psw.addr to cpu_get_tb_cpu_state

[Intel-gfx] [PATCH 1/2] drm/i915/display: Do both crawl and squash when changing cdclk
 2022-11-04 22:26 UTC  (2+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/display: Add CDCLK Support for MTL


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.