linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-04 11:51:13 to 2020-09-04 14:21:44 UTC [more...]

[PATCH 5.8 00/17] 5.8.7-rc1 review
 2020-09-04 13:30 UTC  (6+ messages)
` [PATCH 5.8 06/17] perf record/stat: Explicitly call out event modifiers in the documentation
` [PATCH 5.8 10/17] dt-bindings: mmc: tegra: Add tmclk for Tegra210 and later
` [PATCH 5.8 13/17] arm64: tegra: Add missing timeout clock to Tegra210 SDMMC
` [PATCH 5.8 16/17] nl80211: fix NL80211_ATTR_HE_6GHZ_CAPABILITY usage
` [PATCH 5.8 17/17] scsi: target: tcmu: Optimize use of flush_dcache_page

[PATCH 5.4 00/16] 5.4.63-rc1 review
 2020-09-04 13:30 UTC  (14+ messages)
` [PATCH 5.4 01/16] HID: core: Correctly handle ReportSize being zero
` [PATCH 5.4 02/16] HID: core: Sanitize event code and type when mapping input
` [PATCH 5.4 03/16] perf record/stat: Explicitly call out event modifiers in the documentation
` [PATCH 5.4 04/16] drm/sched: Fix passing zero to PTR_ERR warning v2
` [PATCH 5.4 05/16] drm/etnaviv: fix TS cache flushing on GPUs with BLT engine
` [PATCH 5.4 08/16] KVM: arm64: Set HCR_EL2.PTW to prevent AT taking synchronous exception
` [PATCH 5.4 09/16] dt-bindings: mmc: tegra: Add tmclk for Tegra210 and later
` [PATCH 5.4 11/16] arm64: tegra: Add missing timeout clock to Tegra186 SDMMC nodes
` [PATCH 5.4 12/16] arm64: tegra: Add missing timeout clock to Tegra210 SDMMC
` [PATCH 5.4 13/16] sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra210
` [PATCH 5.4 14/16] sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra186
` [PATCH 5.4 15/16] scsi: target: tcmu: Fix size in calls to tcmu_flush_dcache_range
` [PATCH 5.4 16/16] scsi: target: tcmu: Optimize use of flush_dcache_page

[PATCH v10 00/30] DRM: fix struct sg_table nents vs. orig_nents misuse
 2020-09-04 13:37 UTC  (32+ messages)
    ` [PATCH v10 01/30] drm: prime: add common helper to check scatterlist contiguity
    ` [PATCH v10 02/30] drm: prime: use sgtable iterators in drm_prime_sg_to_page_addr_arrays()
    ` [PATCH v10 03/30] drm: core: fix common struct sg_table related issues
    ` [PATCH v10 04/30] drm: armada: "
    ` [PATCH v10 05/30] drm: etnaviv: "
    ` [PATCH v10 06/30] drm: exynos: use common helper for a scatterlist contiguity check
    ` [PATCH v10 07/30] drm: exynos: fix common struct sg_table related issues
    ` [PATCH v10 08/30] drm: i915: "
    ` [PATCH v10 09/30] drm: lima: "
    ` [PATCH v10 10/30] drm: mediatek: use common helper for a scatterlist contiguity check
    ` [PATCH v10 11/30] drm: mediatek: use common helper for extracting pages array
    ` [PATCH v10 12/30] drm: msm: fix common struct sg_table related issues
    ` [PATCH v10 13/30] drm: omapdrm: use common helper for extracting pages array
    ` [PATCH v10 14/30] drm: panfrost: fix common struct sg_table related issues
    ` [PATCH v10 15/30] drm: rockchip: use common helper for a scatterlist contiguity check
    ` [PATCH v10 16/30] drm: rockchip: fix common struct sg_table related issues
    ` [PATCH v10 17/30] drm: tegra: "
    ` [PATCH v10 18/30] drm: v3d: "
    ` [PATCH v10 19/30] drm: virtio: "
    ` [PATCH v10 20/30] drm: vmwgfx: "
    ` [PATCH v10 21/30] drm: xen: "
    ` [PATCH v10 22/30] xen: gntdev: "
    ` [PATCH v10 23/30] drm: host1x: "
    ` [PATCH v10 24/30] drm: rcar-du: "
    ` [PATCH v10 25/30] dmabuf: "
    ` [PATCH v10 26/30] staging: tegra-vde: "
    ` [PATCH v10 27/30] rapidio: "
    ` [PATCH v10 28/30] samples: vfio-mdev/mbochs: "
    ` [PATCH v10 29/30] media: pci: fix common ALSA DMA-mapping related codes
    ` [PATCH v10 30/30] videobuf2: use sgtable-based scatterlist wrappers

