messages from 2023-04-27 01:15:40 to 2023-04-27 08:30:03 UTC [more...]
[PATCH v2] selftests/kselftest/runner/run_one(): Allow running non-executable files
2023-04-27 8:29 UTC (3+ messages)
[RFC PATCH v6 0/2] Introduce ICSSG based ethernet Driver
2023-04-27 7:12 UTC (4+ messages)
` [RFC PATCH v6 2/2] net: ti: icssg-prueth: Add ICSSG ethernet driver
` [EXTERNAL] "
[PATCH] virtio_net: suppress cpu stall when free_unused_bufs
2023-04-27 8:23 UTC (7+ messages)
[PATCH] Fix freeze in lm8333 i2c keyboard driver
2023-04-27 8:19 UTC (8+ messages)
` [PATCH v2] "
[PATCH V7 0/4] Add S4 SoC PLL and Peripheral clock controller
2023-04-27 8:15 UTC (7+ messages)
` [PATCH V7 2/4] dt-bindings: clock: document Amlogic S4 SoC peripherals "
` [PATCH V7 4/4] clk: meson: s4: add support for Amlogic S4 SoC peripheral "
[PATCH net-next] wifi: ath11k: Use list_count_nodes()
2023-04-27 8:14 UTC (5+ messages)
[GIT PULL] pidfd updates
2023-04-27 8:11 UTC (7+ messages)
[PATCH net] rxrpc: Fix potential data race in rxrpc_wait_to_be_connected()
2023-04-27 8:10 UTC (2+ messages)
[PATCH v2 00/24] selftests/resctrl: Fixes, cleanups, and rewritten CAT test
2023-04-27 8:04 UTC (6+ messages)
` [PATCH v2 24/24] selftests/resctrl: Rewrite Cache Allocation Technology (CAT) test
[PATCH v21 0/7] crash: Kernel handling of CPU and memory hot un/plug
2023-04-27 7:09 UTC (4+ messages)
` [PATCH v21 5/7] x86/crash: add x86 crash hotplug support
[PATCH 0/5] arm64: dts: ti: k3-j7200: Add properties and sync with uboot
2023-04-27 8:00 UTC (3+ messages)
` [PATCH 1/5] arm64: dts: ti: k3-j7200: Add general purpose timers
BUG: WARNING in dvb_frontend_get_event
2023-04-27 7:58 UTC (2+ messages)
[PATCH v7 0/2] sched/fair: Introduce SIS_CURRENT to wake up short task on current CPU
2023-04-27 7:57 UTC (4+ messages)
` [PATCH v7 2/2] "
[PATCH] sched: core: Simplify sched_can_stop_tick()
2023-04-29 0:28 UTC
[PATCH] .gitignore: ignore smatch generated files
2023-04-27 7:54 UTC (2+ messages)
[PATCH 1/2] riscv: allow case-insensitive ISA string parsing
2023-04-27 7:53 UTC (3+ messages)
[RFC PATCH 0/1] Categorize ARM dts directory
2023-04-27 7:48 UTC (11+ messages)
[net PATCH v4 00/10] octeontx2: Miscellaneous fixes
2023-04-27 7:14 UTC (4+ messages)
` [net PATCH v4 10/10] octeontx2-pf: Disable packet I/O for graceful exit
[RFC PATCH 0/6] Improve VM DVFS and task placement behavior
2023-04-27 7:46 UTC (2+ messages)
[PATCH 1/1] nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM173X
2023-04-27 7:37 UTC (4+ messages)
[PATCH 1/2 v4] dt-bindings: watchdog: marvell GTI system watchdog driver
2023-04-27 7:14 UTC (2+ messages)
` [PATCH 2/2 v4] Watchdog: Add marvell GTI "
[PATCH v3 2/2] drm/amdgpu: Fix integer overflow in amdgpu_cs_pass1
2023-04-27 7:44 UTC (2+ messages)
[PATCH v1] thermal: intel: menlow: Get rid of this driver
2023-04-27 7:44 UTC (2+ messages)
[PATCH v1] watchdog: starfive: Fix the warning of starfive_wdt_match
2023-04-27 7:44 UTC
[GIT PULL] xen: branch for v6.4-rc1
2023-04-27 7:38 UTC
[PATCH v3] hwmon: add HP WMI Sensors driver
2023-04-27 7:37 UTC (5+ messages)
[QUESTION FOR ARM64 TLB] performance issue and implementation difference of TLB flush
2023-04-27 7:30 UTC (2+ messages)
[PATCH] perf symbols: Fix return incorrect build_id size in elf_read_build_id()
2023-04-27 7:27 UTC (3+ messages)
"[PATCH] nfsd: rework refcounting in filecache" caused nfstest/test/nfstest_delegation stuck
2023-04-27 7:26 UTC (2+ messages)
[PATCH 0/5] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
2023-04-27 7:22 UTC (3+ messages)
[PATCH v8 00/11] Introduce Nuvoton ma35d1 SoC
2023-04-27 7:22 UTC (4+ messages)
` [PATCH v8 10/11] tty: serial: Add Nuvoton ma35d1 serial driver support
[RFC v2 0/2] Introducing generic SCMI pinctrl driver implementation
2023-04-27 7:19 UTC (4+ messages)
` [RFC v2 3/3] dt-bindings: firmware: arm,scmi: Add support for pinctrl protocol
[PATCH v8 00/30] Add KVM LoongArch support
2023-04-27 7:11 UTC (31+ messages)
` [PATCH v8 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v8 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v8 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v8 04/30] LoongArch: KVM: Implement VM related functions
` [PATCH v8 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v8 06/30] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v8 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v8 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v8 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v8 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v8 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v8 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v8 13/30] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v8 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v8 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v8 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v8 17/30] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v8 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v8 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v8 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v8 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v8 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v8 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v8 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v8 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v8 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v8 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v8 28/30] LoongArch: KVM: Implement probe virtualization when LoongArch cpu init
` [PATCH v8 29/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v8 30/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
[PATCH] fix ___SYNC () build error when PROFILE_ALL_BRANCHES is enabled
2023-04-27 7:18 UTC (4+ messages)
[PATCH v1 5/5] ufs: core: Add error handling for MCQ mode
2023-04-27 7:17 UTC (2+ messages)
[BISECTED REGRESSION] OMAP1 GPIO breakage
2023-04-27 7:03 UTC (9+ messages)
[GIT PULL] Networking for 6.4
2023-04-27 6:56 UTC (2+ messages)
[PATCH] mm/mempolicy: Fix use-after-free of VMA iterator
2023-04-27 6:52 UTC (2+ messages)
[paulmck-rcu:dev.2023.04.26a 38/51] arch/x86/kernel/nmi.c:441:6: warning: no previous prototype for function 'set_nmi_torture'
2023-04-27 6:48 UTC
[PATCH v2 0/5] LoongArch: ftrace: Add direct call support and code simplification
2023-04-27 6:47 UTC (8+ messages)
` [PATCH v2 1/5] LoongArch: Fix build error if CONFIG_DYNAMIC_FTRACE_WITH_REGS is not set
` [PATCH v2 2/5] LoongArch: ftrace: Implement ftrace_find_callable_addr() to simplify code
` [PATCH v2 3/5] LoongArch: ftrace: Add direct call support
` [PATCH v2 4/5] LoongArch: ftrace: Add direct call trampoline samples support
` [PATCH v2 5/5] LoongArch: Abstract DYNAMIC_FTRACE_WITH_ARGS accesses
[PATCH v1 0/2] Add motorcomm phy pad-driver-strength-cfg support
2023-04-27 6:46 UTC (8+ messages)
` [PATCH v1 1/2] dt-bindings: net: motorcomm: Add pad driver strength cfg
` [PATCH v1 2/2] net: phy: motorcomm: Add pad drive strength cfg support
[PATCH v2 net-next 0/6] Brcm ASP 2.0 Ethernet controller
2023-04-27 6:39 UTC (2+ messages)
[PATCH v1 0/3] drivers/perf: add Synopsys DesignWare PCIe PMU driver support
2023-04-27 6:33 UTC (4+ messages)
` [PATCH v3 2/3] drivers/perf: add DesignWare PCIe PMU driver
[PATCH V4 2/2] perf/x86/intel/ds: Delay the threshold update
2023-04-27 6:26 UTC (4+ messages)
[paulmck-rcu:dev.2023.04.26a 35/51] arch/loongarch/kernel/process.c:68:1: warning: 'noreturn' function does return
2023-04-27 6:27 UTC
[paulmck-rcu:dev.2023.04.26a 38/51] arch/x86/kernel/nmi.c:441:6: warning: no previous prototype for 'set_nmi_torture'
2023-04-27 6:27 UTC
[PATCH 0/2] improve arche_platform_wd_irq() function
2023-04-27 6:27 UTC (6+ messages)
` [PATCH 2/2] staging: greybus: refactor arche_platform_wd_irq()
[PATCH] gpiolib: fix allocation of mixed dynamic/static GPIOs
2023-04-27 6:20 UTC (4+ messages)
[net-next Patch v10 0/8] octeontx2-pf: HTB offload support
2023-04-27 6:18 UTC (2+ messages)
[RFC v2 0/2] platform/x86: Allow retrieving the number of WMI object instances
2023-04-27 6:19 UTC (3+ messages)
` [RFC v2 1/2] platform/x86: wmi: "
[paulmck-rcu:dev.2023.04.26a 35/51] arch/powerpc/kernel/smp.c:1768:1: error: function declared 'noreturn' should not return
2023-04-27 6:16 UTC
[PATCH v1] gpio: gpiolib: clear the array_info's memory space
2023-04-27 6:13 UTC (4+ messages)
` [PATCH v2] "
[PATCH] clocksource/drivers/arm_arch_timer: Add workaround for MediaTek MMIO timer
2023-04-27 6:07 UTC (2+ messages)
[PATCH] nbd: automatically load module on genl access
2023-04-27 6:04 UTC (2+ messages)
[PATCH v2 0/3] Cadence PCIe PHY latency for PTM
2023-04-27 5:50 UTC (4+ messages)
` [PATCH v2 1/3] dt-bindings: phy: cadence-torrent: Add latency properties
` [PATCH v2 2/3] PCI: cadence: Use DT bindings to set PHY latencies
` [PATCH v2 3/3] arm64: dts: ti: k3-am64: Add PCIe PHY latency DT binding
[PATCH v1 1/1] scsi: ufs: core: correct utp_transfer_cmd_desc size
2023-04-27 5:59 UTC
[PATCH v3 0/3] blk-integrity: drop integrity_kobj from gendisk
2023-04-27 6:00 UTC (5+ messages)
[PATCH 0/2] Add support for Xilinx XDMA Soft IP as Root Port
2023-04-27 5:55 UTC (4+ messages)
` [PATCH 2/2] PCI: xilinx-xdma: Add Xilinx XDMA Root Port driver
[PATCH 0/6] sched/deadline: cpuset: Rework DEADLINE bandwidth restoration
2023-04-27 5:53 UTC (7+ messages)
` [PATCH 2/6] sched/cpuset: Bring back cpuset_mutex
[PATCH v1 00/40] Fix perf on Intel hybrid CPUs
2023-04-27 5:50 UTC (8+ messages)
` [PATCH v1 01/40] perf stat: Introduce skippable evsels
` [PATCH v1 21/40] perf parse-events: Wildcard legacy cache events
[RFC PATCH 00/26] mm: reliable huge page allocator
2023-04-27 5:41 UTC (7+ messages)
` [RFC PATCH 20/26] mm: vmscan: use compaction_suitable() check in kswapd
[PATCH 0/2] Regression in s2idle for family 19h model 78h
2023-04-27 5:33 UTC (3+ messages)
` [PATCH 1/2] amd_nb: Add PCI ID "
` [PATCH 2/2] k10temp: Add pci ID for family 19, "
[PATCH bpf-next v3 0/2] Introduce a new kfunc of bpf_task_under_cgroup
2023-04-27 5:27 UTC (4+ messages)
` [PATCH bpf-next v3 1/2] bpf: Add bpf_task_under_cgroup() kfunc
` [PATCH bpf-next v3 2/2] selftests/bpf: Add testcase for bpf_task_under_cgroup
[PATCH v1] perf build: Don't compile demangle-cxx.cpp if not necessary
2023-04-27 5:27 UTC (2+ messages)
[PATCH v6 0/2] sched/numa: add per-process numa_balancing
2023-04-27 5:17 UTC (2+ messages)
[PATCH] vmlinux.lds.h: Force-align ELF notes section to four bytes
2023-04-27 5:14 UTC (2+ messages)
[PATCHv2] mmc: block: ensure error propagation for non-blk
2023-04-27 5:12 UTC (2+ messages)
[PATCH v6 0/4] crypto: starfive - Add drivers for crypto engine
2023-04-27 5:06 UTC (4+ messages)
` [PATCH v6 2/4] crypto: starfive - Add crypto engine support
[PATCH v3 1/2] PM: suspend: Define pm_suspend_target_state
2023-04-27 5:06 UTC (2+ messages)
` [PATCH v3 2/2] ata: libata: Defer rescan on suspended device
[PATCH bpf-next v3] bpftool: Dump map id instead of value for map_of_maps types
2023-04-27 4:58 UTC (2+ messages)
[RFC PATCH bpf-next v3 00/37] FUSE BPF: A Stacked Filesystem Extension for FUSE
2023-04-27 4:24 UTC (5+ messages)
` [RFC PATCH v3 28/37] WIP: bpf: Add fuse_ops struct_op programs
` [RFC PATCH v3 35/37] tools: Add FUSE, update bpf includes
[RFC PATCH 0/2] Add MAIN CPSW2G DT support for J721S2
2023-04-27 4:14 UTC (4+ messages)
` [RFC PATCH 2/2] arm64: dts: ti: k3-j721s2: Add overlay to enable main CPSW2G with GESI
[PATCH V4 0/3] soc: qcom: boot_stats: Add driver support for boot_stats
2023-04-27 4:11 UTC (3+ messages)
` [PATCH V4 2/3] soc: qcom: boot_stat: Add Driver Support for Boot Stats
[RFC PATCH 0/2] DP83867/DP83869 Ethernet PHY workaround/fix
2023-04-27 4:08 UTC (11+ messages)
` [RFC PATCH 1/2] net: phy: dp83867: add w/a for packet errors seen with short cables
` [RFC PATCH 2/2] net: phy: dp83869: fix mii mode when rgmii strap cfg is used
[PATCH v4 0/2] Fix Goodix touchscreen power leakage for MT8186 boards
2023-04-27 3:56 UTC (3+ messages)
` [PATCH v4 1/2] dt-bindings: input: goodix: Add "goodix,no-reset-during-suspend" property
` [PATCH v4 2/2] HID: i2c-hid: goodix: Add support for "
[GIT PULL] PCI changes for v6.4
2023-04-27 3:53 UTC (3+ messages)
[GIT PULL] firewire updates for 6.4-rc1
2023-04-27 3:49 UTC
[PATCH v2 00/21] Enable CET Virtualization
2023-04-27 3:46 UTC (3+ messages)
` [PATCH v2 09/21] KVM:x86: Load guest FPU state when accessing xsaves-managed MSRs
[PATCH v3 0/2] Fix Goodix touchscreen power leakage for MT8186 boards
2023-04-27 3:45 UTC (4+ messages)
` [PATCH v3 2/2] HID: i2c-hid: goodix: Add support for "goodix,no-reset-during-suspend" property
[PATCH] firmware: added a firmware information passing method FFI
2023-04-27 3:37 UTC (5+ messages)
` [External] "
[PATCH] iommu/vt-d: Remove unnecessary locking in intel_irq_remapping_alloc()
2023-04-27 3:37 UTC (6+ messages)
BUG : PowerPC RCU: torture test failed with __stack_chk_fail
2023-04-27 3:32 UTC (6+ messages)
[PATCH v4] Bluetooth: btrtl: Add Realtek devcoredump support
2023-04-27 3:27 UTC
[PATCH v4 3/3] Bluetooth: btusb: mediatek: add MediaTek devcoredump support
2023-04-27 3:20 UTC (2+ messages)
drivers/usb/gadget/udc/omap_udc.c:1915:9: warning: variable 'stat' set but not used
2023-04-27 3:20 UTC
[PATCH] erofs: do not build pcpubuf.c for uncompressed data
2023-04-27 3:14 UTC (2+ messages)
[PATCH v2] video: imsttfb: Fix use after free bug in imsttfb_probe due to lack of error-handling of init_imstt
2023-04-27 3:08 UTC
[PATCH v1 0/6] arm64: qcom: sa8775p: add support for USB
2023-04-27 3:05 UTC (4+ messages)
[PATCH] perf/x86: Fix missing sample size update on AMD BRS
2023-04-27 3:05 UTC
[PATCH] video: imsttfb: Fix use after free bug in imsttfb_probe due to lack of error-handling of init_imstt
2023-04-27 3:04 UTC
Re: [PATCH] Input: vmmouse - add macros to enable vmmouse relative mode
2023-04-27 2:35 UTC
[syzbot] [net?] KASAN: slab-use-after-free Write in mini_qdisc_pair_swap
2023-04-27 2:31 UTC (8+ messages)
[PATCH v2] mm: hwpoison: coredump: support recovery from dump_user_range()
2023-04-27 2:31 UTC (11+ messages)
[Syzkaller & bisect] There is WARNING in tpm_chip_unregister in upstream patch "tpm: st33zp24: Mark ACPI and OF related data as maybe unused"
2023-04-27 2:23 UTC (4+ messages)
[PATCH v2 1/4] mm/filemap: Add folio_lock_timeout()
2023-04-27 2:16 UTC (9+ messages)
[PATCH v13 098/113] KVM: TDX: Handle TDX PV map_gpa hypercall
2023-04-27 2:15 UTC (4+ messages)
[PATCH -next v4 0/2] support allocating crashkernel above 4G explicitly on riscv
2023-04-27 2:13 UTC (3+ messages)
` [PATCH -next v4 1/2] riscv: kdump: Implement crashkernel=X,[high,low]
[GIT PULL] ksmbd server fixes
2023-04-27 2:11 UTC
[PATCH] tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM drivers
2023-04-27 1:58 UTC (2+ messages)
[git pull] drm next fixes for 6.4-rc1
2023-04-27 1:43 UTC
[PATCH] bpf: Unregister fentry when bpf_trampoline_unlink_prog fails to update image
2023-04-27 1:40 UTC (3+ messages)
[PATCH v7 00/11] tracing: Add fprobe events
2023-04-27 1:19 UTC (12+ messages)
` [PATCH v7 01/11] fprobe: Pass return address to the handlers
` [PATCH v7 02/11] tracing/probes: Add fprobe events for tracing function entry and exit
` [PATCH v7 03/11] selftests/ftrace: Add fprobe related testcases
` [PATCH v7 04/11] tracing/probes: Add tracepoint support on fprobe_events
` [PATCH v7 05/11] tracing/probes: Move event parameter fetching code to common parser
` [PATCH v7 06/11] tracing/probes: Support function parameters if BTF is available
` [PATCH v7 07/11] tracing/probes: Add $$args meta argument for all function args
` [PATCH v7 08/11] tracing/probes: Add BTF retval type support
` [PATCH v7 09/11] selftests/ftrace: Add tracepoint probe test case
` [PATCH v7 10/11] selftests/ftrace: Add BTF arguments test cases
` [PATCH v7 11/11] Documentation: tracing/probes: Add fprobe event tracing document
Bug: "perf record" reporting buffer overflow when writing data
2023-04-27 1:18 UTC (3+ messages)
[PATCH 00/34] Maple tree mas_{next,prev}_range() and cleanup
2023-04-27 1:17 UTC (4+ messages)
` [PATCH 18/34] mm: Update vma_iter_store() to use MAS_WARN_ON()
[PATCH] nilfs2: do not write dirty data after degenerating to read-only
2023-04-27 1:15 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox