linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-17 07:19:37 to 2021-09-17 10:13:25 UTC [more...]

[PATCH net-next] devlink: Delete not-used devlink APIs
 2021-09-17 10:13 UTC  (2+ messages)

[PATCH net] net: hso: fix muxed tty registration
 2021-09-17 10:12 UTC 

[PATCH v3 00/10] PCI: Add support for Apple M1
 2021-09-17 10:05 UTC  (18+ messages)
` [PATCH v3 04/10] PCI: apple: Add initial hardware bring-up
` [PATCH v3 08/10] PCI: apple: Implement MSI support
` [PATCH v3 09/10] iommu/dart: Exclude MSI doorbell from PCIe device IOVA range
` [PATCH v3 10/10] PCI: apple: Configure RID to SID mapper on device addition

[PATCH 0/7] bootconfig: Clean up bootconfig
 2021-09-17 10:03 UTC  (8+ messages)
` [PATCH 1/7] tools/bootconfig: Run test script when build all
` [PATCH 2/7] bootconfig: Rename xbc_destroy_all() to xbc_exit()
` [PATCH 3/7] bootconfig: Split parse-tree part from xbc_init
` [PATCH 4/7] bootconfig: Remove unused debug function
` [PATCH 5/7] tools/bootconfig: Print all error message in stderr
` [PATCH 6/7] bootconfig: Replace u16 and u32 with uint16_t and uint32_t
` [PATCH 7/7] bootconfig: Cleanup dummy headers in tools/bootconfig

[PATCH linux-next] staging: r8188eu: use swap()
 2021-09-17 10:02 UTC 

[PATCH v3 0/2] Machine driver to support LPASS SC7280 sound card registration
 2021-09-17 10:01 UTC  (3+ messages)
` [PATCH v3 1/2] ASoC: google: dt-bindings: Add sc7280-herobrine machine bindings
` [PATCH v3 2/2] ASoC: qcom: SC7280: Add machine driver

[syzbot] upstream test error: KFENCE: use-after-free in kvm_fastop_exception
 2021-09-17 10:00 UTC  (2+ messages)

[PATCH V3 00/22] arch: Add basic LoongArch support
 2021-09-17  9:59 UTC  (18+ messages)
` [PATCH V3 05/22] LoongArch: Add build infrastructure
` [PATCH V3 09/22] LoongArch: Add boot and setup routines
` [PATCH V3 13/22] LoongArch: Add system call support
` [PATCH V3 14/22] LoongArch: Add signal handling support
` [PATCH V3 15/22] LoongArch: Add elf and module support
` [PATCH V3 17/22] LoongArch: Add some library functions
` [PATCH V3 18/22] LoongArch: Add PCI controller support
` [PATCH V3 20/22] LoongArch: Add multi-processor (SMP) support

[PATCH V3 0/2] dt-bindings: remoteproc: k3-r5f|dsp: Remove
 2021-09-17  9:54 UTC  (3+ messages)
` [PATCH V3 1/2] dt-bindings: remoteproc: k3-r5f: Remove board-specific compatible from DT example
` [PATCH V3 2/2] dt-bindings: remoteproc: k3-dsp: "

[PATCH] swiotlb: set IO TLB segment size via cmdline
 2021-09-17  9:52 UTC  (8+ messages)

[PATCH RESEND] mailmap: add Andrej Shadura
 2021-09-17  9:10 UTC 

[PATCH V8 0/8] Add QSPI and QUPv3 DT nodes for SC7280 SoC
 2021-09-17  9:48 UTC  (9+ messages)
` [PATCH V8 1/8] dt-bindings: spi: Add sc7280 support
` [PATCH V8 2/8] arm64: dts: sc7280: Add QSPI node
` [PATCH V8 3/8] arm64: dts: sc7280: Configure SPI-NOR FLASH for sc7280-idp
` [PATCH V8 4/8] arm64: dts: sc7280: Add QUPv3 wrapper_0 nodes
` [PATCH V8 5/8] arm64: dts: sc7280: Update QUPv3 UART5 DT node
` [PATCH V8 6/8] arm64: dts: sc7280: Configure uart7 to support bluetooth on sc7280-idp
` [PATCH V8 7/8] arm64: dts: sc7280: Add QUPv3 wrapper_1 nodes
` [PATCH V8 8/8] arm64: dts: sc7280: Add aliases for I2C and SPI

[PATCH] mm/debug: sync up latest migrate_reason to migrate_reason_names
 2021-09-17  9:48 UTC  (4+ messages)

[PATCH] dt-bindings: hwlock: omap: Remove board-specific compatible from DT example
 2021-09-17  9:47 UTC 

[RESEND PATCH 0/3] Few Tegra210 ADMA fixes
 2021-09-17  9:47 UTC  (7+ messages)
` [RESEND PATCH 1/3] dmaengine: tegra210-adma: Re-order 'has_outstanding_reqs' member
` [RESEND PATCH 2/3] dmaengine: tegra210-adma: Add description for 'adma_get_burst_config'
` [RESEND PATCH 3/3] dmaengine: tegra210-adma: Override ADMA FIFO size

