All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-12 14:04:26 to 2020-10-12 14:21:15 UTC [more...]

[PATCH v4 00/11] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-12 14:20 UTC  (9+ messages)
` [PATCH v4 01/11] mm: add Kernel Electric-Fence infrastructure

[cip-dev] [RFC PATCH 4.19.y-cip 00/50] Add PCIe EP support for Renesas R-Car Gen3 and RZ/G2x
 2020-10-12 14:19 UTC  (48+ messages)
` [cip-dev] [RFC PATCH 4.19.y-cip 01/50] PCI: endpoint: Add new pci_epc_ops to get EPC features
` [cip-dev] [RFC PATCH 4.19.y-cip 02/50] PCI: dwc: Add ->get_features() callback function to dw_pcie_ep_ops
` [cip-dev] [RFC PATCH 4.19.y-cip 03/50] PCI: designware-plat: Populate ->get_features() dw_pcie_ep_ops
` [cip-dev] [RFC PATCH 4.19.y-cip 04/50] PCI: pci-dra7xx: "
` [cip-dev] [RFC PATCH 4.19.y-cip 05/50] PCI: rockchip: "
` [cip-dev] [RFC PATCH 4.19.y-cip 06/50] PCI: cadence: Populate ->get_features() cdns_pcie_epc_ops
` [cip-dev] [RFC PATCH 4.19.y-cip 07/50] PCI: endpoint: Add helper to get first unreserved BAR
` [cip-dev] [RFC PATCH 4.19.y-cip 08/50] PCI: endpoint: Fix pci_epf_alloc_space() to set correct MEM TYPE flags
` [cip-dev] [RFC PATCH 4.19.y-cip 09/50] PCI: pci-epf-test: Remove setting epf_bar flags in function driver
` [cip-dev] [RFC PATCH 4.19.y-cip 10/50] PCI: pci-epf-test: Do not allocate next BARs memory if current BAR is 64Bit
` [cip-dev] [RFC PATCH 4.19.y-cip 11/50] PCI: pci-epf-test: Use pci_epc_get_features() to get EPC features
` [cip-dev] [RFC PATCH 4.19.y-cip 12/50] PCI: cadence: Remove pci_epf_linkup() from Cadence EP driver
` [cip-dev] [RFC PATCH 4.19.y-cip 13/50] PCI: rockchip: Remove pci_epf_linkup() from Rockchip "
` [cip-dev] [RFC PATCH 4.19.y-cip 14/50] PCI: designware-plat: Remove setting epc->features in Designware plat "
` [cip-dev] [RFC PATCH 4.19.y-cip 15/50] PCI: endpoint: Remove features member in struct pci_epc
` [cip-dev] [RFC PATCH 4.19.y-cip 16/50] PCI: endpoint: Fix a potential NULL pointer dereference
` [cip-dev] [RFC PATCH 4.19.y-cip 17/50] PCI: endpoint: Add support to specify alignment for buffers allocated to BARs
` [cip-dev] [RFC PATCH 4.19.y-cip 18/50] PCI: endpoint: Set endpoint controller pointer to NULL
` [cip-dev] [RFC PATCH 4.19.y-cip 19/50] PCI: endpoint: Allocate enough space for fixed size BAR
` [cip-dev] [RFC PATCH 4.19.y-cip 20/50] PCI: endpoint: Skip odd BAR when skipping 64bit BAR
` [cip-dev] [RFC PATCH 4.19.y-cip 21/50] PCI: endpoint: Clear BAR before freeing its space
` [cip-dev] [RFC PATCH 4.19.y-cip 22/50] PCI: endpoint: Cast the page number to phys_addr_t
` [cip-dev] [RFC PATCH 4.19.y-cip 23/50] PCI: endpoint: Use notification chain mechanism to notify EPC events to EPF
` [cip-dev] [RFC PATCH 4.19.y-cip 24/50] PCI: endpoint: Replace spinlock with mutex
` [cip-dev] [RFC PATCH 4.19.y-cip 25/50] PCI: endpoint: Protect concurrent access to pci_epf_ops "
` [cip-dev] [RFC PATCH 4.19.y-cip 26/50] PCI: endpoint: Assign function number for each PF in EPC core
` [cip-dev] [RFC PATCH 4.19.y-cip 27/50] PCI: endpoint: Add core init notifying feature
` [cip-dev] [RFC PATCH 4.19.y-cip 28/50] PCI: endpoint: Add notification for core init completion
` [cip-dev] [RFC PATCH 4.19.y-cip 29/50] PCI: pci-epf-test: Add support to defer core initialization
` [cip-dev] [RFC PATCH 4.19.y-cip 30/50] PCI: endpoint: Fix clearing start entry in configfs
` [cip-dev] [RFC PATCH 4.19.y-cip 31/50] PCI: endpoint: Fix ->set_msix() to take BIR and offset as arguments
` [cip-dev] [RFC PATCH 4.19.y-cip 32/50] PCI: dwc: Fix dw_pcie_ep_raise_msix_irq() to get correct MSI-X table address
` [cip-dev] [RFC PATCH 4.19.y-cip 33/50] PCI: endpoint: Pass page size as argument to pci_epc_mem_init()
` [cip-dev] [RFC PATCH 4.19.y-cip 34/50] PCI: endpoint: Add support to handle multiple base for mapping outbound memory
` [cip-dev] [RFC PATCH 4.19.y-cip 35/50] PCI: endpoint: functions/pci-epf-test: Print throughput information
` [cip-dev] [RFC PATCH 4.19.y-cip 36/50] PCI: rcar: Rename pcie-rcar.c to pcie-rcar-host.c
` [cip-dev] [RFC PATCH 4.19.y-cip 37/50] arm64: defconfig: Enable CONFIG_PCIE_RCAR_HOST
` [cip-dev] [RFC PATCH 4.19.y-cip 38/50] PCI: rcar: Move shareable code to a common file
` [cip-dev] [RFC PATCH 4.19.y-cip 39/50] PCI: rcar: Fix calculating mask for PCIEPAMR register
` [cip-dev] [RFC PATCH 4.19.y-cip 40/50] dt-bindings: PCI: rcar: Add bindings for R-Car PCIe endpoint controller
` [cip-dev] [RFC PATCH 4.19.y-cip 41/50] PCI: rcar: Add endpoint mode support
` [cip-dev] [RFC PATCH 4.19.y-cip 42/50] arm64: defconfig: Enable R-Car PCIe endpoint driver
` [cip-dev] [RFC PATCH 4.19.y-cip 43/50] dt-bindings: pci: rcar-pci-ep: Document r8a774a1 and r8a774b1
` [cip-dev] [RFC PATCH 4.19.y-cip 47/50] misc: pci_endpoint_test: Add Device ID for RZ/G2E PCIe controller
` [cip-dev] [RFC PATCH 4.19.y-cip 48/50] misc: pci_endpoint_test: Add Device ID for RZ/G2M and RZ/G2N PCIe controllers
` [cip-dev] [RFC PATCH 4.19.y-cip 49/50] tools: PCI: Exit with error code when test fails
` [cip-dev] [RFC PATCH 4.19.y-cip 50/50] tools: PCI: Fix fd leakage

