linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-22 14:36:05 to 2021-08-23 01:21:21 UTC [more...]

[PATCH v2 0/5] arm: aspeed: Add eSPI support
 2021-08-23  1:21 UTC  (4+ messages)
` [PATCH v2 1/5] dt-bindings: aspeed: Add eSPI controller

[PATCH v2 00/13] Support Pensando Elba SoC
 2021-08-23  1:18 UTC  (3+ messages)

[PATCH 0/8] Support Pensando Elba SoC
 2021-08-23  1:17 UTC  (24+ messages)
` [PATCH 1/8] gpio: Add Elba SoC gpio driver for spi cs control
` [PATCH 3/8] spi: dw: Add support for Pensando Elba SoC SPI
` [PATCH 7/8] arm64: dts: Add Pensando Elba SoC support

[RFC PATCH net-next 0/5] net: dsa: add support for RTL8365MB-VC
 2021-08-23  1:14 UTC  (30+ messages)
` [RFC PATCH net-next 1/5] net: dsa: realtek-smi: fix mdio_free bug on module unload
` [RFC PATCH net-next 2/5] dt-bindings: net: dsa: realtek-smi: document new compatible rtl8365mb
` [RFC PATCH net-next 3/5] net: dsa: tag_rtl8_4: add realtek 8 byte protocol 4 tag
` [RFC PATCH net-next 4/5] net: dsa: realtek-smi: add rtl8365mb subdriver for RTL8365MB-VC
` [RFC PATCH net-next 5/5] net: phy: realtek: add support for RTL8365MB-VC internal PHYs

[PATCH linux-next] fsi:(fsi-master-gpio)Convert sysfs sprintf/snprintf family to sysfs_emit
 2021-08-23  1:12 UTC  (2+ messages)

[PATCH linux-next] mm/folio-compat.c: folio should not be NULL when it is referenced
 2021-08-23  1:05 UTC 

[PATCH v5 0/3] PCI: Add a quirk to enable SVA for HiSilicon chip
 2021-08-23  1:02 UTC  (3+ messages)

[syzbot] KASAN: stack-out-of-bounds Read in iov_iter_revert
 2021-08-23  0:44 UTC  (3+ messages)

linux-next: build warning after merge of the kbuild tree
 2021-08-23  0:25 UTC  (2+ messages)

[PATCH] net/mlx4: tcp_drop replace of tcp_drop_new
 2021-08-23  0:21 UTC  (2+ messages)

linux-next: build warnings after merge of the file-locks tree
 2021-08-23  0:19 UTC 

[PATCH v10 00/21] Fix v4l2-compliance errors
 2021-08-23  0:17 UTC  (10+ messages)
` [PATCH v10 17/21] uvcvideo: uvc_ctrl_is_accessible: check for INACTIVE
` [PATCH v10 18/21] uvcvideo: improve error handling in uvc_query_ctrl()
` [PATCH v10 19/21] uvcvideo: don't spam the log in uvc_ctrl_restore_values()
` [PATCH v10 20/21] uvc: use vb2 ioctl and fop helpers

[PATCH RFC 0/3] staging: r8188eu: avoid uninit value bugs
 2021-08-23  0:12 UTC  (21+ messages)
        ` [PATCH RFC v2 0/6] "
          ` [PATCH RFC v2 4/6] staging: r8188eu: add error handling of rtw_read16
          ` [PATCH RFC v2 5/6] staging: r8188eu: add error handling of rtw_read32
          ` [PATCH RFC v2 6/6] staging: r8188eu: make ReadEFuse return an int

[PATCH v2] tty: Fix data race between tiocsti() and flush_to_ldisc()
 2021-08-23  0:06 UTC 

TODO list for staging/r8188eu
 2021-08-23  0:00 UTC  (6+ messages)

[PATCH] staging: r8188eu: core: remove condition with no effect
 2021-08-22 23:58 UTC  (6+ messages)

[PATCH 01/10] staging: r8188eu: remove unnecessary cast
 2021-08-22 23:49 UTC  (8+ messages)
` [PATCH 08/10] staging: r8188eu: clean up the usb_writeN

linux-next: manual merge of the cifsd tree with the cifs tree
 2021-08-22 23:39 UTC 

[PATCH v5] virtio-blk: Add validation for block size in config space
 2021-08-22 23:17 UTC  (2+ messages)

[syzbot] WARNING: Unsupported flag value(s) of 0x%x in DT_FLAGS_1. (2)
 2021-08-22 23:17 UTC 

