public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-28 23:45:45 to 2023-04-29 08:08:06 UTC [more...]

[PATCH RFC 0/2] io_uring: add getdents support, take 2
 2023-04-29  8:07 UTC  (7+ messages)
` [PATCH RFC 2/2] io_uring: add support for getdents

[PATCH] arm64: lds: move .got section out of .text
 2023-04-29  7:51 UTC  (9+ messages)

[PATCH 6.2 00/15] 6.2.14-rc1 review
 2023-04-29  7:49 UTC  (4+ messages)

[PATCH 6.1 00/16] 6.1.27-rc1 review
 2023-04-29  7:43 UTC  (4+ messages)

[PATCH 5.15 00/13] 5.15.110-rc1 review
 2023-04-29  7:42 UTC  (5+ messages)

[PATCH 6.3 00/11] 6.3.1-rc1 review
 2023-04-29  7:39 UTC  (5+ messages)

[PATCH v5 1/7] arch: rename all internal names __xchg to __arch_xchg
 2023-04-29  7:18 UTC  (3+ messages)
` [tip: locking/core] locking/arch: Rename all internal __xchg() names to __arch_xchg()

[PATCH v5] locking/rwbase: Mitigate indefinite writer starvation
 2023-04-29  7:18 UTC  (3+ messages)
` [tip: locking/core] "

[PATCH v2 2/5] locking/generic: Wire up local{,64}_try_cmpxchg
 2023-04-29  7:18 UTC  (3+ messages)
` [tip: locking/core] locking/generic: Wire up local{,64}_try_cmpxchg()

[PATCH v2 1/5] locking/atomic: Add generic try_cmpxchg{,64}_local support
 2023-04-29  7:18 UTC  (3+ messages)
` [tip: locking/core] locking/atomic: Add generic try_cmpxchg{,64}_local() support

[PATCH v2 3/5] locking/arch: Wire up local_try_cmpxchg
 2023-04-29  7:18 UTC  (3+ messages)
` [tip: locking/core] locking/arch: Wire up local_try_cmpxchg()

[PATCH] locking/atomic: correct (cmp)xhcg instrumentation
 2023-04-29  7:18 UTC  (3+ messages)
` [tip: locking/core] locking/atomic: Correct (cmp)xchg() instrumentation

[PATCH v2 4/5] locking/x86: Define arch_try_cmpxchg_local
 2023-04-29  7:18 UTC  (3+ messages)
` [tip: locking/core] locking/x86: Define arch_try_cmpxchg_local()

[PATCH v2] block: Skip destroyed blkg when restart in blkg_destroy_all()
 2023-04-29  7:10 UTC  (3+ messages)

[patch V3 3/4] atomics: Provide rcuref - scalable reference counting
 2023-04-29  7:03 UTC  (2+ messages)
` [tip: locking/core] "

[patch V3 2/4] atomics: Provide atomic_add_negative() variants
 2023-04-29  7:03 UTC  (2+ messages)
` [tip: locking/core] "

[GIT PULL] scheduler changes for v6.4
 2023-04-29  7:03 UTC  (4+ messages)

[PATCH 0/4] riscv: Allow userspace to directly access perf counters
 2023-04-29  6:50 UTC  (7+ messages)
` [PATCH 4/4] riscv: Enable perf counters user access only through perf

[GIT PULL] locking changes for v6.3
 2023-04-29  6:47 UTC  (4+ messages)
` [GIT PULL] locking changes for v6.4

[PATCH v2 4/7] virt: geniezone: Add vcpu support
 2023-04-29  6:34 UTC  (2+ messages)

vmlinux.o: warning: objtool: intel_idle_ibrs+0x12: call to sched_smt_active() leaves .noinstr.text section
 2023-04-29  6:34 UTC 

[PATCH] Remove HAVE_VIRT_CPU_ACCOUNTING_GEN option
 2023-04-29  6:33 UTC 

[PATCH] powerpc: remove unneeded if-checks
 2023-04-29  6:25 UTC  (2+ messages)

[PATCH v2] gpiolib: fix allocation of mixed dynamic/static GPIOs
 2023-04-29  6:23 UTC  (2+ messages)

clangd cannot handle tree_nocb.h
 2023-04-29  6:18 UTC  (6+ messages)

[PATCH] ASoC: fsl MPC52xx drivers require PPC_BESTCOMM
 2023-04-29  6:02 UTC 

[PATCH v3 00/46] Fix perf on Intel hybrid CPUs
 2023-04-29  5:35 UTC  (47+ messages)