[PATCH v4 0/4] Add remoteproc driver for DSP on i.MX
 2021-09-17  9:44 UTC  (7+ messages)
` [PATCH v4 3/4] remoteproc: imx_dsp_rproc: "

[PATCH v42 00/13] /dev/random - a new approach
 2021-09-16 10:16 UTC  (14+ messages)
` [PATCH v42 01/13] Linux Random Number Generator
` [PATCH v42 02/13] LRNG - allocate one DRNG instance per NUMA node
` [PATCH v42 03/13] LRNG - sysctls and /proc interface
` [PATCH v42 04/13] LRNG - add switchable DRNG support
` [PATCH v42 05/13] LRNG - add common generic hash support
` [PATCH v42 06/13] crypto: DRBG - externalize DRBG functions for LRNG
` [PATCH v42 07/13] LRNG - add SP800-90A DRBG extension
` [PATCH v42 08/13] LRNG - add kernel crypto API PRNG extension
` [PATCH v42 09/13] crypto: move Jitter RNG header include dir
` [PATCH v42 10/13] LRNG - add Jitter RNG fast noise source
` [PATCH v42 11/13] LRNG - add SP800-90B compliant health tests
` [PATCH v42 12/13] LRNG - add interface for gathering of raw entropy
` [PATCH v42 13/13] LRNG - add power-on and runtime self-tests

[PATCH linux-next] net: wwan: iosm: use kmemdup instead of kzalloc and memcpy
 2021-09-17  9:42 UTC 

[PATCH] usb: dwc3: gadget: Avoid starting DWC3 gadget during UDC unbind
 2021-09-17  9:37 UTC  (4+ messages)

[PATCH v2] arm64/traps: Avoid unnecessary kernel/user pointer conversion
 2021-09-17  9:36 UTC  (2+ messages)

[PATCH] MAINTAINERS: zd1211rw: Move Daniel Drake to credits
 2021-09-17  9:32 UTC 

[PATCH v2] thermal: Fix a NULL pointer dereference
 2021-09-17  9:31 UTC  (2+ messages)

[syzbot] kernel BUG in vmf_insert_pfn_prot
 2021-09-17  9:22 UTC 

[PATCH 1/3] zd1211rw: remove duplicate USB device ID
 2021-09-17  9:21 UTC  (3+ messages)
` [PATCH 2/3] ar5512: "
` [PATCH 3/3] rt2x00: "

[PATCH] wlan-ng: remove duplicate USB device ID
 2021-09-17  9:22 UTC 

[PATCH] media: siano: remove duplicate USB device IDs
 2021-09-17  9:21 UTC 

