All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-18 23:28:22 to 2023-03-19 01:47:07 UTC [more...]

[PATCH net-next v1 0/2] ynl: add support for user headers and struct attrs
 2023-03-19  1:44 UTC  (5+ messages)
` [PATCH net-next v1 2/2] netlink: specs: add partial specification for openvswitch

[PATCH 0/4] convert read_kcore(), vread() to use iterators
 2023-03-19  1:46 UTC  (6+ messages)
` [PATCH 1/4] fs/proc/kcore: Avoid bounce buffer for ktext data
` [PATCH 2/4] mm: vmalloc: use rwsem, mutex for vmap_area_lock and vmap_block->lock
` [PATCH 3/4] fs/proc/kcore: convert read_kcore() to read_kcore_iter()
` [PATCH 4/4] mm: vmalloc: convert vread() to vread_iter()

[PATCH] thunderbolt: rename shadowed variables bit to interrupt_bit and auto_clear_bit
 2023-03-19  1:33 UTC  (4+ messages)

[PATCH] rcu: Fix incorrect trace string in rcu_boost_kthread()
 2023-03-19  1:31 UTC  (2+ messages)

[net-next PATCH v4 00/14] net: Add basic LED support for switch/phy
 2023-03-18 19:14 UTC  (11+ messages)
` [net-next PATCH v4 02/14] net: dsa: qca8k: add LEDs basic support
` [net-next PATCH v4 03/14] net: dsa: qca8k: add LEDs blink_set() support

drivers/gpu/drm/nouveau/nouveau_dmem.c:205:13: sparse: sparse: incorrect type in assignment (different base types)
 2023-03-19  1:15 UTC 

[PATCH 0/6] kbuild: fix some packaging issues, and use git-archive for source package
 2023-03-19  1:12 UTC  (3+ messages)

On time64 and Large File Support
 2023-03-19  0:57 UTC  (20+ messages)
                    ` time for Autoconf 2.72 (was: On time64 and Large File Support)

[linux-5.4 test] 179749: regressions - trouble: fail/pass/starved
 2023-03-19  0:55 UTC 

[GIT PULL] Block fixes for 6.3-rc3
 2023-03-19  0:48 UTC  (8+ messages)

[meta-security][PATCH 1/4] suricata: update to 6.0.10
 2023-03-19  0:40 UTC  (4+ messages)
` [meta-security][PATCH 2/4] apparmor: update to 3.1.3
` [meta-security][PATCH 3/4] krill: update 0.12.3
` [meta-security][PATCH 4/4] cryptmout: update to 6.2.0

[PATCH] gpio: allow passing NULL to gpio_request_by_line_name() to search all gpio controllers
 2023-03-19  0:38 UTC  (3+ messages)

When VIA VL805/806 xHCI USB 3.0 Controller is present Atheros E2400 (alx) ethernet does not work: NETDEV WATCHDOG: enp5s0 (alx): transmit queue 2 timed out
 2023-03-19  0:37 UTC 

[PATCH] scripts/Makefile.lib: also consider $(CONFIG_SYS_BOARD)-u-boot.dtsi
 2023-03-19  0:34 UTC  (3+ messages)

[PATCH v3 1/3] platform/x86: think-lmi: add missing type attribute
 2023-03-19  0:18 UTC  (14+ messages)
` [PATCH v3 2/3] platform/x86: think-lmi: Add possible_values for ThinkStation
` [PATCH v3 3/3] platform/x86: think-lmi: use correct possible_values delimters

[PATCH RFC u-boot-mvebu 0/2] arm: mvebu: Fix eMMC boot
 2023-03-19  0:32 UTC  (7+ messages)

[PATCH V3 00/16] io_uring/ublk: add IORING_OP_FUSED_CMD
 2023-03-19  0:17 UTC  (7+ messages)

[PATCH] atm: idt77252: fix kmemleak when rmmod idt77252
 2023-03-19  0:28 UTC  (2+ messages)

[v4l-utils] [PATCH v10 0/5] Switch build system to meson
 2023-03-19  0:20 UTC  (10+ messages)
` [v4l-utils] [PATCH v10 1/5] Add support for meson building

