linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-11 19:05:56 to 2021-05-11 22:52:53 UTC [more...]

[PATCH v10 0/5] USB: misc: Add onboard_usb_hub driver
 2021-05-11 22:52 UTC  (6+ messages)
` [PATCH v10 1/5] dt-bindings: usb: Add binding for Realtek RTS5411 hub controller
` [PATCH v10 2/5] USB: misc: Add onboard_usb_hub driver
` [PATCH v10 3/5] of/platform: Add stubs for of_platform_device_create/destroy()
` [PATCH v10 4/5] usb: host: xhci-plat: Create platform device for onboard hubs in probe()
` [PATCH v10 5/5] arm64: dts: qcom: sc7180-trogdor: Add nodes for onboard USB hub

[PATCH tip/core/rcu 0/19] Miscellaneous fixes for v5.14
 2021-05-11 22:52 UTC 

[syzbot] KASAN: out-of-bounds Read in i801_isr
 2021-05-11 22:52 UTC 

[PATCH V4 05/18] iommu/ioasid: Redefine IOASID set and allocation APIs
 2021-05-11 22:51 UTC  (12+ messages)

[PATCH tip/core/rcu 0/3] Documentation updates for v5.14
 2021-05-11 22:44 UTC  (4+ messages)
` [PATCH tip/core/rcu 1/3] doc: Fix statement of RCU's memory-ordering requirements
` [PATCH tip/core/rcu 2/3] doc: Fix diagram references in memory-ordering document
` [PATCH tip/core/rcu 3/3] tools/rcu: Add drgn script to dump number of RCU callbacks

[PATCH tip/core/rcu 0/2] Add "all" to bitmap ranges
 2021-05-11 22:41 UTC  (3+ messages)
` [PATCH tip/core/rcu 1/2] bitmap_parse: Support 'all' semantics
` [PATCH tip/core/rcu 2/2] rcu/tree_plugin: Don't handle the case of 'all' CPU range

[PATCH] Signed-off-by: wenhuizhang <wenhui@gwmail.gwu.edu>
 2021-05-11 22:34 UTC  (2+ messages)
` [PATCH] Deadstore detected by Lukas Bulwahn's CodeChecker Tool (ELISA group)

[v3 0/2] drm: Add support for backlight control of eDP panel on ti-sn65dsi86 bridge
 2021-05-11 22:33 UTC  (8+ messages)
` [v3 1/2] dt-bindings: backlight: add DisplayPort aux backlight

[RFC PATCH 0/3] Folio migration
 2021-05-11 22:32 UTC  (4+ messages)