[git pull] habanalabs pull request for kernel 5.15
 2021-08-22 23:06 UTC  (4+ messages)

[PATCH RFC] staging: r8188eu: Use usb_control_msg_recv/send() in usbctrl_vendorreq()
 2021-08-22 23:02 UTC 

[PATCH v3 0/2] objtool: altinstructions fix and cleanup
 2021-08-22 22:50 UTC  (3+ messages)
` [PATCH v3 1/2] objtool: make .altinstructions section entry size consistent
` [PATCH v3 2/2] objtool: remove redundant len value from struct section

[tip:x86/build] BUILD SUCCESS 989ceac799cb28a477304cdc9ee72995191c6378
 2021-08-22 22:38 UTC 

[PATCH] hugetlbfs: add hugepages_node kernel parameter
 2021-08-22 22:27 UTC  (3+ messages)

[PATCH v6 00/11] use DYNAMIC_DEBUG to implement DRM.debug
 2021-08-22 22:20 UTC  (12+ messages)
` [PATCH v6 01/11] moduleparam: add data member to struct kernel_param
` [PATCH v6 02/11] dyndbg: add DEFINE_DYNAMIC_DEBUG_CATEGORIES and callbacks
` [PATCH v6 03/11] i915/gvt: remove spaces in pr_debug "gvt: core:" etc prefixes
` [PATCH v6 04/11] i915/gvt: use DEFINE_DYNAMIC_DEBUG_CATEGORIES to create "gvt:core:" etc categories
` [PATCH v6 05/11] amdgpu: use DEFINE_DYNAMIC_DEBUG_CATEGORIES to control categorized pr_debugs
` [PATCH v6 06/11] drm_print: add choice to use dynamic debug in drm-debug
` [PATCH v6 07/11] drm_print: instrument drm_debug_enabled
` [PATCH v6 08/11] amdgpu_ucode: reduce number of pr_debug calls
` [PATCH v6 09/11] nouveau: fold multiple DRM_DEBUG_DRIVERs together
` [PATCH v6 10/11] dyndbg: RFC add debug-trace callback, selftest with it. RFC
` [PATCH v6 11/11] dyndbg: RFC add print-once and print-ratelimited features. RFC

[PATCH] arm64: dts: rockchip: Fix GPU register width for RK3328
 2021-08-22 22:19 UTC  (2+ messages)

[PATCH v8 00/14] iio: afe: add temperature rescaling support
 2021-08-22 22:18 UTC  (3+ messages)
` [PATCH v8 09/14] iio: afe: rescale: fix accuracy for small fractional scales

[PATCH] irqchip/gic: Convert to handle_strict_flow_irq()
 2021-08-22 22:16 UTC  (6+ messages)

[PATCH] checkpatch: Improve GIT_COMMIT_ID test
 2021-08-22 22:03 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the net tree
 2021-08-22 21:54 UTC 

[asahilinux:nvme/new 5/9] apple-rtkit.c:undefined reference to `mbox_send_message'
 2021-08-22 21:43 UTC 

Linux 5.14-rc7
 2021-08-22 21:35 UTC 

[PATCH v2 0/5] staging: r8188eu: fix sparse warnings
 2021-08-22 21:30 UTC  (4+ messages)
` [PATCH v2 2/5] staging: r8188eu: cast to restricted __be32

[PATCH] drm/r128: switch from 'pci_' to 'dma_' API
 2021-08-22 21:27 UTC 

[PATCH] arm64: dts: rockchip: Re-add interrupt-names for RK3399's vpu
 2021-08-22 21:24 UTC  (4+ messages)

[PATCH] drm/radeon: switch from 'pci_' to 'dma_' API
 2021-08-22 21:23 UTC 

[PATCH] drm/amdgpu: switch from 'pci_' to 'dma_' API
 2021-08-22 21:21 UTC 

[PATCH] cpufreq: qcom-cpufreq-hw: Fix 'make allmodconfig' build
 2021-08-22 21:14 UTC  (3+ messages)

[PATCH] drm/i915: switch from 'pci_' to 'dma_' API
 2021-08-22 21:06 UTC 

[PATCH 0/3] coredump: io_uring: Cancel io_uring to avoid core truncation
 2021-08-22 21:06 UTC  (4+ messages)