[PATCH v8 00/40] Shadow stacks for userspace
 2023-03-19  0:15 UTC  (41+ messages)
` [PATCH v8 01/40] Documentation/x86: Add CET shadow stack description
` [PATCH v8 02/40] x86/shstk: Add Kconfig option for shadow stack
` [PATCH v8 03/40] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v8 04/40] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v8 05/40] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v8 06/40] x86/fpu: Add helper for modifying xstate
` [PATCH v8 07/40] x86/traps: Move control protection handler to separate file
` [PATCH v8 08/40] x86/shstk: Add user control-protection fault handler
` [PATCH v8 09/40] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v8 10/40] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v8 11/40] mm: Introduce pte_mkwrite_kernel()
` [PATCH v8 12/40] s390/mm: Introduce pmd_mkwrite_kernel()
` [PATCH v8 13/40] mm: Make pte_mkwrite() take a VMA
` [PATCH v8 14/40] x86/mm: Introduce _PAGE_SAVED_DIRTY
` [PATCH v8 15/40] x86/mm: Update ptep/pmdp_set_wrprotect() for _PAGE_SAVED_DIRTY
` [PATCH v8 16/40] x86/mm: Start actually marking _PAGE_SAVED_DIRTY
` [PATCH v8 17/40] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v8 18/40] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v8 19/40] x86/mm: Check shadow stack page fault errors
` [PATCH v8 20/40] x86/mm: Teach pte_mkwrite() about stack memory
` [PATCH v8 21/40] mm: Add guard pages around a shadow stack
` [PATCH v8 22/40] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v8 23/40] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v8 24/40] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v8 25/40] x86/mm: Introduce MAP_ABOVE4G
` [PATCH v8 26/40] mm: Warn on shadow stack memory in wrong vma
` [PATCH v8 27/40] x86/mm: Warn if create Write=0,Dirty=1 with raw prot
` [PATCH v8 28/40] x86: Introduce userspace API for shadow stack
` [PATCH v8 29/40] x86/shstk: Add user-mode shadow stack support
` [PATCH v8 30/40] x86/shstk: Handle thread shadow stack
` [PATCH v8 31/40] x86/shstk: Introduce routines modifying shstk
` [PATCH v8 32/40] x86/shstk: Handle signals for shadow stack
` [PATCH v8 33/40] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v8 34/40] x86/shstk: Support WRSS for userspace
` [PATCH v8 35/40] x86: Expose thread features in /proc/$PID/status
` [PATCH v8 36/40] x86/shstk: Wire in shadow stack interface
` [PATCH v8 37/40] selftests/x86: Add shadow stack test
` [PATCH v8 38/40] x86: Add PTRACE interface for shadow stack
` [PATCH v8 39/40] x86/shstk: Add ARCH_SHSTK_UNLOCK
` [PATCH v8 40/40] x86/shstk: Add ARCH_SHSTK_STATUS

[PATCH v1 0/4] setting uuid of online filesystems
 2023-03-19  0:16 UTC  (4+ messages)

[PATCH 00/51] video: fbdev: Convert to platform remove callback returning void
 2023-03-18 23:54 UTC  (110+ messages)
` [PATCH 01/51] video: fbdev: au1100fb: Drop if with an always false condition
` [PATCH 02/51] video: fbdev: arcfb: Convert to platform remove callback returning void
` [PATCH 03/51] video: fbdev: au1100fb: "
` [PATCH 04/51] video: fbdev: au1200fb: "
` [PATCH 05/51] video: fbdev: broadsheetfb: "
` [PATCH 06/51] video: fbdev: bw2: "
` [PATCH 07/51] video: fbdev: cg14: "
` [PATCH 08/51] video: fbdev: cg3: "
` [PATCH 09/51] video: fbdev: cg6: "
` [PATCH 10/51] video: fbdev: clps711x-fb: "
` [PATCH 11/51] video: fbdev: cobalt_lcdfb: "
` [PATCH 12/51] video: fbdev: da8xx-fb: "
` [PATCH 13/51] video: fbdev: efifb: "
` [PATCH 14/51] video: fbdev: ep93xx-fb: "
` [PATCH 15/51] video: fbdev: ffb: "
` [PATCH 16/51] video: fbdev: fsl-diu-fb: "
` [PATCH 17/51] video: fbdev: gbefb: "
` [PATCH 18/51] video: fbdev: goldfishfb: "
` [PATCH 19/51] video: fbdev: grvga: "
` [PATCH 20/51] video: fbdev: hecubafb: "
` [PATCH 21/51] video: fbdev: hgafb: "
` [PATCH 22/51] video: fbdev: hitfb: "
` [PATCH 23/51] video: fbdev: imxfb: "
` [PATCH 24/51] video: fbdev: leo: "
` [PATCH 25/51] video: fbdev: mb862xx: "
` [PATCH 26/51] video: fbdev: metronomefb: "
` [PATCH 27/51] video: fbdev: mx3fb: "
` [PATCH 28/51] video: fbdev: ocfb: "
` [PATCH 29/51] video: fbdev: offb: "
` [PATCH 30/51] video: fbdev: omapfb: "
` [PATCH 31/51] video: fbdev: p9100: "
` [PATCH 32/51] video: fbdev: platinumfb: "
` [PATCH 33/51] video: fbdev: pxa168fb: "
` [PATCH 34/51] video: fbdev: pxa3xx-gcu: "
` [PATCH 35/51] video: fbdev: pxafb: "
` [PATCH 36/51] video: fbdev: s1d13xxxfb: "
` [PATCH 37/51] video: fbdev: s3c-fb: "
` [PATCH 38/51] video: fbdev: sh7760fb: "
` [PATCH 39/51] video: fbdev: sh_mobile_lcdcfb: "
` [PATCH 40/51] video: fbdev: simplefb: "
` [PATCH 41/51] video: fbdev: sm501fb: "
` [PATCH 42/51] video: fbdev: tcx: "
` [PATCH 43/51] video: fbdev: uvesafb: "
` [PATCH 44/51] video: fbdev: vesafb: "
` [PATCH 45/51] video: fbdev: vfb: "
` [PATCH 46/51] video: fbdev: vga16fb: "
` [PATCH 47/51] video: fbdev: via: "
` [PATCH 48/51] video: fbdev: vt8500lcdfb: "
` [PATCH 49/51] video: fbdev: wm8505fb: "
` [PATCH 50/51] video: fbdev: wmt_ge_rops: "
` [PATCH 51/51] video: fbdev: xilinxfb: "

[PATCH 0/3] rockchip: gpio: Add support for RK3568 and RK3588
 2023-03-18 23:56 UTC  (4+ messages)
` [PATCH 1/3] rockchip: dts: Add missing alias for gpio controllers
` [PATCH 2/3] gpio: rockchip: Use gpio alias id as gpio bank id
` [PATCH 3/3] gpio: rockchip: Add support for RK3568 and RK3588 banks

[PATCH -perfbook 1/3] Fix warning of missing font shape
 2023-03-18 23:46 UTC  (3+ messages)
` [PATCH -perfbook 2/3] Stop loading fixltx2e
` [PATCH -perfbook 3/3] parallel-latex-regress.sh: Pass WHICH=which to reference Makefile

[PATCH v3] test_vboot.py: include test of fdt_add_pubkey tool
 2023-03-19  2:42 UTC 

[PATCH] pinctrl: rockchip: Fix IO mux selection on RK3568
 2023-03-18 23:30 UTC 

[RFC 0/2] VP8 stateless V4L2 encoding uAPI + driver
 2023-03-18 23:27 UTC  (5+ messages)
` [RFC 2/2] media: rkvdec: Add VP8 encoder


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.