All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-17 21:10:07 to 2023-03-17 22:10:06 UTC [more...]

[PATCH] arc4random.3: New page documenting the arc4random(3) family of functions
 2023-03-17 21:54 UTC  (5+ messages)

[PATCH 00/41] rtc: Convert to platform remove callback returning void
 2023-03-17 22:09 UTC  (2+ messages)

[PATCH] cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappers
 2023-03-17 22:08 UTC  (3+ messages)

[PATCH BlueZ] mesh: Tighten IO and fix out-of-bounds array access
 2023-03-17 22:06 UTC  (2+ messages)
` [BlueZ] "

[PATCH bpf-next 0/6] BPF verifier rotating log
 2023-03-17 22:05 UTC  (8+ messages)
` [PATCH bpf-next 1/6] bpf: split off basic BPF verifier log into separate file
` [PATCH bpf-next 2/6] bpf: remove minimum size restrictions on verifier log buffer
` [PATCH bpf-next 3/6] bpf: switch BPF verifier log to be a rotating log by default
` [PATCH bpf-next 4/6] libbpf: don't enfore verifier log levels on libbpf side
` [PATCH bpf-next 5/6] selftests/bpf: add more veristat control over verifier log options
` [PATCH bpf-next 6/6] selftests/bpf: add fixed vs rotating verifier log tests

[PATCH] pthreads.7: tfix
 2023-03-17 22:04 UTC 

[PATCH v2 0/5] workqueue: Debugging improvements
 2023-03-17 22:04 UTC  (2+ messages)

[WIP Patch v2 00/14] Avoiding slow get-user-pages via memory fault exit
 2023-03-17 22:03 UTC  (12+ messages)
` [WIP Patch v2 04/14] KVM: x86: Add KVM_CAP_X86_MEMORY_FAULT_EXIT and associated kvm_run field

[PATCH] net: dsa: tag_brcm: legacy: fix daisy-chained switches
 2023-03-17 22:03 UTC  (6+ messages)

[PATCH 0/2] automation: add another Gitlab-CI test, x86-64 S3 this time
 2023-03-17 22:01 UTC  (3+ messages)
` [PATCH 1/2] automation: build 6.1.19 kernel for x86-64 dom0

[PATCH 0/3] rockchip: rk3588: Fix sdmmc clocks
 2023-03-17 22:00 UTC 

[PATCH] scsi/lsi53c895a: restrict DMA engine to memory regions (CVE-2023-0330)
 2023-03-17 21:59 UTC  (3+ messages)

[RFC PATCH 0/8] vfio/pci: Support dynamic allocation of MSI-X interrupts
 2023-03-17 21:58 UTC  (3+ messages)
` [RFC PATCH 7/8] vfio/pci: Support dynamic MSI-x

[PATCH 0/2] Refactor do_fault_around()
 2023-03-17 21:58 UTC  (3+ messages)
` [PATCH 1/2] mm: refactor do_fault_around()
` [PATCH 2/2] mm: pefer fault_around_pages to fault_around_bytes

[PATCHv2 00/12] Add DT support for generic ADC battery
 2023-03-17 21:58 UTC  (4+ messages)
` [PATCHv2 08/12] power: supply: generic-adc-battery: use simple-battery API

[PATCH 1/1] PCI: layerscape: Add power management support
 2023-03-17 21:56 UTC  (3+ messages)

[lkp] [+421 bytes kernel size regression] [i386-tinyconfig] [21a1f3affa] fs: allow to tuck mounts explicitly
 2023-03-17 21:55 UTC 

Patching spelling errors
 2023-03-17 21:55 UTC  (6+ messages)

[PULL v2] Networking for v6.3-rc3
 2023-03-17 21:51 UTC  (4+ messages)

[PULL] Networking for v6.3-rc3
 2023-03-17 21:51 UTC  (2+ messages)

2023 X.Org Board of Directors Elections Nomination period is NOW
 2023-03-17 21:54 UTC  (3+ messages)
  ` [Intel-gfx] Reminder: Only 2 days left to nominate candidates for the 2023 X.Org Board of Directors Elections

Probing devices by their less-specific "compatible" bindings (here: brcmnand)
 2023-03-17 21:54 UTC  (3+ messages)

[RFC PATCH v1] virtio/vsock: check transport before skb allocation
 2023-03-17 21:54 UTC  (2+ messages)

[RFC PATCH v1] virtio/vsock: allocate multiple skbuffs on tx
 2023-03-17 21:52 UTC  (2+ messages)

