[for-linus][PATCH 00/15] tracing: Fixes for 6.7-rc5
2023-12-16 4:22 UTC (11+ messages)
` [for-linus][PATCH 01/15] ring-buffer: Fix writing to the buffer with max_data_size
` [for-linus][PATCH 02/15] tracing: Have large events show up as [LINE TOO BIG] instead of nothing
` [for-linus][PATCH 03/15] eventfs: Fix events beyond NAME_MAX blocking tasks
` [for-linus][PATCH 04/15] ring-buffer: Fix memory leak of free page
` [for-linus][PATCH 05/15] tracing: Update snapshot buffer on resize if it is allocated
` [for-linus][PATCH 06/15] ring-buffer: Do not update before stamp when switching sub-buffers
` [for-linus][PATCH 07/15] ring-buffer: Have saved event hold the entire event
` [for-linus][PATCH 08/15] tracing: Add size check when printing trace_marker output
` [for-linus][PATCH 09/15] tracing: Fix uaf issue when open the hist or hist_debug file
` [for-linus][PATCH 10/15] ring-buffer: Do not try to put back write_stamp
[PATCH 0/3] Some bug fixes and cleanups related to kexec
2023-12-16 4:18 UTC (5+ messages)
` [PATCH 1/3] kexec_file: fix incorrect end value passed to kimage_is_destination_range()
` [PATCH 1/3 v2] kexec: modify the meaning of the end parameter in kimage_is_destination_range()
[PATCH v5 0/4] vduse: add support for networking devices
2023-12-16 4:18 UTC (6+ messages)
` [PATCH v5 4/4] vduse: Add LSM hook to check Virtio device type
[syzbot] [block?] INFO: task hung in bdev_release
2023-12-16 4:17 UTC (2+ messages)
[PATCH net-next 15/24] net: Use nested-BH locking for XDP redirect
2023-12-16 4:12 UTC (2+ messages)
[PATCH] fixing userspace memory dereference in security.c
2023-12-16 4:11 UTC
[PATCH] arm64: dts: rockchip: configure pad driver strength for orangepi r1 plus lts
2023-12-16 4:07 UTC
[GIT PULL] PCI fixes for v6.7
2023-12-16 4:07 UTC (2+ messages)
[GIT PULL] arm64 fixes for 6.7-rc6
2023-12-16 4:07 UTC (2+ messages)
[PATCH v2] tty: Add comments for tty-ldisc module loading logic
2023-12-16 4:04 UTC (5+ messages)
[PATCH v1 1/2] usb: dwc3: Refactor usb-psy init
2023-12-16 3:43 UTC (2+ messages)
` [PATCH v1 2/2] usb: gadget: Retry populating usb-psy when null
[PATCH v9 1/2] dt-bindings: adc: add AD7173
2023-12-16 3:39 UTC (2+ messages)
[PATCH net-next 12/24] seg6: Use nested-BH locking for seg6_bpf_srh_states
2023-12-16 3:39 UTC (2+ messages)
[PATCH 00/50] big header dependency cleanup targeting sched.h
2023-12-16 3:35 UTC (51+ messages)
` [PATCH 01/50] drivers/gpu/drm/i915/i915_memcpy.c: fix missing includes
` [PATCH 02/50] x86/kernel/fpu/bugs.c: fix missing include
` [PATCH 03/50] x86/lib/cache-smp.c: "
` [PATCH 04/50] x86/include/asm/debugreg.h: "
` [PATCH 05/50] x86/include/asm/paravirt_types.h: "
` [PATCH 06/50] task_stack.h: add "
` [PATCH 07/50] nsproxy.h: "
` [PATCH 08/50] kernel/fork.c: "
` [PATCH 09/50] kmsan: add missing types.h dependency
` [PATCH 10/50] time_namespace.h: fix missing include
` [PATCH 11/50] nodemask: Split out include/linux/nodemask_types.h
` [PATCH 12/50] prandom: Remove unused include
` [PATCH 13/50] timekeeping: Kill percpu.h dependency
` [PATCH 14/50] arm64: Fix circular header dependency
` [PATCH 15/50] kernel/numa.c: Move logging out of numa.h
` [PATCH 16/50] sched.h: Move (spin|rwlock)_needbreak() to spinlock.h
` [PATCH 17/50] ktime.h: move ktime_t to types.h
` [PATCH 18/50] hrtimers: Split out hrtimer_types.h
` [PATCH 19/50] locking/mutex: split out mutex_types.h
` [PATCH 20/50] posix-cpu-timers: Split out posix-timers_types.h
` [PATCH 21/50] locking/seqlock: Split out seqlock_types.h
` [PATCH 22/50] pid: Split out pid_types.h
` [PATCH 23/50] sched.h: move pid helpers to pid.h
` [PATCH 24/50] plist: Split out plist_types.h
` [PATCH 25/50] wait: Remove uapi header file from main header file
` [PATCH 26/50] rslib: kill bogus dependency on list.h
` [PATCH 27/50] timerqueue: Split out timerqueue_types.h
` [PATCH 28/50] signal: Kill bogus dependency on list.h
` [PATCH 29/50] timers: Split out timer_types.h
` [PATCH 30/50] workqueue: Split out workqueue_types.h
` [PATCH 31/50] shm: Slim down dependencies
` [PATCH 32/50] ipc: Kill bogus dependency on spinlock.h
` [PATCH 33/50] Split out irqflags_types.h
` [PATCH 34/50] mm_types_task.h: Trim dependencies
` [PATCH 35/50] cpumask: Split out cpumask_types.h
` [PATCH 36/50] syscall_user_dispatch.h: split out *_types.h
` [PATCH 37/50] x86/signal: kill dependency on time.h
` [PATCH 38/50] uapi/linux/resource.h: fix include
` [PATCH 39/50] refcount: Split out refcount_types.h
` [PATCH 40/50] seccomp: Split out seccomp_types.h
` [PATCH 41/50] uidgid: Split out uidgid_types.h
` [PATCH 42/50] sem: Split out sem_types.h
` [PATCH 43/50] lockdep: move held_lock to lockdep_types.h
` [PATCH 44/50] restart_block: Trim includes
` [PATCH 45/50] rseq: Split out rseq.h from sched.h
` [PATCH 46/50] preempt.h: Kill dependency on list.h
` [PATCH 47/50] thread_info, uaccess.h: Move HARDENED_USERCOPY to better location
` [PATCH 48/50] Kill unnecessary kernel.h include
` [PATCH 49/50] kill unnecessary thread_info.h include
` [PATCH 50/50] Kill sched.h dependency on rcupdate.h
[PATCH 3/3] crash_core: fix and simplify the logic of crash_exclude_mem_range()
2023-12-16 3:31 UTC (3+ messages)
[PATCH V3 0/7] Clean up perf mem
2023-12-16 3:29 UTC (2+ messages)
[PATCH] ksmbd: vfs: fix all kernel-doc warnings
2023-12-16 3:28 UTC
[PATCH] x86/split_lock: add split lock counter
2023-12-16 3:27 UTC (3+ messages)
[PATCH] mm: page_alloc: Simplify __free_pages_ok()
2023-12-16 3:23 UTC (2+ messages)
[PATCH v5 02/16] Revert "drm/rockchip: vop2: Use regcache_sync() to fix suspend/resume"
2023-12-16 3:17 UTC (3+ messages)
` [v5,02/16] "
scripts/kernel-doc: arch/arm/mach-sa1100/ssp.c:89: warning: Function parameter or struct member 'data' not described in 'ssp_read_word'
2023-12-16 3:17 UTC
[PATCH 4/4] arm64: dts: sprd: Add support for Unisoc's UMS9620
2023-12-16 3:16 UTC (2+ messages)
drivers/leds/rgb/leds-qcom-lpg.c:177: warning: Excess struct member 'channels' description in 'lpg_led'
2023-12-16 3:16 UTC
filemap.c:(.text+0x4960): relocation truncated to fit: R_CKCORE_PCREL_IMM16BY4 against `__jump_table'
2023-12-16 3:13 UTC (2+ messages)
[PATCH v2 05/15] tracefs: add __get_str_strip_nl - RFC
2023-12-16 3:09 UTC (5+ messages)
` [re: PATCH v2 00/15 - 00/11] dyndbg: add support for writing debug logs to trace
[PATCH] ksmbd: auth: fix most kernel-doc warnings
2023-12-16 3:03 UTC
[RFC PATCH net-next v1 0/4] Abstract page from net stack
2023-12-16 3:01 UTC (8+ messages)
` [RFC PATCH net-next v1 2/4] net: introduce abstraction for network memory
` [RFC PATCH net-next v1 4/4] net: page_pool: use netmem_t instead of struct page in API
scripts/kernel-doc: arch/arm64/kvm/hyp/vhe/sysreg-sr.c:109: warning: expecting prototype for __vcpu_put_switch_syregs(). Prototype was for __vcpu_put_switch_sysregs() instead
2023-12-16 2:54 UTC
[PATCH 0/3] arm64: dts: qcom: fix USB wakeup interrupts again (pt 2)
2023-12-16 2:34 UTC (3+ messages)
` [PATCH 1/3] arm64: dts: qcom: sdm670: fix USB DP/DM HS PHY interrupts
[PATCH v2] USB: core: Use device_driver directly in struct usb_driver and usb_device_driver
2023-12-16 2:29 UTC
[PATCH 00/12 net-next] qca_spi: collection of improvements
2023-12-16 2:25 UTC (2+ messages)
[PATCH v2 0/2] md: fix is_mddev_idle()
2023-12-16 2:24 UTC (4+ messages)
` [PATCH v2 1/2] md: Fix overflow in is_mddev_idle
[PATCH v2 01/12] usb: typec: altmodes: add typec_cable_ops to typec_altmode
2023-12-16 2:21 UTC (2+ messages)
scripts/kernel-doc: drivers/net/wireless/broadcom/brcm80211/brcmfmac/fweh.c:37: warning: Excess struct member 'data' description in 'brcmf_fweh_queue_item'
2023-12-16 2:11 UTC
[PATCH] net: devlink: insert space after include
2023-12-16 2:10 UTC (2+ messages)
[PATCH net-next] dt-bindings: net: marvell,orion-mdio: Drop "reg" sizes schema
2023-12-16 2:10 UTC (2+ messages)
[PATCH] arm64: dts: rockchip: rk3588: Fix USB PD clocks
2023-12-16 2:10 UTC
[Patch v4 0/3] Register with RDMA SOC interface and support for CQ
2023-12-16 2:04 UTC (4+ messages)
` [Patch v4 1/3] RDMA/mana_ib: register RDMA device with GDMA
` [Patch v4 2/3] RDMA/mana_ib: query device capabilities
` [Patch v4 3/3] RDMA/mana_ib: Add CQ interrupt support for RAW QP
[PATCH net] net: phy: skip LED triggers on PHYs on SFP modules
2023-12-16 2:00 UTC (2+ messages)
[RESEND PATCH] arm64: dts: freescale: fix the schema check errors for fsl,tmu-calibration
2023-12-16 1:58 UTC (2+ messages)
[PATCH 0/6] platform/x86: wmi: ACPI improvements
2023-12-16 1:56 UTC (7+ messages)
` [PATCH 1/6] platform/x86: wmi: Remove unused variable in address space handler
` [PATCH 2/6] platform/x86: wmi: Remove ACPI handlers after WMI devices
` [PATCH 3/6] platform/x86: wmi: Use devres for resource handling
` [PATCH 4/6] platform/x86: wmi: Create WMI bus device first
` [PATCH 5/6] platform/x86: wmi: Decouple ACPI notify handler from wmi_block_list
` [PATCH 6/6] platform/x86: wmi: Simplify get_subobj_info()
[PATCH 0/3] nfsd: fully close all files in the nfsd threads
2023-12-16 1:50 UTC (5+ messages)
` [PATCH 1/3] nfsd: use __fput_sync() to avoid delayed closing of files
[PATCH v4 0/1] Add StarFive JH8100 watchdog
2023-12-16 1:48 UTC (2+ messages)
` [PATCH v4 1/1] dt-bindings: watchdog: starfive,jh7100-wdt: Add compatible for JH8100
[PATCH V2 net-next 0/3] There are some features for the HNS3 ethernet driver
2023-12-16 1:42 UTC (7+ messages)
` [PATCH V2 net-next 1/3] net: hns3: add command queue trace for hns3
` [PATCH V2 net-next 2/3] net: hns3: dump more reg info based on ras mod
[PATCH 1/2] locking/mutex: Clean up mutex.h
2023-12-16 1:36 UTC (2+ messages)
` [PATCH 2/2] locking/rwsem: Make DEBUG_RWSEMS and PREEMPT_RT mutually exclusive
[PATCH v8 0/3] Add displays support for bsh-smm-s2/pro boards
2023-12-16 1:36 UTC (3+ messages)
` [PATCH v8 3/3] arm64: dts: imx8mn-bsh-smm-s2/pro: add display setup
[PATCH 1/3] hwmon: max31827: Add PEC support
2023-12-16 1:32 UTC (4+ messages)
[PATCH v4 02/10] locking: introduce devm_mutex_init
2023-12-16 1:30 UTC (4+ messages)
` [PATCH RFC v4-bis] "
make deb-pkg: Does not strip debug symbols when compressing modules
2023-12-16 1:24 UTC (3+ messages)
[PATCH SPI for-next 2/3] spi: mchp-pci1xxxx: DMA Read support for copying data into SPI Buf
2023-12-16 1:17 UTC (2+ messages)
[PATCH 2/2] platform/x86/intel/pmc: Fix in pmc_core_ssram_get_pmc()
2023-12-16 1:17 UTC
[RFC PATCH net-next v3 0/8] Add support for 10G Ethernet SerDes on MT7988
2023-12-16 1:16 UTC (6+ messages)
` [RFC PATCH net-next v3 1/8] dt-bindings: phy: mediatek,xfi-pextp: add new bindings
[PATCH 1/2] platform/x86/intel/pmc: Fix hang in pmc_core_send_ltr_ignore()
2023-12-16 1:16 UTC
[PATCH v2] ext4: fix inconsistent between segment fstrim and full fstrim
2023-12-16 1:09 UTC
[PATCH] ext4: fix inconsistent between segment fstrim and full fstrim
2023-12-16 1:01 UTC (3+ messages)
[PATCH v2 0/4] [Series 4] staging: rtl8192e: rename variable pHT and (3) other
2023-12-16 1:01 UTC (5+ messages)
` [PATCH v2 1/4] staging: rtl8192e: rename variable pHT
` [PATCH v2 2/4] staging: rtl8192e: rename variable pCapELE
` [PATCH v2 3/4] staging: rtl8192e: rename variable HTGetHighestMCSRate
` [PATCH v2 4/4] staging: rtl8192e: renamed variable HTFilterMCSRate
[PATCH v3 0/7] x86/cfi,bpf: Fix CFI vs eBPF
2023-12-16 0:53 UTC (3+ messages)
[PATCH] platform/x86/intel/vsec: Add support for Lunar Lake M
2023-12-16 0:51 UTC
htmldocs: ./scripts/kernel-doc: ./drivers/gpu/drm/i915/gt/uc/intel_guc.h:268: warning: Excess struct member 'guc_ids_in_use' description in 'intel_guc'
2023-12-16 0:44 UTC
[PATCH] mailbox: zynqmp-ipi: fix an Excess struct member kernel-doc warning
2023-12-16 0:41 UTC
[PATCH v6 1/5] dt-bindings: clock: mediatek: add MT7988 clock IDs
2023-12-16 0:23 UTC (5+ messages)
` [PATCH v6 2/5] dt-bindings: reset: mediatek: add MT7988 ethwarp reset IDs
` [PATCH v6 3/5] dt-bindings: clock: mediatek: add clock controllers of MT7988
` [PATCH v6 4/5] clk: mediatek: add pcw_chg_bit control for PLLs "
` [PATCH v6 5/5] clk: mediatek: add drivers for MT7988 SoC
[PATCH v5] dt-bindings: iommu: Convert msm,iommu-v0 to yaml
2023-12-16 0:22 UTC
[PATCH RFC v15 00/30] Drivers for Gunyah hypervisor
2023-12-16 0:21 UTC (31+ messages)
` [PATCH RFC v15 01/30] docs: gunyah: Introduce Gunyah Hypervisor
` [PATCH RFC v15 02/30] dt-bindings: Add binding for gunyah hypervisor
` [PATCH RFC v15 03/30] gunyah: Common types and error codes for Gunyah hypercalls
` [PATCH RFC v15 04/30] virt: gunyah: Add hypercalls to identify Gunyah
` [PATCH RFC v15 05/30] virt: gunyah: Add hypervisor driver
` [PATCH RFC v15 06/30] virt: gunyah: msgq: Add hypercalls to send and receive messages
` [PATCH RFC v15 07/30] gunyah: rsc_mgr: Add resource manager RPC core
` [PATCH RFC v15 08/30] gunyah: rsc_mgr: Add VM lifecycle RPC
` [PATCH RFC v15 09/30] gunyah: vm_mgr: Introduce basic VM Manager
` [PATCH RFC v15 10/30] gunyah: vm_mgr: Add ioctls to support basic non-proxy VM boot
` [PATCH RFC v15 11/30] gunyah: vm_mgr: Add framework for VM Functions
` [PATCH RFC v15 12/30] virt: gunyah: Translate gh_rm_hyp_resource into gunyah_resource
` [PATCH RFC v15 13/30] virt: gunyah: Add resource tickets
` [PATCH RFC v15 14/30] virt: gunyah: Add IO handlers
` [PATCH RFC v15 15/30] gunyah: Add hypercalls for demand paging
` [PATCH RFC v15 16/30] virt: gunyah: Add interfaces to map memory into guest address space
` [PATCH RFC v15 17/30] gunyah: rsc_mgr: Add platform ops on mem_lend/mem_reclaim
` [PATCH RFC v15 18/30] virt: gunyah: Add IO handlers
` [PATCH RFC v15 19/30] virt: gunyah: Add proxy-scheduled vCPUs
` [PATCH RFC v15 20/30] virt: gunyah: Implement guestmemfd
` [PATCH RFC v15 21/30] virt: gunyah: Add ioctl to bind guestmem to VMs
` [PATCH RFC v15 22/30] virt: gunyah: guestmem: Initialize RM mem parcels from guestmem
` [PATCH RFC v15 23/30] virt: gunyah: Allow userspace to initialize context of primary vCPU
` [PATCH RFC v15 24/30] virt: gunyah: Share guest VM dtb configuration to Gunyah
` [PATCH RFC v15 25/30] virt: gunyah: Enable demand paging
` [PATCH RFC v15 26/30] virt: gunyah: Add Qualcomm Gunyah platform ops
` [PATCH RFC v15 27/30] virt: gunyah: Add hypercalls for sending doorbell
` [PATCH RFC v15 28/30] virt: gunyah: Add irqfd interface
` [PATCH RFC v15 29/30] virt: gunyah: Add ioeventfd
` [PATCH RFC v15 30/30] MAINTAINERS: Add Gunyah hypervisor drivers section
[RFC 0/2] How effective is numa_preferred_nid w.r.t. NUMA performance?
2023-12-16 0:18 UTC (3+ messages)
` [RFC/POC 1/2] sched/numa: Adds ability to over-ride a tasks numa_preferred_nid
` [RFC/POC 2/2] sched/numa: Adds simple prctl for setting task's preferred node affinity
[PATCH v4 0/5] gpiolib: cdev: relocate debounce_period_us
2023-12-16 0:16 UTC (6+ messages)
` [PATCH v4 1/5] gpiolib: cdev: relocate debounce_period_us from struct gpio_desc
` [PATCH v4 2/5] gpiolib: remove "
` [PATCH v4 3/5] gpiolib: cdev: reduce locking in gpio_desc_to_lineinfo()
` [PATCH v4 4/5] gpiolib: cdev: fully adopt guard() and scoped_guard()
` [PATCH v4 5/5] gpiolib: cdev: improve documentation of get/set values
[PATCH v2] dt-bindings: PCI: qcom: document the SM8650 PCIe Controller
2023-12-16 0:14 UTC (2+ messages)
[RESEND PATCH v2] acpi: Use access_width over register_width for system memory accesses
2023-12-16 0:13 UTC
[PATCH] dt-bindings: PCI: dwc: rockchip: document optional pcie reference clock input
2023-12-16 0:10 UTC (2+ messages)
[PATCH V2 0/1] Make gb-beagleplay driver Greybus compliant
2023-12-16 0:09 UTC (4+ messages)
` [PATCH V2 1/1] greybus: gb-beagleplay: Remove use of pad bytes
[PATCH] Revert "soc: qcom: stats: Add DDR sleep stats"
2023-12-16 0:05 UTC (2+ messages)
[net-next PATCH v4 0/4] net: phy: generic polarity + LED support for qca808x
2023-12-15 21:22 UTC (5+ messages)
` [net-next PATCH v4 1/4] dt-bindings: net: phy: Document new LEDs polarity property
` [net-next PATCH v4 2/4] net: phy: add support for PHY LEDs polarity modes
` [net-next PATCH v4 3/4] dt-bindings: net: Document QCA808x PHYs
` [net-next PATCH v4 4/4] net: phy: at803x: add LED support for qca808x
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®