linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-11 13:15:55 to 2021-02-11 16:09:02 UTC [more...]

[PATCH 5.4 00/24] 5.4.98-rc1 review
 2021-02-11 15:02 UTC  (16+ messages)
` [PATCH 5.4 02/24] af_key: relax availability checks for skb size calculation
` [PATCH 5.4 04/24] mac80211: 160MHz with extended NSS BW in CSA
` [PATCH 5.4 05/24] ASoC: Intel: Skylake: Zero snd_ctl_elem_value
` [PATCH 5.4 07/24] pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process()
` [PATCH 5.4 08/24] ASoC: ak4458: correct reset polarity
` [PATCH 5.4 10/24] iwlwifi: mvm: take mutex for calling iwl_mvm_get_sync_time()
` [PATCH 5.4 11/24] iwlwifi: pcie: add a NULL check in iwl_pcie_txq_unmap
` [PATCH 5.4 17/24] i2c: mediatek: Move suspend and resume handling to NOIRQ phase
` [PATCH 5.4 18/24] blk-cgroup: Use cond_resched() when destroy blkgs
` [PATCH 5.4 19/24] regulator: Fix lockdep warning resolving supplies
` [PATCH 5.4 20/24] bpf: Fix 32 bit src register truncation on div/mod
` [PATCH 5.4 21/24] Fix unsynchronized access to sev members through svm_register_enc_region
` [PATCH 5.4 22/24] squashfs: add more sanity checks in id lookup
` [PATCH 5.4 23/24] squashfs: add more sanity checks in inode lookup
` [PATCH 5.4 24/24] squashfs: add more sanity checks in xattr id lookup

[PATCH 4.19 00/24] 4.19.176-rc1 review
 2021-02-11 15:02 UTC  (13+ messages)
` [PATCH 4.19 02/24] block: fix NULL pointer dereference in register_disk
` [PATCH 4.19 03/24] fgraph: Initialize tracing_graph_pause at task creation
` [PATCH 4.19 11/24] iwlwifi: pcie: add a NULL check in iwl_pcie_txq_unmap
` [PATCH 4.19 12/24] iwlwifi: pcie: fix context info memory leak
` [PATCH 4.19 13/24] iwlwifi: mvm: guard against device removal in reprobe
` [PATCH 4.19 14/24] SUNRPC: Move simple_get_bytes and simple_get_netobj into private header
` [PATCH 4.19 15/24] SUNRPC: Handle 0 length opaque XDR object data properly
` [PATCH 4.19 16/24] lib/string: Add strscpy_pad() function
` [PATCH 4.19 17/24] include/trace/events/writeback.h: fix -Wstringop-truncation warnings
` [PATCH 4.19 18/24] memcg: fix a crash in wb_workfn when a device disappears
` [PATCH 4.19 19/24] Fix unsynchronized access to sev members through svm_register_enc_region
` [PATCH 4.19 20/24] block: dont hold q->sysfs_lock in elevator_init_mq

[PATCH ghak124 v3] audit: log nftables configuration change events
 2021-02-11 15:16 UTC  (2+ messages)

[PATCH] arm64: Fix warning in mte_get_random_tag()
 2021-02-11 15:10 UTC  (3+ messages)

[PATCH 5.10 00/54] 5.10.16-rc1 review
 2021-02-11 15:02 UTC  (25+ messages)
` [PATCH 5.10 05/54] io_uring: always batch cancel in *cancel_files()
` [PATCH 5.10 06/54] io_uring: fix files cancellation
` [PATCH 5.10 07/54] io_uring: account io_uring internal files as REQ_F_INFLIGHT
` [PATCH 5.10 08/54] io_uring: if we see flush on exit, cancel related tasks
` [PATCH 5.10 09/54] io_uring: fix __io_uring_files_cancel() with TASK_UNINTERRUPTIBLE
` [PATCH 5.10 10/54] io_uring: replace inflight_wait with tctx->wait
` [PATCH 5.10 22/54] drm/nouveau/nvif: fix method count when pushing an array
` [PATCH 5.10 23/54] mac80211: 160MHz with extended NSS BW in CSA
` [PATCH 5.10 26/54] pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process()
` [PATCH 5.10 27/54] pNFS/NFSv4: Improve rejection of out-of-order layouts
` [PATCH 5.10 31/54] iwlwifi: mvm: skip power command when unbinding vif during CSA
` [PATCH 5.10 32/54] iwlwifi: mvm: take mutex for calling iwl_mvm_get_sync_time()
` [PATCH 5.10 40/54] SUNRPC: Handle 0 length opaque XDR object data properly
` [PATCH 5.10 41/54] i2c: mediatek: Move suspend and resume handling to NOIRQ phase
` [PATCH 5.10 42/54] blk-cgroup: Use cond_resched() when destroy blkgs
` [PATCH 5.10 43/54] regulator: Fix lockdep warning resolving supplies
` [PATCH 5.10 44/54] bpf: Fix verifier jmp32 pruning decision logic
` [PATCH 5.10 45/54] bpf: Fix 32 bit src register truncation on div/mod
` [PATCH 5.10 46/54] bpf: Fix verifier jsgt branch analysis on max bound
` [PATCH 5.10 47/54] drm/i915: Fix ICL MG PHY vswing handling
` [PATCH 5.10 48/54] drm/i915: Skip vswing programming for TBT
` [PATCH 5.10 49/54] nilfs2: make splice write available again
` [PATCH 5.10 50/54] Revert "mm: memcontrol: avoid workload stalls when lowering memory.high"
` [PATCH 5.10 51/54] squashfs: avoid out of bounds writes in decompressors

[RFC PATCH v4 00/17] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-02-11 15:11 UTC  (19+ messages)
` [RFC PATCH v4 02/17] af_vsock: separate wait data loop
` [RFC PATCH v4 08/17] af_vsock: update comments for stream sockets
` [RFC PATCH v4 09/17] virtio/vsock: dequeue callback for SOCK_SEQPACKET
` [RFC PATCH v4 10/17] virtio/vsock: fetch length for SEQPACKET record
` [RFC PATCH v4 12/17] virtio/vsock: rest of SOCK_SEQPACKET support
` [RFC PATCH v4 16/17] loopback/vsock: setup SEQPACKET ops for transport
` [RFC PATCH v4 17/17] virtio/vsock: simplify credit update function API