` [PATCH v3 01/46] perf stat: Disable TopdownL1 on hybrid
` [PATCH v3 02/46] perf metric: Change divide by zero and !support events behavior
` [PATCH v3 03/46] perf stat: Introduce skippable evsels
` [PATCH v3 04/46] perf metric: Json flag to not group events if gathering a metric group
` [PATCH v3 05/46] perf parse-events: Don't reorder ungrouped events by pmu
` [PATCH v3 06/46] perf vendor events intel: Add alderlake metric constraints
` [PATCH v3 07/46] perf vendor events intel: Add icelake "
` [PATCH v3 08/46] perf vendor events intel: Add icelakex "
` [PATCH v3 09/46] perf vendor events intel: Add sapphirerapids "
` [PATCH v3 10/46] perf vendor events intel: Add tigerlake "
` [PATCH v3 11/46] perf stat: Avoid segv on counter->name
` [PATCH v3 12/46] perf test: Test more sysfs events
` [PATCH v3 13/46] perf test: Use valid for PMU tests
` [PATCH v3 14/46] perf test: Mask config then test
` [PATCH v3 15/46] perf test: Test more with config_cache
` [PATCH v3 16/46] perf test: Roundtrip name, don't assume 1 event per name
` [PATCH v3 17/46] perf parse-events: Set attr.type to PMU type early
` [PATCH v3 18/46] perf parse-events: Set pmu_name whenever a pmu is given
` [PATCH v3 19/46] perf print-events: Avoid unnecessary strlist
` [PATCH v3 20/46] perf parse-events: Avoid scanning PMUs before parsing
` [PATCH v3 21/46] perf evsel: Modify group pmu name for software events
` [PATCH v3 22/46] perf test: Move x86 hybrid tests to arch/x86
` [PATCH v3 23/46] perf test x86 hybrid: Update test expectations
` [PATCH v3 24/46] perf test x86 hybrid: Add hybrid extended type checks
` [PATCH v3 25/46] perf parse-events: Support PMUs for legacy cache events
` [PATCH v3 26/46] perf parse-events: Wildcard "
` [PATCH v3 27/46] perf print-events: Print legacy cache events for each PMU
` [PATCH v3 28/46] perf parse-events: Support wildcards on raw events
` [PATCH v3 29/46] perf parse-events: Remove now unused hybrid logic
` [PATCH v3 30/46] perf parse-events: Minor type safety cleanup
` [PATCH v3 31/46] perf parse-events: Add pmu filter
` [PATCH v3 32/46] perf stat: Make cputype filter generic
` [PATCH v3 33/46] perf test: Add cputype testing to perf stat
` [PATCH v3 34/46] perf test: Fix parse-events tests for >1 core PMU
` [PATCH v3 35/46] perf parse-events: Support hardware events as terms
` [PATCH v3 36/46] perf parse-events: Avoid error when assigning a term
` [PATCH v3 37/46] perf parse-events: Avoid error when assigning a legacy cache term
` [PATCH v3 38/46] perf parse-events: Don't auto merge hybrid wildcard events
` [PATCH v3 39/46] perf parse-events: Don't reorder atom cpu events
` [PATCH v3 40/46] perf metrics: Be PMU specific for referenced metrics
` [PATCH v3 41/46] perf stat: Command line PMU metric filtering
` [PATCH v3 42/46] perf vendor events intel: Correct alderlake metrics
` [PATCH v3 43/46] perf jevents: Don't rewrite metrics across PMUs
` [PATCH v3 44/46] perf metrics: Be PMU specific in event match
` [PATCH v3 45/46] perf stat: Don't disable TopdownL1 metric on hybrid
` [PATCH v3 46/46] perf parse-events: Reduce scope of is_event_supported

[RFC v5 1/2] epoll: Implement eventpoll_replace_file()
 2023-04-29  5:49 UTC  (2+ messages)
` [RFC v5 2/2] seccomp: replace existing file in the epoll interface by a new file injected by the syscall supervisor

iwlwifi broken in post-linux-6.3.0 after April 26
 2023-04-29  5:22 UTC 

[PATCH v15 00/10] Register Type-C mode-switch in DP bridge endpoints
 2023-04-29  4:47 UTC  (8+ messages)
` [PATCH v15 04/10] dt-bindings: display: bridge: anx7625: Add mode-switch support

[RFC PATCH] workqueue: fix cast warnings on i386
 2023-04-29  4:45 UTC 

[PATCH v2 0/7] add DSC 1.2 dpu supports
 2023-04-29  4:35 UTC  (32+ messages)