IOPL emulation breaks hpasmd (hp-health) needed by HP DL380 G4 servers
 2021-09-17  9:20 UTC  (5+ messages)
      ` [PATCH] x86/iopl: Fake iopl(3) CLI/STI usage

[PATCH] watchdog: sbsa: drop unneeded MODULE_ALIAS
 2021-09-17  9:20 UTC 

[PATCH] net: freescale: drop unneeded MODULE_ALIAS
 2021-09-17  9:20 UTC 

[PATCH] sh: pgtable-3level: Fix cast to pointer from integer of different size
 2021-09-17  9:21 UTC  (3+ messages)

[PATCH 1/3] USB: serial: mos7840: remove duplicated 0xac24 device ID
 2021-09-17  9:18 UTC  (3+ messages)
` [PATCH 2/3] USB: serial: option: remove duplicate USB "
` [PATCH 3/3] USB: cdc-acm: "

[PATCH v2 0/6] fw_devlink improvements
 2021-09-17  9:18 UTC  (4+ messages)

[PATCH v3 0/2] mmc: mediatek: Add HS400 online tuning support
 2021-09-17  9:17 UTC  (5+ messages)
` [PATCH v3 2/2] "

[PATCH 1/2] backlight: bd6107: Make use of the helper function dev_err_probe()
 2021-09-17  9:17 UTC  (2+ messages)

[PATCH net-next v2 3/3] skbuff: keep track of pp page when __skb_frag_ref() is called
 2021-09-17  9:17 UTC  (12+ messages)
    ` [Linuxarm] "
                `  "

[PATCH] powerpc/8xx: Simplify TLB handling
 2021-09-17  9:16 UTC 

[PATCH] clk: mediatek: remove duplicate include
 2021-09-17  9:12 UTC 

[PATCH 8/9] sched/fair: select idle cpu from idle cpumask for task wakeup
 2021-09-17  9:11 UTC  (3+ messages)

[PATCH v2 1/2] drivers: thermal: tsens: fix wrong check for tzd in irq handlers
 2021-09-17  9:08 UTC  (4+ messages)
` [PATCH v2 2/2] drivers: thermal: tsens: add timeout to get_tem_tsens_valid

[PATCH] net: netsec: Make use of the helper function dev_err_probe()
 2021-09-17  9:00 UTC  (2+ messages)

[PATCH 0/8] Use copy_process/create_io_thread in vhost layer
 2021-09-17  8:54 UTC  (9+ messages)
` [PATCH 1/8] fork: add helper to clone a process
` [PATCH 3/8] fork: add option to not clone or dup files

[PATCH] arm64: dts: imx8mm-kontron-n801x-som: do not allow to switch off buck2
 2021-09-17  8:51 UTC  (6+ messages)

[PATCH v1] mm/vmalloc: fix exact allocations with an alignment > 1
 2021-09-17  8:47 UTC  (6+ messages)

[PATCH] mmc: sdhci-s3c: drop unneeded MODULE_ALIAS
 2021-09-17  8:47 UTC  (2+ messages)

[PATCH] cpumask: Omit terminating null byte in cpumap_print_{list,bitmask}_to_buf
 2021-09-17  8:45 UTC  (4+ messages)

[PATCH] virtio_net: introduce TX timeout watchdog
 2021-09-17  8:40 UTC 

[PATCH v2 0/4] Add Unisoc's UMS512 clock support
 2021-09-17  8:40 UTC  (4+ messages)
` [PATCH v2 2/4] dt-bindings: clk: sprd: Add bindings for ums512 clock controller

[PATCH 1/1] virtio/s390: fix vritio-ccw device teardown
 2021-09-17  8:40 UTC  (4+ messages)

Oops wih 5.14.5 on an ElkhartLake machine, missing /dev/dri/card0
 2021-09-17  8:24 UTC  (2+ messages)