[PATCH tip/core/rcu 0/13] Add strict grace periods for KASAN use for v5.10
 2020-09-04 13:41 UTC  (4+ messages)
` [PATCH tip/core/rcu 05/13] rcu: Always set .need_qs from __rcu_read_lock() for strict GPs

[PATCH] objtool: support symtab_shndx during dump
 2020-09-04 14:17 UTC  (4+ messages)

[RFC PATCH v2] iio: core: Add optional symbolic label to a device channel
 2020-09-04 13:35 UTC  (4+ messages)

[PATCH v4 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-09-04 13:32 UTC  (11+ messages)
` [PATCH v4 01/10] fs/ntfs3: Add headers and misc files
` [PATCH v4 02/10] fs/ntfs3: Add initialization of super block
` [PATCH v4 03/10] fs/ntfs3: Add bitmap
` [PATCH v4 04/10] fs/ntfs3: Add file operations and implementation
` [PATCH v4 05/10] fs/ntfs3: Add attrib operations
` [PATCH v4 06/10] fs/ntfs3: Add compression
` [PATCH v4 07/10] fs/ntfs3: Add NTFS journal
` [PATCH v4 08/10] fs/ntfs3: Add Kconfig, Makefile and doc
` [PATCH v4 09/10] fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile
` [PATCH v4 10/10] fs/ntfs3: Add MAINTAINERS

[PATCH net-next] net: dsa: bcm_sf2: Ensure that MDIO diversion is used
 2020-09-04 13:35 UTC  (6+ messages)

[PATCH v4 00/10] vfio/fsl-mc: VFIO support for FSL-MC device
 2020-09-04 14:11 UTC  (5+ messages)
` [PATCH v4 01/10] vfio/fsl-mc: Add VFIO framework skeleton for fsl-mc devices

[PATCH v2 0/1] Use the generic PHY framework for Ingenic USB PHY
 2020-09-04 14:10 UTC  (3+ messages)
` [PATCH v2 1/1] USB: PHY: JZ4770: Use the generic PHY framework

[RFC PATCH 00/30] ima: Introduce IMA namespace
 2020-09-04 14:06 UTC  (5+ messages)

[PATCH] hwmon: sparx5: Fix initial reading of temperature
 2020-09-04 14:08 UTC  (4+ messages)

[PATCH v2] syscall/ptrace08: Simplify the test
 2020-09-04 14:09 UTC 

[PATCH 0/2] add FMC2 EBI controller support
 2020-09-04 13:20 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: stm32: add FMC2 EBI support for stm32mp157c

[PATCH v20 00/12] Landlock LSM
 2020-09-04 14:06 UTC  (6+ messages)
` [PATCH v20 05/12] LSM: Infrastructure management of the superblock

{PATCH 0/2] HID: wiimote: Minor change to spinlock usage
 2020-09-04 13:21 UTC  (3+ messages)
` [PATCH 1/2] HID: wiimote: make handlers[] const
` [PATCH 2/2] HID: wiimote: narrow spinlock range in wiimote_hid_event()

[PATCH] spi-imx: remove num-cs support, set num_chipselect to 4
 2020-09-04 13:57 UTC  (5+ messages)
  ` (EXT) "

[PATCH] syscall/ptrace08: Simplify the test
 2020-09-04 13:30 UTC  (3+ messages)
` [LTP] "

[GIT PULL] RISC-V Fixes for 5.9-rc2
 2020-09-04 13:56 UTC  (8+ messages)

[PATCH] ALSA: usb-audio: quirks: Add USB_QUIRK_DISCONNECT_SUSPEND quirk for Lenovo A630Z TIO built-in usb audio card
 2020-09-04 13:57 UTC  (2+ messages)

[PATCH 21/23] init: add an init_stat helper
 2020-09-04 13:53 UTC  (2+ messages)