[PATCH 2/2] memcg: do not drain charge pcp caches on remote isolated cpus
 2023-03-17 21:51 UTC  (2+ messages)

[PATCHSET v3] sched: Implement BPF extensible scheduler class
 2023-03-17 21:33 UTC  (33+ messages)
` [PATCH 01/32] cgroup: Implement cgroup_show_cftypes()
` [PATCH 02/32] sched: Encapsulate task attribute change sequence into a helper macro
` [PATCH 03/32] sched: Restructure sched_class order sanity checks in sched_init()
` [PATCH 04/32] sched: Allow sched_cgroup_fork() to fail and introduce sched_cancel_fork()
` [PATCH 05/32] sched: Add sched_class->reweight_task()
` [PATCH 06/32] sched: Add sched_class->switching_to() and expose check_class_changing/changed()
` [PATCH 07/32] sched: Factor out cgroup weight conversion functions
` [PATCH 08/32] sched: Expose css_tg(), __setscheduler_prio() and SCHED_CHANGE_BLOCK()
` [PATCH 09/32] sched: Enumerate CPU cgroup file types
` [PATCH 10/32] sched: Add @reason to sched_class->rq_{on|off}line()
` [PATCH 11/32] sched: Add normal_policy()
` [PATCH 12/32] sched_ext: Add boilerplate for extensible scheduler class
` [PATCH 13/32] sched_ext: Implement BPF "
` [PATCH 14/32] sched_ext: Add scx_example_simple and scx_example_qmap example schedulers
` [PATCH 15/32] sched_ext: Add sysrq-S which disables the BPF scheduler
` [PATCH 16/32] sched_ext: Implement runnable task stall watchdog
` [PATCH 17/32] sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED_EXT
` [PATCH 18/32] sched_ext: Allow BPF schedulers to switch all eligible tasks into sched_ext
` [PATCH 19/32] sched_ext: Implement scx_bpf_kick_cpu() and task preemption support
` [PATCH 20/32] sched_ext: Make watchdog handle ops.dispatch() looping stall
` [PATCH 21/32] sched_ext: Add task state tracking operations
` [PATCH 22/32] sched_ext: Implement tickless support
` [PATCH 23/32] sched_ext: Track tasks that are subjects of the in-flight SCX operation
` [PATCH 24/32] sched_ext: Add cgroup support
` [PATCH 25/32] sched_ext: Implement SCX_KICK_WAIT
` [PATCH 26/32] sched_ext: Implement sched_ext_ops.cpu_acquire/release()
` [PATCH 27/32] sched_ext: Implement sched_ext_ops.cpu_online/offline()
` [PATCH 28/32] sched_ext: Implement core-sched support
` [PATCH 29/32] sched_ext: Add vtime-ordered priority queue to dispatch_q's
` [PATCH 30/32] sched_ext: Documentation: scheduler: Document extensible scheduler class
` [PATCH 31/32] sched_ext: Add a basic, userland vruntime scheduler
` [PATCH 32/32] sched_ext: Add a rust userspace hybrid example scheduler

[PATCH v4 1/2] drivers: rtc: add max313xx series rtc driver
 2023-03-17 21:50 UTC  (2+ messages)

[PATCH] hw/usb/imx: Fix out of bounds access in imx_usbphy_read()
 2023-03-17 21:50 UTC  (2+ messages)

[PATCH v1 0/2] Two small patches for workqueue
 2023-03-17 21:49 UTC  (2+ messages)

[PATCH 0/7] replace rte atomics with GCC builtin atomics
 2023-03-17 21:49 UTC  (3+ messages)

[PATCH bpf-next v7 0/8] Transit between BPF TCP congestion controls
 2023-03-17 21:46 UTC  (12+ messages)
` [PATCH bpf-next v7 2/8] net: Update an existing TCP congestion control algorithm
` [PATCH bpf-next v7 5/8] bpf: Update the struct_ops of a bpf_link
` [PATCH bpf-next v7 6/8] libbpf: Update a bpf_link with another struct_ops

[Intel-gfx] [PATCH][next] drm/i915/uapi: Replace fake flex-array with flexible-array member
 2023-03-17 21:48 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[RFC 0/9] Make iscsid-kernel communications namespace-aware
 2023-03-17 21:42 UTC  (4+ messages)
` [RFC PATCH 2/9] iscsi: associate endpoints with a host

State of Yocto styleguide and oe-stylize.py script
 2023-03-17 21:43 UTC  (5+ messages)
` [yocto] "
    ` AW: "