` [PATCH v2 1/7] drm/msm/dpu: add support for DSC encoder v1.2 engine
` [PATCH v2 2/7] drm/msm/dpu: separate DSC flush update out of interface
` [PATCH v2 3/7] drm/msm/dpu: add DSC 1.2 hw blocks for relevant chipsets
` [PATCH v2 4/7] drm/msm/dpu: add dsc blocks for remaining chipsets in catalog
    ` [Freedreno] "
` [PATCH v2 5/7] drm/msm/dpu: add DPU_PINGPONG_DSC feature PP_BLK and PP_BLK_TE
            ` [Freedreno] "
` [PATCH v2 6/7] drm/msm/dpu: save dpu topology configuration
` [PATCH v2 7/7] drm/msm/dpu: calculate DSC encoder parameters dynamically

[PATCH] riscv: fix sifive and thead section mismatches in errata
 2023-04-29  4:35 UTC 

[PATCH -next?] powerpc/fsl_uli1575: fix kconfig warnings and build errors
 2023-04-29  4:35 UTC 

[PATCH] powerpc: delete empty config entry for PPC_86xx
 2023-04-29  4:35 UTC 

[PATCH v5] mm/gup: disallow GUP writing to file-backed mappings by default
 2023-04-29  4:21 UTC  (6+ messages)

[PATCH RFC 00/43] x86/pie: Make kernel image's virtual address flexible
 2023-04-29  4:04 UTC  (12+ messages)
` [PATCH RFC 21/43] x86/ftrace: Adapt assembly for PIE support
` [PATCH RFC 22/43] x86/ftrace: Adapt ftrace nop patching "
` [PATCH RFC 33/43] objtool: Add validation for x86 "

[PATCH] drm/fb-helper: Fix height, width, and accel_flags in fb_var
 2023-04-29  3:45 UTC  (2+ messages)
`  "

[GIT PULL] Please pull powerpc/linux.git powerpc-6.4-1 tag
 2023-04-29  3:41 UTC  (3+ messages)

[PATCH v1] ASoC: tas2781: Add tas2781 driver lib to support common operation for both ASoC codec driver and HDA codec driver
 2023-04-29  3:23 UTC 

[PATCH] PCI: mediatek-gen3: handle PERST after reset
 2023-04-29  3:15 UTC  (5+ messages)
` Aw: "

[syzbot] KMSAN: uninit-value in ethnl_set_linkmodes (2)
 2023-04-29  3:11 UTC  (2+ messages)
` [syzbot] [net?] "

[PATCH 3/3] PCI/sysfs: Fix sysfs init race condition
 2023-04-29  2:42 UTC  (2+ messages)

[PATCH v10 07/11] LSM: Helpers for attribute names and filling lsm_ctx
 2023-04-29  2:37 UTC  (3+ messages)

[PATCH v3] migrate_pages: Avoid blocking for IO in MIGRATE_SYNC_LIGHT
 2023-04-29  2:33 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: use tabs for indentation
 2023-04-29  2:26 UTC 

[PATCH 0/3] crypto: LEA block cipher implementation
 2023-04-29  2:20 UTC  (4+ messages)
` [PATCH 1/3] "

[PATCH AUTOSEL 5.10 1/2] refscale: Move shutdown from wait_event() to wait_event_idle()
 2023-04-29  1:59 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 2/2] rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access

[PATCH AUTOSEL 5.15 1/2] refscale: Move shutdown from wait_event() to wait_event_idle()
 2023-04-29  1:59 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 2/2] rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access

[PATCH] perf tracepoint: Fix memory leak in is_valid_tracepoint()
 2023-04-29  1:59 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 1/3] refscale: Move shutdown from wait_event() to wait_event_idle()
 2023-04-29  1:59 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 2/3] selftests: cgroup: Add 'malloc' failures checks in test_memcontrol
` [PATCH AUTOSEL 6.1 3/3] rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access

[PATCH AUTOSEL 6.2 1/3] refscale: Move shutdown from wait_event() to wait_event_idle()
 2023-04-29  1:58 UTC  (3+ messages)
` [PATCH AUTOSEL 6.2 2/3] selftests: cgroup: Add 'malloc' failures checks in test_memcontrol
` [PATCH AUTOSEL 6.2 3/3] rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access

[PATCH AUTOSEL 6.3 1/3] refscale: Move shutdown from wait_event() to wait_event_idle()
 2023-04-29  1:58 UTC  (3+ messages)
` [PATCH AUTOSEL 6.3 2/3] selftests: cgroup: Add 'malloc' failures checks in test_memcontrol
` [PATCH AUTOSEL 6.3 3/3] rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access

[PATCH 0/3] Dynptr Verifier Adjustments
 2023-04-29  1:57 UTC  (4+ messages)
` [PATCH 2/3] bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)