` [PATCH] init: fix error check in clean_path()

ptrace_syscall_32 is failing
 2020-09-04 13:52 UTC  (2+ messages)
` [tip: x86/urgent] x86/entry: Unbreak 32bit fast syscall

[PATCH v3] HID: quirks: Add USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk for BYD zhaoxin notebook
 2020-09-04 13:50 UTC  (2+ messages)

[PATCH v3 0/2] media: i2c: ov772x: Enable BT656 mode and test pattern support
 2020-09-04 13:48 UTC  (11+ messages)
` [PATCH v3 1/2] media: i2c: ov772x: Add support for BT656 mode

[PATCH] perf metric: Fix some memory leaks
 2020-09-04 13:39 UTC  (3+ messages)

[RFC 00/10] Add USB support for Hikey 970
 2020-09-04 13:47 UTC  (11+ messages)
` [RFC 08/10] misc: hisi_hikey_usb: Driver to support onboard USB gpio hub on Hikey960
` [RFC 09/10] misc: hisi_hikey_usb: add support for Hikey 970

[PATCH] kbuild: preprocess module linker script
 2020-09-04 13:31 UTC 

[PATCH v2 2/2] staging: gdm724x: gdm_tty: replaced macro with a function
 2020-09-04 13:38 UTC  (2+ messages)

[PATCH -next] perf bench: fix return value check in do_run_multi_threaded()
 2020-09-04 13:25 UTC  (5+ messages)

(EXT) Re: [PATCH v2 1/1] edac: fsl_ddr_edac: fix expected data message
 2020-09-04 13:32 UTC  (3+ messages)
  `  "

[PATCH net v6 0/6] net: marvell: prestera: Add Switchdev driver for Prestera family ASIC device 98DX3255 (AC3x)
 2020-09-04 13:32 UTC  (5+ messages)
` [PATCH net v6 1/6] net: marvell: prestera: Add driver for Prestera family ASIC devices

[PATCH v2 0/3] pinctrl: Ingenic: Add support for SSI and I2S pins
 2020-09-04 13:27 UTC  (3+ messages)
` [PATCH v2 1/3] pinctrl: Ingenic: Add SSI pins support for JZ4770 and JZ4780

[PATCH net-next] net/packet: Remove unused macro BLOCK_PRIV
 2020-09-04 13:26 UTC  (2+ messages)

[PATCH] i2c: virtio: add a virtio i2c frontend driver
 2020-09-04 13:21 UTC  (3+ messages)

[PATCH] mm/page_alloc.c: Clean code by removing unnecessary initialization
 2020-09-04 13:24 UTC 

[PATCH 11/13] x86/debug: Simplify hw_breakpoint_handler()
 2020-09-04 13:16 UTC  (2+ messages)
` [tip: x86/entry] "

[PATCH 01/13] x86/entry: Fix AC assertion
 2020-09-04 13:16 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH 09/13] x86/debug: Remove the historical junk
 2020-09-04 13:16 UTC  (2+ messages)
` [tip: x86/entry] "

[PATCH 10/13] x86/debug: Remove aout_dump_debugregs()
 2020-09-04 13:16 UTC  (2+ messages)
` [tip: x86/entry] "

[PATCH 07/13] x86/debug: Move historical SYSENTER junk into exc_debug_kernel()
 2020-09-04 13:16 UTC  (2+ messages)
` [tip: x86/entry] "

[PATCH 03/13] x86/debug: Sync BTF earlier
 2020-09-04 13:16 UTC  (2+ messages)
` [tip: x86/entry] "

[PATCH 06/13] x86/debug: Simplify #DB signal code
 2020-09-04 13:16 UTC  (2+ messages)
` [tip: x86/entry] "

[PATCH 04/13] x86/debug: Move kprobe_debug_handler() into exc_debug_kernel()
 2020-09-04 13:16 UTC  (2+ messages)
` [tip: x86/entry] "

[PATCH 05/13] x86/debug: Remove handle_debug(.user) argument
 2020-09-04 13:16 UTC  (2+ messages)
` [tip: x86/entry] "

printk: Add process name information to printk() output
 2020-09-04 13:17 UTC  (4+ messages)