` [PATCH 1/3] tracehook: Add a return value to tracehook_notify_signal
` [PATCH 2/3] io_uring: Clear TIF_NOTIFY_SIGNAL when cancelling requests
` [PATCH 3/3] coredump: cancel io_uring requests before dumping core

[PATCH] kernel: make TIF_NOTIFY_SIGNAL and core dumps co-exist
 2021-08-22 20:55 UTC  (4+ messages)

[PATCH] hinic: switch from 'pci_' to 'dma_' API
 2021-08-22 20:49 UTC 

[PATCH v2 4/5] staging: rtl8723bs: remove unused definitions from rtw_io.h
 2021-08-22 20:43 UTC 

[PATCH v2 5/5] staging: rtl8723bs: remove _read_port from _io_ops structure
 2021-08-22 20:43 UTC 

[PATCH v2 3/5] staging: rtl8723bs: remove sdio_read_mem() and sdio_readN()
 2021-08-22 20:43 UTC 

[PATCH v2 0/5] staging: rtl8723bs: remove unused functions
 2021-08-22 20:43 UTC  (3+ messages)
` [PATCH v2 1/5] staging: rtl8723bs: remove sdio_write_mem()
` [PATCH v2 2/5] staging: rtl8723bs: remove sdio_writeN()

[PATCH] qlcnic: switch from 'pci_' to 'dma_' API
 2021-08-22 20:42 UTC 

[PATCH 1/2 net] ip_gre: add validation for csum_start
 2021-08-22 20:30 UTC  (2+ messages)

[PATCH] parisc: switch from 'pci_' to 'dma_' API
 2021-08-22 20:29 UTC 

[PATCH v3 0/5] staging: r8188eu: fix sparse warnings
 2021-08-22 20:25 UTC  (3+ messages)
` [PATCH v3 5/5] staging: r8188eu: incorrect type in assignment

[PATCH] HID: amd_sfh: switch from 'pci_' to 'dma_' API
 2021-08-22 20:21 UTC 

[PATCH] sparc: switch from 'pci_' to 'dma_' API
 2021-08-22 20:17 UTC 

[PATCH v10 0/6] Re-introduce TX FIFO resize for larger EP bursting
 2021-08-22 20:10 UTC  (23+ messages)

[tip:x86/urgent] BUILD SUCCESS 527f721478bce3f49b513a733bacd19d6f34b08c
 2021-08-22 20:07 UTC 

[PATCH] mei: switch from 'pci_' to 'dma_' API
 2021-08-22 20:02 UTC 

[PATCH] init: consolidate trap_init()
 2021-08-22 19:48 UTC  (3+ messages)
` [PATCH v2] "

[kees:kspp/memcpy/next-20210803/v2-devel 86/86] progs/bpf_iter_netlink.c:11:9: warning: incompatible pointer types returning 'struct inode___50 *' from a function with result type 'struct inode *'
 2021-08-22 19:37 UTC 

[PATCH] i2c: switch from 'pci_' to 'dma_' API
 2021-08-22 19:38 UTC 

[PATCH] misc: genwqe: switch from 'pci_' to 'dma_' API
 2021-08-22 19:27 UTC 

[PATCH 0/3] checkkconfigsymbols.py: Fix various bugs
 2021-08-22 19:22 UTC  (4+ messages)
` [PATCH 1/3] checkkconfigsymbols.py: Fix the '--ignore' option
` [PATCH 2/3] checkkconfigsymbols.py: Fix Kconfig parsing to find 'if' lines
` [PATCH 3/3] checkkconfigsymbols.py: Forbid passing 'HEAD' to --commit

Seemingly random crashes with CONFIG_HARDENED_USERCOPY=y on ppc64be
 2021-08-22 19:06 UTC 

[PATCH] net/mellanox: switch from 'pci_' to 'dma_' API
 2021-08-22 19:12 UTC 

[PATCH v5 0/5] ARM: dts: NSP: add Meraki MX64/MX65 series
 2021-08-22 19:11 UTC  (12+ messages)