[PATCH 02/11] dt-bindings: arm: intel,keembay: limit the dtschema to root node
 2021-02-11 15:03 UTC 

[PATCH] locking/arch: Move qrwlock.h include after qspinlock.h
 2021-02-11 14:41 UTC  (4+ messages)

[PATCH v1 0/5] Enable fw_devlink=on by default
 2021-02-11 15:03 UTC  (9+ messages)

[PATCH v4 net-next 00/11] skbuff: introduce skbuff_heads bulking and reusing
 2021-02-11 14:55 UTC  (8+ messages)
` [PATCH v4 net-next 08/11] skbuff: introduce {,__}napi_build_skb() which reuses NAPI cache heads
` [PATCH v4 net-next 09/11] skbuff: allow to optionally use NAPI cache from __alloc_skb()

[PATCH v2 0/3] Add Bitstream configuration support for Versal
 2021-02-11 14:56 UTC  (3+ messages)
` [PATCH v2 2/3] dt-bindings: fpga: Add binding doc for versal fpga manager

[PATCH] PCI: Also set up legacy files only after sysfs init
 2021-02-11 14:56 UTC  (3+ messages)

[RFC PATCH 0/7] Extend regulator notification support
 2021-02-11 14:56 UTC  (3+ messages)
` [RFC PATCH 5/7] dt-bindings: regulator: bd9576 add FET ON-resistance for OCW

[PATCH] kswapd: no need reclaim cma pages triggered by unmovable allocation
 2021-02-11 11:01 UTC  (5+ messages)

[PATCH v5 0/4] USB: misc: Add onboard_usb_hub driver
 2021-02-11 14:56 UTC  (3+ messages)
` [PATCH v5 1/4] dt-bindings: usb: Add binding for discrete onboard USB hubs

[PATCH V3 1/2] dt-bindings: clk: versaclock5: Add optional load capacitance property
 2021-02-11 14:52 UTC  (4+ messages)

[perf] perf_fuzzer causes crash in intel_pmu_drain_pebs_nhm()
 2021-02-11 14:53 UTC  (3+ messages)

[PATCH v2 0/9] Introduce vfio-pci-core subsystem
 2021-02-11 14:49 UTC  (10+ messages)
` [PATCH 8/9] vfio/pci: use x86 naming instead of igd