[RFC][PATCH 12/13] x86/debug: Support negative polarity DR6 bits
 2020-09-04 13:16 UTC  (2+ messages)
` [tip: x86/entry] "

[PATCH 08/13] x86/debug: Move cond_local_irq_enable() block into exc_debug_user()
 2020-09-04 13:16 UTC  (2+ messages)
` [tip: x86/entry] "

[PATCH] x86/debug: Allow a single level of #DB recursion
 2020-09-04 13:16 UTC  (2+ messages)
` [tip: x86/urgent] "

[RFC][PATCH 13/13] x86/debug: Change thread.debugreg6 to thread.virtual_dr6
 2020-09-04 13:16 UTC  (2+ messages)
` [tip: x86/entry] "

[PATCH net-next] can: peak_canfd: Remove unused macros
 2020-09-04 13:12 UTC 

[PATCH 1/3] dt-bindings: i2c: ingenic: Add compatible string for the JZ4770
 2020-09-04 13:11 UTC  (3+ messages)
` [PATCH 2/3] i2c: jz4780: Add compatible string for JZ4770 SoC
` [PATCH 3/3] i2c: jz4780: Remove of_match_ptr()

[PATCH net-next] can: kvaser_pciefd: Remove unused macro KVASER_PCIEFD_KCAN_CTRL_EFRAME
 2020-09-04 13:10 UTC 

[PATCH net-next] rxrpc: Remove unused macro rxrpc_min_rtt_wlen
 2020-09-04 13:08 UTC 

WARNING: can't access registers at asm_sysvec_reschedule_ipi
 2020-09-04 13:09 UTC 

[ANNOUNCE] 4.4.235-rt206
 2020-09-04 12:51 UTC 

[PATCH] MAINTAINERS: add entry for VKMS
 2020-09-04 13:06 UTC 

[PATCH] pty: do tty_flip_buffer_push without port->lock in pty_write
 2020-09-04 13:04 UTC  (3+ messages)

[PATCH net-next] NFC: digital: Remove two unused macroes
 2020-09-04 13:01 UTC 

[PATCH v2 00/10] Support qcom USB3+DP combo phy (or type-c phy)
 2020-09-04 13:02 UTC  (7+ messages)
` [PATCH v2 07/10] phy: qcom-qmp: Add support for DP in USB3+DP combo phy

[PATCH v6 00/20] gpio: cdev: add uAPI v2
 2020-09-04 13:02 UTC  (5+ messages)

[PATCH net-next] caif: Remove duplicate macro SRVL_CTRL_PKT_SIZE
 2020-09-04 12:58 UTC 

[PATCH v2 1/4] dt-bindings: reserved-memory: Document "active" property
 2020-09-04 13:00 UTC  (4+ messages)
` [PATCH v2 2/4] iommu: Implement of_iommu_get_resv_regions()
` [PATCH v2 3/4] iommu: dma: Use of_iommu_get_resv_regions()
` [RFC 4/4] iommu/tegra-smmu: Add support for reserved regions

[PATCH net-next] netfilter: ebt_stp: Remove unused macro BPDU_TYPE_TCN
 2020-09-04 12:56 UTC 

[RFC PATCH] certs: Add EFI_CERT_X509_GUID support for dbx entries
 2020-09-04 12:59 UTC  (2+ messages)
` [RFC PATCH] certs: Add EFI_CERT_X509_GUID support for dbx entries]

[PATCH] drm/bridge: dw-mipi-dsi: permit configuring the escape clock rate
 2020-09-04 12:55 UTC 

[PATCH v3 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-09-04 12:55 UTC  (11+ messages)
` [PATCH v3 02/10] fs/ntfs3: Add initialization of super block
` [PATCH v3 04/10] fs/ntfs3: Add file operations and implementation

[PATCH v2 05/10] fs/ntfs3: Add attrib operations
 2020-09-04 12:52 UTC  (3+ messages)

[PATCH 0/4] Remove struct device_connection
 2020-09-04 12:51 UTC  (5+ messages)
` [PATCH 1/4] device connection: Remove device_connection_find()
` [PATCH 2/4] device connection: Remove device_connection_add()
` [PATCH 3/4] device connection: Remove struct device_connection
` [PATCH 4/4] device property: Move fwnode_connection_find_match() under drivers/base/property.c

[PATCH] kprobes, x86/ptrace.h: fix regs argument order for i386
 2020-09-04 12:49 UTC  (2+ messages)
` [tip: x86/urgent] tracing/kprobes, x86/ptrace: Fix "

