All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-28 07:26:39 to 2024-10-28 07:43:44 UTC [more...]

[PATCH 00/21] hrtimers: Switch to new hrtimer interface functions (1/5)
 2024-10-28  7:29 UTC  (22+ messages)
` [PATCH 01/21] hrtimers: Add missing hrtimer_init event trace points
` [PATCH 02/21] hrtimers: Remove unused hrtimer_init_sleeper()
` [PATCH 03/21] drm/i915/request: Remove unnecessary abuse of hrtimer::function
` [PATCH 04/21] KVM: x86/xen: Initialize hrtimer in kvm_xen_init_vcpu()
` [PATCH 05/21] can: bcm: Don't initialized an unused hrtimer
` [PATCH 06/21] wifi: rt2x00: Remove redundant hrtimer_init()
` [PATCH 07/21] io_uring: Remove redundant hrtimer's callback function setup
` [PATCH 08/21] hrtimers: Introduce hrtimer_setup() to replace hrtimer_init()
` [PATCH 09/21] hrtimers: Introduce hrtimer_setup_on_stack()
` [PATCH 10/21] hrtimers: Introduce hrtimer_setup_sleeper_on_stack()
` [PATCH 11/21] hrtimers: Introduce hrtimer_update_function()
` [PATCH 12/21] fs/aio: Switch to use hrtimer_setup_sleeper_on_stack()
` [PATCH 13/21] futex: "
` [PATCH 14/21] net: pktgen: "
` [PATCH 15/21] timers: "
` [PATCH 16/21] wait: "
` [PATCH 17/21] hrtimers: Delete hrtimer_init_sleeper_on_stack()
` [PATCH 18/21] sched/idle: Switch to use hrtimer_setup_on_stack()
` [PATCH 19/21] io_uring: "
` [PATCH 20/21] alarmtimer: Switch to use hrtimer_setup() and hrtimer_setup_on_stack()
` [PATCH 21/21] hrtimers: Delete hrtimer_init_on_stack()

[PATCH] drm/rockchip: vop2: Don't spam logs in atomic update
 2024-10-28  7:41 UTC  (2+ messages)

Plan needed for switching m68k to 32-bit alignment
 2024-10-28  7:43 UTC  (14+ messages)

[Bug 219433] New: RIP: 0010:btusb_suspend+0x1b/0x1d0 [btusb]
 2024-10-28  7:43 UTC  (3+ messages)
` [Bug 219433] "

[PATCH] ffmpeg: Package example files in ffmpeg-examples
 2024-10-28  7:34 UTC  (3+ messages)
` [OE-core] "

[PATCH 0/6] Improvements and Enhancements for AD5791 DAC Driver
 2024-10-28  7:42 UTC  (3+ messages)
` [PATCH 1/6] dt-bindings: iio: dac: ad5791: Add optional reset, clr and ldac gpios

[PATCH v1 0/9] Add Nuvoton NCT6694 MFD devices
 2024-10-28  7:42 UTC  (16+ messages)
` [PATCH v1 1/9] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v1 6/9] hwmon: Add Nuvoton NCT6694 HWMON support

[PATCH 0/2] Add Support for LTC4296-1
 2024-10-28  7:42 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: hwmon: add ltc4296-1 support

[PATCH v2 0/2] riscv: spacemit: add i2c support to K1 SoC
 2024-10-28  7:38 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: i2c: spacemit: add support for "

[PATCH v3 0/3] linux-headers: Update to Linux v6.12-rc5
 2024-10-28  7:39 UTC  (3+ messages)
` [PATCH v3 1/3] linux-headers: Add unistd_64.h

[PATCH linux-next v8] Docs/zh_CN: Translate physical_memory.rst to Simplified Chinese
 2024-10-28  7:38 UTC  (2+ messages)

[PATCH v2 01/10] dma-engine: sun4i: Add a quirk to support different chips
 2024-10-28  7:37 UTC  (4+ messages)