[PATCH 1/2] include: fpga: adi-axi-common.h: add definitions for supported FPGAs
 2021-02-11 14:44 UTC  (3+ messages)
` [PATCH 2/2] clk: axi-clkgen: Add support for FPGA info

[PATCH 0/6] Support second Image Signal Processor on rk3399
 2021-02-11 14:42 UTC  (4+ messages)

[PATCH v2 0/2] usb: misc: Add support for Microchip USB5744
 2021-02-11 14:42 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: usb: misc: Add binding for Microchip usb5744 hub

linux-next: build failure after merge of the device-mapper tree
 2021-02-11 14:37 UTC  (2+ messages)

s390-linux-ld: timer-of.c:undefined reference to `iounmap'
 2021-02-11 14:41 UTC 

[PATCH v2] block: recalculate segment count for multi-segment discards correctly
 2021-02-11 14:38 UTC 

[PATCH 0/1] fix circular lockdep when staring SE guest
 2021-02-11 14:38 UTC  (11+ messages)
` [PATCH 1/1] s390/vfio-ap: fix circular lockdep when setting/clearing crypto masks

[PATCH] powerpc/bug: Remove specific powerpc BUG_ON()
 2021-02-11 14:30 UTC  (4+ messages)

[PATCH] staging: wfx: remove unused included header files
 2021-02-11 14:36 UTC 

[BUG REPORT] media: coda: mpeg4 decode corruption on i.MX6qp only
 2021-02-11 14:32 UTC  (4+ messages)

[PATCH 8/9] vfio/pci: use x86 naming instead of igd
 2021-02-11 14:30 UTC  (11+ messages)

[PATCH] lkdtm: don't move ctors to .rodata
 2021-02-11 14:23 UTC  (5+ messages)

possible deadlock in start_this_handle (2)
 2021-02-11 14:26 UTC  (12+ messages)

[PATCH for 5.4] Fix unsynchronized access to sev members through svm_register_enc_region
 2021-02-11 14:19 UTC  (2+ messages)

[PATCH v12 net-next 00/15] net: mvpp2: Add TX Flow Control support
 2021-02-11 14:19 UTC  (5+ messages)
` [PATCH v12 net-next 12/15] net: mvpp2: add BM protection underrun feature support
    ` [EXT] "

[PATCH] clk: stm32mp1: wait for LSE to become ready after enabling
 2021-02-11 14:17 UTC 

[GIT PULL] gpio: fixes for v5.11
 2021-02-11 14:18 UTC 

[PATCH v2 0/8] xen/events: bug fixes and some diagnostic aids
 2021-02-11 14:16 UTC  (5+ messages)
` [PATCH v2 4/8] xen/netback: fix spurious event detection for common event case
` [PATCH v2 5/8] xen/events: link interdomain events to associated xenbus device

[PATCH v1] clang_tools:gen_compile_commands: Change the default source directory
 2021-02-11 14:15 UTC  (6+ messages)

[PATCH v5 0/6] misc: Add Add Synopsys DesignWare xData IP driver
 2021-02-11 14:13 UTC  (10+ messages)
` [PATCH v5 1/6] misc: "
` [PATCH v5 3/6] misc: Add Synopsys DesignWare xData IP driver to Kconfig

[PATCH] cpu/hotplug: wait for cpuset_hotplug_work to finish on cpu onlining
 2021-02-11 14:09 UTC  (8+ messages)

[PATCH v2] [RFC] Invalidate BH LRU during page migration
 2021-02-11 14:09 UTC  (3+ messages)
` [PATCH v2] [RFC] mm: fs: "

[PATCH V4] mtd: rawnand: qcom: update last code word register
 2021-02-11 14:07 UTC  (3+ messages)

drivers/media/common/videobuf2/videobuf2-dma-contig.c:509:5: error: implicit declaration of function '__pfn_to_phys'
 2021-02-11 14:03 UTC 

phy_attach_direct()'s use of device_bind_driver()
 2021-02-11 14:03 UTC  (9+ messages)

[PATCH v3 0/2] Enable usage of Marvell FW SIP services
 2021-02-11 14:02 UTC  (3+ messages)
` [PATCH v3 1/2] thermal: armada: ap806: use firmware SiP services for thermal operations
` [PATCH v3 2/2] clk: mvebu: use firmware SiP service for accessing dfx register set

[PATCH v2 00/12] Device tree fixes for Armada family
 2021-02-11 14:02 UTC  (5+ messages)
