[PATCH 2/2] module: add support to avoid duplicates early on load
2023-06-04 14:26 UTC (18+ messages)
[PATCH 5.15 00/35] 5.15.115-rc3 review
2023-06-04 13:18 UTC (5+ messages)
[PATCH 5.15 00/37] 5.15.115-rc2 review
2023-06-03 14:36 UTC (13+ messages)
[PATCH 6.3 00/45] 6.3.6-rc1 review
2023-06-02 22:36 UTC (55+ messages)
` [PATCH 6.3 01/45] firmware: arm_scmi: Fix incorrect alloc_workqueue() invocation
` [PATCH 6.3 02/45] firmware: arm_ffa: Fix usage of partition info get count flag
` [PATCH 6.3 03/45] spi: spi-geni-qcom: Select FIFO mode for chip select
` [PATCH 6.3 04/45] coresight: perf: Release Coresight path when alloc trace id failed
` [PATCH 6.3 05/45] ARM: dts: imx6ull-dhcor: Set and limit the mode for PMIC buck 1, 2 and 3
` [PATCH 6.3 06/45] selftests/bpf: Fix pkg-config call building sign-file
` [PATCH 6.3 07/45] power: supply: rt9467: Fix passing zero to dev_err_probe
` [PATCH 6.3 08/45] platform/x86/amd/pmf: Fix CnQF and auto-mode after resume
` [PATCH 6.3 09/45] bpf: netdev: init the offload table earlier
` [PATCH 6.3 10/45] gpiolib: fix allocation of mixed dynamic/static GPIOs
` [PATCH 6.3 11/45] tls: rx: device: fix checking decryption status
` [PATCH 6.3 12/45] tls: rx: strp: set the skb->len of detached / CoWed skbs
` [PATCH 6.3 13/45] tls: rx: strp: fix determining record length in copy mode
` [PATCH 6.3 14/45] tls: rx: strp: force mixed decrypted records into "
` [PATCH 6.3 15/45] tls: rx: strp: factor out copying skb data
` [PATCH 6.3 16/45] tls: rx: strp: preserve decryption status of skbs when needed
` [PATCH 6.3 17/45] tls: rx: strp: dont use GFP_KERNEL in softirq context
` [PATCH 6.3 18/45] net: fec: add dma_wmb to ensure correct descriptor values
` [PATCH 6.3 19/45] cxl/port: Fix NULL pointer access in devm_cxl_add_port()
` [PATCH 6.3 20/45] ASoC: Intel: avs: Fix module lookup
` [PATCH 6.3 21/45] drm/i915: Move shared DPLL disabling into CRTC disable hook
` [PATCH 6.3 22/45] drm/i915: Disable DPLLs before disconnecting the TC PHY
` [PATCH 6.3 23/45] drm/i915: Fix PIPEDMC disabling for a bigjoiner configuration
` [PATCH 6.3 24/45] net/mlx5e: TC, Fix using eswitch mapping in nic mode
` [PATCH 6.3 25/45] Revert "net/mlx5: Expose steering dropped packets counter"
` [PATCH 6.3 26/45] Revert "net/mlx5: Expose vnic diagnostic counters for eswitch managed vports"
` [PATCH 6.3 27/45] net/mlx5: E-switch, Devcom, sync devcom events and devcom comp register
` [PATCH 6.3 28/45] gpio-f7188x: fix chip name and pin count on Nuvoton chip
` [PATCH 6.3 29/45] bpf, sockmap: Pass skb ownership through read_skb
` [PATCH 6.3 30/45] bpf, sockmap: Convert schedule_work into delayed_work
` [PATCH 6.3 31/45] bpf, sockmap: Reschedule is now done through backlog
` [PATCH 6.3 32/45] bpf, sockmap: Improved check for empty queue
` [PATCH 6.3 33/45] bpf, sockmap: Handle fin correctly
` [PATCH 6.3 34/45] bpf, sockmap: TCP data stall on recv before accept
` [PATCH 6.3 35/45] bpf, sockmap: Wake up polling after data copy
` [PATCH 6.3 36/45] bpf, sockmap: Incorrectly handling copied_seq
` [PATCH 6.3 37/45] blk-wbt: fix that wbt cant be disabled by default
` [PATCH 6.3 38/45] blk-mq: fix race condition in active queue accounting
` [PATCH 6.3 39/45] vfio/type1: check pfn valid before converting to struct page
` [PATCH 6.3 40/45] cpufreq: amd-pstate: Remove fast_switch_possible flag from active driver
` [PATCH 6.3 41/45] net: phy: mscc: enable VSC8501/2 RGMII RX clock
` [PATCH 6.3 42/45] bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()
` [PATCH 6.3 43/45] cpufreq: amd-pstate: Update policy->cur in amd_pstate_adjust_perf()
` [PATCH 6.3 44/45] cpufreq: amd-pstate: Add ->fast_switch() callback
` [PATCH 6.3 45/45] netfilter: ctnetlink: Support offloaded conntrack entry deletion
[PATCH 6.1 00/39] 6.1.32-rc2 review
2023-06-02 22:35 UTC (10+ messages)
[PATCH 5.10 00/22] 5.10.182-rc1 review
2023-06-02 22:34 UTC (6+ messages)
[PATCH 5.4 00/16] 5.4.245-rc1 review
2023-06-02 22:33 UTC (7+ messages)
[PATCH 6.3 000/364] 6.3.4-rc1 review
2023-06-02 18:35 UTC (3+ messages)
` [PATCH 6.3 145/364] staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICE
[PATCH v2 0/8] rust: workqueue: add bindings for the workqueue
2023-06-02 16:32 UTC (35+ messages)
` [PATCH v2 1/8] rust: workqueue: add low-level workqueue bindings
` [PATCH v2 2/8] rust: add offset_of! macro
` [PATCH v2 3/8] rust: sync: add `Arc::{from_raw, into_raw}`
` [PATCH v2 4/8] rust: workqueue: define built-in queues
` [PATCH v2 5/8] rust: workqueue: add helper for defining work_struct fields
` [PATCH v2 6/8] rust: workqueue: implement `WorkItemPointer` for pointer types
` [PATCH v2 7/8] rust: workqueue: add `try_spawn` helper method
` [PATCH v2 8/8] rust: workqueue: add examples
[PATCH] drm/i915/pxp: Fix size_t format specifier in gsccs_send_message()
2023-06-02 15:17 UTC (3+ messages)
` [Intel-gfx] "
[PATCH v1 4/7] rust: workqueue: define built-in queues
2023-06-02 10:23 UTC (3+ messages)
[PATCH 0/2] drm/i915/gt: Fix recent kCFI violations
2023-06-02 1:03 UTC (2+ messages)
[PATCH] tmpfs.5: extend with new noswap documentation
2023-06-01 23:54 UTC (2+ messages)
[PATCH 6.1 00/42] 6.1.32-rc1 review
2023-06-01 20:33 UTC (49+ messages)
` [PATCH 6.1 01/42] inet: Add IP_LOCAL_PORT_RANGE socket option
` [PATCH 6.1 02/42] ipv{4,6}/raw: fix output xfrm lookup wrt protocol
` [PATCH 6.1 03/42] firmware: arm_ffa: Fix usage of partition info get count flag
` [PATCH 6.1 04/42] selftests/bpf: Fix pkg-config call building sign-file
` [PATCH 6.1 05/42] platform/x86/amd/pmf: Fix CnQF and auto-mode after resume
` [PATCH 6.1 06/42] tls: rx: device: fix checking decryption status
` [PATCH 6.1 07/42] tls: rx: strp: set the skb->len of detached / CoWed skbs
` [PATCH 6.1 08/42] tls: rx: strp: fix determining record length in copy mode
` [PATCH 6.1 09/42] tls: rx: strp: force mixed decrypted records into "
` [PATCH 6.1 10/42] tls: rx: strp: factor out copying skb data
` [PATCH 6.1 11/42] tls: rx: strp: preserve decryption status of skbs when needed
` [PATCH 6.1 12/42] net/mlx5: E-switch, Devcom, sync devcom events and devcom comp register
` [PATCH 6.1 13/42] gpio-f7188x: fix chip name and pin count on Nuvoton chip
` [PATCH 6.1 14/42] bpf, sockmap: Pass skb ownership through read_skb
` [PATCH 6.1 15/42] bpf, sockmap: Convert schedule_work into delayed_work
` [PATCH 6.1 16/42] bpf, sockmap: Reschedule is now done through backlog
` [PATCH 6.1 17/42] bpf, sockmap: Improved check for empty queue
` [PATCH 6.1 18/42] bpf, sockmap: Handle fin correctly
` [PATCH 6.1 19/42] bpf, sockmap: TCP data stall on recv before accept
` [PATCH 6.1 20/42] bpf, sockmap: Wake up polling after data copy
` [PATCH 6.1 21/42] bpf, sockmap: Incorrectly handling copied_seq
` [PATCH 6.1 22/42] blk-mq: fix race condition in active queue accounting
` [PATCH 6.1 23/42] vfio/type1: check pfn valid before converting to struct page
` [PATCH 6.1 24/42] net: page_pool: use in_softirq() instead
` [PATCH 6.1 25/42] page_pool: fix inconsistency for page_pool_ring_[un]lock()
` [PATCH 6.1 26/42] net: phy: mscc: enable VSC8501/2 RGMII RX clock
` [PATCH 6.1 27/42] wifi: rtw89: correct 5 MHz mask setting
` [PATCH 6.1 28/42] wifi: iwlwifi: mvm: support wowlan info notification version 2
` [PATCH 6.1 29/42] wifi: iwlwifi: mvm: fix potential memory leak
` [PATCH 6.1 30/42] RDMA/rxe: Fix the error "trying to register non-static key in rxe_cleanup_task"
` [PATCH 6.1 31/42] dmaengine: at_xdmac: disable/enable clock directly on suspend/resume
` [PATCH 6.1 32/42] dmaengine: at_xdmac: do not resume channels paused by consumers
` [PATCH 6.1 33/42] dmaengine: at_xdmac: restore the content of grws register
` [PATCH 6.1 34/42] octeontx2-af: Add validation for lmac type
` [PATCH 6.1 35/42] drm/amd: Dont allow s0ix on APUs older than Raven
` [PATCH 6.1 36/42] bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()
` [PATCH 6.1 37/42] Revert "thermal/drivers/mellanox: Use generic thermal_zone_get_trip() function"
` [PATCH 6.1 38/42] block: fix bio-cache for passthru IO
` [PATCH 6.1 39/42] cpufreq: amd-pstate: Update policy->cur in amd_pstate_adjust_perf()
` [PATCH 6.1 40/42] cpufreq: amd-pstate: Add ->fast_switch() callback
` [PATCH 6.1 41/42] netfilter: ctnetlink: Support offloaded conntrack entry deletion
` [PATCH 6.1 42/42] tools headers UAPI: Sync the linux/in.h with the kernel sources
[PATCH v2] zswap: Avoid uninitialized use of ret in zswap_frontswap_store()
2023-06-01 19:21 UTC (3+ messages)
[PATCH] zswap: Avoid uninitialized use of ret in zswap_frontswap_store()
2023-06-01 18:46 UTC (5+ messages)
[PATCH 5.15 00/42] 5.15.115-rc1 review
2023-06-01 14:12 UTC (5+ messages)
` [PATCH 5.15 33/42] page_pool: fix inconsistency for page_pool_ring_[un]lock()
` [PATCH 5.15 41/42] ipv{4,6}/raw: fix output xfrm lookup wrt protocol
` [PATCH 5.15 42/42] netfilter: ctnetlink: Support offloaded conntrack entry deletion
page: next (older)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).