[PATCH v2 00/17] follow_pfn and other iomap races
 2020-10-12 14:19 UTC  (7+ messages)
` [PATCH v2 08/17] s390/pci: Remove races against pte updates

[PATCH] arm64: mm: set ZONE_DMA size based on early IORT scan
 2020-10-12 14:19 UTC  (7+ messages)

[PATCH v5 0/3] xfsprogs: consolidate stripe validation
 2020-10-12 14:20 UTC  (5+ messages)
` [PATCH v5 3/3] mkfs: make use of xfs_validate_stripe_factors()

[PATCH] ASoC: pcm5102a: Make codec selectable
 2020-10-12 14:19 UTC  (2+ messages)

[PATCH 00/10] hw/isa: Introduce definitions for default IRQ values
 2020-10-12 14:17 UTC  (5+ messages)
` [PATCH 05/10] hw/isa: Add the ISA_IRQ_FDC_DEFAULT definition
` [PATCH 10/10] hw/isa: Add the ISA_IRQ_IDE_DEFAULT definition

[PATCH v9 0/6] add DFL bus support to MODULE_DEVICE_TABLE()
 2020-10-12 14:19 UTC  (9+ messages)
` [PATCH v9 1/6] fpga: dfl: fix the definitions of type & feature_id for dfl devices
` [PATCH v9 5/6] fpga: dfl: add support for N3000 Nios private feature

[dpdk-dev] [PATCH] add flow shared action API
 2020-10-12 14:19 UTC  (4+ messages)
` [dpdk-dev] [PATCH v7 0/2] RTE flow shared action
  ` [dpdk-dev] [PATCH v7 1/2] ethdev: add flow shared action API

[PATCH] nfsd: remove unneeded break
 2020-10-12 14:19 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/failsafe: fix state synchro cleanup
 2020-10-12 14:19 UTC 

