All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-11 20:02:39 to 2024-11-11 21:07:50 UTC [more...]

[PATCH v8 00/29] riscv control-flow integrity for usermode
 2024-11-11 20:54 UTC  (54+ messages)
` [PATCH v8 01/29] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v8 02/29] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH v8 03/29] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v8 04/29] riscv: zicfiss / zicfilp enumeration
` [PATCH v8 05/29] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v8 06/29] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v8 07/29] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v8 08/29] riscv mm: manufacture shadow stack pte
` [PATCH v8 09/29] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v8 10/29] riscv mmu: write protect and shadow stack
` [PATCH v8 11/29] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v8 12/29] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v8 13/29] prctl: arch-agnostic prctl for shadow stack
` [PATCH v8 14/29] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v8 15/29] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v8 16/29] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v8 17/29] riscv/traps: Introduce software check exception
` [PATCH v8 18/29] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v8 19/29] riscv/signal: save and restore of shadow stack for signal
` [PATCH v8 20/29] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v8 21/29] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v8 22/29] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v8 23/29] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v8 24/29] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v8 25/29] riscv: kernel command line option to opt out of user cfi
` [PATCH v8 26/29] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v8 27/29] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v8 28/29] riscv: Documentation for shadow stack on riscv
` [PATCH v8 29/29] kselftest/riscv: kselftest for user mode cfi

[RFC PATCH 00/21] Modernize the build system
 2024-11-11 21:06 UTC  (7+ messages)
` [RFC PATCH v4 00/19] "

[PATCH 00/14] arm64: dts: allwinner: Add basic Allwinner A523 support
 2024-11-11 20:49 UTC  (23+ messages)
` [PATCH 01/14] dt-bindings: mmc: sunxi: Simplify compatible string listing
` [PATCH 02/14] dt-bindings: mmc: sunxi: add compatible strings for Allwinner A523
` [PATCH 03/14] dt-bindings: watchdog: sunxi: add Allwinner A523 compatible string
` [PATCH 05/14] dt-bindings: i2c: mv64xxx: Add "
` [PATCH 07/14] dt-bindings: phy: document Allwinner A523 USB-2.0 PHY
` [PATCH 08/14] dt-bindings: usb: sunxi-musb: add Allwinner A523 compatible string
` [PATCH 09/14] dt-bindings: usb: add A523 compatible string for EHCI and OCHI
` [PATCH 10/14] dt-bindings: rtc: sun6i: Add Allwinner A523 support
  ` (subset) "
` [PATCH 12/14] dt-bindings: vendor-prefixes: Add YuzukiHD name
` [PATCH 13/14] dt-bindings: arm: sunxi: Add Avaota A1 board

[PATCH] bcachefs: Fix journal_entry_dev_usage_to_text() overrun
 2024-11-11 21:05 UTC 

[PATCH v4 0/2] PCI: mediatek-gen3: Support limiting link speed and width
 2024-11-11 20:47 UTC  (8+ messages)
` [PATCH v4 1/2] PCI: mediatek-gen3: Add support for setting max-link-speed limit

[PATCH] sparc: Replace one-element array with flexible array member
 2024-11-11 21:03 UTC  (4+ messages)

[syzbot] [bcachefs?] KASAN: slab-out-of-bounds Read in journal_entry_dev_usage_to_text
 2024-11-11 21:03 UTC  (2+ messages)
` [syzbot]

[Buildroot] [PATCH 00/17] board: cleanup genimage partition-type-uuid shortcuts
 2024-11-11 21:02 UTC  (10+ messages)
` [Buildroot] [PATCH 01/17] docs/manual/writing-rules: add shortcuts for genimage partition-type-uuid
` [Buildroot] [PATCH 02/17] board/beagleboard: use partition-type-uuid "L"
` [Buildroot] [PATCH 05/17] board/pc: use partition-type-uuid "root-x86"

workqueue lockup debug
 2024-11-11 21:01 UTC  (5+ messages)

[PATCH v7 00/10] TDX host: metadata reading tweaks, bug fix and info dump
 2024-11-11 21:00 UTC  (7+ messages)