[djwong-xfs:vectorized-scrub 448/501] fs/xfs/libxfs/xfs_refcount.c:161 xfs_refcount_check_rtgroup_irec() warn: impossible condition '(irec->rc_blockcount > (~0)) => (0-u32max > u32max)'
 2023-03-17 21:41 UTC 

[jpoimboe:static-call-null-4 4/8] arch/x86/include/asm/perf_event.h:591:9: error: implicit declaration of function 'static_call_mod'; did you mean 'static_call_cond'?
 2023-03-17 21:41 UTC 

[bpf-next:master 1/2] verifier.c:undefined reference to `find_kallsyms_symbol_value'
 2023-03-17 21:41 UTC 

[lttng-dev] [PATCH 0/7] Replace the custom code with gcc/clang __atomic builtins
 2023-03-17 21:37 UTC  (8+ messages)
` [lttng-dev] [PATCH 1/7] Require __atomic builtins to build
` [lttng-dev] [PATCH 2/7] Use gcc __atomic builtis for <urcu/uatomic.h> implementation
` [lttng-dev] [PATCH 3/7] Use __atomic_thread_fence() for cmm_barrier()
` [lttng-dev] [PATCH 4/7] Replace the internal pointer manipulation with __atomic builtins
` [lttng-dev] [PATCH 5/7] Use __atomic builtins to implement CMM_{LOAD, STORE}_SHARED
` [lttng-dev] [PATCH 6/7] Fix: uatomic_or() need retyping to uintptr_t in rculfhash.c
` [lttng-dev] [PATCH 7/7] Experiment: Add explicit memory barrier in free_completion()

[PATCH] cpuset: Remove unused cpuset_node_allowed
 2023-03-17 21:37 UTC  (4+ messages)
` [PATCH] cpuset: Clean up cpuset_node_allowed

[PATCH v3] PCI: vmd: Add the module param to adjust MSI mode
 2023-03-17 21:31 UTC  (2+ messages)

[Intel-xe] [PATCH] drm/xe: Decrement fault mode counts in xe_vm_close_and_put
 2023-03-17 21:35 UTC  (3+ messages)

[PATCH v5 00/34] x86: enable FRED for x86-64
 2023-03-17 21:32 UTC  (9+ messages)
` [PATCH v5 22/34] x86/fred: FRED initialization code
` [PATCH v5 28/34] x86/fred: fixup fault on ERETU by jumping to fred_entrypoint_user

[PATCH] Bluetooth: Partial support for Actions Semi ATS2851 based devices
 2023-03-17 21:31 UTC  (2+ messages)
`  "

[PATCH v3 00/21] pinctrl: ralink: fix ABI, improve driver, move to mediatek, improve dt-bindings
 2023-03-17 21:30 UTC  (50+ messages)
` [PATCH v3 01/21] pinctrl: ralink: reintroduce ralink,rt2880-pinmux compatible string
` [PATCH v3 02/21] pinctrl: ralink: rt305x: add new compatible string for every SoC
` [PATCH v3 03/21] pinctrl: ralink: mt7620: split out to mt76x8
` [PATCH v3 04/21] pinctrl: ralink: move to mediatek as mtmips
` [PATCH v3 05/21] pinctrl: mediatek: remove OF_GPIO as reverse dependency
` [PATCH v3 06/21] dt-bindings: pinctrl: ralink: move additionalProperties to top
` [PATCH v3 07/21] dt-bindings: pinctrl: ralink: drop quotes from referred schemas
` [PATCH v3 08/21] dt-bindings: pinctrl: ralink: add new compatible strings
` [PATCH v3 09/21] dt-bindings: pinctrl: ralink: {mt7620,mt7621}: rename to mediatek
` [PATCH v3 10/21] dt-bindings: pinctrl: mediatek: mt6795: rename to mediatek,mt6795-pinctrl
` [PATCH v3 11/21] dt-bindings: pinctrl: mediatek: mt8186: rename to mediatek,mt8186-pinctrl
` [PATCH v3 12/21] dt-bindings: pinctrl: mediatek: mt8192: rename to mediatek,mt8192-pinctrl
` [PATCH v3 13/21] dt-bindings: pinctrl: mediatek: mt8195: rename to mediatek,mt8195-pinctrl
` [PATCH v3 14/21] dt-bindings: pinctrl: mediatek: fix naming inconsistency
` [PATCH v3 15/21] dt-bindings: pinctrl: {mediatek,ralink}: fix formatting
` [PATCH v3 16/21] dt-bindings: pinctrl: mediatek: fix pinmux header location
` [PATCH v3 17/21] dt-bindings: pinctrl: mediatek: drop quotes from referred schemas
` [PATCH v3 18/21] dt-bindings: pinctrl: mediatek: mt7986: fix patternProperties regex
` [PATCH v3 19/21] dt-bindings: pinctrl: ralink: rt305x: split binding
` [PATCH v3 20/21] dt-bindings: pinctrl: mediatek: mt7620: "
` [PATCH v3 21/21] MAINTAINERS: move ralink pinctrl to mediatek mips pinctrl

[dm-devel] [PATCH] dm verity: log audit events for dm-verity target
 2023-03-17 21:29 UTC  (5+ messages)
  `  "
    ` [dm-devel] "
      `  "