` [PATCH v2 02/10] dma-engine: sun4i: Add has_reset option to quirk

[PATCH v3] dt-bindings: pinctrl: convert pinctrl-mcp23s08.txt to yaml format
 2024-10-28  7:36 UTC  (2+ messages)

[meta-virtualization][PATCH] openvswitch: 3.3.2
 2024-10-28  7:38 UTC  (2+ messages)
` [meta-virtualization][PATCH] lxc: don't allow named listening IPv6 address on lxcbrX network interface

[PATCH 00/12] hrtimers: Switch to new hrtimer interface functions (5/5)
 2024-10-28  7:35 UTC  (13+ messages)
` [PATCH 01/12] hrtimers: Delete hrtimer_init()
` [PATCH 02/12] hrtimers: Switch to use __htimer_setup()
` [PATCH 03/12] hrtimers: Merge __hrtimer_init() into __hrtimer_setup()
` [PATCH 04/12] serial: xilinx_uartps: Use helper function hrtimer_update_function()
` [PATCH 05/12] io_uring: "
` [PATCH 06/12] wifi: rt2x00: Switch to use hrtimer_update_function()
` [PATCH 07/12] hrtimers: Make callback function pointer private
` [PATCH 08/12] hrtimers: Remove unnecessary NULL check in hrtimer_start_range_ns()
` [PATCH 09/12] hrtimers: Rename __hrtimer_init_sleeper() to __hrtimer_setup_sleeper()
` [PATCH 10/12] hrtimers: Rename debug_init() to debug_setup()
` [PATCH 11/12] hrtimers: Rename debug_init_on_stack() to debug_setup_on_stack()
` [PATCH 12/12] tracing/timers: Rename hrtimer_init event to hrtimer_setup

[PATCH v5 00/18] modify code as suggested by the maintainer
 2024-10-28  7:31 UTC  (19+ messages)
` [PATCH v5 01/18] net/r8169: add PMD driver skeleton
` [PATCH v5 02/18] net/r8169: add logging structure
` [PATCH v5 03/18] net/r8169: add hardware registers access routines
` [PATCH v5 04/18] net/r8169: implement core logic for Tx/Rx
` [PATCH v5 05/18] net/r8169: add support for hw config
` [PATCH v5 06/18] net/r8169: add phy registers access routines
` [PATCH v5 07/18] net/r8169: add support for hardware operations
` [PATCH v5 08/18] net/r8169: add support for phy configuration
` [PATCH v5 09/18] net/r8169: add support for hw initialization
` [PATCH v5 10/18] net/r8169: add link status and interrupt management
` [PATCH v5 11/18] net/r8169: implement Rx path
` [PATCH v5 12/18] net/r8169: implement Tx path
` [PATCH v5 13/18] net/r8169: implement device statistics
` [PATCH v5 14/18] net/r8169: implement promisc and allmulti modes
` [PATCH v5 15/18] net/r8169: implement MTU configuration
` [PATCH v5 16/18] net/r8169: add support for getting fw version
` [PATCH v5 17/18] net/r8169: add driver_start and driver_stop
` [PATCH v5 18/18] doc/guides/nics: add documents for r8169 pmd

[PATCH 00/44] hrtimers: Switch to new hrtimer interface functions (4/5)
 2024-10-28  7:35 UTC  (45+ messages)