[PATCH net] virtio-net: fix pages leaking when building skb in big mode
 2021-09-17  8:34 UTC 

[PATCH v1] ARM: dts: aspeed: mtjade: Add some gpios
 2021-09-17  8:29 UTC 

[PATCH] ASoC: mediatek: mt8195: remove wrong fixup assignment on HDMITX
 2021-09-17  8:28 UTC 

[ti:ti-rt-linux-5.10.y 9021/9320] drivers/gpu/drm/omapdrm/omap_wb_cap.c:512:13: warning: variable 'ret' set but not used
 2021-09-17  8:26 UTC 

[PATCH 0/2] pwm: renesas-tpu: minor improvements
 2021-09-17  8:25 UTC  (3+ messages)
` [PATCH 1/2] pwm: renesas-tpu: better errno for impossible rates

[PATCH 5.14 000/334] 5.14.4-rc1 review
 2021-09-17  8:25 UTC  (7+ messages)
` [PATCH 5.14 298/334] time: Handle negative seconds correctly in timespec64_to_ns()

[PATCH 2/2] openvswitch: Fix condition check in output_userspace() by using nla_ok()
 2021-09-17  8:24 UTC 

linux-next: build warning after merge of the tip tree
 2021-09-17  8:23 UTC  (2+ messages)

linux-next: Tree for Sep 17
 2021-09-17  8:22 UTC 

linux-next: build failure after merge of the clk-imx tree
 2021-09-17  8:21 UTC  (2+ messages)

[PATCH] mm/swapfile: Remove needless request_queue NULL pointer check
 2021-09-17  8:21 UTC 

[syzbot] upstream test error: WARNING in __do_kernel_fault
 2021-09-17  8:20 UTC  (2+ messages)

[PATCH] kdb: Adopt scheduler's task clasification
 2021-09-17  8:18 UTC  (3+ messages)

[PATCH v11 00/10] Add support for the silergy,sy7636a
 2021-09-17  8:15 UTC  (2+ messages)

[PATCH 0/4] staging: r8188eu: remove some unused code
 2021-09-17  8:06 UTC  (5+ messages)
` [PATCH 1/4] staging: r8188eu: remove IS_1T1R, IS_1T2R, IS_2T2R macros
` [PATCH 2/4] staging: r8188eu: remove if test that is always true
` [PATCH 3/4] staging: r8188eu: remove NumTotalRFPath from struct hal_data_8188e
` [PATCH 4/4] staging: r8188eu: remove switches from phy_RF6052_Config_ParaFile()

[syzbot] linux-next test error: KASAN: null-ptr-deref Read in fuse_conn_put
 2021-09-17  8:05 UTC  (5+ messages)

[PATCH v4 0/1] s390x: KVM: CPU Topology
 2021-09-17  8:14 UTC  (4+ messages)
` [PATCH v4 1/1] s390x: KVM: accept STSI for CPU topology information

[PATCH 0/3] libperf: Add support for scaling counters obtained from the read() system call during multiplexing
 2021-09-17  8:04 UTC  (7+ messages)
` [PATCH 1/3] libperf: Add processing to scale the counters obtained during the read() system call when multiplexing

[PATCH v3 1/3] misc_cgroup: introduce misc.events to count failures
 2021-09-17  8:09 UTC  (5+ messages)
` [PATCH v3 2/3] misc_cgroup: remove error log to avoid log flood

[PATCH v5 0/6] iio: Add output buffer support
 2021-09-17  8:08 UTC  (7+ messages)
` [PATCH v5 4/6] drivers: iio: dac: ad5766: Fix dt property name
` [PATCH v5 5/6] Documentation:devicetree:bindings:iio:dac: Fix val
` [PATCH v5 6/6] drivers:iio:dac:ad5766.c: Add trigger buffer

[PATCH] Input: ads7846 - Make use of the helper function dev_err_probe()
 2021-09-17  8:08 UTC  (4+ messages)

