public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-10 20:01:15 to 2022-10-10 23:20:54 UTC [more...]

[RFC/PATCHSET 00/19] perf stat: Cleanup counter aggregation (v1)
 2022-10-10 23:20 UTC  (25+ messages)
` [PATCH 01/19] perf tools: Save evsel->pmu in parse_events()
` [PATCH 02/19] perf tools: Use pmu info in evsel__is_hybrid()
` [PATCH 03/19] perf stat: Use evsel__is_hybrid() more
` [PATCH 04/19] perf stat: Add aggr id for global mode
` [PATCH 05/19] perf stat: Add cpu aggr id for no aggregation mode
` [PATCH 06/19] perf stat: Add 'needs_sort' argument to cpu_aggr_map__new()
` [PATCH 07/19] perf stat: Add struct perf_stat_aggr to perf_stat_evsel
` [PATCH 08/19] perf stat: Allocate evsel->stats->aggr properly
` [PATCH 09/19] perf stat: Aggregate events using evsel->stats->aggr
` [PATCH 10/19] perf stat: Aggregate per-thread stats "
` [PATCH 11/19] perf stat: Allocate aggr counts for recorded data
` [PATCH 12/19] perf stat: Reset aggr counts for each interval

[PATCH v10 00/27] Rust support
 2022-10-10 23:15 UTC  (4+ messages)
` [PATCH v10 25/27] x86: enable initial "

[PATCH] NFSD: Remove redundant assignment to variable host_err
 2022-10-10 23:15 UTC  (2+ messages)

[PATCH v6 0/7] treewide cleanup of random integer usage
 2022-10-10 23:06 UTC  (8+ messages)
` [PATCH v6 1/7] treewide: use prandom_u32_max() when possible, part 1
` [PATCH v6 2/7] treewide: use prandom_u32_max() when possible, part 2
` [PATCH v6 3/7] treewide: use get_random_{u8,u16}() when possible, part 1
` [PATCH v6 4/7] treewide: use get_random_{u8,u16}() when possible, part 2
` [PATCH v6 5/7] treewide: use get_random_u32() when possible
` [PATCH v6 6/7] treewide: use get_random_bytes() "
` [PATCH v6 7/7] prandom: remove unused functions

[rft, PATCH v2 00/36] pinctrl: Clean up and add missed headers
 2022-10-10 23:04 UTC  (40+ messages)
` [PATCH v2 01/36] gpiolib: tegra186: Add missed header(s)
` [PATCH v2 02/36] gpiolib: cdev: "
` [PATCH v2 03/36] media: c8sectpfe: "
` [PATCH v2 04/36] pinctrl: actions: "
` [PATCH v2 05/36] pinctrl: aspeed: "
` [PATCH v2 06/36] pinctrl: at91: "
` [PATCH v2 07/36] pinctrl: axp209: "
` [PATCH v2 08/36] pinctrl: bcm: "
` [PATCH v2 09/36] pinctrl: cygnus-mux: "
` [PATCH v2 10/36] pinctrl: imx: "
` [PATCH v2 11/36] pinctrl: ingenic: "
` [PATCH v2 12/36] pinctrl: k210: "
` [PATCH v2 13/36] pinctrl: lochnagar: "
` [PATCH v2 14/36] pinctrl: mediatek: "
` [PATCH v2 15/36] pinctrl: mvebu: "
` [PATCH v2 16/36] pinctrl: npcm7xx: "
` [PATCH v2 17/36] pinctrl: ocelot: "
` [PATCH v2 18/36] pinctrl: qcom: "
` [PATCH v2 19/36] pinctrl: renesas: "
` [PATCH v2 20/36] pinctrl: samsung: "
` [PATCH v2 21/36] pinctrl: single: "
` [PATCH v2 22/36] pinctrl: spear: "
` [PATCH v2 23/36] pinctrl: sprd: "
` [PATCH v2 24/36] pinctrl: st: "
` [PATCH v2 25/36] pinctrl: starfive: "
` [PATCH v2 26/36] pinctrl: stm32: "
` [PATCH v2 27/36] pinctrl: stmfx: "
` [PATCH v2 28/36] pinctrl: tegra: "
` [PATCH v2 29/36] pinctrl: ti-iodelay: "
` [PATCH v2 30/36] pinctrl: uniphier: "
` [PATCH v2 31/36] pinctrl: zynqmp: "
` [PATCH v2 32/36] pinctrl: cherryview: "
` [PATCH v2 33/36] pinctrl: lynxpoint: "
` [PATCH v2 34/36] pinctrl: merrifield: "
` [PATCH v2 35/36] pinctrl: intel: "
` [PATCH v2 36/36] pinctrl: Clean up headers

