linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-26 14:46:26 to 2021-12-27 07:12:36 UTC [more...]

[PATCH v2 0/7] media: mtk-vcodec: few fixes
 2021-12-27  7:06 UTC  (9+ messages)
` [PATCH v2 2/7] media: mtk-vcodec: call v4l2_m2m_ctx_release first when file is released
` [PATCH v2 5/7] media: mtk-vcodec: replace func vidioc_try_fmt with two funcs for out/cap
` [PATCH v2 6/7] media: mtk-vcodec: don't check return val of mtk_venc_get_q_data
` [PATCH v2 7/7] meida: mtk-vcodec: remove unused func parameter

[PATCH] ksmbd: use F_SETLK to force vfs_file_lock() to return asynchronously
 2021-12-27  7:08 UTC  (12+ messages)

[RFC 0/2] i2c-designware: Add support for AMD PSP semaphore
 2021-12-27  7:00 UTC  (3+ messages)

[PATCH 0/3] the UART driver compatible with the Amlogic Meson S4 SoC
 2021-12-27  6:56 UTC  (4+ messages)
` [PATCH 3/3] tty: serial: meson: add UART driver compatible with S4 SoC on-chip

[PATCH v3 0/8] platform/x86: introduce p2sb_bar() helper
 2021-12-27  6:48 UTC  (3+ messages)
` [PATCH v3 4/8] pinctrl: intel: Check against matching data instead of ACPI companion

[PATCH] mfd: db8500-prcmu: remove dead code for a non-existing config
 2021-12-27  6:48 UTC 

[PATCH] usb: raw-gadget: upgrade license identifier
 2021-12-27  6:42 UTC  (8+ messages)

[PATCH] dma-buf: heaps: Fix mutex lock area and generalize struct dma_heap_attachment
 2021-12-27  6:36 UTC 

[PATCH v2 1/5] i2c: Introduce common module to instantiate CCGx UCSI
 2021-12-27  6:31 UTC  (2+ messages)

[PATCH] fsi: Aspeed: Fix a potential double free
 2021-12-27  6:29 UTC  (2+ messages)

[PATCH] Remove repeated word in vchiq log warning
 2021-12-27  6:22 UTC  (2+ messages)

[PATCH] net: bpf: handle return value of BPF_CGROUP_RUN_PROG_INET4_POST_BIND()
 2021-12-27  6:20 UTC 

[PATCH 0/3] mm: support huge vmalloc mapping on arm64/x86
 2021-12-27  6:14 UTC  (6+ messages)
` [PATCH 1/3] mm: vmalloc: Let user to control huge vmalloc default behavior

[PATCH] net: remove judgement based on gfp_flags
 2021-12-27  6:14 UTC  (3+ messages)

UBSAN: shift-out-of-bounds in nl802154_new_interface
 2021-12-27  6:09 UTC  (2+ messages)
` [syzbot] "

[PATCH V3] dt-bindings: serial: amlogic, meson-uart: support S4
 2021-12-27  5:45 UTC 

[PATCH] optee: Use bitmap_free() to free bitmap
 2021-12-27  5:36 UTC  (2+ messages)

[PATCH -next] ext4: Fix null-ptr-deref in '__ext4_journal_ensure_credits'
 2021-12-27  5:34 UTC  (2+ messages)

[PATCH v3] ext4: fix a possible ABBA deadlock dued to busy PA
 2021-12-27  5:34 UTC  (2+ messages)

[PATCH] ext4: replace snprintf in show functions with sysfs_emit
 2021-12-27  5:34 UTC  (2+ messages)

Linux 5.16-rc7
 2021-12-27  5:26 UTC  (2+ messages)

[PATCH 3/3] nvmem: add driver handling U-Boot environment variables
 2021-12-27  5:13 UTC  (2+ messages)

[BUG] fs: super: possible ABBA deadlocks in do_thaw_all_callback() and freeze_bdev()
 2021-12-27  4:39 UTC  (3+ messages)

[PATCH] Documentation: power: Update outdated contents in opp.rst
 2021-12-27  4:18 UTC  (2+ messages)