[PATCH v2] extcon: extcon-axp288: use P-Unit semaphore lock for register accesses
 2021-09-17  8:04 UTC  (3+ messages)

[PATCH v2] openvswitch: Fix condition check in do_execute_actions() by using nla_ok()
 2021-09-17  8:07 UTC 

[PATCH memcg] memcg: prohibit unconditional exceeding the limit of dying tasks
 2021-09-17  8:06 UTC  (2+ messages)
` [PATCH mm] vmalloc: back off when the current task is OOM-killed

[PATCH v2] init/do_mounts.c: Harden split_fs_names() against buffer overflow
 2021-09-17  8:07 UTC  (2+ messages)

[PATCH v5 0/4] arm64: meson: add support for JetHub D1/H1
 2021-09-17  8:06 UTC  (3+ messages)

[PATCH v3] arm64: dts: qcom: sc7280: Add WPSS remoteproc node
 2021-09-17  8:04 UTC  (3+ messages)

[PATCH] net: stmmac: dwmac-rk: fix unbalanced pm_runtime_enable warnings
 2021-09-17  8:02 UTC  (8+ messages)

[syzbot] KASAN: use-after-free Write in get_ucounts
 2021-09-17  7:53 UTC  (3+ messages)

[PATCH 0/6] vDPA driver for legacy virtio-pci device
 2021-09-17  7:51 UTC  (11+ messages)
` [PATCH v2 0/5] vDPA driver for Alibaba ENI
  ` [PATCH v2 4/5] vdpa: add new vdpa attribute VDPA_ATTR_DEV_F_VERSION_1

[PATCH] thermal: brcmstb_thermal: Interrupt is optional
 2021-09-17  7:51 UTC  (3+ messages)

[PATCH] mmc: dw_mmc: avoid long timeout if register invalid
 2021-09-17  7:50 UTC 

[syzbot] general protection fault in path_init
 2021-09-17  7:46 UTC 

[PATCH v2] spi: atmel: Fix PDC transfer setup bug
 2021-09-17  7:46 UTC 

[syzbot] general protection fault in sync_file_range
 2021-09-17  7:45 UTC 

[syzbot] WARNING: refcount bug in nr_release (2)
 2021-09-17  7:45 UTC 

[PATCH v5 0/6] sched/fair: Fix load balancing of SMT siblings with ASYM_PACKING
 2021-09-17  7:41 UTC  (5+ messages)
` [PATCH v5 6/6] sched/fair: Consider SMT in ASYM_PACKING load balance

[PATCH v1 00/13] perf/x86/amd: Add AMD Fam19h Branch Sampling support
 2021-09-17  7:39 UTC  (10+ messages)
` [PATCH v1 01/13] perf/core: add union to struct perf_branch_entry

[PATCH 1/1] Smack:- Use overlay inode label in smack_inode_copy_up()
 2021-09-17  7:38 UTC 

[PATCH v1 0/6] kunit: build kunit tests without structleak plugin
 2021-09-17  7:38 UTC  (4+ messages)
` [PATCH v1 6/6] bitfield: "

[syzbot] BUG: soft lockup in kjournald2 (2)
 2021-09-17  7:37 UTC  (2+ messages)

[syzbot] BUG: soft lockup in call_usermodehelper_exec_async
 2021-09-17  7:37 UTC  (2+ messages)

[PATCH] spi: atmel: Fix PDC transfer setup bug
 2021-09-17  7:37 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915: zero fill vma name buffer
 2021-09-17  7:37 UTC  (3+ messages)
` [PATCH v2] drm/i915: use strscpy() to avoid buffer overrun
  ` [Intel-gfx] "