[RESEND PATCH v4 1/1] psi: stop relying on timer_pending for poll_work rescheduling
 2022-10-10 22:57 UTC 

[alobakin:ip_tunnel 9/14] include/linux/compiler_types.h:354:45: error: call to '__compiletime_assert_792' declared with attribute error: BUILD_BUG_ON failed: !__builtin_constant_p(__res)
 2022-10-10 22:53 UTC 

[PATCH] arm: lib: implement aeabi_uldivmod via div64_u64_rem
 2022-10-10 22:53 UTC  (6+ messages)
        ` [PATCH] ARM: NWFPE: avoid compiler-generated __aeabi_uldivmod

[RFC V2 PATCH 00/11] CXL: Process event logs
 2022-10-10 22:41 UTC  (12+ messages)
` [RFC V2 PATCH 01/11] cxl/mbox: Add debug of hardware error code
` [RFC V2 PATCH 02/11] cxl/mem: Implement Get Event Records command
` [RFC V2 PATCH 03/11] cxl/mem: Implement Clear "
` [RFC V2 PATCH 04/11] cxl/mem: Clear events on driver load
` [RFC V2 PATCH 05/11] cxl/mem: Trace General Media Event Record
` [RFC V2 PATCH 06/11] cxl/mem: Trace DRAM "
` [RFC V2 PATCH 07/11] cxl/mem: Trace Memory Module "
` [RFC V2 PATCH 08/11] cxl/test: Add generic mock events
` [RFC V2 PATCH 09/11] cxl/test: Add specific events
` [RFC V2 PATCH 10/11] cxl/test: Simulate event log overflow
` [RFC V2 PATCH 11/11] cxl/mem: Wire up event interrupts

[PATCH 0/2] rcu/nocb fix and optimization
 2022-10-10 22:39 UTC  (3+ messages)
` [PATCH 1/2] rcu: Fix missing nocb gp wake on rcu_barrier()
` [PATCH 2/2] rcu/nocb: Spare bypass locking upon normal enqueue

Unloaded tainted modules list with tcrypt
 2022-10-10 22:38 UTC  (3+ messages)

[PATCH 5.19 00/46] 5.19.15-rc2 review
 2022-10-10 22:35 UTC  (2+ messages)

