messages from 2023-11-08 11:19:32 to 2023-11-08 14:28:28 UTC [more...]
[RFC PATCH v2 00/31] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2023-11-08 14:27 UTC (19+ messages)
` [RFC PATCH v2 01/31] tracing: Add a comment about ftrace_regs definition
` [RFC PATCH v2 02/31] x86: tracing: Add ftrace_regs definition in the header
` [RFC PATCH v2 03/31] seq_buf: Export seq_buf_puts()
` [RFC PATCH v2 04/31] function_graph: Convert ret_stack to a series of longs
` [RFC PATCH v2 05/31] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [RFC PATCH v2 06/31] function_graph: Add an array structure that will allow multiple callbacks
` [RFC PATCH v2 07/31] function_graph: Allow multiple users to attach to function graph
` [RFC PATCH v2 08/31] function_graph: Remove logic around ftrace_graph_entry and return
` [RFC PATCH v2 09/31] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [RFC PATCH v2 10/31] ftrace: Allow function_graph tracer to be enabled in instances
` [RFC PATCH v2 11/31] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [RFC PATCH v2 12/31] function_graph: Have the instances use their own ftrace_ops for filtering
` [RFC PATCH v2 13/31] function_graph: Add "task variables" per task for fgraph_ops
` [RFC PATCH v2 14/31] function_graph: Move set_graph_function tests to shadow stack global var
` [RFC PATCH v2 15/31] function_graph: Move graph depth stored data "
` [RFC PATCH v2 16/31] function_graph: Move graph notrace bit "
` [RFC PATCH v2 17/31] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [RFC PATCH v2 18/31] function_graph: Add selftest for passing local variables
[PATCH net v3 0/4] Fix large frames in the Gemini ethernet driver
2023-11-08 14:26 UTC (3+ messages)
` [PATCH net v3 1/4] net: ethernet: cortina: Fix MTU max setting
[PATCH v11 00/14] Linux RISC-V AIA Support
2023-11-08 14:20 UTC (4+ messages)
` [PATCH v11 12/14] irqchip/riscv-aplic: Add support for MSI-mode
` "
` "
[PATCH v7 1/2] schemas: memory: Add ECC properties
2023-11-08 14:20 UTC (16+ messages)
` [PATCH v7 2/2] schemas: Add some common reserved-memory usages
[GIT PULL] exfat fixes for 6.7-rc1
2023-11-08 14:20 UTC
[PATCH] usb: gadget: uvc_video: unlock before submitting a request to ep
2023-11-08 14:19 UTC (3+ messages)
[PATCH] boning: use a read-write lock in bonding_show_bonds()
2023-11-08 14:19 UTC (2+ messages)
[PATCH v3] mmc: mmci: stm32: add SDIO in-band interrupt mode
2023-11-08 14:16 UTC
[PATCH 1/1] swiotlb: fix out-of-bounds TLB allocations with CONFIG_SWIOTLB_DYNAMIC
2023-11-08 14:18 UTC (3+ messages)
[PATCH 00/22] -Wmissing-prototype warning fixes
2023-11-08 14:18 UTC (24+ messages)
` [PATCH 01/22] [RESEND^2] ida: make 'ida_dump' static
` [PATCH 02/22] [RESEND^2] jffs2: mark __jffs2_dbg_superblock_counts() static
` [PATCH 03/22] [RESEND] kprobes: unify kprobes_exceptions_nofify() prototypes
` [PATCH 04/22] [RESEND] time: make sysfs_get_uname() function visible in header
` [PATCH 05/22] [RESEND] parport: gsc: mark init function static
` [PATCH 06/22] [RESEND] stackleak: add declarations for global functions
` [PATCH 07/22] [RESEND] sched: fair: move unused stub functions to header
` [PATCH 08/22] [v2] arch: consolidate arch_irq_work_raise prototypes
` [PATCH 09/22] [v2] arch: fix asm-offsets.c building with -Wmissing-prototypes
` [PATCH 10/22] microblaze: include linux/cpu.h for trap_init() prototype
` [PATCH 11/22] x86: sta2x11: include header for sta2x11_get_instance() prototype
` [PATCH 12/22] csky: fix arch_jump_label_transform_static override
` [PATCH 13/22] arch: add do_page_fault prototypes
` [PATCH 14/22] arch: add missing prepare_ftrace_return() prototypes
` [PATCH 15/22] arch: vdso: consolidate gettime prototypes
` [PATCH 16/22] bcachefs: mark bch2_target_to_text_sb() static
` [PATCH 17/22] powerpc: ps3: move udbg_shutdown_ps3gelic prototype
` [PATCH 18/22] powerpc: pasemi: mark pas_shutdown() static
` [PATCH 19/22] powerpc: powermac: mark smp_psurge_{give,take}_timebase static
` [PATCH 20/22] usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() static
` [PATCH 21/22] fbdev/fsl-diu-fb: mark wr_reg_wa() static
` [PATCH 22/22] Makefile.extrawarn: turn on missing-prototypes globally
[PATCH v6 0/4] usb: gadget: uvc: stability fixes on STREAMOFF
2023-11-08 14:15 UTC (4+ messages)
` [PATCH v11 1/4] usb: gadget: uvc: prevent use of disabled endpoint
` [PATCH v11 4/4] usb: gadget: uvc: Fix use-after-free for inflight usb_requests
[RFC 0/33] KVM: x86: hyperv: Introduce VSM support
2023-11-08 14:10 UTC (49+ messages)
` [RFC 02/33] KVM: x86: Introduce KVM_CAP_APIC_ID_GROUPS
` [RFC 03/33] KVM: x86: hyper-v: Introduce XMM output support
` [RFC 04/33] KVM: x86: hyper-v: Move hypercall page handling into separate function
` [RFC 05/33] KVM: x86: hyper-v: Introduce VTL call/return prologues in hypercall page
` [RFC 06/33] KVM: x86: hyper-v: Introduce VTL awareness to Hyper-V's PV-IPIs
` [RFC 07/33] KVM: x86: hyper-v: Introduce KVM_CAP_HYPERV_VSM
` [RFC 08/33] KVM: x86: Don't use hv_timer if CAP_HYPERV_VSM enabled
` [RFC 09/33] KVM: x86: hyper-v: Introduce per-VTL vcpu helpers
` [RFC 10/33] KVM: x86: hyper-v: Introduce KVM_HV_GET_VSM_STATE
` [RFC 11/33] KVM: x86: hyper-v: Handle GET/SET_VP_REGISTER hcall in user-space
` [RFC 12/33] KVM: x86: hyper-v: Handle VSM hcalls "
` [RFC 13/33] KVM: Allow polling vCPUs for events
` [RFC 14/33] KVM: x86: Add VTL to the MMU role
` [RFC 15/33] KVM: x86/mmu: Introduce infrastructure to handle non-executable faults
` [RFC 16/33] KVM: x86/mmu: Expose R/W/X flags during memory fault exits
` [RFC 17/33] KVM: x86/mmu: Allow setting memory attributes if VSM enabled
` [RFC 18/33] KVM: x86: Decouple kvm_get_memory_attributes() from struct kvm's mem_attr_array
` [RFC 19/33] KVM: x86: Decouple kvm_range_has_memory_attributes() "
` [RFC 20/33] KVM: x86/mmu: Decouple hugepage_has_attrs() "
` [RFC 21/33] KVM: Pass memory attribute array as a MMU notifier argument
` [RFC 22/33] KVM: Decouple kvm_ioctl_set_mem_attributes() from kvm's mem_attr_array
` [RFC 23/33] KVM: Expose memory attribute helper functions unanimously
` [RFC 24/33] KVM: x86: hyper-v: Introduce KVM VTL device
` [RFC 25/33] KVM: Introduce a set of new memory attributes
` [RFC 26/33] KVM: x86: hyper-vsm: Allow setting per-VTL "
` [RFC 27/33] KVM: x86/mmu/hyper-v: Validate memory faults against per-VTL memprots
` [RFC 28/33] x86/hyper-v: Introduce memory intercept message structure
` [RFC 29/33] KVM: VMX: Save instruction length on EPT violation
` [RFC 30/33] KVM: x86: hyper-v: Introduce KVM_REQ_HV_INJECT_INTERCEPT request
` [RFC 31/33] KVM: x86: hyper-v: Inject intercept on VTL memory protection fault
` [RFC 32/33] KVM: x86: hyper-v: Implement HVCALL_TRANSLATE_VIRTUAL_ADDRESS
` [RFC 33/33] Documentation: KVM: Introduce "Emulating Hyper-V VSM with KVM"
[RFC 0/4] Introduce unbalance proactive reclaim
2023-11-08 14:06 UTC (2+ messages)
[PATCH] locking/rwsem: Remove unnessary check in rwsem_down_read_slowpath()
2023-11-08 14:04 UTC (2+ messages)
[PATCH 0/6] mm: cleanup and use more folio in page fault
2023-11-08 13:59 UTC (5+ messages)
` [PATCH 1/6] mm: ksm: use more folio api in ksm_might_need_to_copy()
[PATCH 00/13] Introduce support for multiqueue (MQ) in
2023-11-08 13:57 UTC (3+ messages)
` [PATCH 10/13] scsi: fnic: Add support for multiqueue (MQ) in fnic_main.c
[PATCH 5.15 000/125] 5.15.138-rc2 review
2023-11-08 13:59 UTC (4+ messages)
[PATCH 5.10 00/91] 5.10.200-rc2 review
2023-11-08 13:58 UTC (3+ messages)
[PATCH v5 0/7] SCHED_DEADLINE server infrastructure
2023-11-08 13:58 UTC (12+ messages)
` [PATCH v5 6/7] sched/deadline: Deferrable dl server
[PATCH v14.1] media: videobuf2: Be more flexible on the number of queue stored buffers
2023-11-08 13:56 UTC (3+ messages)
[PATCH v8 0/3] Implement MTE tag compression for swapped pages
2023-11-08 13:53 UTC (4+ messages)
` [PATCH v8 3/3] arm64: mte: add compression support to mteswap.c
[PATCH net-next v8 0/7] Add MACsec support for TJA11XX C45 PHYs
2023-11-08 13:50 UTC (4+ messages)
` [PATCH net-next v8 5/7] net: phy: nxp-c45-tja11xx: add MACsec support
[PATCH 1/1] f2fs: fix fallocate failed under pinned block situation
2023-11-08 13:48 UTC (3+ messages)
[RESEND PATCH] ARM: dts: stm32f469-disco: use the same 3v3 for SD and DSI nodes
2023-11-08 13:44 UTC
[RFC PATCH v2] drm/test: add a test suite for GEM objects backed by shmem
2023-11-08 13:42 UTC
[RFC PATCH] ARM: dts: stm32f469-disco: use the same 3v3 for SD and DSI nodes
2023-11-08 13:38 UTC (4+ messages)
[PATCH v2 0/3] Add RTC for MStar SSD20xD SoCs
2023-11-08 13:27 UTC (6+ messages)
` [PATCH v2 2/3] dt-bindings: rtc: Add Mstar SSD202D RTC
[PATCH v8 0/3] media: i2c: Introduce driver for the TW9900 video decoder
2023-11-08 13:27 UTC (4+ messages)
` [PATCH v8 1/3] dt-bindings: vendor-prefixes: Add techwell vendor prefix
` [PATCH v8 2/3] media: dt-bindings: media: i2c: Add bindings for TW9900
` [PATCH v8 3/3] media: i2c: Introduce a driver for the Techwell TW9900 decoder
[PATCH v14 00/56] Add DELETE_BUF ioctl
2023-11-08 13:22 UTC (4+ messages)
` [PATCH v14 08/56] media: videobuf2: Use vb2_get_num_buffers() helper
[PATCH] drm/panfrost: Really power off GPU cores in panfrost_gpu_power_off()
2023-11-08 13:20 UTC (2+ messages)
Linux 6.1.62
2023-11-08 13:12 UTC (2+ messages)
[PATCH -fixes v2] drivers: perf: Do not broadcast to other cpus when starting a counter
2023-11-08 13:12 UTC (2+ messages)
Linux 6.5.11
2023-11-08 13:11 UTC (2+ messages)
Linux 6.6.1
2023-11-08 13:09 UTC (2+ messages)
[PATCH 00/17] dt-bindings: samsung: add specific compatibles for existing SoC
2023-11-08 13:07 UTC (3+ messages)
` [PATCH 11/17] ASoC: dt-bindings: samsung-i2s: "
[PATCH v2 0/2] drm/bridge: tc358767: Fix DRM_BRIDGE_ATTACH_NO_CONNECTOR case
2023-11-08 13:06 UTC (5+ messages)
` [PATCH v2 1/2] drm/bridge: tc358767: Add format negotiation hooks for DPI/DSI to (e)DP
` [PATCH v2 2/2] drm/bridge: tc358767: Fix link properties discovery
[GIT PULL] pwm: Changes for v6.7-rc1
2023-11-08 13:06 UTC
[RFC PATCH 00/86] Make the kernel preemptible
2023-11-08 12:58 UTC (18+ messages)
` [RFC PATCH 47/86] rcu: select PREEMPT_RCU if PREEMPT
` [RFC PATCH 57/86] coccinelle: script to remove cond_resched()
` [RFC PATCH 68/86] treewide: mm: "
` [RFC PATCH 79/86] treewide: net: "
[PATCH v1 0/2] firmware: meson_sm: cleanup error paths inside probe()
2023-11-08 12:56 UTC (3+ messages)
` [PATCH v1 1/2] firmware: meson_sm: refactor serial sysfs entry via dev_groups attrs
` [PATCH v1 2/2] firmware: meson-sm: unmap out_base shmem in error path
[PATCH 1/3] dt-bindings: vendor-prefixes: add asair
2023-11-08 12:53 UTC (8+ messages)
` [PATCH 2/3] dt-bindings: trivial-devices: add asair,ags02ma
[PATCH 0/4] hwmon: Add support for Amphenol ChipCap 2
2023-11-08 12:44 UTC (9+ messages)
` [PATCH 1/4] dt-bindings: vendor-prefixes: add Amphenol
` [PATCH 2/4] hwmon: (core) Add support for humidity min/max alarm
` [PATCH 3/4] hwmon: Add support for Amphenol ChipCap 2
` [PATCH 4/4] dt-bindings: hwmon: Add "
[syzbot] [wireless?] [net?] WARNING in ieee80211_rfkill_poll
2023-11-08 12:38 UTC
[PATCH v12 00/37] x86: enable FRED for x86-64
2023-11-08 12:36 UTC (3+ messages)
` [PATCH v12 01/37] x86/cpufeatures: Add the cpu feature bit for WRMSRNS
[PATCH 2/4] mm: multi-gen LRU: MGLRU unbalance reclaim
2023-11-08 12:34 UTC (2+ messages)
[alobakin:pfcp 11/19] include/linux/bitmap.h:642:17: warning: array subscript [1, 1024] is outside array bounds of 'long unsigned int[1]'
2023-11-08 12:28 UTC (10+ messages)
[PATCH v4 0/2] Add DMIC slew rate controls
2023-11-08 12:28 UTC (3+ messages)
` [PATCH v4 1/2] ASoC: dt-bindings: nau8821: Add DMIC slew rate
[PATCH] dt-bindings: cache: qcom,llcc: correct QDU1000 reg entries
2023-11-08 12:26 UTC (3+ messages)
[PATCH] ASoC: dt-bindings: use "soundwire" as controller's node name in examples
2023-11-08 12:22 UTC (3+ messages)
[PATCH v2] HID: intel-ish-hid: ipc: Rework EHL OOB wakeup
2023-11-08 12:19 UTC
[PATCH v2] Revert "fuse: Apply flags2 only when userspace set the FUSE_INIT_EXT"
2023-11-08 12:18 UTC (12+ messages)
[PATCH v2 0/3] add qca8084 ethernet phy driver
2023-11-08 12:12 UTC (5+ messages)
` [PATCH v2 1/3] net: phy: at803x: add QCA8084 ethernet phy support
` [PATCH v2 2/3] net: phy: at803x: Add qca8084_config_init function
` [PATCH v2 3/3] net: phy: qca8084: add qca8084_link_change_notify
[PATCH v5 0/4] rockchip: add GATE_LINK
2023-11-08 12:12 UTC (4+ messages)
` [PATCH v5 3/4] dt-bindings: clock: rk3588: export PCLK_VO1GRF clk id
[PATCH v2] tracing: fprobe-event: Fix to check tracepoint event and return
2023-11-08 12:12 UTC
[PATCH] dt-bindings: display/msm: qcom,sm8250-mdss: add DisplayPort controller node
2023-11-08 12:06 UTC (2+ messages)
[PATCH] tracing: fprobe-event: Fix to check tracepoint event and return
2023-11-08 12:06 UTC (5+ messages)
[PATCH v1 0/2] hwmon: (pmbus) Add support for MPS Multi-phase mp2856/mp2857 controller
2023-11-08 11:53 UTC (3+ messages)
` [PATCH v1 1/2] dt-bindings: Add MP2856/MP2857 voltage regulator device
[PATCH v3 4/4] mm: swap: Swap-out small-sized THP without splitting
2023-11-08 11:51 UTC (8+ messages)
[PATCH v2 0/4] KVM: s390: Fix minor bugs in STFLE shadowing
2023-11-08 11:49 UTC (4+ messages)
` [PATCH v2 2/4] KVM: s390: vsie: Fix length of facility list shadowed
[BUG?] mm/secretmem: memory address mapped to memfd_secret can be used in write syscall
2023-11-08 11:47 UTC
[PATCH] Documentation: locking: mutex-design: fix atomic_dec_and_mutex_lock()
2023-11-08 11:41 UTC
[PATCH] firmware: arm_ffa: Fix ffa_notification_info_get() IDs handling
2023-11-08 11:32 UTC (2+ messages)
[PATCH 1/4] add generic builtin command line
2023-11-08 11:33 UTC (3+ messages)
[PATCH v2 1/2] arm64: Move Mediatek GIC quirk handling from irqchip to core
2023-11-08 11:29 UTC (4+ messages)
` [PATCH v2 2/2] Revert "arm64: smp: avoid NMI IPIs with broken MediaTek FW"
[PATCH] riscv: fix potential panic during CPU hot-plug
2023-11-08 11:29 UTC
[RFC PATCH v3 00/12] Device Memory TCP
2023-11-08 11:25 UTC (5+ messages)
` [RFC PATCH v3 08/12] net: support non paged skb frags
[syzbot] [usb?] INFO: task hung in hub_port_init (3)
2023-11-08 11:25 UTC (4+ messages)
[PATCH] selftests: bpf: xskxceiver: ksft_print_msg: fix format type error
2023-11-08 11:21 UTC (3+ messages)
[PATCH v2] efi/unaccepted: Fix off-by-one when checking for overlapping ranges
2023-11-08 11:21 UTC (3+ messages)
[PATCH v1 0/2] coresight: Add remote etm support
2023-11-08 11:19 UTC (3+ messages)
` [PATCH v1 1/2] "
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