[PATCH v1] cpufreq: mediatek-hw: Fix double devm_remap in hotplug case
 2021-12-27  4:15 UTC  (3+ messages)
` [PATCH v1 1/1] "

[PATCH] iio: humidity: hdc100x: Add ACPI HID table
 2021-12-27  4:11 UTC  (2+ messages)

[PATCH -next] scsi: storvsc: Fix unsigned comparison to zero
 2021-12-27  4:04 UTC  (3+ messages)

[PATCH v2 -next] scsi: storvsc: Fix unsigned comparison to zero
 2021-12-27  4:03 UTC 

[PATCH] mm/vmstat: add events for THP max_ptes_* exceeds
 2021-12-27  3:59 UTC  (3+ messages)

[PATCH] powerpc/sysdev/of_rtc: Fix possible memory leak in of_instantiate_rtc
 2021-12-27  3:33 UTC  (2+ messages)

drivers/mmc/host/sdhci-of-aspeed-test.c:47:1: warning: the frame size of 1152 bytes is larger than 1024 bytes
 2021-12-27  3:41 UTC 

[PATCH 0/3] Some improvements on panic_print
 2021-12-27  3:14 UTC  (8+ messages)
` [PATCH 3/3] panic: Allow printing extra panic information on kdump

[PATCH] ath5k: fix OOB in ath5k_eeprom_read_pcal_info_5111
 2021-12-27  3:12 UTC 

[PATCH v6 00/15] Some bugfixs for ubi/ubifs
 2021-12-27  3:22 UTC  (16+ messages)
` [PATCH v6 01/15] ubifs: rename_whiteout: Fix double free for whiteout_ui->data
` [PATCH v6 02/15] ubifs: Fix deadlock in concurrent rename whiteout and inode writeback
` [PATCH v6 03/15] ubifs: Fix wrong number of inodes locked by ui_mutex in ubifs_inode comment
` [PATCH v6 04/15] ubifs: Add missing iput if do_tmpfile() failed in rename whiteout
` [PATCH v6 05/15] ubifs: Rename whiteout atomically
` [PATCH v6 06/15] ubifs: Fix 'ui->dirty' race between do_tmpfile() and writeback work
` [PATCH v6 07/15] ubifs: Rectify space amount budget for mkdir/tmpfile operations
` [PATCH v6 08/15] ubifs: setflags: Make dirtied_ino_d 8 bytes aligned
` [PATCH v6 09/15] ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()
` [PATCH v6 10/15] ubifs: Fix to add refcount once page is set private
` [PATCH v6 11/15] ubi: fastmap: Return error code if memory allocation fails in add_aeb()
` [PATCH v6 12/15] ubi: fastmap: Add all fastmap pebs into 'ai->fastmap' when fm->used_blocks>=2
` [PATCH v6 13/15] ubifs: ubifs_writepage: Mark page dirty after writing inode failed
` [PATCH v6 14/15] ubifs: ubifs_releasepage: Remove ubifs_assert(0) to valid this process
` [PATCH v6 15/15] ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not empty

[PATCH v2 0/2] Add a new scheme to support demotion on tiered memory system
 2021-12-27  3:09 UTC  (2+ messages)

[PATCH] [PATCH v2] atlantic: Fix buff_ring OOB in aq_ring_rx_clean
 2021-12-27  2:32 UTC 

[PATCH 00/13] riscv: compat: Add COMPAT mode support for rv64
 2021-12-27  2:29 UTC  (13+ messages)
` [PATCH 03/13] riscv: compat: Add basic compat date type implementation

[PATCH v3 0/5] erofs: support tail-packing inline compressed data
 2021-12-27  2:26 UTC  (6+ messages)
` [PATCH v3 1/5] erofs: tidy up z_erofs_lz4_decompress
` [PATCH v3 2/5] erofs: introduce z_erofs_fixup_insize

[PATCH v3 0/4] Refactor Aspeed USB vhub driver
 2021-12-27  2:07 UTC  (7+ messages)