` [PATCH v7 07/10] x86/virt/tdx: Trim away tail null CMRs

[bug report] cpumask: gcc 13.x emits compilation error on PowerPC
 2024-11-11 20:57 UTC  (4+ messages)

[PATCH 0/4] move per-vma lock into vm_area_struct
 2024-11-11 20:55 UTC  (5+ messages)
` [PATCH 1/4] mm: introduce vma_start_read_locked{_nested} helpers
` [PATCH 2/4] mm: move per-vma lock into vm_area_struct
` [PATCH 3/4] mm: replace rw_semaphore with atomic_t in vma_lock
` [PATCH 4/4] mm: move lesser used vma_area_struct members into the last cacheline

[PATCH 0/3] KVM: x86: Small changes to support VMware guests
 2024-11-11 20:55 UTC  (10+ messages)
` [PATCH 2/3] KVM: x86: Add support for VMware guest specific hypercalls

[PATCH] builtin/difftool: intialize some hashmap variables
 2024-11-11 20:54 UTC  (2+ messages)

[Buildroot] [git commit] {linux, linux-headers}: bump 4.19.x / 5.{4, 10, 15}.x / 6.{1, 6, 11}.x series
 2024-11-11 20:52 UTC 

[Buildroot] [PATCH 1/1] package/usbredir: bump version to 0.14.0
 2024-11-11 20:51 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/usbredir: fix package homepage URL
 2024-11-11 20:51 UTC  (2+ messages)

[PATCH] PCI: Drop duplicate pcie_get_speed_cap(), pcie_get_width_cap() declarations
 2024-11-11 20:50 UTC  (3+ messages)

[PATCH v2 0/3] Support ExynosAutov920 ufs phy driver
 2024-11-11 20:50 UTC  (3+ messages)
  ` [PATCH v2 1/3] dt-bindings: phy: Add ExynosAutov920 UFS PHY bindings

[PATCH v2] sparc: Replace one-element array with flexible array member
 2024-11-11 20:47 UTC 

[PATCH] dt-bindings: spi: add compatibles for mt7988
 2024-11-11 20:38 UTC  (3+ messages)

[RFC 0/1] Fail dm_atomic_check if cursor overlay is required at MAX_SURFACES
 2024-11-11 20:49 UTC  (5+ messages)
` [RFC 1/1] SWDEV476969 - dm: "

[syzbot] [hfs?] KMSAN: uninit-value in hfs_free_fork
 2024-11-11 20:49 UTC 

[PATCH v3] iio: trigger: stm32-timer-trigger: Add check for clk_enable()
 2024-11-11 20:36 UTC  (3+ messages)

[Buildroot] [git commit] package/usbredir: bump version to 0.14.0
 2024-11-11 20:41 UTC 

[Buildroot] [git commit] package/usbredir: fix package homepage URL
 2024-11-11 20:41 UTC 

Change 26ce:0a08 to list multiple motherboards
 2024-11-11 20:45 UTC 

[PATCH 1/1] lib: vsprintf: fix API build
 2024-11-11 20:44 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/2] package/libselinux: fix swig 4.3.0 compatibility
 2024-11-11 20:44 UTC  (5+ messages)
` [Buildroot] [PATCH v2 2/2] package/swig: bump to version 4.3.0

[PATCH v6 0/7] Add AutoFDO and Propeller support for Clang build
 2024-11-11 20:43 UTC  (4+ messages)
` [PATCH v6 3/7] Adjust symbol ordering in text output section

[PATCH v1 0/3] fix some binding check errors for marvell
 2024-11-11 20:36 UTC  (8+ messages)
` [PATCH v1 1/3] arm64: dts: marvell: Fix anyOf conditional failed

[PATCH 1/4] xfrm: Add support for per cpu xfrm state handling
 2024-11-11 20:42 UTC 

[PATCH v1 1/2] PCI/sysfs: Change read permissions for VPD attributes
 2024-11-11 20:41 UTC  (2+ messages)

[RFC PATCH v2 0/3] Add support for the ERAPS feature
 2024-11-11 20:40 UTC  (6+ messages)
` [RFC PATCH v2 1/3] x86: cpu/bugs: update SpectreRSB comments for AMD

[PATCH v4 0/5] Some fixes about vgic-its
 2024-11-11 20:40 UTC  (2+ messages)

[PATCH V4] ieee1275/ofdisk: vscsi lun handling on lun len
 2024-11-11 20:37 UTC 

[PATCH] netfilter: uapi: Fix file names for case-insensitive filesystem
 2024-11-11 20:28 UTC  (5+ messages)

[PATCH 0/7] clk: sunxi-ng: add A523 clock support
 2024-11-11 20:32 UTC  (5+ messages)
` [PATCH 4/7] dt-bindings: clk: sunxi-ng: add compatible for the A523 CCU
` [PATCH 5/7] dt-bindings: clk: sunxi-ng: add compatible for the A523 PRCM-CCU