[BUG] Devices of uclass BLK are not listed on x86
 2023-03-17 21:29 UTC 

[PATCH v12 0/6] Add function suspend/resume and remote wakeup support
 2023-03-17 21:28 UTC  (5+ messages)
` [PATCH v12 6/6] usb: gadget: f_ecm: Add "

[PATCH rcu 0/7] RCU-related lockdep changes for v6.4
 2023-03-17 21:26 UTC  (4+ messages)
` [PATCH rcu 3/7] locking: Reduce the number of locks in ww_mutex stress tests

[PATCH trace-cmd] trace-cmd report: Ensure filter is applied to single input file
 2023-03-17 21:24 UTC 

[PATCH] ACPI: APEI: EINJ: warn on invalid argument when explicitly indicated by platform
 2023-03-17 21:24 UTC  (2+ messages)

[PATCH 1/2] eal: fix failure race and behavior of thread create
 2023-03-17 21:24 UTC  (9+ messages)
` [PATCH v5 0/2] fix race in rte_thread_create failure path
  ` [PATCH v5 2/2] eal: fix failure path race setting new thread affinity
` [PATCH v6] eal/unix: fix thread creation

[PATCH v20 0/8] crash: Kernel handling of CPU and memory hot un/plug
 2023-03-17 21:21 UTC  (16+ messages)
` [PATCH v20 1/8] crash: move a few code bits to setup support of crash hotplug
` [PATCH v20 2/8] crash: add generic infrastructure for crash hotplug support
` [PATCH v20 3/8] kexec: exclude elfcorehdr from the segment digest
` [PATCH v20 4/8] crash: memory and cpu hotplug sysfs attributes
` [PATCH v20 5/8] x86/crash: add x86 crash hotplug support
` [PATCH v20 6/8] crash: change crash_prepare_elf64_headers() to for_each_possible_cpu()
` [PATCH v20 7/8] x86/crash: optimize cpu changes

[PATCH bpf-next V1 0/7] XDP-hints kfuncs for Intel driver igc
 2023-03-17 21:21 UTC  (5+ messages)
` [PATCH bpf-next V1 1/7] xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver support
` [PATCH bpf-next V1 4/7] selftests/bpf: xdp_hw_metadata RX hash return code info

[PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
 2023-03-17 21:21 UTC  (8+ messages)

[Intel-xe] [PATCH] drm/xe: Use max wopcm size when validating the preset GuC wopcm size
 2023-03-17 21:18 UTC  (2+ messages)

[patch v2] aligned_alloc: conform to C17
 2023-03-17 21:18 UTC  (4+ messages)

[PATCH] p54spi: convert to devicetree
 2023-03-17 21:16 UTC  (3+ messages)

[PATCH] drm/amdgpu: add print for iommu translation mode
 2023-03-17 21:16 UTC  (5+ messages)

[net-next PATCH v3 00/14] net: Add basic LED support for switch/phy
 2023-03-17 21:13 UTC  (6+ messages)
` [net-next PATCH v3 09/14] dt-bindings: net: dsa: dsa-port: Document support for LEDs node

[PATCH 0/4] more unused-parameter fixes
 2023-03-17 21:13 UTC  (4+ messages)
` [PATCH 1/4] mailmap: drop debugging code

[syzbot] [ext4?] WARNING: bad unlock balance in ext4_xattr_get
 2023-03-17 21:12 UTC 

[RFT] test-pmd: go back to using cmdline_interact
 2023-03-17 21:12 UTC  (3+ messages)
` [PATCH v5] testpmd: "

[PATCH] KVM: RISC-V: Retry fault if vma_lookup() results become invalid
 2023-03-17 21:11 UTC  (3+ messages)

[PATCH v5 0/3] Add DMA driver for StarFive JH7110 SoC
 2023-03-17 21:09 UTC  (3+ messages)
` [PATCH v5 1/3] dt-bindings: dma: snps,dw-axi-dmac: constrain the items of resets for JH7110 dma


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.