` [PATCH v3 2/4] usb: aspeed-vhub: fix remote wakeup failure in iKVM use case

[PATCH] arm: Show real address of stack limit in __die()
 2021-12-27  1:56 UTC  (2+ messages)

[RFC PATCH] gnss: usb: add support for U-Blox NEO-M9N
 2021-12-27  1:23 UTC 

[RFC PATCH v12 00/17] dlb: introduce DLB device driver
 2021-12-27  0:40 UTC  (10+ messages)
` [RFC PATCH v12 01/17] dlb: add skeleton for DLB driver

[PATCH REPOST REPOST v2] fscache: Use only one fscache_object_cong_wait
 2021-12-27  0:20 UTC  (4+ messages)

[RFC PATCH 00/34] brcmfmac: Support Apple T2 and M1 platforms
 2021-12-26 23:34 UTC  (41+ messages)
` [PATCH 01/34] dt-bindings: net: bcm4329-fmac: Add Apple properties & chips
` [PATCH 02/34] brcmfmac: pcie: Declare missing firmware files in pcie.c
` [PATCH 03/34] brcmfmac: firmware: Support having multiple alt paths
` [PATCH 04/34] brcmfmac: firmware: Handle per-board clm_blob files
` [PATCH 05/34] brcmfmac: pcie/sdio/usb: Get CLM blob via standard firmware mechanism
` [PATCH 06/34] brcmfmac: firmware: Support passing in multiple board_types
` [PATCH 07/34] brcmfmac: pcie: Read Apple OTP information
` [PATCH 08/34] brcmfmac: of: Fetch Apple properties
` [PATCH 09/34] brcmfmac: pcie: Perform firmware selection for Apple platforms
` [PATCH 10/34] brcmfmac: firmware: Allow platform to override macaddr
` [PATCH 11/34] brcmfmac: msgbuf: Increase RX ring sizes to 1024
` [PATCH 12/34] brcmfmac: pcie: Fix crashes due to early IRQs
` [PATCH 13/34] brcmfmac: pcie: Support PCIe core revisions >= 64
` [PATCH 14/34] brcmfmac: pcie: Add IDs/properties for BCM4378
` [PATCH 15/34] ACPI / property: Support strings in Apple _DSM props
` [PATCH 16/34] brcmfmac: acpi: Add support for fetching Apple ACPI properties
` [PATCH 17/34] brcmfmac: pcie: Provide a buffer of random bytes to the device
` [PATCH 18/34] brcmfmac: pcie: Add IDs/properties for BCM4355
` [PATCH 19/34] brcmfmac: pcie: Add IDs/properties for BCM4377
` [PATCH 20/34] brcmfmac: pcie: Perform correct BCM4364 firmware selection
` [PATCH 21/34] brcmfmac: chip: Only disable D11 cores; handle an arbitrary number
` [PATCH 22/34] brcmfmac: chip: Handle 1024-unit sizes for TCM blocks
` [PATCH 23/34] brcmfmac: cfg80211: Add support for scan params v2
` [PATCH 24/34] brcmfmac: feature: Add support for setting feats based on WLC version
` [PATCH 25/34] brcmfmac: cfg80211: Add support for PMKID_V3 operations
` [PATCH 26/34] brcmfmac: cfg80211: Pass the PMK in binary instead of hex
` [PATCH 27/34] brcmfmac: pcie: Add IDs/properties for BCM4387
` [PATCH 28/34] brcmfmac: pcie: Replace brcmf_pcie_copy_mem_todev with memcpy_toio
` [PATCH 29/34] brcmfmac: pcie: Read the console on init and shutdown
` [PATCH 30/34] brcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error path
` [PATCH 31/34] brcmfmac: fwil: Constify iovar name arguments
` [PATCH 32/34] brcmfmac: common: Add support for downloading TxCap blobs
` [PATCH 33/34] brcmfmac: pcie: Load and provide "
` [PATCH 34/34] brcmfmac: common: Add support for external calibration blobs

[PATCH v2] dt-bindings: spmi: convert QCOM PMIC SPMI bindings to yaml
 2021-12-26 23:34 UTC  (2+ messages)

[PATCH] net: ethernet: mtk_eth_soc: implement Clause 45 MDIO access
 2021-12-26 23:23 UTC  (5+ messages)