[PATCH 2/5] firmware: arm_scmi: fix transfer missing re-initialization
 2020-10-12 14:17 UTC  (3+ messages)
` [PATCH] firmware: arm_scmi: Add missing Rx size re-initialisation

[PATCH] hw/acpi/piix4: Rename piix4_pm_add_propeties() to piix4_pm_add_properties()
 2020-10-12 14:17 UTC  (2+ messages)

[PATCH v2 00/20] Start KernelShark v2 transformation
 2020-10-12 14:18 UTC  (10+ messages)
` [PATCH v2 01/20] kernel-shark: Start introducing KernelShark 2.0
` [PATCH v2 02/20] kernel-shark: Use only signed types in kshark_entry
` [PATCH v2 03/20] kernel-shark: Introduce libkshark-hash
` [PATCH v2 04/20] kernel-shark: Introduce Data streams
` [PATCH v2 05/20] kernel-shark: Add stream_id to kshark_entry
` [PATCH v2 06/20] kernel-shark: Rename static methods in libkshark

[Intel-gfx] [PATCH] drm/i915/psr: Configure and Program IO buffer Wake and Fast Wake
 2020-10-12 14:18 UTC 

[PATCH 0/4] assorted gcc 10/fedora32 compile warning fixes
 2020-10-12 14:16 UTC  (5+ messages)
` [PATCH 1/4] vmdk: fix maybe uninitialized warnings

[PATCH] mac80211: 160MHz support per IEEE802.11ax standard
 2020-10-12 14:18 UTC 

[PATCH] xfs: introduce xfs_validate_stripe_factors()
 2020-10-12 14:17 UTC  (4+ messages)

[PATCH v2] net/sunrpc: Fix return value for sysctl sunrpc.transports
 2020-10-12 14:18 UTC  (2+ messages)

[PATCH] drm/vgem: Replace vgem_object_funcs with the common drm shmem helper
 2020-10-12 14:17 UTC  (9+ messages)
` [Intel-gfx] "

[PATCH v8 3/3] leds: trigger: implement a tty trigger
 2020-10-12 14:16 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915: DMA map DSM [stolen memory]
 2020-10-12 14:16 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[RFC PATCH] checkpatch: add shebang check to EXECUTE_PERMISSIONS
 2020-10-12 14:16 UTC  (5+ messages)
    ` [Linux-kernel-mentees] "

[PATCH v10 0/7] arm64: expose FAR_EL1 tag bits in siginfo
 2020-10-12 14:14 UTC  (6+ messages)
` [PATCH v10 7/7] "

[PATCH v3 0/2] Add tracepoints around mmap_lock acquisition
 2020-10-12 14:15 UTC  (3+ messages)
` [PATCH v3 1/2] tracing: support "bool" type in synthetic trace events

[GIT PULL] RCU changes for v5.10
 2020-10-12 14:14 UTC 

[PATCH -v2 00/17] sched: Migrate disable support
 2020-10-12 14:14 UTC  (6+ messages)
` [PATCH -v2 07/17] sched: Fix hotplug vs CPU bandwidth control

[tip: locking/core] lockdep: Fix lockdep recursion
 2020-10-12 14:14 UTC  (4+ messages)

[PATCH 1/4] drm/ttm: set the tt caching state at creation time
 2020-10-12 14:14 UTC  (3+ messages)

[PATCH v5] Add a comment in bios-tables-test.c to clarify the reason behind approach
 2020-10-12 14:12 UTC  (3+ messages)

[PATCH] tests/test-char: Use a proper fallthrough comment
 2020-10-12 14:12 UTC  (2+ messages)

[Intel-gfx] [PATCH 00/61] drm/i915: Remove obj->mm.lock!
 2020-10-12 14:13 UTC  (4+ messages)
` [Intel-gfx] [PATCH 10/61] drm/i915: Disable userptr pread/pwrite support