` [RFC PATCH 1/3] mm/migrate: Add folio_migrate_mapping

linux-next: Fixes tag needs some work in the spi tree
 2021-05-11 22:24 UTC 

Userspace notifications for observing userfaultfd faults
 2021-05-11 22:24 UTC  (4+ messages)

mmotm 2021-05-10-21-46 uploaded
 2021-05-11 22:22 UTC  (4+ messages)
` mmotm 2021-05-10-21-46 uploaded (mm/*)

linux-next: Fixes tag needs some work in the amdgpu tree
 2021-05-11 22:19 UTC 

linux-next: Fixes tag needs some work in the amdgpu tree
 2021-05-11 22:17 UTC 

[PATCH] netlink: netlink_sendmsg: memset unused tail bytes in skb
 2021-05-11 22:17 UTC  (3+ messages)

[PATCH v2 2/2] pci: Support "removable" attribute for PCI devices
 2021-05-11 22:15 UTC  (3+ messages)

[PATCH v6 00/11] evm: Improve usability of portable signatures
 2021-05-11 22:12 UTC  (13+ messages)
` [PATCH v6 03/11] evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loaded
` [PATCH v6 08/11] evm: Allow setxattr() and setattr() for unmodified metadata
` [PATCH v6 10/11] ima: Introduce template field evmsig and write to field sig as fallback

[PATCH v10 00/33] Memory folios
 2021-05-11 21:47 UTC  (34+ messages)
` [PATCH v10 01/33] mm: Introduce struct folio
` [PATCH v10 02/33] mm: Add folio_pgdat and folio_zone
` [PATCH v10 03/33] mm/vmstat: Add functions to account folio statistics
` [PATCH v10 04/33] mm/debug: Add VM_BUG_ON_FOLIO and VM_WARN_ON_ONCE_FOLIO
` [PATCH v10 05/33] mm: Add folio reference count functions
` [PATCH v10 06/33] mm: Add folio_put
` [PATCH v10 07/33] mm: Add folio_get
` [PATCH v10 08/33] mm: Add folio_try_get_rcu
` [PATCH v10 09/33] mm: Add folio flag manipulation functions
` [PATCH v10 10/33] mm: Add folio_young and folio_idle
` [PATCH v10 11/33] mm: Handle per-folio private data
` [PATCH v10 12/33] mm/filemap: Add folio_index, folio_file_page and folio_contains
` [PATCH v10 13/33] mm/filemap: Add folio_next_index
` [PATCH v10 14/33] mm/filemap: Add folio_offset and folio_file_offset
` [PATCH v10 15/33] mm/util: Add folio_mapping and folio_file_mapping
` [PATCH v10 16/33] mm: Add folio_mapcount
` [PATCH v10 17/33] mm/memcg: Add folio wrappers for various functions
` [PATCH v10 18/33] mm/filemap: Add folio_unlock
` [PATCH v10 19/33] mm/filemap: Add folio_lock
` [PATCH v10 20/33] mm/filemap: Add folio_lock_killable
` [PATCH v10 21/33] mm/filemap: Add __folio_lock_async
` [PATCH v10 22/33] mm/filemap: Add __folio_lock_or_retry
` [PATCH v10 23/33] mm/filemap: Add folio_wait_locked
` [PATCH v10 24/33] mm/swap: Add folio_rotate_reclaimable
` [PATCH v10 25/33] mm/filemap: Add folio_end_writeback
` [PATCH v10 26/33] mm/writeback: Add folio_wait_writeback
` [PATCH v10 27/33] mm/writeback: Add folio_wait_stable
` [PATCH v10 28/33] mm/filemap: Add folio_wait_bit
` [PATCH v10 29/33] mm/filemap: Add folio_wake_bit
` [PATCH v10 30/33] mm/filemap: Convert page wait queues to be folios
` [PATCH v10 31/33] mm/filemap: Add folio private_2 functions
` [PATCH v10 32/33] fs/netfs: Add folio fscache functions
` [PATCH v10 33/33] mm: Add folio_mapped

[PATCH v3 0/4] P2040/P2041 i2c recovery erratum
 2021-05-11 22:10 UTC  (6+ messages)
` [PATCH v3 1/4] dt-bindings: i2c: mpc: Add fsl,i2c-erratum-a004447 flag
` [PATCH v3 2/4] powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P2041 i2c controllers
` [PATCH v3 3/4] powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P1010 "
` [PATCH v3 4/4] i2c: mpc: implement erratum A-004447 workaround

efivarfs fails with `No such device` when EFI runtime is missing
 2021-05-11 22:06 UTC  (3+ messages)

[PATCH v2] lib/test: convert test_overflow.c to use KUnit
 2021-05-11 22:05 UTC 

[PATCH] net: phy: add driver for Motorcomm yt8511 phy
 2021-05-11 21:56 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the soundwire tree
 2021-05-11 21:51 UTC  (2+ messages)

[PATCH 0/4] Atomic addfd send and reply
 2021-05-11 21:50 UTC  (3+ messages)
` [PATCH 3/4] seccomp: Support atomic "addfd + send reply"

[PATCH] f2fs: set file as cold when file defragmentation
 2021-05-11 21:47 UTC  (10+ messages)
              `  "

[PATCH v2 mvebu + mvebu/dt64 1/6] firmware: turris-mox-rwtm: fix reply status decoding function
 2021-05-11 21:46 UTC  (5+ messages)

[PATCH 1/3] KVM: PPC: Book3S HV: exit halt polling on need_resched() as well
 2021-05-11 21:44 UTC  (3+ messages)
` [PATCH 2/3] KVM: X86: Bail out of direct yield in case of undercomitted scenarios

[PATCH] f2fs: avoid swapon failure by giving a warning first
 2021-05-11 21:43 UTC 

[PATCH V6] perf: Reset the dirty counter to prevent the leak for an RDPMC task
 2021-05-11 21:42 UTC  (6+ messages)

[PATCH net-next 0/4] atl1c: support for Mikrotik 10/25G NIC features
 2021-05-11 21:39 UTC  (4+ messages)
` [PATCH net-next 2/4] atl1c: improve performance by avoiding unnecessary pcie writes on xmit
` [PATCH net-next 3/4] atl1c: adjust max mtu according to Mikrotik 10/25G NIC ability

[PATCH v2 1/2] driver core: Move the "removable" attribute from USB to core
 2021-05-11 21:36 UTC  (3+ messages)

[PATCH] misc: alcor_pci: fix null-ptr-deref when there is no PCI bridge
 2021-05-11 21:32 UTC  (8+ messages)
          ` [PATCH v2] "

[PATCH 0/2] x86/e820: Use pr_debug to avoid spamming dmesg log with debug messages
 2021-05-11 21:31 UTC  (7+ messages)
` [PATCH 2/2] "

[PATCH v4 1/2] gpio: Add support for IDT 79RC3243x GPIO controller
 2021-05-11 21:13 UTC  (4+ messages)
` [PATCH v4 2/2] dt-bindings: gpio: Add devicetree binding for IDT 79RC32434 "

[PATCH v2 1/2] cfg80211: Add wiphy_info_once()
 2021-05-11 21:15 UTC  (2+ messages)
` [PATCH v2 2/2] brcmfmac: Silence error messages about unsupported firmware features

[PATCH 0/3] regulator: fan53555: tcs4525 fix and cleanup
 2021-05-11 21:13 UTC  (4+ messages)
` [PATCH 1/3] regulator: fan53555: fix TCS4525 voltage calulation
` [PATCH 2/3] regulator: fan53555: only bind tcs4525 to correct chip id
` [PATCH 3/3] regulator: fan53555: fix tcs4525 function names

[PATCH bpf v2] bpf: Fix nested bpf_bprintf_prepare with more per-cpu buffers
 2021-05-11 21:12 UTC  (3+ messages)

[PATCH] mm/mmap: Introduce unlock_range() for code cleanup
 2021-05-11 21:11 UTC  (2+ messages)

[PATCH v2] init: Print out unknown kernel parameters
 2021-05-11 21:10 UTC 

[PATCH 5.12 000/384] 5.12.3-rc1 review
 2021-05-11 21:07 UTC  (4+ messages)

[PATCH v2 0/3] eeprom-93xx46: Add support for Atmel AT93C56 and AT93C66
 2021-05-11 21:07 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] misc: eeprom_93xx46: Remove hardcoded bit lengths
  ` [PATCH v3 2/3] misc: eeprom_93xx46: Add new 93c56 and 93c66 compatible strings
  ` [PATCH v3 3/3] dt-bindings: eeprom-93xx46: Add support for 93C46, 93C56 and 93C66

[PATCH 1/2] hugetlb: clear huge pte during flush function on mips platform
 2021-05-11 21:03 UTC  (2+ messages)

[PATCH] The following files had their respective file names in comments, and /scripts/checkpatch.pl flagged these. I went into each file, removed the respective filename from the leading comment from the following files in /drivers/wlan:
 2021-05-11 21:04 UTC 

[PATCH 5.11 000/342] 5.11.20-rc1 review
 2021-05-11 21:04 UTC  (7+ messages)

[PATCH] net/sched: taprio: Drop unnecessary NULL check after container_of
 2021-05-11 20:54 UTC 

[GIT PULL][PATCH v11 0/4] Update to zstd-1.4.10
 2021-05-11 20:53 UTC  (2+ messages)

[PATCH 0/2] staging: iio: cdc: ad7746: initial effort to move out of staging
 2021-05-11 20:54 UTC  (3+ messages)
` [PATCH 1/2] staging: iio: cdc: ad7746: clean up driver comments and probe return
` [PATCH 2/2] staging: iio: cdc: ad7746: avoid overwrite of num_channels

[PATCH v4 0/4] Add peripheral support to imx8mq-nitrogen board
 2021-05-11 20:50 UTC  (6+ messages)
` [PATCH v4 1/4] arm64: dts: imx8mq-nitrogen: add USB OTG support
` [PATCH v4 2/4] arm64: dts: imx8mq-nitrogen: add USB HOST support
` [PATCH v4 3/4] arm64: dts: imx8mq-nitrogen: add lt8912 MIPI-DSI to HDMI
` [PATCH v4 4/4] arm64: defconfig: Enable LT8912B DRM bridge driver

[PATCH 0/2] Device Tree support for LP5562 predefined patterns
 2021-05-11 20:48 UTC  (3+ messages)
` [PATCH 1/2] leds: lp55xx: support predefined pattern in Device Tree
` [PATCH 2/2] dt: bindings: lp55xx: Add predefined LED pattern

[RFT PATCH] MIPS: Octeon: drop dependency on CONFIG_HOLES_IN_ZONE
 2021-05-11 20:40 UTC  (2+ messages)

[PATCH v2] MIPS:DTS:Correct device id of pcie for Loongnon-2K
 2021-05-11 20:41 UTC  (2+ messages)

[PATCH] MIPS: Loongson64: Fix build error 'secondary_kexec_args' undeclared under !SMP
 2021-05-11 20:42 UTC  (2+ messages)

[PATCH] lib: fix for_each_child.cocci warnings
 2021-05-11 20:46 UTC 

[PATCH] PCI: Disallow retraining link for Atheros QCA98xx chips on non-Gen1 PCIe bridges
 2021-05-11 20:39 UTC  (3+ messages)
` [PATCH v3] PCI: Disallow retraining link for Atheros "

[PATCH v6 00/12] lib/find_bit: fast path for small bitmaps
 2021-05-11 20:37 UTC  (9+ messages)
` [PATCH 11/12] tools: sync lib/find_bit implementation

[PATCH] linux/bits.h: Fix compilation error with GENMASK
 2021-05-11 20:37 UTC 

[PATCH] power: supply: ab8500: Drop unnecessary NULL check after container_of
 2021-05-11 20:37 UTC 

[PATCH] Revert "ASoC: q6dsp: q6afe: remove unneeded dead-store initialization"
 2021-05-11 20:36 UTC  (2+ messages)

[PATCH v2] spi: Don't have controller clean up spi device before driver unbind
 2021-05-11 20:30 UTC  (4+ messages)

[PATCH v2 0/4] HID: wiiu-drc: Add a driver for the Wii U gamepad
 2021-05-11 20:16 UTC  (5+ messages)
` [PATCH v2 1/4] HID: wiiu-drc: Add a driver for this gamepad
` [PATCH v2 2/4] HID: wiiu-drc: Implement touch reports
` [PATCH v2 3/4] HID: wiiu-drc: Add accelerometer, gyroscope and magnetometer readings
` [PATCH v2 4/4] HID: wiiu-drc: Add battery reporting

[PATCH v2] drm/radeon/dpm: Disable sclk switching on Oland when two 4K 60Hz monitors are connected
 2021-05-11 20:12 UTC  (3+ messages)

[PATCH 00/15] KVM: x86: RDPID/RDTSCP fixes and uret MSR cleanups
 2021-05-11 20:10 UTC  (6+ messages)
` [PATCH 08/15] KVM: VMX: Configure list of user return MSRs at module init

[PATCH] arm64: configs: remove redundant CONFIG_MTK_PMIC_WRAP
 2021-05-11 20:04 UTC  (3+ messages)

[PATCH v4 0/7] Lazily allocate memslot rmaps
 2021-05-11 20:04 UTC  (9+ messages)
` [PATCH v4 4/7] KVM: mmu: Add slots_arch_lock for memslot arch fields
` [PATCH v4 6/7] KVM: x86/mmu: Skip rmap operations if rmaps not allocated
` [PATCH v4 7/7] KVM: x86/mmu: Lazily allocate memslot rmaps

[PATCH 0/8] serial: fsl_lpuart: sysrq, loopback support and fixes
 2021-05-11 20:01 UTC  (9+ messages)
` [PATCH 1/8] serial: fsl_lpuart: don't modify arbitrary data on lpuart32
` [PATCH 2/8] serial: fsl_lpuart: use UARTDATA_MASK macro
` [PATCH 3/8] serial: fsl_lpuart: don't restore interrupt state in ISR
` [PATCH 4/8] serial: fsl_lpuart: handle break and make sysrq work
` [PATCH 5/8] serial: fsl_lpuart: remove RTSCTS handling from get_mctrl()
` [PATCH 6/8] serial: fsl_lpuart: remove manual RTSCTS control from 8-bit LPUART
` [PATCH 7/8] serial: fsl_lpuart: add loopback support
` [PATCH 8/8] serial: fsl_lpuart: disable DMA for console and fix sysrq

[PATCH rdma-rc] RDMA/rxe: Clear all QP fields if creation failed
 2021-05-11 20:00 UTC  (2+ messages)

[PATCH] arm64: dts: ti: k3*: Introduce reg definition for interrupt routers
 2021-05-11 19:56 UTC  (3+ messages)

[PATCH V4 0/3] Add DT bindings and device tree nodes for TSENS in SC7280
 2021-05-11 19:51 UTC  (3+ messages)
` [PATCH V4 3/3] arm64: dts: qcom: SC7280: Add thermal zone support

[PATCH] RDMA: Remove unnecessary struct declaration
 2021-05-11 19:50 UTC  (2+ messages)

[PATCH rdma-next] RDMA/core: Remove never used ib_modify_wq function call
 2021-05-11 19:50 UTC  (2+ messages)

[PATCH V2] arm64: dts: ti: k3*: Introduce reg definition for interrupt routers
 2021-05-11 19:48 UTC 

[PATCH v4 0/2] Simplify and restrict IOMMU SVA APIs
 2021-05-11 19:47 UTC  (9+ messages)
` [PATCH v4 1/2] iommu/sva: Tighten SVA bind API with explicit flags

Qestion about device link
 2021-05-11 19:43 UTC  (9+ messages)
` Question about device link//Re: "

[PATCH net] net: ipa: memory region array is variable size
 2021-05-11 19:42 UTC 

[PATCH] audit: allow logging of user events in non-initial namespace
 2021-05-11 19:40 UTC  (3+ messages)

[PATCH rdma-next] RDMA/rdmavt: Decouple QP and SGE lists allocations
 2021-05-11 19:39 UTC  (6+ messages)

[PATCH for-5.14/block] blkcg: drop CLONE_IO check in blkcg_can_attach()
 2021-05-11 19:39 UTC  (2+ messages)

[PATCH] ib_srpt: Remove redundant assignment to ret
 2021-05-11 19:37 UTC  (2+ messages)

[PATCH] RDMA/mlx5: Remove redundant assignment to ret
 2021-05-11 19:37 UTC  (2+ messages)

[PATCH] RDMA/ucma: Cleanup to reduce duplicate code
 2021-05-11 19:37 UTC  (2+ messages)

[PATCH v3 0/4] Add peripheral support to imx8mq-nitrogen board
 2021-05-11 19:36 UTC  (4+ messages)
` [PATCH v3 3/4] arm64: dts: imx8mq-nitrogen: add lt8912 MIPI-DSI to HDMI

[PATCH] lz4_decompress: declare LZ4_decompress_safe_withPrefix64k static
 2021-05-11 19:33 UTC  (2+ messages)

[PATCH v2] alarmtimer: check RTC features instead of ops
 2021-05-11 19:32 UTC  (2+ messages)
` [tip: timers/urgent] alarmtimer: Check "

[tip:master] BUILD SUCCESS 3804939a51eda5fb3d4bf89ff5832db761f9004b
 2021-05-11 19:19 UTC 

[PATCH v3 1/2] dt-bindings: pwm: Add Xilinx AXI Timer
 2021-05-11 19:19 UTC  (3+ messages)
` [PATCH v3 2/2] clocksource: Add support for "

[PATCH] selftests: kvm: make allocation of extra memory take effect
 2021-05-12  4:31 UTC  (2+ messages)

[PATCH kernel v2] powerpc/makefile: Do not redefine $(CPP) for preprocessor
 2021-05-11 19:18 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: pwm: Add Xilinx AXI Timer
 2021-05-11 19:16 UTC  (8+ messages)
` [PATCH v2 2/2] pwm: Add support for "

[PATCH] component: Move host device to end of device lists on binding
 2021-05-11 19:12 UTC  (2+ messages)

[PATCH 0/5] Fix some UTF-8 bad usages
 2021-05-11 19:10 UTC  (6+ messages)
` [PATCH 5/5] docs: networking: device_drivers: fix bad usage of UTF-8 chars

[PATCH v3] KVM: x86: use wrpkru directly in kvm_load_{guest|host}_xsave_state
 2021-05-11 19:08 UTC  (2+ messages)

[PATCH 0/4] Add host USO support to TUN device
 2021-05-11 19:06 UTC  (5+ messages)
` [PATCH 4/4] tun: indicate support for USO feature


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