[PATCH V2] perf cs-etm: Add fix for coresight trace for any range of CPUs
 2023-04-29  1:57 UTC  (2+ messages)

[RFC PATCH v2 1/2] regulator: core: Consistently set mutex_owner when using ww_mutex_lock_slow()
 2023-04-29  1:57 UTC  (5+ messages)
` [RFC PATCH v2 2/2] regulator: core: Avoid lockdep reports when resolving supplies

[PATCH 0/2] perf script: Refine printing of dso offset (dsoff)
 2023-04-29  1:56 UTC  (2+ messages)

[PATCH] perf build: Fix unescaped # in perf build-test
 2023-04-29  1:54 UTC  (2+ messages)

[PATCH] perf: unwind: suppress massive unsupported target platform errors
 2023-04-29  1:53 UTC  (2+ messages)

[PATCH] perf script: Align kfree_skb tracepoint parameters
 2023-04-29  1:50 UTC  (2+ messages)

[RFC PATCH] perf stat: Separate bperf from bpf_profiler
 2023-04-29  1:44 UTC 

[PATCH v5 0/3] perf script: Have consistent output for symbol address
 2023-04-29  1:40 UTC  (4+ messages)
` [PATCH v5 3/3] perf: script: add new output field 'dsoff' to print dso offset

[PATCH v2] perf: Avoid implicit function declarations in lexer/parse interface
 2023-04-29  1:37 UTC  (3+ messages)

[PATCH] perf symbols: Fix return incorrect build_id size in elf_read_build_id()
 2023-04-29  1:31 UTC  (3+ messages)

[PATCH 1/2] perf list: Fix memory leaks in print_tracepoint_events()
 2023-04-29  1:30 UTC  (3+ messages)

[PATCH 1/3] dt-bindings: Add doc for Fastrhino R66S / R68S
 2023-04-29  1:29 UTC  (4+ messages)
` [PATCH 2/3] arm64: dts: rockchip: Add Lunzn Fastrhino R66S

[PATCH 1/2] perf lock contention: Fix struct rq lock access
 2023-04-29  1:27 UTC  (3+ messages)

[GIT PULL] clk changes for the merge window
 2023-04-29  1:25 UTC 

[GIT PULL] Rust for 6.4
 2023-04-29  1:21 UTC 

[PATCH v2] perf tools riscv: Add support for riscv lookup_binutils_path
 2023-04-29  1:23 UTC  (3+ messages)

RFC: allow building a kernel without buffer_heads
 2023-04-29  1:20 UTC  (4+ messages)
` [PATCH 17/17] fs: add CONFIG_BUFFER_HEAD

[PATCH v2 00/43] Fix perf on Intel hybrid CPUs
 2023-04-29  1:20 UTC  (6+ messages)
` [PATCH v2 01/43] perf stat: Disable TopdownL1 on hybrid
` [PATCH v2 09/43] perf stat: Avoid segv on counter->name

[PATCH] agp/uninorth: remove unused variable size
 2023-04-29  1:13 UTC 

[GIT PULL] x86/mm for 6.4
 2023-04-29  1:04 UTC  (5+ messages)

[PATCH 00/43] ep93xx device tree conversion
 2023-04-29  0:58 UTC  (3+ messages)
` [PATCH 12/43] clk: ep93xx: add DT support for Cirrus EP93xx

[GIT PULL] x86/shstk for 6.4
 2023-04-29  0:40 UTC  (4+ messages)

[PATCH v2] hardlockup: detect hard lockups using secondary (buddy) CPUs
 2023-04-29  0:35 UTC  (2+ messages)

[PATCH v3 00/15] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver
 2023-04-29  0:14 UTC  (3+ messages)
` [PATCH v3 01/15] dmaengine: idxd: add wq driver name support for accel-config user tool

[git pull] m68knommu changes for v6.4
 2023-04-29  0:10 UTC  (2+ messages)

[GIT PULL] RISC-V Patches for the 6.4 Merge Window, Part 1
 2023-04-29  0:10 UTC  (3+ messages)

Re:..0ffer
 2023-04-28 23:46 UTC 

[PATCH] x86/show_trace_log_lvl: ensure stack pointer is aligned, again
 2023-04-28 23:57 UTC  (4+ messages)

[PATCH v1 2/2] Bluetooth: hci_qca: Add qcomm devcoredump support
 2023-04-28 23:54 UTC  (2+ messages)

[PATCH workqueues] Further upgrade queue_work_on() comment
 2023-04-28 23:47 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox