messages from 2023-08-10 07:27:11 to 2023-08-10 09:19:08 UTC [more...]
[PATCH 00/36] tty: type unifications -- part I
2023-08-10 9:15 UTC (35+ messages)
` [PATCH 01/36] tty: xtensa/iss: drop unneeded tty_operations hooks
` [PATCH 02/36] tty: ldisc: document that ldops are optional
` [PATCH 03/36] tty: remove dummy tty_ldisc_ops::poll() implementations
` [PATCH 04/36] tty: n_null: remove optional ldops
` [PATCH 05/36] tty: change tty_write_lock()'s ndelay parameter to bool
` [PATCH 06/36] tty: tty_port: rename 'disc' to 'ld'
` [PATCH 07/36] tty: drop tty_debug_wait_until_sent()
` [PATCH 08/36] tty: make tty_change_softcar() more understandable
` [PATCH 09/36] tty: make tty_port_client_operations operate with u8
` [PATCH 10/36] tty: make counts in tty_port_client_operations hooks size_t
` [PATCH 11/36] tty: switch receive_buf() counts to size_t
` [PATCH 12/36] tty: switch count in tty_ldisc_receive_buf() "
` [PATCH 13/36] tty: can327: unify error paths in can327_ldisc_rx()
` [PATCH 14/36] tty: can327, move overflow test inside can327_ldisc_rx()'s loop
` [PATCH 15/36] tty: make tty_ldisc_ops::*buf*() hooks operate on size_t
` [PATCH 17/36] tty: use u8 for flags
` [PATCH 18/36] misc: ti-st: make st_recv() conforming to tty_ldisc_ops::receive_buf()
` [PATCH 19/36] tty: make char_buf_ptr()/flag_buf_ptr()'s offset unsigned
` [PATCH 20/36] tty: tty_buffer: make all offsets unsigned
` [PATCH 21/36] tty: don't pass write() to do_tty_write()
` [PATCH 22/36] tty: rename and de-inline do_tty_write()
` [PATCH 23/36] tty: use min() in iterate_tty_write()
` [PATCH 24/36] tty: use ssize_t for iterate_tty_read() returned type
` [PATCH 25/36] tty: switch size and count types in iterate_tty_read() to size_t
` [PATCH 26/36] tty: use min() for size computation in iterate_tty_read()
` [PATCH 27/36] tty: propagate u8 data to tty_operations::write()
` [PATCH 28/36] tty: propagate u8 data to tty_operations::put_char()
` [PATCH 29/36] tty: make tty_operations::write()'s count size_t
` [PATCH 30/36] tty: audit: unify to u8
` [PATCH 31/36] tty: ldops: "
` [PATCH 32/36] tty: hvc: convert counts to size_t
` [PATCH 34/36] tty: gdm724x: "
` [PATCH 35/36] tty: hso: simplify hso_serial_write()
` [PATCH 36/36] tty: rfcomm: convert counts to size_t
[PATCH v5 0/9] Refactor the SMMU's CD table ownership
2023-08-10 9:15 UTC (7+ messages)
` [PATCH v5 5/9] iommu/arm-smmu-v3: Refactor write_ctx_desc
` [PATCH v5 8/9] iommu/arm-smmu-v3: Skip cd sync if CD table isn't active
Hang when booting guest kernels compiled with clang after SRSO mitigations
2023-08-10 9:15 UTC (4+ messages)
pstore/ram: printk: NULL characters in pstore ramoops area
2023-08-10 9:14 UTC (4+ messages)
[PATCH net-next] thermal: samsung: fix Wvoid-pointer-to-enum-cast warning
2023-08-10 9:13 UTC
[PATCH net-next] phy: amlogic: meson-g12a-usb2: fix Wvoid-pointer-to-enum-cast warning
2023-08-10 9:13 UTC
[PATCH net-next] reset: hisilicon: hi6220: fix Wvoid-pointer-to-enum-cast warning
2023-08-10 9:13 UTC
[PATCH net-next 1/3] spi: sc18is602: fix Wvoid-pointer-to-enum-cast warning
2023-08-10 9:12 UTC (3+ messages)
` [PATCH net-next 2/3] spi: pxa2xx: "
` [PATCH net-next 3/3] spi: amd: "
[PATCH v2] media: vcodec: Fix potential array out-of-bounds in encoder queue_setup
2023-08-10 9:12 UTC (3+ messages)
[PATCH net-next 1/2] wifi: ath11k: fix Wvoid-pointer-to-enum-cast warning
2023-08-10 9:12 UTC (2+ messages)
` [PATCH net-next 2/2] wifi: ath10k: "
[PATCH] serial: core: Fix serial core port id, including multiport devices
2023-08-10 9:09 UTC (4+ messages)
[PATCH 1/3] Documentation/hw-vuln: Unify filename specification in index
2023-08-10 9:11 UTC (2+ messages)
` [tip: x86/bugs] "
[PATCH 2/3] driver core: cpu: Unify redundant silly stubs
2023-08-10 9:11 UTC (2+ messages)
` [tip: x86/bugs] "
[PATCH] x86/srso: fix build breakage for LD=ld.lld
2023-08-10 9:11 UTC (2+ messages)
` [tip: x86/bugs] x86/srso: Fix build breakage with the LLVM linker
[PATCH 3/3] Documentation/srso: Document IBPB aspect and fix formatting
2023-08-10 9:11 UTC (2+ messages)
` [tip: x86/bugs] "
[PATCH 0/3] Fixes and cleanups to break_down_buddy_pages in
2023-08-10 9:53 UTC (3+ messages)
` [PATCH 1/3] mm/page_alloc: correct start page when guard page debug is enabled
[PATCH v6 0/6] KVM: selftests: Improve PMU event filter settings and add test cases
2023-08-10 9:09 UTC (7+ messages)
` [PATCH v6 1/6] KVM: selftests: Add x86 properties for Intel PMU in processor.h
` [PATCH v6 2/6] KVM: selftests: Drop the return of remove_event()
` [PATCH v6 3/6] KVM: selftests: Introduce __kvm_pmu_event_filter to improved event filter settings
` [PATCH v6 4/6] KVM: selftests: Add test cases for unsupported PMU event filter input values
` [PATCH v6 5/6] KVM: selftests: Test if event filter meets expectations on fixed counters
` [PATCH v6 6/6] KVM: selftests: Test gp event filters don't affect fixed event filters
[PATCH] sched/rt: Don't try push tasks if there are none
2023-08-10 9:09 UTC (4+ messages)
[PATCH v2 0/3] lib/vsprintf: Rework header inclusions
2023-08-10 9:09 UTC (10+ messages)
` [PATCH v2 2/3] lib/vsprintf: Split out sprintf() and friends
[PATCH v1 0/2] Add LSM access controls for io_uring_setup
2023-08-10 9:08 UTC (10+ messages)
[RFT 0/2] RISC-V: handle missing "no-map" properties for OpenSBI's PMP protected regions
2023-08-10 9:07 UTC (6+ messages)
` [RFT 1/2] "
[PATCH v7 0/4] Extend device_get_match_data() to struct bus_type
2023-08-10 9:05 UTC
[PATCH 0/2] vdpa/mlx5: Fixes for ASID handling
2023-08-10 9:04 UTC (4+ messages)
[PATCH v8 00/14] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-08-10 9:04 UTC (3+ messages)
` [PATCH v8 04/14] KVM: Remove CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL
[PATCH mm-unstable v1] mm: add a total mapcount for large folios
2023-08-10 8:59 UTC (5+ messages)
[PATCH 0/2] i2c: fix -Wvoid-pointer-to-enum-cast warnings
2023-08-10 8:56 UTC (3+ messages)
` [PATCH 1/2] i2c: i2c-bcm-iproc: fix -Wvoid-pointer-to-enum-cast warning
[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
2023-08-10 8:55 UTC (5+ messages)
` [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
[PATCH v4 00/10] Introduce SMT level and add PowerPC support
2023-08-10 8:51 UTC (4+ messages)
[tip:x86/apic] BUILD SUCCESS f8542a55499a69a859c84866b66f0df43933e563
2023-08-10 8:53 UTC
[PATCH v3 00/28] Add support for QMC HDLC, framer infrastruture and PEF2256 framer
2023-08-10 8:53 UTC (3+ messages)
` [PATCH v3 22/28] dt-bindings: net: Add the Lantiq PEF2256 E1/T1/J1 framer
[PATCH] virtio-net: Zero max_tx_vq field for VIRTIO_NET_CTRL_MQ_HASH_CONFIG case
2023-08-10 8:51 UTC (4+ messages)
[PATCH 1/3] arm64: dts: ti: k3-j721e: Enable C7x DSP nodes at the board level
2023-08-10 8:50 UTC (2+ messages)
[PATCH] serial: mxs-uart: fix Wvoid-pointer-to-enum-cast warning
2023-08-10 8:50 UTC
[PATCH v3] pinctrl: qcom: Add intr_target_width field to support increased number of interrupt targets
2023-08-10 8:48 UTC (2+ messages)
[PATCH v5 2/2] gpio: ds4520: Add ADI DS4520 GPIO Expander Support
2023-08-10 8:45 UTC (3+ messages)
[PATCH v6 1/3] cdx: add support for bus mastering
2023-08-10 8:44 UTC (3+ messages)
` [PATCH v6 2/3] vfio: add bus master feature to device feature ioctl
` [PATCH v6 3/3] vfio-cdx: add bus mastering device feature support
[PATCH -fixes] mm: Add a call to flush_cache_vmap() in vmap_pfn()
2023-08-10 8:43 UTC (2+ messages)
[PATCH v4 0/4] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
2023-08-10 8:43 UTC (3+ messages)
` [PATCH v4 3/4] pinctrl: Implementation of the generic scmi-pinctrl driver
[PATCH 0/2 v2] pinctrl: bcm: Use dev_err_probe()
2023-08-10 8:41 UTC (5+ messages)
` [PATCH 1/2 v2] pinctrl: iproc-gpio: Silence probe deferral messages
` [PATCH 2/2 v2] pinctrl: nsp-gpio: "
[PATCH] f2fs: should update REQ_TIME for direct write
2023-08-10 8:40 UTC
[PATCH 0/2] pinctrl-single: introduce am654-padconf compatible
2023-08-10 8:40 UTC (5+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: pinctrl-single: add ti,am654-padconf compatible
` [PATCH 2/2] pinctrl: single: Add compatible for ti,am654-padconf
[PATCH net] net: stmmac: remove disable_irq() from ->ndo_poll_controller()
2023-08-10 8:37 UTC
[linux-next:master] [eventfs] 27152bceea: stress-ng.getdent.ops_per_sec -8.4% regression
2023-08-10 8:35 UTC
[PATCH 0/2 RESEND] Two fixes for sysctl_sched_rr_timeslice
2023-08-10 8:30 UTC (2+ messages)
[PATCH 1/2] drm/exec: use unique instead of local label
2023-08-10 8:29 UTC (3+ messages)
[PATCH next v3 0/5] minmax: Relax type checks in min() and max()
2023-08-10 8:29 UTC (6+ messages)
` [PATCH v3 5/5] minmax: Relax check to allow comparison between int and small unsigned constants
[PATCH v3 0/2] gpio: loongson: add firmware offset parse support
2023-08-10 8:27 UTC (3+ messages)
` [PATCH v3 2/2] "
[PATCH v2 0/8] io_uring: Initial support for {s,g}etsockopt commands
2023-08-10 8:26 UTC (4+ messages)
` [PATCH v2 7/8] io_uring/cmd: BPF hook for getsockopt cmd
[RESEND PATCH v2 0/3] Add support for Nuvoton ma35d1 rtc controller
2023-08-10 8:26 UTC (8+ messages)
` [RESEND PATCH v2 3/3] rtc: Add driver "
[PATCH] tracing/eprobe: Iterate trace_eprobe directly
2023-08-10 8:25 UTC
[RFC PATCH 00/10] drm/panel: Remove most store/double-check of prepared/enabled state
2023-08-10 8:23 UTC (2+ messages)
[PATCH -next] dmaengine: ste_dma40: Add missing IRQ check in d40_probe
2023-08-10 8:20 UTC (2+ messages)
[PATCH v2 08/23] ARM: nomadik: Drop unused includes
2023-08-10 8:19 UTC (2+ messages)
` [PATCH v2 13/23] ARM: versatile: "
[PATCH] arm64: dts: ti: k3-*: fix fss node dtbs check warnings
2023-08-10 8:18 UTC
[PATCH v6 2/3] PCI/AER: Disable AER interrupt on suspend
2023-08-10 8:17 UTC (3+ messages)
[PATCH v2 0/2] Compatible with NCT3015Y-R and NCT3018Y-R
2023-08-10 8:15 UTC (5+ messages)
` [PATCH v2 1/2] dt-bindings: rtc: nuvoton: Add DT compatible
` [PATCH v2 2/2] rtc: nuvoton: Compatible with NCT3015Y-R and NCT3018Y-R
[PATCH] ARM: memset: cast the constant byte to unsigned char
2023-08-10 8:15 UTC (2+ messages)
[RFC PATCH v2 0/5] mm: Select victim using bpf_oom_evaluate_task
2023-08-10 8:13 UTC (6+ messages)
` [RFC PATCH v2 1/5] mm, oom: Introduce bpf_oom_evaluate_task
` [RFC PATCH v2 2/5] mm: Add policy_name to identify OOM policies
` [RFC PATCH v2 3/5] mm: Add a tracepoint when OOM victim selection is failed
` [RFC PATCH v2 4/5] bpf: Add a OOM policy test
` [RFC PATCH v2 5/5] bpf: Add a BPF OOM policy Doc
[PATCH] video/hdmi: convert *_infoframe_init() functions to void
2023-08-10 8:13 UTC (2+ messages)
[PATCH] pinctrl: stm32: set default gpio line names using pin names
2023-08-10 8:12 UTC (2+ messages)
[PATCH v1 1/1] mmc: sdhci-of-dwcmshc: Add runtime PM operations for BlueField-3
2023-08-10 8:12 UTC (3+ messages)
` [PATCH v7] mmc: sdhci-of-dwcmshc: Add runtime PM operations
[PATCH v2 0/2] Add HP G11 Quirks and update Dell Oasis Quirks
2023-08-10 8:12 UTC (2+ messages)
[tip:perf/core] BUILD SUCCESS a430021faad6b4fa86c820fc3e7f8dbfc2f14fb4
2023-08-10 8:11 UTC
[PATCH v3 0/3] ASoC: mt8188-mt6359: add SOF support
2023-08-10 8:11 UTC (4+ messages)
` [PATCH v3 1/3] ASoC: mediatek: mt8188-mt6359: support dynamic pinctrl
` [PATCH v3 2/3] ASoC: mediatek: common: revise SOF common code
` [PATCH v3 3/3] ASoC: mediatek: mt8188-mt6359: add SOF support
[PATCH v3 0/9] Use dev_err_probe in i2c probe function
2023-08-10 8:10 UTC (5+ messages)
` [PATCH v3 9/9] i2c: synquacer: Use dev_err_probe in "
[PATCH v3 0/9] arm64: dts: qcom: enable EMAC1 on sa8775p
2023-08-10 8:09 UTC (10+ messages)
` [PATCH v3 1/9] arm64: dts: qcom: sa8775p: add a node for the second serdes PHY
` [PATCH v3 2/9] arm64: dts: qcom: sa8775p: add a node for EMAC1
` [PATCH v3 3/9] arm64: dts: qcom: sa8775p-ride: enable the second SerDes PHY
` [PATCH v3 4/9] arm64: dts: qcom: sa8775p-ride: move the reset-gpios property of the PHY
` [PATCH v3 5/9] arm64: dts: qcom: sa8775p-ride: index the first SGMII PHY
` [PATCH v3 6/9] arm64: dts: qcom: sa8775p-ride: add the second "
` [PATCH v3 7/9] arm64: dts: qcom: sa8775p-ride: sort aliases alphabetically
` [PATCH v3 8/9] arm64: dts: qcom: sa8775p-ride: add an alias for ethernet0
` [PATCH v3 9/9] arm64: dts: qcom: sa8775p-ride: enable EMAC1
[PATCH net-next v2] net: mana: Add gdma stats to ethtool output for mana
2023-08-10 8:08 UTC (2+ messages)
[PATCH v7 00/15] Linux RISC-V AIA Support
2023-08-10 8:08 UTC (3+ messages)
` [PATCH v7 11/15] dt-bindings: interrupt-controller: Add RISC-V advanced PLIC
[PATCH v5 0/2] pinctrl: nuvoton: add pinmux and GPIO driver for NPCM8XX
2023-08-10 8:06 UTC (2+ messages)
[PATCH net 0/6] There are some bugfix for the HNS3 ethernet driver
2023-08-10 8:06 UTC (8+ messages)
` [PATCH net 5/6] net: hns3: fix wrong print link down up
[PATCH] input: keyboard: Add sprd-keypad driver
2023-08-10 8:05 UTC (5+ messages)
[PATCH 0/5] Share sva domains with all devices bound to a mm
2023-08-10 7:52 UTC (13+ messages)
` [PATCH 2/5] iommu: Call helper function to get assigned pasid value
error: A dwo section may not contain relocations
2023-08-10 7:48 UTC (3+ messages)
[PATCH 0/9] sched: Use lock guards, wave 1
2023-08-10 8:03 UTC (5+ messages)
` [PATCH 5/9] sched: Simplify ttwu()
[patch V3 19/40] x86/apic: Use u32 for wakeup_secondary_cpu[_64]()
2023-08-10 7:58 UTC (2+ messages)
[PATCH 1/4] ARM: dts: st: stm32mp157c-emstamp: drop incorrect vref_ddr property
2023-08-10 8:02 UTC (3+ messages)
` [PATCH 3/4] AMR: dts: st: ste: switch to enable-gpios
[PATCH v2] pinctrl: mcp23s08: check return value of devm_kasprintf()
2023-08-10 7:56 UTC (2+ messages)
[PATCH] rust: macros: add `paste!` proc macro
2023-08-10 7:56 UTC (6+ messages)
[PATCH 1/2] ARM: dts: st: href-tvk1281618: fix touchscreen VIO supply
2023-08-10 7:54 UTC (4+ messages)
` [PATCH 2/2] ARM: dts: st: href-tvk1281618: correct touchscreen syna,nosleep-mode
[PATCH v3] PCI/DOE: Expose the DOE protocols via sysfs
2023-08-10 7:48 UTC (5+ messages)
[PATCH 0/2] Bail out in __stack_depot_save() if the stack_table is not allocated and delete the kmemleak_initialized judgment in set_track_prepare()
2023-08-10 7:47 UTC (3+ messages)
` [PATCH 1/2] lib/stackdepot: Bail out in __stack_depot_save() if the stack_table is not allocated
` [PATCH 2/2] mm/kmemleak: No need to check kmemleak_initialized in set_track_prepare()
[PATCH v2 01/11] ASoC: dt-bindings: Add common sound card properties
2023-08-10 7:47 UTC (3+ messages)
` [PATCH v2 02/11] ASoC: dt-bindings: mediatek,mt8188-mt6359: use common sound card
[-next v1 0/1] Fix StarFive JH7110 gmac TCP RX speed issue
2023-08-10 7:46 UTC (2+ messages)
` [-next v1 1/1] riscv: dts: starfive: jh7110: Fix GMAC configuration
[PATCH v2] gpio: gpio-imx-scu: Use ARRAY_SIZE for array length
2023-08-10 7:46 UTC
[GIT PULL]: dmaengine fixes for v6.5
2023-08-10 7:46 UTC
[PATCH net] net: hns3: fix strscpy causing content truncation issue
2023-08-10 7:45 UTC (3+ messages)
[PATCH v3 6/7] sched: Implement shared runqueue in CFS
2023-08-10 7:41 UTC (2+ messages)
[PATCH v7 0/6] Per-VMA lock support for swap and userfaults
2023-08-10 7:40 UTC (11+ messages)
[PATCH 1/2] devicetree: bindings: Add keypad driver ducumentation
2023-08-10 7:41 UTC (5+ messages)
[PATCH V8 0/9] Enable Wifi RFI interference mitigation feature support
2023-08-10 7:38 UTC (10+ messages)
` [PATCH V8 1/9] drivers core: Add support for Wifi band RF mitigations
` [PATCH V8 2/9] drivers core: add ACPI based WBRF mechanism introduced by AMD
` [PATCH V8 3/9] cfg80211: expose nl80211_chan_width_to_mhz for wide sharing
` [PATCH V8 4/9] wifi: mac80211: Add support for WBRF features
` [PATCH V8 5/9] drm/amd/pm: update driver_if and ppsmc headers for coming wbrf feature
` [PATCH V8 6/9] drm/amd/pm: setup the framework to support Wifi RFI mitigation feature
` [PATCH V8 7/9] drm/amd/pm: add flood detection for wbrf events
` [PATCH V8 8/9] drm/amd/pm: enable Wifi RFI mitigation feature support for SMU13.0.0
` [PATCH V8 9/9] drm/amd/pm: enable Wifi RFI mitigation feature support for SMU13.0.7
[PATCH v2] Hexagon: Make pfn accessors statics inlines
2023-08-10 7:41 UTC
[PATCH v3 0/2] csky: Convert memory accessors to static inlines
2023-08-10 7:40 UTC (3+ messages)
` [PATCH v3 1/2] csky: Cast argument to virt_to_pfn() to (void *)
` [PATCH v3 2/2] csky: Make pfn accessors static inlines
[PATCH] i3c/master: cmd_v1: Fix the exit criteria for the daa procedure
2023-08-10 7:38 UTC (2+ messages)
[PATCH v5 1/1] drm/doc: Document DRM device reset expectations
2023-08-10 7:33 UTC (7+ messages)
[PATCH v2] KVM/arm64: reconfigurate the event filters for guest context
2023-08-10 7:29 UTC
[RFT][PATCH v2 0/3] cpuidle: teo: Do not check timers unconditionally every time
2023-08-10 7:27 UTC (7+ messages)
[PATCH 3/3] gpio: sprd: Add clear interrupt
2023-08-10 7:27 UTC (3+ messages)
[PATCH] x86/xen: Make virt_to_pfn() a static inline
2023-08-10 7:27 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