` [PATCH v2] "

arch/m68k/68000/dragen2.c:38:13: warning: no previous prototype for 'init_dragen2'
 2021-12-26 22:58 UTC 

[PATCH v5 0/3] mmc: Add LiteSDCard mmc driver
 2021-12-26 22:37 UTC  (8+ messages)
` [PATCH v5 3/3] mmc: Add driver for LiteX's LiteSDCard interface

[PATCH] powerpc: dts: Remove "spidev" nodes
 2021-12-26 21:52 UTC  (2+ messages)

[PATCH v1 01/11] powerpc/code-patching: Remove pr_debug()/pr_devel() messages and fix check()
 2021-12-26 21:52 UTC  (2+ messages)

[PATCH] powerpc: use swap() to make code cleaner
 2021-12-26 21:52 UTC  (2+ messages)

[PATCH] powerpc/32: Fix boot failure with GCC latent entropy plugin
 2021-12-26 21:52 UTC  (2+ messages)

[PATCH] powerpc/mpic: Use bitmap_zalloc() when applicable
 2021-12-26 21:52 UTC  (2+ messages)

[PATCH misc-next] drivers/misc: remove redundant rc variable
 2021-12-26 21:52 UTC  (2+ messages)

[PATCH 00/10] staging: r8188eu: clean up private ioctls
 2021-12-26 21:25 UTC  (11+ messages)
` [PATCH 01/10] staging: r8188eu: remove unused rtw_private_args entries
` [PATCH 02/10] staging: r8188eu: remove the private ioctl "get sensitivity"
` [PATCH 03/10] staging: r8188eu: remove the private drvext_hdl ioctl
` [PATCH 04/10] staging: r8188eu: remove the private ioctl "wps_prob_req_ie"
` [PATCH 05/10] staging: r8188eu: remove private ioctls that return -1
` [PATCH 06/10] staging: r8188eu: remove the private ioctl "wps_assoc_req_ie"
` [PATCH 07/10] staging: r8188eu: remove the private ioctl "tdls_get"
` [PATCH 08/10] staging: r8188eu: remove the private ioctl "tdls"
` [PATCH 09/10] staging: r8188eu: remove the private "test" ioctl
` [PATCH 10/10] staging: r8188eu: remove unused prototype

Linux regressions report for mainline [2021-12-26]
 2021-12-26 20:39 UTC  (2+ messages)

[PATCH] staging: r8188eu: DM_PriCCA is set but never used
 2021-12-26 20:37 UTC  (2+ messages)

[PATCH] staging: r8188eu: include variable declarations from Hal8188EPwrSeq.h
 2021-12-26 20:32 UTC  (2+ messages)

[PATCH 00/21] staging: r8188eu: simplify the led layer
 2021-12-26 19:55 UTC  (22+ messages)
` [PATCH 01/21] staging: r8188eu: switch the led off during deinit
` [PATCH 02/21] staging: r8188eu: move SwLedOn and SwLedOff into rtw_led.c
` [PATCH 03/21] staging: r8188eu: move (de)init functions from hal to rtw_led
` [PATCH 04/21] staging: r8188eu: merge InitLed871x and rtl8188eu_InitSwLeds
` [PATCH 05/21] staging: r8188eu: merge DeInitLed871x and rtl8188eu_DeInitSwLeds
` [PATCH 06/21] staging: r8188eu: make ResetLedStatus static
` [PATCH 07/21] staging: r8188eu: clean up the blink worker code
` [PATCH 08/21] staging: r8188eu: clean up blinking macros
` [PATCH 09/21] staging: r8188eu: remove unused blink mode defines
` [PATCH 10/21] staging: r8188eu: bLedStartToLinkBlinkInProgress is set but not used
` [PATCH 11/21] staging: r8188eu: make blink interval defines internal
` [PATCH 12/21] staging: r8188eu: use bool for boolean values
` [PATCH 13/21] staging: r8188eu: remove obsolete comments
` [PATCH 14/21] staging: r8188eu: remove LedControlHandler
` [PATCH 15/21] staging: r8188eu: LED_CTL_POWER_ON is not used
` [PATCH 16/21] staging: r8188eu: LED_CTL_START_WPS_BOTTON "
` [PATCH 17/21] staging: r8188eu: remove bStopBlinking
` [PATCH 18/21] staging: r8188eu: summarize some BlinkingLedState
` [PATCH 19/21] staging: r8188eu: merge blink_work and SwLedBlink1
` [PATCH 20/21] staging: r8188eu: merge rtw_led_control and SwLedControlMode1
` [PATCH 21/21] staging: r8188eu: rfoff_reason is never initialised

[RFC PATCH v2 0/5] Rework realtek-rtl IRQ driver
 2021-12-26 19:59 UTC  (6+ messages)
` [RFC PATCH v2 1/5] irqchip/realtek-rtl: map control data to virq
` [RFC PATCH v2 2/5] irqchip/realtek-rtl: fix off-by-one in routing
` [RFC PATCH v2 3/5] irqchip/realtek-rtl: use per-parent irq handling
` [RFC PATCH v2 4/5] dt-bindings: interrupt-controller: realtek,rtl-intc: map output lines
` [RFC PATCH v2 5/5] irqchip/realtek-rtl: add explicit output routing

