messages from 2023-11-08 10:41:15 to 2023-11-08 13:09:57 UTC [more...]
Linux 6.6.1
2023-11-08 13:09 UTC
[PATCH 00/17] dt-bindings: samsung: add specific compatibles for existing SoC
2023-11-08 13:07 UTC (20+ messages)
` [PATCH 01/17] dt-bindings: hwinfo: samsung,exynos-chipid: "
` [PATCH 02/17] dt-bindings: i2c: exynos5: "
` [PATCH 03/17] dt-bindings: i2c: samsung,s3c2410-i2c: "
` [PATCH 04/17] dt-bindings: mmc: samsung,exynos-dw-mshc: "
` [PATCH 05/17] dt-bindings: pinctrl: samsung: "
` [PATCH 06/17] dt-bindings: rtc: s3c-rtc: "
` [PATCH 07/17] dt-bindings: serial: samsung: "
` [PATCH 08/17] dt-bindings: samsung: exynos-pmu: "
` [PATCH 09/17] dt-bindings: gpu: arm,mali-midgard: add specific compatibles for existing Exynos SoC
` [PATCH 10/17] dt-bindings: iio: samsung,exynos-adc: add specific compatibles for existing SoC
` [PATCH 11/17] ASoC: dt-bindings: samsung-i2s: "
` [PATCH 12/17] dt-bindings: pwm: samsung: "
` [PATCH 13/17] arm64: dts: exynos5433: add specific compatibles to several blocks
` [PATCH 14/17] arm64: dts: exynos7: "
` [PATCH 15/17] arm64: dts: exynos7885: "
` [PATCH 16/17] arm64: dts: exynos850: "
` [PATCH 17/17] arm64: dts: exynosautov9: "
[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
[PATCH 00/22] -Wmissing-prototype warning fixes
2023-11-08 12:58 UTC (23+ 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
[RFC PATCH 00/86] Make the kernel preemptible
2023-11-08 12:58 UTC (22+ messages)
` [RFC PATCH 41/86] sched: handle resched policy in resched_curr()
` [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 v5 0/7] SCHED_DEADLINE server infrastructure
2023-11-08 12:50 UTC (10+ messages)
` [PATCH v5 6/7] sched/deadline: Deferrable dl server
[RFC 0/33] KVM: x86: hyperv: Introduce VSM support
2023-11-08 12:49 UTC (46+ messages)
` [RFC 01/33] KVM: x86: Decouple lapic.h from hyperv.h
` [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"
[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 5.10 00/91] 5.10.200-rc2 review
2023-11-08 12:24 UTC (2+ messages)
[PATCH] ASoC: dt-bindings: use "soundwire" as controller's node name in examples
2023-11-08 12:22 UTC (3+ messages)
[PATCH 1/1] swiotlb: fix out-of-bounds TLB allocations with CONFIG_SWIOTLB_DYNAMIC
2023-11-08 12:21 UTC (2+ 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 5.15 000/125] 5.15.138-rc2 review
2023-11-08 12:18 UTC (3+ 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 (7+ messages)
` [PATCH v2 2/4] KVM: s390: vsie: Fix length of facility list shadowed
[PATCH] usb: gadget: uvc_video: unlock before submitting a request to ep
2023-11-08 11:48 UTC (2+ messages)
[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 v7 1/2] schemas: memory: Add ECC properties
2023-11-08 11:38 UTC (14+ messages)
` [PATCH v7 2/2] schemas: Add some common reserved-memory usages
[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 (9+ messages)
` [RFC PATCH v3 07/12] page-pool: device memory support
` [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] "
[PATCH] wifi: brcmfmac: cfg80211: Use WSEC to set SAE password
2023-11-08 11:12 UTC (2+ messages)
[PATCH printk v2 0/9] fix console flushing
2023-11-08 11:08 UTC (3+ messages)
` [PATCH printk v2 6/9] printk: Wait for all reserved records with pr_flush()
[PATCH] dt-bindings: soc: Add new board description for MicroBlaze V
2023-11-08 11:05 UTC (9+ messages)
Memory corruption with CONFIG_SWIOTLB_DYNAMIC=y
2023-11-08 11:04 UTC (4+ messages)
[PATCH v7 0/3] sched/rt: Move sched_rt_entity::back to CONFIG_RT_GROUP_SCHED
2023-11-08 11:04 UTC (2+ messages)
[PATCH] sched/rt: Redefine RR_TIMESLICE to 100 msecs
2023-11-08 11:02 UTC (2+ messages)
[PATCH v9 0/2] can: esd: add support for esd GmbH PCIe/402 CAN interface
2023-11-08 11:00 UTC (3+ messages)
` [PATCH v9 2/2] can: esd: add support for esd GmbH PCIe/402 CAN interface family
[PATCHv2] selftests: bpf: xskxceiver: ksft_print_msg: fix format type error
2023-11-08 11:00 UTC
[RFC 00/48] perf tools: Introduce data type profiling (v1)
2023-11-08 10:57 UTC (5+ messages)
` [PATCH 34/48] perf dwarf-aux: Add die_collect_vars()
` [PATCH 35/48] perf dwarf-aux: Handle type transfer for memory access
[PATCH] locking/rwsem: Remove unnessary check in rwsem_down_read_slowpath()
2023-11-08 10:56 UTC
[PATCH v2 0/3] reduce latency of normal synchronize_rcu() v2
2023-11-08 10:56 UTC (8+ messages)
` [PATCH v2 1/3] rcu: Reduce synchronize_rcu() latency
Linux 4.19.298
2023-11-08 10:46 UTC (2+ messages)
[PATCH] fs : Fix warning using plain integer as NULL
2023-11-08 10:50 UTC (3+ messages)
[PATCH v9 0/3] media: rockchip: Add a driver for Rockchip's camera interface
2023-11-08 10:46 UTC (6+ messages)
` [PATCH v9 2/3] "
Linux 5.4.260
2023-11-08 10:46 UTC (2+ messages)
Linux 4.14.329
2023-11-08 10:45 UTC (2+ messages)
[PATCH net-next v8 0/7] Add MACsec support for TJA11XX C45 PHYs
2023-11-08 10:45 UTC (4+ messages)
` [PATCH net-next v8 5/7] net: phy: nxp-c45-tja11xx: add MACsec support
[PATCH v14 00/56] Add DELETE_BUF ioctl
2023-11-08 10:44 UTC (3+ messages)
` [PATCH v14 52/56] media: core: Add bitmap manage bufs array entries
[PATCH 0/2] leds: add mp3326 driver
2023-11-08 10:42 UTC (5+ messages)
` [PATCH 1/2] dt-bindings: leds: add mps mp3326 LED
[PATCH RFC 02/20] rust_binder: add binderfs support to Rust binder
2023-11-08 10:42 UTC (2+ messages)
[PATCH] usb: cdnsp: Fix deadlock issue during using NCM gadget
2023-11-08 9:31 UTC
[PATCH v10] pinctrl: tps6594: Add driver for TPS6594 pinctrl and GPIOs
2023-11-08 10:41 UTC
[PATCH v5 00/11] Add multipd remoteproc support
2023-11-08 10:40 UTC (3+ messages)
` [PATCH v5 09/11] remoteproc: qcom: Add Hexagon based multipd rproc driver
[PATCH] MM: kmemleak: Removed coding style warnings and added a NULL check
2023-11-08 10:41 UTC (2+ messages)
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