` [PATCH v2 01/12] fix: arm64: dts: replace wrong regulator on ap emmc
    ` [EXT] "

[PATCH] staging: vt6656: Fixed alignment with issue in rf.c
 2021-02-11 13:45 UTC 

add a new dma_alloc_noncontiguous API v2
 2021-02-11 13:55 UTC  (11+ messages)

[PATCH] staging: wfx: avoid defining array of flexible struct
 2021-02-11 13:55 UTC  (3+ messages)

[PATCH] objtool: Fix seg fault with Clang non-section symbols
 2021-02-11 13:55 UTC  (4+ messages)
` [tip: objtool/urgent] "

arch/powerpc/lib/sstep.c:1172:21: error: variable 'suffix' set but not used
 2021-02-11 13:55 UTC 

[PATCH v2] Updated locking documentation for transaction_t
 2021-02-11 13:54 UTC 

[PATCH v2] timekeeping: Allow runtime PM from change_clocksource()
 2021-02-11 13:43 UTC 

[PATCH v4] staging: gdm724x: Fix DMA from stack
 2021-02-11 13:52 UTC  (3+ messages)

[PATCH 0/2] Enable usage of Marvell FW SIP services
 2021-02-11 13:48 UTC  (3+ messages)
` [PATCH 1/2] thermal: armada: ap806: use firmware SiP services for thermal operations
` [PATCH 2/2] clk: mvebu: use firmware SiP service for accessing dfx register set

[PATCH v5 00/15] dmaengine: dw-edma: HDMA support
 2021-02-11 13:48 UTC  (10+ messages)
` [PATCH v5 05/15] dmaengine: dw-edma: Add PCIe VSEC data retrieval support
` [PATCH v5 09/15] dmaengine: dw-edma: Improve the linked list and data blocks definition
` [PATCH v5 14/15] dmaengine: dw-edma: Revert fix scatter-gather address calculation
` [PATCH v5 15/15] dmaengine: dw-edma: Add pcim_iomap_table return check

[PATCH v6 1/4] lib: vsprintf: scanf: Negative number must have field width > 1
 2021-02-11 13:48 UTC  (5+ messages)
` [PATCH v6 2/4] lib: vsprintf: Fix handling of number field widths in vsscanf
` [PATCH v6 3/4] lib: test_scanf: Add tests for sscanf number conversion

arch/m68k/68000/dragen2.c:73:16: error: 'screen_bits' undeclared
 2021-02-11 13:46 UTC 

[PATCH v1 0/9] x86/platform: Remove SFI framework and users
 2021-02-11 13:40 UTC  (10+ messages)
` [PATCH v1 1/9] media: atomisp: Remove unused header
` [PATCH v1 2/9] cpufreq: sfi-cpufreq: Remove driver for deprecated firmware
` [PATCH v1 3/9] sfi: Remove framework "
` [PATCH v1 4/9] x86/PCI: Get rid of custom x86 model comparison
` [PATCH v1 5/9] x86/PCI: Describe @reg for type1_access_ok()
` [PATCH v1 6/9] x86/platform/intel-mid: Get rid of intel_scu_ipc_legacy.h
` [PATCH v1 7/9] x86/platform/intel-mid: Drop unused __intel_mid_cpu_chip and Co
` [PATCH v1 8/9] x86/platform/intel-mid: Remove unused header inclusion in intel-mid.h
` [PATCH v1 9/9] x86/platform/intel-mid: Update Copyright year and drop file names

[PATCH 1/8] perf arm-spe: Enable sample type PERF_SAMPLE_DATA_SRC
 2021-02-11 13:41 UTC  (3+ messages)

[PATCH v2 1/6] perf arm-spe: Enable sample type PERF_SAMPLE_DATA_SRC
 2021-02-11 13:38 UTC  (6+ messages)
` [PATCH v2 2/6] perf arm-spe: Store memory address in packet
` [PATCH v2 3/6] perf arm-spe: Store operation type "
` [PATCH v2 4/6] perf arm-spe: Fill address info for samples
` [PATCH v2 5/6] perf arm-spe: Synthesize memory event
` [PATCH v2 6/6] perf arm-spe: Set sample's data source field

[PATCH v5 1/4] lib: vsprintf: scanf: Negative number must have field width > 1
 2021-02-11 13:32 UTC  (6+ messages)
` [PATCH v5 2/4] lib: vsprintf: Fix handling of number field widths in vsscanf