[dpdk-dev] [PATCH v2 0/8] support PDCP-SDAP for dpaa2_sec
 2020-10-12 14:10 UTC  (10+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 1/8] common/dpaax/caamflib: Support PDCP-SDAP
  ` [dpdk-dev] [PATCH v3 2/8] security: modify PDCP xform to support SDAP
  ` [dpdk-dev] [PATCH v3 3/8] doc: remove unnecessary API code from security guide
  ` [dpdk-dev] [PATCH v3 4/8] crypto/dpaa2_sec: enable PDCP-SDAP sessions
  ` [dpdk-dev] [PATCH v3 5/8] crypto/dpaa_sec: "
  ` [dpdk-dev] [PATCH v3 6/8] test/crypto: Add test vectors for PDCP-SDAP
  ` [dpdk-dev] [PATCH v3 7/8] test/crypto: Modify test_pdcp_proto to take parameters
  ` [dpdk-dev] [PATCH v3 8/8] test/crypto: Add PDCP-SDAP cases

[PATCH] media: ov5640: fix support of BT656 bus mode
 2020-10-12 14:12 UTC  (3+ messages)

[GIT PULL] Block driver updates for 5.10-rc1
 2020-10-12 14:12 UTC 

[PATCH -next] arm64: Fix redefinition of init_new_context()
 2020-10-12 14:10 UTC  (2+ messages)

[PATCH] usb: host: ehci-sched: add comment about find_tt() not returning error
 2020-10-12 14:11 UTC  (3+ messages)
` [linux-safety] "

[PATCH] ALSA: compress: allow pause and resume during draining
 2020-10-12 14:10 UTC  (12+ messages)

[PATCH] SPL: stm32mp1: fix spl_mmc_boot_partition not defined
 2020-10-12 14:11 UTC 

linux-next: build failure after merge of the drm-misc tree
 2020-10-12 14:10 UTC  (5+ messages)
` [PATCH] drm/ingenic: Fix bad revert
    ` [Intel-gfx] "

stable-rc/linux-4.9.y build: 186 builds: 2 failed, 184 passed, 4 warnings (v4.9.238-53-g3bfeb60986ac)
 2020-10-12 14:10 UTC 

[RFC PATCH 0/3] l3mdev icmp error route lookup fixes
 2020-10-12 14:10 UTC  (6+ messages)

[PATCH 00/29] dt-bindings:iio: Another set of yaml conversions
 2020-10-12 14:02 UTC  (3+ messages)
` [PATCH 20/29] dt-bindings:iio:dac:microchip,mcp4725 yaml conversion

[PATCH] spi: imx: Revert "spi: imx: enable runtime pm support"
 2020-10-12 14:07 UTC  (5+ messages)

[PATCH 2/2] mm: introduce vma_set_file function v4
 2020-10-12 14:08 UTC  (4+ messages)

[PATCH 4.4 00/39] 4.4.239-rc1 review
 2020-10-12 13:26 UTC  (6+ messages)
` [PATCH 4.4 07/39] drivers/net/wan/hdlc: Set skb->protocol before transmitting
` [PATCH 4.4 16/39] netfilter: ctnetlink: add a range check for l3/l4 protonum
` [PATCH 4.4 23/39] platform/x86: thinkpad_acpi: initialize tp_nvram_state variable
` [PATCH 4.4 24/39] platform/x86: thinkpad_acpi: re-initialize ACPI buffer size when reuse
` [PATCH 4.4 25/39] driver core: Fix probe_count imbalance in really_probe()

[PATCH v2 0/5] Couple of bugfixes to sev-es series
 2020-10-12 14:08 UTC  (4+ messages)