[for-6.13 PATCH 10/19] nfs_common: move localio_lock to new lock member of nfs_uuid_t
 2024-11-11 20:35 UTC  (2+ messages)

[PATCH v1 0/2] Fix read permissions for VPD attributes
 2024-11-11 20:31 UTC  (2+ messages)

[PATCH 0/3] iio: adc: ad4695: add new regmap callbacks, timing improvements
 2024-11-11 20:31 UTC  (3+ messages)
` [PATCH 3/3] iio: adc: ad4695: add custom regmap bus callbacks

[PATCH RFC v2 0/2] mTHP-friendly compression in zsmalloc and zram based on multi-pages
 2024-11-11 20:31 UTC  (5+ messages)

[PATCH v2] dt-bindings: clock: ti: Convert mux.txt to json-schema
 2024-11-11 20:30 UTC  (2+ messages)

[PATCH v9 3/9] PCI: Store all PCIe Supported Link Speeds
 2024-11-11 20:30 UTC  (2+ messages)

[PATCH] tools/memory-model: Fix litmus-tests's file names for case-insensitive filesystem
 2024-11-11 20:29 UTC  (6+ messages)

[RFC PATCH 00/10] drm/panthor: Add user submission
 2024-11-11 20:29 UTC  (11+ messages)

[Buildroot] [PATCH 1/1] package/iperf: bump to version 2.2.1
 2024-11-11 20:28 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/findutils: bump version to 4.10.0
 2024-11-11 20:28 UTC  (2+ messages)

[Buildroot] [PATCH] package/spdlog: bump to version 1.15.0
 2024-11-11 20:28 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/blake3: bump version to 1.5.4
 2024-11-11 20:27 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/motion: bump version to 4.7.0
 2024-11-11 20:27 UTC  (2+ messages)

[Buildroot] [git commit] package/findutils: bump version to 4.10.0
 2024-11-11 20:25 UTC 

[PATCH 00/10] mtd: add driver for Intel discrete graphics
 2024-11-11 20:27 UTC  (12+ messages)
` [PATCH 06/10] mtd: intel-dg: wake card on operations

[Buildroot] [git commit] package/blake3: bump version to 1.5.4
 2024-11-11 20:22 UTC 

[Buildroot] [git commit] package/motion: bump version to 4.7.0
 2024-11-11 20:22 UTC 

[Buildroot] [git commit] package/iperf: bump to version 2.2.1
 2024-11-11 20:25 UTC 

[Buildroot] [git commit] package/spdlog: bump to version 1.15.0
 2024-11-11 20:22 UTC 

[PATCH v6 00/17] fanotify: add pre-content hooks
 2024-11-11 20:27 UTC  (19+ messages)
` [PATCH v6 01/17] fanotify: don't skip extra event info if no info_mode is set
` [PATCH v6 02/17] fanotify: rename a misnamed constant
` [PATCH v6 03/17] fanotify: reserve event bit of deprecated FAN_DIR_MODIFY
` [PATCH v6 04/17] fsnotify: introduce pre-content permission events
` [PATCH v6 05/17] fsnotify: pass optional file access range in pre-content event
` [PATCH v6 06/17] fsnotify: generate pre-content permission event on open
` [PATCH v6 07/17] fsnotify: generate pre-content permission event on truncate
` [PATCH v6 08/17] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH v6 09/17] fanotify: report file range info with pre-content events
` [PATCH v6 10/17] fanotify: allow to set errno in FAN_DENY permission response
` [PATCH v6 11/17] fanotify: add a helper to check for pre content events
` [PATCH v6 12/17] fanotify: disable readahead if we have pre-content watches
` [PATCH v6 13/17] mm: don't allow huge faults for files with pre content watches
` [PATCH v6 14/17] fsnotify: generate pre-content permission event on page fault
` [PATCH v6 15/17] xfs: add pre-content fsnotify hook for write faults
` [PATCH v6 16/17] btrfs: disable defrag on pre-content watched files
` [PATCH v6 17/17] fs: enable pre-content events on supported file systems

[CI 1/9] drm/i915: Remove vga and gmbus seq out of i915_restore_display
 2024-11-11 20:26 UTC  (6+ messages)