[PATCH v13 net-next 00/15] net: mvpp2: Add TX Flow Control support
 2021-02-11 13:31 UTC  (12+ messages)
` [PATCH v13 net-next 08/15] net: mvpp2: add FCA RXQ non occupied descriptor threshold
    ` [EXT] "
` [PATCH v13 net-next 13/15] net: mvpp2: add PPv23 RX FIFO flow control
    ` [EXT] "
` [PATCH v13 net-next 14/15] net: mvpp2: set 802.3x GoP Flow Control mode

[PATCH net-next] misc: Add Renesas Synchronization Management Unit (SMU) support
 2021-02-11 13:29 UTC  (2+ messages)

[PATCH -next] staging: ks7010: Macros with complex values
 2021-02-11 13:29 UTC  (7+ messages)

[PATCH v2] drm/msm: a6xx: Make sure the SQE microcode is safe
 2021-02-11 13:20 UTC  (2+ messages)

[PATCHv4 00/24] perf tools: Add daemon command
 2021-02-11 13:20 UTC  (3+ messages)
` [PATCH 13/24] perf daemon: Allow only one daemon over base directory

RFC: oftree based setup of composite board devices
 2021-02-11 13:15 UTC  (4+ messages)
` [RFC PATCH 12/12] platform/x86/of: add support for PC Engines APU v2/3/4 boards

[PATCH v3 0/2] s390/kvm: fix MVPG when in VSIE
 2021-02-11 13:15 UTC  (5+ messages)
` [PATCH v3 1/2] s390/kvm: extend kvm_s390_shadow_fault to return entry pointer

[PATCH 0/3] iio: core,buffer-dma: add mmap support
 2021-02-11 13:14 UTC  (3+ messages)
` [PATCH 3/3] tools: iio: add example for high-speed buffer support

[PATCH 00/15] VM: selftests: Hugepage fixes and cleanups
 2021-02-11 13:12 UTC  (5+ messages)
` [PATCH 09/15] KVM: selftests: Move per-VM GPA into perf_test_args

[PATCH 2/2] Updated locking documentation for journal_t
 2021-02-11 13:13 UTC  (5+ messages)
` [PATCH 1/2] Updated locking documentation for transaction_t

[v7 PATCH 0/12] Make shrinker's nr_deferred memcg aware
 2021-02-11 13:10 UTC  (3+ messages)
` [v7 PATCH 12/12] mm: vmscan: shrink deferred objects proportional to priority

[PATCH 1/1] staging: greybus: Added do - while in multi statement macro
 2021-02-11 13:07 UTC  (2+ messages)

[PATCH v2] platform/surface: aggregator: Fix access of unaligned value
 2021-02-11 13:06 UTC  (2+ messages)

[PATCH v4 0/2] staging: rtl8723bs: driver cleanup
 2021-02-11 13:06 UTC  (3+ messages)
` [PATCH v4 1/2] staging: rtl8723bs: fix function comments to follow kernel-doc
` [PATCH v4 2/2] staging: rtl8723bs: remove obsolete commented out code

[PATCH] platform/surface: aggregator: Fix access of unaligned value
 2021-02-11 13:04 UTC  (4+ messages)

[PATCH v4 0/8] Make fw_devlink=on more forgiving
 2021-02-11 13:05 UTC  (3+ messages)

[PATCH 1/3] regulator: pca9450: Add SD_VSEL GPIO for LDO5
 2021-02-11 13:04 UTC  (2+ messages)

[PATCH 0/3] Use clocks property in a device node
 2021-02-11 13:00 UTC  (3+ messages)
` [PATCH 2/3] Revert "ASoC: audio-graph-card: Add clocks property to endpoint node"

[PATCH][next][V2] fs/jfs: fix potential integer overflow on shift of a int
 2021-02-11 13:01 UTC 

[PATCH v4 8/8] clk: Mark fwnodes when their clock provider is added/removed
 2021-02-11 13:00 UTC  (4+ messages)
` [PATCH] clk: Mark fwnodes when their clock provider is added

[PATCH] Fix jump parsing for C++ code
 2021-02-11 12:59 UTC  (2+ messages)

Linux 4.9.256
 2021-02-11 12:58 UTC  (3+ messages)
` LINUX_VERSION_CODE overflow (was: Re: Linux 4.9.256)


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).