` [PATCH 01/44] USB: chipidea: Switch to use hrtimer_setup()
` [PATCH 02/44] usb: dwc2: "
` [PATCH 03/44] usb: fotg210-hcd: "
` [PATCH 04/44] usb: gadget: "
` [PATCH 05/44] usb: ehci: "
` [PATCH 06/44] usb: musb: cppi41: "
` [PATCH 07/44] usb: typec: tcpm: "
` [PATCH 08/44] serial: 8250: "
` [PATCH 09/44] serial: imx: "
` [PATCH 10/44] serial: sh-sci: "
` [PATCH 11/44] serial: xilinx_uartps: "
` [PATCH 12/44] scsi: "
` [PATCH 13/44] rtc: class: "
` [PATCH 14/44] pps: generators: pps_gen_parport: "
` [PATCH 15/44] powercap: "
` [PATCH 16/44] power: supply: ab8500_chargalg: "
` [PATCH 17/44] power: reset: ltc2952-poweroff: "
` [PATCH 18/44] drivers: perf: "
` [PATCH 19/44] ntb: ntb_pingpong: "
` [PATCH 20/44] mmc: dw_mmc: "
` [PATCH 21/44] misc: vcpu_stall_detector: "
` [PATCH 22/44] media: "
` [PATCH 23/44] mailbox: "
` [PATCH 24/44] leds: trigger: pattern: "
` [PATCH 25/44] Input: "
` [PATCH 26/44] iio: "
` [PATCH 27/44] i2c: "
` [PATCH 28/44] stm class: heartbeat: "
` [PATCH 29/44] drm/amdgpu: "
` [PATCH 30/44] drm/i915/huc: "
` [PATCH 31/44] drm/i915/gvt: "
` [PATCH 32/44] drm/i915/perf: "
` [PATCH 33/44] drm/i915/pmu: "
` [PATCH 34/44] drm/i915/uncore: "
` [PATCH 35/44] drm/i915/request: "
` [PATCH 36/44] drm/msm: "
` [PATCH 37/44] drm/vkms: "
` [PATCH 38/44] drm/xe/oa: "
` [PATCH 39/44] drm/vmwgfx: "
` [PATCH 40/44] virtio: mem: "
` [PATCH 41/44] RDMA: "
` [PATCH 42/44] pwm: gpio: "
` [PATCH 43/44] ASoC: fsl: imx-pcm-fiq: "
` [PATCH 44/44] ALSA: "

[PATCH 0/2] zram: IDLE flag handling fixes
 2024-10-28  7:34 UTC  (3+ messages)
` [PATCH 1/2] zram: clear IDLE flag after recompression
` [PATCH 2/2] zram: clear IDLE flag in mark_idle()

[PATCH v3 00/10] Add support for Exynos9810 SoC and Samsung Galaxy S9 (SM-G960F)
 2024-10-28  7:30 UTC  (3+ messages)
` [PATCH v3 08/10] pinctrl: samsung: Add Exynos9810 SoC specific data

[PATCH 00/24] hrtimers: Switch to new hrtimer interface functions (3/5)
 2024-10-28  7:34 UTC  (25+ messages)
` [PATCH 01/24] netdev: Switch to use hrtimer_setup()
` [PATCH 02/24] net/sched: "
` [PATCH 03/24] mac802154: "
` [PATCH 04/24] tcp: "
` [PATCH 05/24] can: m_can: "
` [PATCH 06/24] can: mcp251xfd: "
` [PATCH 07/24] can: "
` [PATCH 08/24] net: ethernet: ti: "
` [PATCH 09/24] net: ethernet: cortina: "
` [PATCH 10/24] net: ethernet: ec_bhf: "
` [PATCH 11/24] net: ethernet: hisilicon: "
` [PATCH 12/24] net: sparx5: "
` [PATCH 13/24] net: ieee802154: at86rf230: "
` [PATCH 14/24] net: mvpp2: "
` [PATCH 15/24] net: qualcomm: rmnet: "
` [PATCH 16/24] net: stmmac: "
` [PATCH 17/24] net: fec: "
` [PATCH 18/24] net: wwan: iosm: "
` [PATCH 19/24] net/cdc_ncm: "
` [PATCH 20/24] wifi: "
` [PATCH 21/24] wifi: rt2x00: "
` [PATCH 22/24] igc: "
` [PATCH 23/24] octeontx2-pf: "
` [PATCH 24/24] xfrm: "

[PATCH 1/1] configs: visionfive2: enable CONFIG_CMD_ERASEENV
 2024-10-28  7:33 UTC  (2+ messages)

[RFC v3 0/4] Add video encoder ROI ctrls
 2024-10-28  7:33 UTC  (3+ messages)
` [RFC v3 2/4] media: vivid: Add an rectangle control