[PATCH 0/4] mailbox: qcom-ipcc: Update the QCOM_IPCC driver
 2021-12-26 19:50 UTC  (3+ messages)
` [PATCH 1/4] mailbox: qcom-ipcc: Dynamic alloc for channel arrangement

[PATCH v2 1/4] powerpc/vdso: augment VDSO32 functions to support 64 bits build
 2021-12-26 19:38 UTC  (4+ messages)
` [PATCH v2 2/4] powerpc/vdso: Rework VDSO32 makefile to add a prefix to object files
` [PATCH v2 3/4] powerpc/vdso: Merge vdso64 and vdso32 into a single directory
` [PATCH v2 4/4] powerpc/vdso: Move cvdso_call macros into gettimeofday.S

[PATCH] perf: fix typos of "its" and "reponse"
 2021-12-26 19:12 UTC  (3+ messages)
` JSON typos "

[PATCH] staging: r8188eu: remove GET_CVID_ROM_VERSION
 2021-12-26 18:42 UTC 

[GIT PULL] objtool/urgent for v5.16-rc7
 2021-12-26 18:38 UTC  (2+ messages)

[GIT PULL] x86/urgent for v5.16-rc7
 2021-12-26 18:38 UTC  (2+ messages)

[PATCH] mm/util.c: Make kvfree() safe for calling while holding spinlocks
 2021-12-26 17:57 UTC  (4+ messages)

[PATCH] net: ag71xx: Fix a potential double free in error handling paths
 2021-12-26 17:51 UTC 

[PATCH] clk: renesas: r8a7799[05]: Add MLP clocks
 2021-12-26 17:46 UTC  (2+ messages)

[PATCH v2 0/2] mm: Fix kernel BUG in __check_heap_object() on PowerPC64
 2021-12-26 17:33 UTC  (3+ messages)
` [PATCH v2 2/2] mm: usercopy: Warn vmalloc/module address in check_heap_object()

[PATCH] asix: Use min() instead of doing it manually
 2021-12-26 17:18 UTC  (2+ messages)

mm/compaction.c:463:20: warning: unused function 'isolation_suitable'
 2021-12-26 16:54 UTC 

[PATCH] drm/armada: Fix a potential double free in an error handling path
 2021-12-26 16:34 UTC 

[PATCH RFT 0/7] media: hantro: jpeg: Various improvements
 2021-12-26 16:33 UTC  (3+ messages)
` [PATCH RFT 5/7] media: hantro: jpeg: Add COM segment to JPEG header to align image scan

[PATCH 3/3] arm64: dts: renesas: add MOST device
 2021-12-26 15:33 UTC  (2+ messages)
` [PATCH 3/3 v2] "

[PATCH] drm/msm/dp: Fix a potential double free in an error handling path
 2021-12-26 15:14 UTC 

[PATCH] exec: Make suid_dumpable apply to SUID/SGID binaries irrespective of invoking users
 2021-12-26 15:03 UTC  (11+ messages)

[PATCH] irqchip/loongson-pch-ms: Use bitmap_free() to free bitmap
 2021-12-26 14:46 UTC 


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