[PATCH v8 00/18] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-09-04 12:44 UTC  (4+ messages)

[PATCH] KVM: SVM: Add tracepoint for cr_interception
 2020-09-04 12:44 UTC  (3+ messages)

[PATCH v2] mm/memory_hotplug: drain per-cpu pages again during memory offline
 2020-09-04 12:42 UTC  (4+ messages)

[PATCH v5 0/3] xen/balloon: fixes for memory hotplug
 2020-09-04 12:40 UTC  (8+ messages)
` [PATCH v5 3/3] xen: add helpers to allocate unpopulated memory

[PATCH] MAINTAINERS: Add myself as SCHED_DEADLINE reviewer
 2020-09-04 12:38 UTC  (7+ messages)
` [tip: sched/core] "

[PATCH] MIPS: dts/ingenic: Cleanup qi_lb60.dts
 2020-09-04 12:36 UTC 

[PATCH] nvmem: core: Use kobj_to_dev() instead of container_of()
 2020-09-04 12:36 UTC  (2+ messages)

[GIT PULL] MIPS fixes for v5.9
 2020-09-04 12:32 UTC 

[PATCH] PCI: tegra: Convert to MSI domains
 2020-09-04 12:30 UTC  (4+ messages)

[PATCH v5] iommu/tegra-smmu: Add locking around mapping operations
 2020-09-04 12:27 UTC  (3+ messages)

[PATCH v9 00/32] DRM: fix struct sg_table nents vs. orig_nents misuse
 2020-09-04 12:27 UTC  (6+ messages)
  ` [PATCH v9 14/32] drm: omapdrm: fix common struct sg_table related issues

[PATCH] regulator: lochnagar: Add additional VDDCORE range
 2020-09-04 12:25 UTC 

[GIT PULL] Kbuild fixes for v5.9-rc4
 2020-09-04 12:21 UTC 

[PATCH v2] KVM: Check the allocation of pv cpu mask
 2020-09-04 12:21 UTC  (5+ messages)

[PATCH RESEND v3] iommu/tegra-smmu: Add missing locks around mapping operations
 2020-09-04 12:20 UTC  (3+ messages)

[PATCH v2 0/6] Introduce Embedded Controller driver for Acer A500
 2020-09-04 12:07 UTC  (4+ messages)
` [PATCH v2 1/6] dt-bindings: mfd: Add ENE KB930 Embedded Controller binding

[PATCH v2] KVM: fix memory leak in kvm_io_bus_unregister_dev()
 2020-09-04 12:04 UTC  (4+ messages)

[PATCH 0/3] Add PCIe EP to RZ/G2H
 2020-09-04 12:02 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: pci: rcar-pci-ep: Document r8a774e1
` [PATCH 2/3] arm64: dts: renesas: r8a774e1: Add PCIe EP nodes
` [PATCH 3/3] misc: pci_endpoint_test: Add Device ID for RZ/G2H PCIe controller

[ANNOUNCE] 4.4.234-rt205
 2020-09-04 11:55 UTC 

[PATCH v33 00/21] Intel SGX foundations
 2020-09-04 12:01 UTC  (6+ messages)
` [PATCH v33 11/21] x86/sgx: Linux Enclave Driver

[PATCH] arm: dts: mt7623: add lima related regulator
 2020-09-04 12:01 UTC  (2+ messages)
` Aw: "

[PATCH] dmaengine: ti: k3-udma: Use soc_device_match() for SoC dependent parameters
 2020-09-04 12:00 UTC 

[PATCH] debugfs: Fix module state check condition
 2020-09-04 11:58 UTC  (4+ messages)

[PATCH v36 00/24] Intel SGX foundations
 2020-09-04 11:55 UTC  (4+ messages)
` [PATCH v36 12/24] x86/sgx: Add SGX_IOC_ENCLAVE_CREATE

[GIT PULL] interconnect fixes for 5.9
 2020-09-04 11:52 UTC  (2+ messages)


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