` [PATCH v5 1/5] ARM: dts: NSP: Add common bindings for MX64/MX65
` [PATCH v5 2/5] ARM: dts: NSP: Add Ax stepping modifications
` [PATCH v5 3/5] ARM: dts: NSP: Add DT files for Meraki MX64 series
` [PATCH v5 4/5] ARM: dts: NSP: Add DT files for Meraki MX65 series
` [PATCH v5 5/5] dt-bindings: arm: bcm: NSP: add Meraki MX64/MX65

[PATCH] net: 8139cp: switch from 'pci_' to 'dma_' API
 2021-08-22 19:02 UTC 

[PATCH] tifm: switch from 'pci_' to 'dma_' API
 2021-08-22 18:54 UTC 

[PATCH] x86/PCI: sta2x11: switch from 'pci_' to 'dma_' API
 2021-08-22 18:49 UTC 

[PATCH v2 0/6] Add PCI driver for the Apple M1
 2021-08-22 18:42 UTC  (5+ messages)
` [PATCH v2 2/6] PCI: apple: Add initial hardware bring-up
` [PATCH v2 6/6] arm64: apple: Add PCIe node

[PATCH v8 01/34] opp: Add dev_pm_opp_sync() helper
 2021-08-22 18:35 UTC  (12+ messages)

[PATCH 1/2] dt-bindings: pinctrl: qcom: Add SM6350 pinctrl bindings
 2021-08-22 18:25 UTC  (2+ messages)

arch/sh/kernel/cpu/sh2a/clock-sh7206.c:26:44: sparse: sparse: incorrect type in argument 1 (different base types)
 2021-08-22 18:20 UTC 

[PATCH v3 0/4] rcu, arm64: PREEMPT_RT fixlets
 2021-08-22 18:15 UTC  (9+ messages)
` [PATCH v3 2/4] sched: Introduce migratable()
` [PATCH v3 3/4] rcu/nocb: Protect NOCB state via local_lock() under PREEMPT_RT

[PATCH v2 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-08-22 17:58 UTC  (6+ messages)
` [PATCH v2 2/7] kernel/fork: factor out replacing the current MM exe_file

[RFC PATCH 0/2] Add PCI driver for the Apple M1
 2021-08-22 18:03 UTC  (5+ messages)
` [RFC PATCH 1/2] dt-bindings: PCI: Add Apple PCI controller

[PATCH v5, 00/15] Using component framework to support multi hardware decode
 2021-08-22 17:57 UTC  (4+ messages)

[PATCH] opp: core: Check for pending links before reading required_opp pointers
 2021-08-22 17:44 UTC 

[Regression 5.14] media: dvb userspace api
 2021-08-22 17:47 UTC  (4+ messages)

[PATCH v3 0/2] Apple M1 PCIe DT bindings
 2021-08-22 17:44 UTC  (10+ messages)
` [PATCH v3 1/2] dt-bindings: pci: Add DT bindings for apple,pcie

[PATCH] x86/hyper-v: guard against cpu mask changes in hyperv_flush_tlb_others()
 2021-08-22 17:32 UTC  (7+ messages)

[PATCH] HSI: cmt_speech: unmark comments as kernel-doc
 2021-08-22 17:18 UTC  (2+ messages)

[PATCH NET v3 5/7] vrf: use skb_expand_head in vrf_finish_output
 2021-08-22 17:13 UTC  (6+ messages)
  ` [PATCH NET v4 3/7] ipv6: use skb_expand_head in ip6_xmit

[GIT PULL] Please pull powerpc/linux.git powerpc-5.14-6 tag
 2021-08-22 17:10 UTC  (2+ messages)

[PATCH] staging: r8188eu: remove if_ether.h header file
 2021-08-22 16:44 UTC 

[PATCH v2 0/3] MIPS: ralink: properly handle pci IO resources
 2021-08-22 16:10 UTC  (4+ messages)
` [PATCH v2 1/3] MIPS: ralink: don't define PC_IOBASE but increase IO_SPACE_LIMIT
` [PATCH v2 2/3] PCI: fix 'pci_remap_iospace' for architectures with PCI_IOBASE not defined
` [PATCH v2 3/3] staging: mt7621-pci: set end limit for 'ioport_resource'

[PATCH] tty: Fix data race between tiocsti() and flush_to_ldisc()
 2021-08-22 16:09 UTC  (5+ messages)

[PATCH] fix slab-out-of-bounds Write in betop_probe
 2021-08-22 16:01 UTC  (3+ messages)
` [PATCH v2] HID: betop: "

[PATCH 0/2] staging/rtl8192u: Prefer kcalloc over open coded arithmetic
 2021-08-22 15:41 UTC  (6+ messages)
` [PATCH 1/2] staging/rtl8192u: Avoid CamelCase in names of variables
` [PATCH 2/2] staging/rtl8192u: Prefer kcalloc over open coded arithmetic

[PATCH] vmxnet3: switch from 'pci_' to 'dma_' API
 2021-08-22 15:09 UTC 

[PATCH] fpga: dfl: pci: switch from 'pci_' to 'dma_' API
 2021-08-22 14:51 UTC 

[PATCH 0/3] More machine check recovery fixes
 2021-08-22 14:46 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] x86/mce: Avoid infinite loop for copy from user recovery


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