` [PATCH] x86/boot/64: Initialize 5-level paging variables earlier

[PATCH 4.9 00/54] 4.9.239-rc1 review
 2020-10-12 13:27 UTC  (35+ messages)
` [PATCH 4.9 01/54] vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsock
` [PATCH 4.9 03/54] USB: gadget: f_ncm: Fix NDP16 datagram validation
` [PATCH 4.9 04/54] gpio: tc35894: fix up tc35894 interrupt configuration
` [PATCH 4.9 10/54] drivers/net/wan/hdlc: Set skb->protocol before transmitting
` [PATCH 4.9 11/54] mac80211: do not allow bigger VHT MPDUs than the hardware supports
` [PATCH 4.9 12/54] nfs: Fix security label length not being reset
` [PATCH 4.9 13/54] clk: samsung: exynos4: mark chipid clock as CLK_IGNORE_UNUSED
` [PATCH 4.9 14/54] iommu/exynos: add missing put_device() call in exynos_iommu_of_xlate()
` [PATCH 4.9 15/54] i2c: cpm: Fix i2c_ram structure
` [PATCH 4.9 18/54] epoll: do not insert into poll queues until all sanity checks are done
` [PATCH 4.9 19/54] epoll: replace ->visited/visited_list with generation count
` [PATCH 4.9 20/54] epoll: EPOLL_CTL_ADD: close the race in decision to take fast path
` [PATCH 4.9 21/54] ep_create_wakeup_source(): dentry name can change under you
` [PATCH 4.9 22/54] netfilter: ctnetlink: add a range check for l3/l4 protonum
` [PATCH 4.9 23/54] fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.h
` [PATCH 4.9 24/54] Fonts: Support FONT_EXTRA_WORDS macros for built-in fonts
` [PATCH 4.9 25/54] Revert "ravb: Fixed to be able to unload modules"
` [PATCH 4.9 26/54] fbcon: Fix global-out-of-bounds read in fbcon_get_font()
` [PATCH 4.9 27/54] net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()
` [PATCH 4.9 28/54] usermodehelper: reset umask to default before executing user process
` [PATCH 4.9 29/54] platform/x86: thinkpad_acpi: initialize tp_nvram_state variable
` [PATCH 4.9 30/54] platform/x86: thinkpad_acpi: re-initialize ACPI buffer size when reuse
` [PATCH 4.9 32/54] perf top: Fix stdio interface input handling with glibc 2.28+
` [PATCH 4.9 39/54] net: team: fix memory leak in __team_options_register
` [PATCH 4.9 40/54] openvswitch: handle DNAT tuple collision
` [PATCH 4.9 41/54] drm/amdgpu: prevent double kfree ttm->sg
` [PATCH 4.9 44/54] net: stmmac: removed enabling eee in EEE set callback
` [PATCH 4.9 45/54] xfrm: Use correct address family in xfrm_state_find
` [PATCH 4.9 46/54] bonding: set dev->needed_headroom in bond_setup_by_slave()
` [PATCH 4.9 47/54] mdio: fix mdio-thunder.c dependency & build error
` [PATCH 4.9 49/54] rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()
` [PATCH 4.9 50/54] rxrpc: Fix some missing _bh annotations on locking conn->state_lock
` [PATCH 4.9 51/54] rxrpc: Fix server keyring leak
` [PATCH 4.9 52/54] perf: Fix task_function_call() error handling

[PATCH net-next v5 00/10] net: bridge: cfm: Add support for Connectivity Fault Management(CFM)
 2020-10-12 14:04 UTC  (14+ messages)
` [PATCH net-next v5 01/10] net: bridge: extend the process of special frames
` [PATCH net-next v5 02/10] bridge: cfm: Add BRIDGE_CFM to Kconfig
` [PATCH net-next v5 03/10] bridge: uapi: cfm: Added EtherType used by the CFM protocol
` [PATCH net-next v5 04/10] bridge: cfm: Kernel space implementation of CFM. MEP create/delete
` [PATCH net-next v5 05/10] bridge: cfm: Kernel space implementation of CFM. CCM frame TX added
` [PATCH net-next v5 06/10] bridge: cfm: Kernel space implementation of CFM. CCM frame RX added
` [PATCH net-next v5 07/10] bridge: cfm: Netlink SET configuration Interface
` [PATCH net-next v5 08/10] bridge: cfm: Netlink GET "
  ` [Bridge] "
` [PATCH net-next v5 09/10] bridge: cfm: Netlink GET status Interface
  ` [Bridge] "
` [PATCH net-next v5 10/10] bridge: cfm: Netlink Notifications
  ` [Bridge] "

[PATCH next] iommu: intel: make DMAR_TABLE select IOMMU_API
 2020-10-12 12:31 UTC 

[Question Resend] About z3fold page migration
 2020-10-12 14:04 UTC  (2+ messages)

[PATCH 2/2] drm/msm: Add support for GPU cooling
 2020-10-12 13:33 UTC  (3+ messages)
` [2/2] "

[PATCH 4.14 00/70] 4.14.201-rc1 review
 2020-10-12 13:26 UTC  (5+ messages)
` [PATCH 4.14 05/70] USB: gadget: f_ncm: Fix NDP16 datagram validation
` [PATCH 4.14 06/70] gpio: tc35894: fix up tc35894 interrupt configuration
` [PATCH 4.14 07/70] Input: i8042 - add nopnp quirk for Acer Aspire 5 A515
` [PATCH 4.14 08/70] drm/amdgpu: restore proper ref count in amdgpu_display_crtc_set_config

[Buildroot] [git commit] docs/website: update for 2020.08.1
 2020-10-12 14:04 UTC 

[PATCH][next] io_uring: Fix sizeof() mismatch
 2020-10-12 14:03 UTC 

[PATCH 0/2] iomap: zero dirty pages over unwritten extents
 2020-10-12 14:03 UTC  (3+ messages)
` [PATCH 1/2] iomap: use page dirty state to seek data "
` [PATCH 2/2] iomap: zero cached pages over unwritten extents on zero range


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.