[PATCH 0/2] xhci: Fix the NEC stop bug workaround
 2024-10-28  7:33 UTC  (2+ messages)

[PATCH] [net] net: wwan: t7xx: Change PM_AUTOSUSPEND_MS to 5000
 2024-10-28  7:30 UTC 

[PATCH] Hitshield : Something new eviction process for MGLRU
 2024-10-28  7:32 UTC  (3+ messages)

[PATCH] media: dw100: Enable dynamic vertex map
 2024-10-28  7:32 UTC  (5+ messages)

fuse: auto_inval_data in writethrough mode
 2024-10-28  7:32 UTC 

[PATCH 00/31] hrtimers: Switch to new hrtimer interface functions (2/5)
 2024-10-28  7:32 UTC  (32+ messages)
` [PATCH 01/31] KVM: MIPS: Switch to use hrtimer_setup()
` [PATCH 02/31] KVM: PPC: "
` [PATCH 03/31] KVM: s390: "
` [PATCH 04/31] KVM: x86: "
` [PATCH 05/31] KVM: arm64: "
` [PATCH 06/31] LoongArch: KVM: "
` [PATCH 07/31] riscv: kvm: "
` [PATCH 08/31] ARM: imx: "
` [PATCH 09/31] ARM: 8611/1: l2x0: "
` [PATCH 10/31] powerpc/watchdog: "
` [PATCH 11/31] perf/x86: "
` [PATCH 12/31] s390/ap_bus: "
` [PATCH 13/31] sched: "
` [PATCH 14/31] rcu: "
` [PATCH 15/31] lib: test_objpool: "
` [PATCH 16/31] io_uring/timeout: "
` [PATCH 17/31] fork: "
` [PATCH 18/31] perf: "
` [PATCH 19/31] timerfd: "
` [PATCH 20/31] time: Switch to hrtimer_setup()
` [PATCH 21/31] bpf: Switch to use hrtimer_setup()
` [PATCH 22/31] ubifs: "
` [PATCH 23/31] watchdog: "
` [PATCH 24/31] tracing/osnoise: "
` [PATCH 25/31] block, bfq: "
` [PATCH 26/31] ata: pata_octeon_cf: "
` [PATCH 27/31] blk_iocost: "
` [PATCH 28/31] PM: runtime: "
` [PATCH 29/31] PM / devfreq: rockchip-dfi: "
` [PATCH 30/31] null_blk: "
` [PATCH 31/31] hwrng: timeriomem: "

[PATCH v2 02/10] dma-engine: sun4i: Add has_reset option to quirk
 2024-10-28  7:31 UTC  (4+ messages)
` [PATCH v3 "

[PATCH V5 0/6] Add minimal boot support for IPQ5424
 2024-10-28  7:29 UTC  (3+ messages)
` [PATCH V5 2/6] dt-bindings: clock: Add Qualcomm IPQ5424 GCC binding

[Outreachy][proposal]: Finish adding a 'os-version' capability to Git protocol v2
 2024-10-28  7:30 UTC  (5+ messages)

[Outreachy] My Final Application
 2024-10-28  7:28 UTC  (4+ messages)

[PATCH 1/1] riscv: add missing linefeed in error message
 2024-10-28  7:27 UTC  (2+ messages)

[PATCH for-next v8 0/6] On-Demand Paging on SoftRoCE
 2024-10-28  7:25 UTC  (4+ messages)
` [PATCH for-next v8 3/6] RDMA/rxe: Add page invalidation support

[PATCH 0/3] ASoC: Intel: add rt722 and rt1320 support
 2024-10-28  7:26 UTC  (4+ messages)
` [PATCH 1/3] ASoC: sdw_utils: Add quirk to exclude amplifier function
` [PATCH 2/3] ASoC: intel: sof_sdw: add quirk for Dell SKU
` [PATCH 3/3] ASoC: Intel: soc-acpi-intel-arl-match: Add rt722 and rt1320 support


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.