[PATCH] ocfs2: avoid getting dlm lock of the target directory multiple times during reflink process
 2021-09-17  7:37 UTC  (7+ messages)
  ` [Ocfs2-devel] "

[syzbot] BUG: soft lockup in handle_mm_fault (2)
 2021-09-17  7:36 UTC  (7+ messages)

[PATCH] Xen/gntdev: don't ignore kernel unmapping error
 2021-09-17  7:35 UTC  (2+ messages)

[PATCH v3 1/2] perf benchmark: Call the futex syscall from a function
 2021-09-17  7:33 UTC  (3+ messages)
` [PATCH v3 2/2] perf bench: Add support for 32-bit systems with 64-bit time_t

[syzbot] BUG: soft lockup in do_wp_page (4)
 2021-09-17  7:32 UTC  (8+ messages)

[PATCH] arm64: dts: meson: add audio playback to rbox-pro
 2021-09-17  7:32 UTC  (2+ messages)

[RFT][PATCH] regulator: max14577: Revert "regulator: max14577: Add proper module aliases strings"
 2021-09-17  7:30 UTC  (2+ messages)

[PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks
 2021-09-17  7:28 UTC  (4+ messages)

[RFC PATCH v1 00/20] Review Request: Add support for Intel PMC
 2021-09-17  7:27 UTC  (4+ messages)
` [RFC PATCH v1 07/20] gpio: Add output event generation method to GPIOLIB and PMC Driver

[PATCH] docs/zh_CN: Add zh_CN/accounting/delay-accounting.rst
 2021-09-17  7:27 UTC  (3+ messages)

[PATCH v2 0/2] Add a generic virtual thermal sensor
 2021-09-17  7:27 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: Add bindings for the "
` [PATCH v2 2/2] thermal: add a virtual sensor to aggregate temperatures

[PATCH v4 0/3] arm64: support page mapping percpu first chunk allocator
 2021-09-17  7:24 UTC  (6+ messages)
` [PATCH v4 2/3] arm64: Support "

[PATCH] xen/x86: fix PV trap handling on secondary processors
 2021-09-17  7:24 UTC  (6+ messages)

[GIT PULL] Memory folios for v5.15
 2021-09-17  7:18 UTC  (7+ messages)
` Folio discussion recap

[PATCH] drm/ast: Atomic CR/SR reg R/W
 2021-09-17  7:22 UTC 

[PATCH v2] docs/zh_CN: Add zh_CN/accounting/delay-accounting.rst
 2021-09-17  7:20 UTC 

ipv4/tcp.c:4234:1: error: the frame size of 1152 bytes is larger than 1024 bytes [-Werror=frame-larger-than=]
 2021-09-17  7:20 UTC  (13+ messages)

[PATCH v7 00/19] staging: r8188eu: shorten and simplify calls chains
 2021-09-17  7:18 UTC  (14+ messages)
` [PATCH v7 07/19] staging: r8188eu: remove the helpers of usb_write32()
` [PATCH v7 08/19] staging: r8188eu: remove the helpers of usb_writeN()
` [PATCH v7 09/19] staging: r8188eu: remove the helpers of usb_read_port()
` [PATCH v7 10/19] staging: r8188eu: remove the helpers of usb_write_port()
` [PATCH v7 11/19] staging: r8188eu: remove the helpers of usb_read_port_cancel()
` [PATCH v7 12/19] staging: r8188eu: remove the helpers of usb_write_port_cancel()
` [PATCH v7 13/19] staging: r8188eu: remove core/rtw_io.c
` [PATCH v7 14/19] staging: r8188eu: remove struct _io_ops
` [PATCH v7 15/19] staging: r8188eu: clean up usbctrl_vendorreq()
` [PATCH v7 16/19] staging: r8188eu: clean up rtw_read*() and rtw_write*()
` [PATCH v7 17/19] staging: r8188eu: shorten calls chain of rtw_read{8,16,32}()
` [PATCH v7 18/19] staging: r8188eu: shorten calls chain of rtw_write{8,16,32,N}()
` [PATCH v7 19/19] staging: r8188eu: remove shared buffer for usb requests


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