[PATCH v2][next] dlm: Replace one-element array with flexible-array member
 2022-10-10 22:35 UTC  (6+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-6.1-1 tag
 2022-10-10 22:26 UTC  (4+ messages)

[syzbot] possible deadlock in dquot_commit (2)
 2022-10-10 22:21 UTC  (2+ messages)

lib/fortify_kunit.c:28:9: sparse: sparse: incompatible types for operation (==):
 2022-10-10 22:12 UTC 

[PATCH 1/1] mm/page_alloc: Leave IRQs enabled for per-cpu page allocations
 2022-10-10 22:09 UTC  (5+ messages)

[PATCH 5.15 00/35] 5.15.73-rc2 review
 2022-10-10 22:08 UTC  (2+ messages)

[PATCH v5 0/5] dirty_log_perf_test vCPU pinning
 2022-10-10 22:05 UTC  (6+ messages)
` [PATCH v5 1/5] KVM: selftests: Add missing break between -e and -g option in dirty_log_perf_test
` [PATCH v5 2/5] KVM: selftests: Put command line options in alphabetical order "
` [PATCH v5 3/5] KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()
` [PATCH v5 4/5] KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validation
` [PATCH v5 5/5] KVM: selftests: Run dirty_log_perf_test on specific CPUs

[PATCH] hw_random: bcm2835: use hwrng_msleep() instead of cpu_relax()
 2022-10-10 22:05 UTC  (2+ messages)

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-10-10 22:03 UTC  (3+ messages)
` [PATCH Part2 v6 41/49] KVM: SVM: Add support to handle the RMP nested page fault

[PATCH v6 00/12] x86/resctrl: Support for AMD QoS new features
 2022-10-10 22:01 UTC  (15+ messages)
` [PATCH v6 01/12] x86/cpufeatures: Add Slow Memory Bandwidth Allocation feature flag
` [PATCH v6 02/12] x86/resctrl: Add a new resource type RDT_RESOURCE_SMBA
` [PATCH v6 03/12] x86/cpufeatures: Add Bandwidth Monitoring Event Configuration feature flag
` [PATCH v6 04/12] x86/resctrl: Include new features in command line options
` [PATCH v6 05/12] x86/resctrl: Detect and configure Slow Memory Bandwidth allocation
` [PATCH v6 06/12] x86/resctrl: Introduce data structure to support monitor configuration
` [PATCH v6 07/12] x86/resctrl: Add sysfs interface to read mbm_total_bytes event configuration
` [PATCH v6 08/12] x86/resctrl: Add sysfs interface to read mbm_local_bytes "
` [PATCH v6 09/12] x86/resctrl: Add sysfs interface to write mbm_total_bytes "
` [PATCH v6 10/12] x86/resctrl: Add sysfs interface to write mbm_local_bytes "
` [PATCH v6 11/12] x86/resctrl: Replace smp_call_function_many() with on_each_cpu_mask()
` [PATCH v6 12/12] Documentation/x86: Update resctrl_ui.rst for new features

[PATCH] Fixes bc2c23549ccd ("ALSA: hda/realtek: Add pincfg for ASUS G533Z HP jack")
 2022-10-10 21:50 UTC  (3+ messages)

[PATCH v2 0/2] usb: dwc3: revert OTG changes for Intel Merrifield
 2022-10-10 21:40 UTC  (16+ messages)
` [PATCH v2 2/2] Revert "usb: dwc3: Don't switch OTG -> peripheral if extcon is present"

[PATCH 0/8] MIPS: ingenic: Add support for the JZ4755 SoC
 2022-10-10 21:39 UTC  (7+ messages)
` [PATCH 1/8] dt-bindings: "
` [PATCH 7/8] serial: 8250/ingenic: Add support for the JZ4750/JZ4755 SoCs

[mark:arm64/ftrace/minimal-regs 3/4] arch/s390/include/asm/ftrace.h:85:32: error: implicit declaration of function 'ftrace_get_regs'; did you mean 'arch_ftrace_get_regs'?
 2022-10-10 21:39 UTC 

SPARC64: getting "no compatible bridge window" errors :/
 2022-10-10 21:36 UTC  (2+ messages)

[PATCH v0 0/8] Hardware Bound key added to Trusted Key-Ring
 2022-10-10 21:35 UTC  (6+ messages)
` [PATCH v0 3/8] crypto: hbk flags & info added to the tfm
    ` [EXT] "
        ` [EXT] "

[PATCH 5.15 00/37] 5.15.73-rc1 review
 2022-10-10 21:28 UTC  (2+ messages)

[PATCH 5.19 00/48] 5.19.15-rc1 review
 2022-10-10 21:28 UTC  (2+ messages)

[PATCH 6.0 00/17] 6.0.1-rc1 review
 2022-10-10 21:26 UTC  (2+ messages)

[PULL 0/2] xtensa updates for v6.1
 2022-10-10 21:23 UTC  (2+ messages)

[git pull] m68knommu changes for v6.1
 2022-10-10 21:23 UTC  (2+ messages)

[GIT PULL] virtio: fixes, features
 2022-10-10 21:23 UTC  (2+ messages)

[GIT PULL] Hyper-V next for 6.1
 2022-10-10 21:23 UTC  (2+ messages)

PSI idle-shutoff
 2022-10-10 21:21 UTC  (12+ messages)
` [PATCH] sched/psi: Fix avgs_work re-arm in psi_avgs_work()

[PATCHv9 00/14] Linear Address Masking enabling
 2022-10-10 21:24 UTC  (3+ messages)
` [PATCHv9 10/14] x86/mm, iommu/sva: Make LAM and SVM mutually exclusive

[GIT PULL] bitmap changes for v6.0-rc1
 2022-10-10 21:18 UTC  (4+ messages)

[PATCH] PCI: mediatek-gen3: change driver name to mtk-pcie-gen3
 2022-10-10 21:06 UTC  (3+ messages)
  ` Aw: "

[GIT PULL] bulk pin control changes for v6.1
 2022-10-10 21:03 UTC 

linux-next: manual merge of the cgroup tree with the tip tree
 2022-10-10 21:00 UTC  (2+ messages)

linux-next: build failure after merge of the cgroup tree
 2022-10-10 20:59 UTC  (3+ messages)

[PATCH v2 1/4] selftests/resctrl: Fix set up shemata with 100% allocation on first run in MBM test
 2022-10-10 20:58 UTC  (2+ messages)

[PATCH v4 00/14] Drivers for gunyah hypervisor
 2022-10-10 20:58 UTC  (8+ messages)
` [PATCH v4 14/14] tty: gunyah: Add tty console driver for RM Console Services

[linux-stable-rc:linux-5.15.y 4542/9999] arch/x86/kvm/hyperv.c:2185:5: warning: stack frame size (1036) exceeds limit (1024) in 'kvm_hv_hypercall'
 2022-10-10 20:58 UTC 

[peterz-queue:sched/idle 13/50] include/linux/cpuidle.h:121:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-10-10 20:58 UTC 

[GIT PULL] More power management updates for v6.1-rc1
 2022-10-10 20:56 UTC  (2+ messages)

[GIT PULL] dma-mapping updates for Linux 6.1
 2022-10-10 20:56 UTC  (2+ messages)

[GIT PULL] Thermal control fixes for v6.1-rc1
 2022-10-10 20:56 UTC  (2+ messages)

[git pull] IOMMU Updates for Linux v6.1
 2022-10-10 20:56 UTC  (2+ messages)

[GIT PULL] More ACPI updates for v6.1-rc1
 2022-10-10 20:56 UTC  (2+ messages)

[GIT PULL] Devicetree updates for v6.1
 2022-10-10 20:56 UTC  (2+ messages)

[GIT PULL] tpmdd updates for Linux v6.1-rc1
 2022-10-10 20:56 UTC  (2+ messages)

[GIT PULL] Crypto Fixes for 5.14
 2022-10-10 20:56 UTC  (12+ messages)
` [GIT PULL] Crypto Fixes for 5.15
    ` [GIT PULL] Crypto Fixes for 5.16
        ` [GIT PULL] Crypto Fixes for 5.17
            ` [GIT PULL] Crypto Fixes for 5.18
              ` [GIT PULL] Crypto Fixes for 5.19
                ` [GIT PULL] Crypto Update for 5.20
                  ` [GIT PULL] Crypto Update for 6.1

[PATCH] perf: Fix missing SIGTRAPs due to pending_disable abuse
 2022-10-10 20:52 UTC  (11+ messages)
` [PATCH] perf: Fix missing SIGTRAPs

[GIT PULL] PCI changes for v6.1
 2022-10-10 20:47 UTC 

[PATCH] ufs: Remove redundant assignment to pointer p
 2022-10-10 20:47 UTC 

[bug][6.1] Enable run-time checking of dynamic memcpy() and memmove() lengths causes warning on every boot at net/wireless/wext-core.c:623 (size 4)
 2022-10-10 20:46 UTC  (3+ messages)

[PATCH v1 1/1] mac_pton: Don't access memory over expected length
 2022-10-10 20:45 UTC  (4+ messages)

[PATCH] lib/oid_registry.c: Remove redundant assignment to variable num
 2022-10-10 20:42 UTC 

[PATCH v2] riscv: fix styling in ucontext header
 2022-10-10 20:41 UTC  (4+ messages)

[PATCH 0/3] net: stmmac: probing config with fwnode instead of of
 2022-10-10 20:38 UTC  (3+ messages)
` [PATCH 1/3] net: stmmac: use fwnode instead of of to configure driver

drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c:185 dpu_core_perf_crtc_check() warn: inconsistent indenting
 2022-10-10 20:37 UTC 

[RFC/PATCH] backlight: hx8357: prepare to conversion to gpiod API
 2022-10-10 20:36 UTC  (8+ messages)

[PATCH] ACPI / extlog: Handle multiple records
 2022-10-10 20:34 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] scsi: vmw_pvscsi: Fix an error handling path in pvscsi_probe()
 2022-10-10 20:32 UTC  (3+ messages)

[PATCH 0/3] Add devicetree support for max6639
 2022-10-10 20:30 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: hwmon: fan: Add fan binding to schema
` [PATCH 2/3] dt-bindings: hwmon: Add binding for max6639
` [PATCH 3/3] hwmon: (max6639) Change from pdata to dt configuration

[PATCH 0/4] A few cleanup patches for blk-cgroup
 2022-10-10 20:29 UTC  (7+ messages)
` [PATCH 2/4] blk-cgroup: correct comment for blk_alloc_queue and blk_exit_queue
` [PATCH 3/4] blk-cgroup: Add NULL check of pd_alloc_fn in blkcg_activate_policy
` [PATCH 4/4] blk-cgroup: Fix typo in comment

kernel BUG in page_try_dup_anon_rmap
 2022-10-10 20:27 UTC  (2+ messages)

[PATCH] docs/howto: Replace abundoned URL of gmane.org
 2022-10-10 20:27 UTC  (3+ messages)

[PATCH 0/6] dt-bindings: usb: covert ci-hdrc-usb2/usbmisc-imx to yaml
 2022-10-10 20:25 UTC  (4+ messages)
` [PATCH 4/6] dt-bindings: usb: usbmisc-imx: convert "

[PATCH v2] cgroup: Reorganize css_set_lock and kernfs path processing
 2022-10-10 20:24 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] drm/amd/display: fix array-bounds error in dc_stream_remove_writeback() [take 2]
 2022-10-10 20:16 UTC  (2+ messages)

[syzbot] general protection fault in kernfs_get_inode
 2022-10-10 20:09 UTC  (12+ messages)
        ` [PATCH] cgroup: Fix crash with CLONE_INTO_CGROUP and v1 cgroups

[RFC v2 1/4] vmalloc: introduce vmalloc_exec and vfree_exec
 2022-10-10 20:09 UTC  (6+ messages)
  ` [RFC v2 4/4] vmalloc_exec: share a huge page with kernel text

[GIT PULL] sysctl changes for v6.1-rc1
 2022-10-10 20:05 UTC  (2+ messages)

[GIT PULL] tracing: Updates for 6.1
 2022-10-10 20:05 UTC  (2+ messages)

[GIT PULL] Kbuild updates for v6.1-rc1
 2022-10-10 20:05 UTC  (2+ messages)

[PATCH] media: i2c: ov5645: Use runtime PM
 2022-10-10 20:04 UTC  (2+ messages)

[PATCH 0/5] arm64: dts: renesas: rzg2l/rzg2lc/rzg2ul/rzv2l: Drop WDT2
 2022-10-10 20:00 UTC  (4+ messages)
` [PATCH 1/5] arm64: dts: renesas: rzg2l-smarc-som: Drop enabling WDT2


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