` ✗ CI.checksparse: warning for series starting with [CI,1/9] "
` ✗ Fi.CI.CHECKPATCH: "
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
` ✓ CI.BAT: success "

[PATCH net-next v5] eth: fbnic: Add PCIe hardware statistics
 2024-11-11 20:25 UTC  (2+ messages)

[Buildroot] [PATCH v2] package/boost: update download url
 2024-11-11 20:21 UTC  (2+ messages)

[Buildroot] [git commit] package/boost: update download url
 2024-11-11 20:20 UTC 

[PATCh 0/2] Add Intel Lunarlake to X86_BUG_MONITOR
 2024-11-11 20:20 UTC  (3+ messages)
` [PATCH] x86/cpu: Add INTEL_LUNARLAKE_M "

[syzbot] [hfs?] KMSAN: uninit-value in hfs_free_fork
 2024-11-11 20:21 UTC 

[syzbot] [hfs?] KMSAN: uninit-value in hfs_free_fork
 2024-11-11 20:21 UTC 

[PATCH v1 0/2] Add support for Samsung Galaxy S20 FE (SM-G780F/r8s) [SoC Exynos990]
 2024-11-11 20:18 UTC  (3+ messages)
` [PATCH v1 1/2] dt-bindings: arm: samsung: Add compatible for Samsung Galaxy S20 FE (SM-G780F)

[PATCH] Input: ep93xx_keypad - Add check for clk_enable() and clk_prepare_enable
 2024-11-11 20:20 UTC  (3+ messages)
` [PATCH] Input: samsung-keypad - Add check for clk_enable()
` [PATCH] Input: spear-keyboard "

lockdep warning in pciehp
 2024-11-11 20:19 UTC  (2+ messages)

[PATCH 0/5] drm/i915: intel_display conversions, cleanups
 2024-11-11 20:17 UTC  (2+ messages)
` ✗ CI.FULL: failure for "

[PATCH 0/3 v3] arm64: dts: rockchip: Add Orange Pi 5 Max board
 2024-11-11 20:15 UTC  (4+ messages)
` [PATCH 2/3 v3] dt-bindings: arm: rockchip: Add Xunlong Orange Pi 5 Max

[PATCH v2] rust: warn on bindgen < 0.69.5 and libclang >= 19.1
 2024-11-11 20:16 UTC 

[Buildroot] [PATCH 1/1] support/testing/tests/boot/test_grub.py: new test for RISCV64 EFI
 2024-11-11 20:16 UTC  (2+ messages)

[Buildroot] [git commit] support/testing/tests/boot/test_grub.py: new test for RISCV64 EFI
 2024-11-11 20:15 UTC 

[PATCH v4] PCI: hotplug: Add OCTEON PCI hotplug controller driver
 2024-11-11 20:14 UTC  (2+ messages)

[PATCH v2] tpm: Opt-in in disable PCR integrity protection
 2024-11-11 20:12 UTC  (6+ messages)

[PATCH] fsnotify: fix sending inotify event with unexpected filename
 2024-11-11 20:11 UTC 

[PATCH] bcachefs: zero-init move_bucket struct in bch2_copygc_get_buckets()
 2024-11-11 20:09 UTC  (2+ messages)

[PATCH] hwmon: (cros_ec) register thermal sensors to thermal framework
 2024-11-11 20:08 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v2 2/2] dt-bindings: mfd: Add properties for thermal sensor cells

[PATCH v2] dt-bindings: mfd: bd71828: Use charger resistor in mOhm instead of MOhm
 2024-11-11 20:08 UTC  (2+ messages)

[PATCH v6 0/3] xen: SR-IOV fixes
 2024-11-11 20:07 UTC  (4+ messages)
` [PATCH v6 2/3] xen/pci: introduce PF<->VF links

[PATCH net] Fix u32's systematic failure to free IDR entries for hnodes
 2024-11-11 20:07 UTC  (8+ messages)

[PATCH] Documentation/CoC: spell out enforcement for unacceptable behaviors
 2024-11-11 20:07 UTC  (2+ messages)

[PATCH v4 0/2] add NXP LINFlexD UART clock support for S32G2/S32G3
 2024-11-11 20:07 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: serial: fsl-linflexuart: add clock definitions

[PATCH] range-diff: optionally include merge commits' diffs in the analysis
 2024-11-11 20:07 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v4 0/4] add NXP RTC driver support for S32G2/S32G3 SoCs
 2024-11-11 20:06 UTC  (4+ messages)
` [PATCH v4 1/4] dt-bindings: rtc: add schema for NXP "

[PATCH 0/2] arm64: dts: allwinner: Add X96Q Pro support
 2024-11-11 20:04 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: arm: sunxi: Add the X96Q Pro board name


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.