All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-06 01:37:49 to 2020-07-06 04:35:34 UTC [more...]

[Ksummit-discuss] [PATCH] CodingStyle: Inclusive Terminology
 2020-07-06  3:13 UTC  (4+ messages)
  `  "
    ` [Tech-board-discuss] "

[PATCH v3 0/6] powerpc: queued spinlocks and rwlocks
 2020-07-06  4:35 UTC 

[PATCH v2] arm64: issue ISB after updating system registers
 2020-07-06  4:33 UTC  (3+ messages)

[PATCH] man3/*: srcfix: remove superfluous quotes around space-free arguments
 2020-07-06  4:31 UTC  (2+ messages)

[PATCH net-next v2 0/3] net: ethtool: Untangle PHYLIB dependency
 2020-07-06  4:27 UTC  (4+ messages)
` [PATCH net-next v2 1/3] net: ethtool: Introduce ethtool_phy_ops
` [PATCH net-next v2 2/3] net: phy: Register ethtool PHY operations
` [PATCH net-next v2 3/3] net: ethtool: Remove PHYLIB direct dependency

[PATCH net v3] sched: consistently handle layer3 header accesses in the presence of VLANs
 2020-07-06  4:24 UTC  (4+ messages)

linux-next: manual merge of the dmaengine tree with the dmaengine-fixes tree
 2020-07-06  4:23 UTC  (2+ messages)

[PATCH] Revert "ARM: uniphier: add weird workaround code for LD20"
 2020-07-06  4:23 UTC 

[PATCH v3 0/3] Off-load TLB invalidations to host for !GTSE
 2020-07-06  4:17 UTC  (4+ messages)
` [PATCH v3 1/3] powerpc/mm: Enable radix GTSE only if supported

[Buildroot] [PATCH] package/bitwise: add package
 2020-07-06  4:19 UTC 

[tip: x86/urgent] x86/entry/32: Fix XEN_PV build dependency
 2020-07-06  4:15 UTC  (3+ messages)

[PATCH 00/26] hw/usb: Give it love, reduce 'hw/usb.h' inclusion out of hw/usb/
 2020-07-05 19:55 UTC  (3+ messages)
` [PATCH 22/26] hw/usb/usb-hcd: Use OHCI type definitions

[Buildroot] [PATCH 1/1] boot/uboot/: Name U-Boot boot script image
 2020-07-06  4:11 UTC  (3+ messages)

[PATCH 1/2] usb: host: xhci: avoid calling two contineous times for xhci_suspend
 2020-07-06  4:03 UTC  (8+ messages)
` [PATCH 2/2] usb: host: xhci-plat: add wakeup entry at /sys

[RFC V2 0/2] arm64/mm: Enable THP migration
 2020-07-06  3:57 UTC  (5+ messages)
` [RFC V2 1/2] arm64/mm: Change THP helpers per generic memory semantics

[PATCH] load_elf: Remove unused address variables from callers
 2020-07-06  3:54 UTC  (3+ messages)

[PATCH] usbmon: expose the usbmon structures and constants as an UAPI header
 2020-07-06  3:51 UTC  (2+ messages)

[PATCH v2] phy: samsung: Use readl_poll_timeout function
 2020-07-06  3:47 UTC  (4+ messages)

[PATCH] usb: gadget: function: fix missing spinlock in f_uac1_legacy
 2020-07-05  1:59 UTC 

[dm-crypt] Help request
 2020-07-06  3:36 UTC 

[RFC PATCH 00/16] RFC: patman: Collect review tags and comments from Patchwork
 2020-07-06  3:42 UTC  (17+ messages)
` [RFC PATCH 01/16] patman: Use test_util to show test results
` [RFC PATCH 02/16] patman: Move main code out to a control module
` [RFC PATCH 03/16] patman: Add a test that uses gitpython
` [RFC PATCH 04/16] patman: Allow creating patches for another branch
` [RFC PATCH 05/16] patman: Allow skipping patches at the end
` [RFC PATCH 06/16] patman: Convert to ArgumentParser
` [RFC PATCH 07/16] patman: Allow different commands
` [RFC PATCH 08/16] patman: Add a 'test' subcommand
` [RFC PATCH 09/16] patman: Allow disabling 'bright' mode with Print output
` [RFC PATCH 10/16] patman: Support collecting response tags in Patchstream
` [RFC PATCH 11/16] patman: Allow linking a series with patchwork
` [RFC PATCH 12/16] patman: Add a -D option to enable debugging
` [RFC PATCH 13/16] patchstream: Support parsing of review snippets
` [RFC PATCH 14/16] patman: Support checking for review tags in patchwork
` [RFC PATCH 15/16] patman: Support updating a branch with review tags
` [RFC PATCH 16/16] patman: Support listing comments from patchwork

[PATCH v3 00/25] x86: Enhance MTRR functionality to support multiple CPUs
 2020-07-06  3:37 UTC  (26+ messages)
` [PATCH v3 01/25] x86: mp_init: Switch to livetree
` [PATCH v3 02/25] x86: Move MP code into mp_init
` [PATCH v3 03/25] x86: mp_init: Avoid declarations in header files
` [PATCH v3 04/25] x86: mp_init: Switch parameter names in start_aps()
` [PATCH v3 05/25] x86: mp_init: Drop the num_cpus static variable
` [PATCH v3 06/25] x86: mtrr: Fix 'ensable' typo
` [PATCH v3 07/25] x86: mp_init: Set up the CPU numbers at the start
` [PATCH v3 08/25] x86: mp_init: Adjust bsp_init() to return more information
` [PATCH v3 09/25] x86: cpu: Remove unnecessary #ifdefs
` [PATCH v3 10/25] x86: mp: Support APs waiting for instructions
` [PATCH v3 11/25] global_data: Add a generic global_data flag for SMP state
` [PATCH v3 12/25] x86: Set the SMP flag when MP init is complete
` [PATCH v3 13/25] x86: mp: Allow running functions on multiple CPUs
` [PATCH v3 14/25] x86: mp: Park CPUs before running the OS
` [PATCH v3 15/25] x86: mp: Add iterators for CPUs
` [PATCH v3 16/25] x86: mtrr: Use MP calls to list the MTRRs
` [PATCH v3 17/25] x86: Don't enable SMP in SPL
` [PATCH v3 18/25] x86: coral: Update the memory map
` [PATCH v3 19/25] x86: mtrr: Update MTRRs on all CPUs
` [PATCH v3 20/25] x86: mtrr: Add support for writing to MTRRs on any CPU
` [PATCH v3 21/25] x86: mtrr: Update the command to use the new mtrr calls
` [PATCH v3 22/25] x86: mtrr: Restructure so command execution is in one place
` [PATCH v3 23/25] x86: mtrr: Update 'mtrr' to allow setting MTRRs on any CPU
` [PATCH v3 24/25] x86: mp: Add more comments to the module
` [PATCH v3 25/25] x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPU

cron job: media_tree daily build: ERRORS
 2020-07-06  3:36 UTC 

KASAN: use-after-free Write in refcount_warn_saturate
 2020-07-06  3:32 UTC  (2+ messages)
` use-after-free in Bluetooth: 6lowpan (was Re: KASAN: use-after-free Write in refcount_warn_saturate)

[LTP] [PATCH] syscalls/sched_rr_get_interval: Validate the timeslice
 2020-07-06  3:31 UTC  (2+ messages)
` [LTP] [PATCH V2] "

[PATCH 1/1] ALSA: opl3: fix infoleak in opl3
 2020-07-06  3:27 UTC 

linux-next: manual merge of the driver-core tree with the devicetree tree
 2020-07-06  3:23 UTC 

[PATCH 1/1] power: supply: axp20x_usb_power: fix spelling mistake
 2020-07-06  3:23 UTC  (2+ messages)

[dpdk-dev] [PATCH (v20.08) v2 0/8] vhost: improve Vhost/vDPA device init
 2020-07-06  3:22 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2 6/8] vhost: add support for virtio get status message

[PATCH v3] kthread: Work could not be queued when worker being destroyed
 2020-07-05  1:30 UTC 

[PATCH] ARM: dts sunxi: Relax a bit the CMA pool allocation range
 2020-07-06  3:18 UTC  (2+ messages)

[PATCH v2] cpuidle: Fix CFI failure
 2020-07-06  3:13 UTC  (8+ messages)
` [PATCH v2] cpuidle: change enter_s2idle() prototype

MCTP Null EID - Physical addressing support - Binding private in API
 2020-07-06  3:13 UTC  (6+ messages)

[PATCH v3 0/2] Add cpu hotplug support for powerpc/perf/hv-24x7
 2020-07-06  3:13 UTC  (3+ messages)
` [PATCH v3 1/2] powerpc/perf/hv-24x7: Add cpu hotplug support

[PATCH 0/3] Refactor FTLBPar exception handling and add GSExc handler
 2020-07-06  3:12 UTC  (3+ messages)
` [PATCH 3/3] MIPS: handle Loongson-specific GSExc exception

[dpdk-dev] [PATCH v1 0/2] introduce asynchronous data path for vhost
 2020-07-06  3:05 UTC  (4+ messages)
` [dpdk-dev] [PATCH v4 "
  ` [dpdk-dev] [PATCH v4 1/2] vhost: introduce async enqueue registration API

[LTP] [PATCH] tst_test: Fix spelling mistake
 2020-07-06  3:03 UTC 

[PATCH V4 0/3] arm64: Enable vmemmap mapping from device memory
 2020-07-06  2:57 UTC  (14+ messages)
` [PATCH V4 1/3] mm/sparsemem: Enable vmem_altmap support in vmemmap_populate_basepages()
` [PATCH V4 2/3] mm/sparsemem: Enable vmem_altmap support in vmemmap_alloc_block_buf()
` [PATCH V4 3/3] arm64/mm: Enable vmem_altmap support for vmemmap mappings

drivers/video/fbdev/geode/lxfb_ops.c:604:28: sparse: sparse: incorrect type in argument 2 (different address spaces)
 2020-07-06  2:55 UTC  (2+ messages)

[PATCH v2] mm/page_alloc: skip setting nodemask when we are in interrupt
 2020-07-06  2:59 UTC 

[PATCH 1/7] ARM: configs: sunxi: Run savedefconfig
 2020-07-06  2:56 UTC  (2+ messages)

[PATCH v2] dm crypt: add flags to optionally bypass dm-crypt workqueues
 2020-07-06  2:57 UTC  (5+ messages)
` [dm-crypt] [dm-devel] "
  `  "

[PATCH -next] Documentation: networking: fix ethtool-netlink table formats
 2020-07-06  2:55 UTC 

[Bug 1886362] [NEW] Heap use-after-free in lduw_he_p through e1000e_write_to_rx_buffers
 2020-07-06  2:44 UTC 

sound/soc/codecs/zl38060.c:614:34: warning: unused variable 'zl38_dt_ids'
 2020-07-06  2:49 UTC  (2+ messages)

[PATCH V8 2/8] soc: qcom-geni-se: Add interconnect support to fix earlycon crash
 2020-07-06  2:47 UTC  (2+ messages)

[PATCH 0/4] Move eSDHC adapter card code to board files
 2020-07-06  2:47 UTC  (2+ messages)

[RFC PATCH] riscv: enable per-task stack canaries
 2020-07-06  2:42 UTC  (6+ messages)

[PATCH v2] SCSI and block: Simplify resume handling
 2020-07-06  2:41 UTC  (2+ messages)

[PATCH v6] Support auto-merge for meld to follow the vim-diff behavior
 2020-07-06  2:36 UTC  (5+ messages)
` [PATCH v7] "

[mm] 4e2c82a409: ltp.overcommit_memory01.fail
 2020-07-06  2:36 UTC  (6+ messages)

[LTP] [PATCH V7 00/19] Syscalls: Add support for time64 variants
 2020-07-06  2:39 UTC  (4+ messages)
` [LTP] [PATCH V7 09/19] syscalls/sigwaitinfo: Migrate to new test framework

Cover Letter of Patchsets
 2020-07-06  2:35 UTC 

[linux-linus test] 151653: regressions - FAIL
 2020-07-06  2:33 UTC 

[PATCH] scsi: allow state transitions BLOCK -> BLOCK
 2020-07-06  2:30 UTC  (6+ messages)

[PATCH] iso-codes: switch upstream branch master -> main
 2020-07-06  2:26 UTC 

[PATCH v8] Support auto-merge for meld to follow the vim-diff behavior
 2020-07-06  2:27 UTC  (2+ messages)
` [PATCH v9] "

[PATCH 0/5] Some cleanups for NVMe-pci driver
 2020-07-06  2:25 UTC  (16+ messages)
` [PATCH 1/5] nvme-pci: Fix some comments issues
` [PATCH 2/5] nvme-pci: Add a blank line after declarations
` [PATCH 3/5] nvme-pci: Remove redundant segment validation
` [PATCH 4/5] nvme-pci: Use the consistent return type of nvme_pci_iod_alloc_size()
` [PATCH 5/5] nvme-pci: Use standard block status macro

[PATCH v2] kasan: fix KASAN unit tests for tag-based KASAN
 2020-07-06  2:21 UTC  (3+ messages)

There is "softlockup_tick()" function in the source code of linux-2.6.32, but what's the corresponding function name in the linux-4.9 or later?
 2020-07-06  2:22 UTC  (3+ messages)

[PATCH] powerpc: select ARCH_HAS_MEMBARRIER_SYNC_CORE
 2020-07-06  2:18 UTC  (2+ messages)

[PATCH v2 0/6] Add support MediaTek USB3 DRD driver
 2020-07-06  2:21 UTC  (7+ messages)
` [PATCH v2 1/6] dt-binding: usb: add bindings for some common properties
` [PATCH v2 2/6] dt-bindings: usb: mtu3: add bindings for MediaTek USB3 DRD
` [PATCH v2 3/6] usb: add USB_SPEED_SUPER_PLUS
` [PATCH v2 4/6] usb: add MediaTek USB3 DRD driver
` [PATCH v2 5/6] arm: dts: mt8512: add usb related nodes
` [PATCH v2 6/6] configs: mt8512: enable fastboot

[LTP] [PATCH V3 5/6] syscalls: Don't pass struct timespec to tst_syscall()
 2020-07-06  2:21 UTC  (5+ messages)
` [LTP] [PATCH V4 "

[PATCH 1/2] spi: Remove unnecessary #ifdefs in header file
 2020-07-06  2:16 UTC  (2+ messages)
` [PATCH 2/2] x86: apl: Re-enable loading of SPL

mainline/master bisection: baseline.dmesg.crit on qemu_arm-vexpress-a15
 2020-07-06  2:12 UTC  (2+ messages)

[PATCH v1] dmaengine: dw: Initialize channel before each transfer
 2020-07-06  2:14 UTC  (2+ messages)

EEH core pci_dn de-lousing
 2020-07-06  1:36 UTC  (15+ messages)
` [PATCH 01/14] powerpc/eeh: Remove eeh_dev_phb_init_dynamic()
` [PATCH 02/14] powerpc/eeh: Remove eeh_dev.c
` [PATCH 03/14] powerpc/eeh: Move vf_index out of pci_dn and into eeh_dev
` [PATCH 04/14] powerpc/pseries: Stop using pdn->pe_number
` [PATCH 05/14] powerpc/eeh: Kill off eeh_ops->get_pe_addr()
` [PATCH 06/14] powerpc/eeh: Remove VF config space restoration
` [PATCH 07/14] powerpc/eeh: Pass eeh_dev to eeh_ops->restore_config()
` [PATCH 08/14] powerpc/eeh: Pass eeh_dev to eeh_ops->resume_notify()
` [PATCH 09/14] powerpc/eeh: Pass eeh_dev to eeh_ops->{read|write}_config()
` [PATCH 10/14] powerpc/eeh: Remove spurious use of pci_dn in eeh_dump_dev_log
` [PATCH 11/14] powerpc/eeh: Remove class code field from edev
` [PATCH 12/14] powerpc/eeh: Rename eeh_{add_to|remove_from}_parent_pe()
` [PATCH 13/14] powerpc/eeh: Drop pdn use in eeh_pe_tree_insert()
` [PATCH 14/14] powerpc/eeh: Move PE tree setup into the platform

Question regarding nested_svm_inject_npf_exit()
 2020-07-06  2:12 UTC  (3+ messages)

new binary algorithm
 2020-07-06  1:59 UTC 

regression with commit "null_blk: add helper for deleting the nullb_list"
 2020-07-06  2:08 UTC  (3+ messages)

[PATCH linux dev-5.4] leds: pca955x: Add a software implementation of the PCA9552 chip
 2020-07-06  2:06 UTC  (2+ messages)

[PATCH v2] ftgmac100: fix dblac write test
 2020-07-06  1:59 UTC  (2+ messages)

[Buildroot] [PATCH v3 0/2] Add support for radxa rk3399 and rk3399pro based targets
 2020-07-06  1:57 UTC  (3+ messages)
` [Buildroot] [PATCH v3 2/2] configs/rock_pi_4: new defconfig

[PATCH] target/xtensa: implement NMI support
 2020-07-06  1:55 UTC 

[PATCH 0/2]GPIO Loopback Benchmark Tool
 2020-07-06  1:54 UTC  (4+ messages)

[PATCH] MIPS: KVM: Convert a fallthrough comment to fallthrough
 2020-07-06  1:45 UTC 

linux-next: manual merge of the drm-intel tree with the drm-intel-fixes tree
 2020-07-06  1:51 UTC  (4+ messages)
  ` [Intel-gfx] "

[dpdk-dev] [PATCH v2 00/51] add features for host-based flow management
 2020-07-06  1:47 UTC  (3+ messages)
` [dpdk-dev] [PATCH v5 00/51] net/bnxt: "

[PATCH v2 0/4] iommu/vt-d: Add prq report and response support
 2020-07-06  1:47 UTC  (4+ messages)
` [PATCH v2 4/4] iommu/vt-d: Add page response ops support

[LTP] [PATCH v1 0/4] *** Add LOOP_CONFIGURE ioctl test ***
 2020-07-06  1:45 UTC  (2+ messages)

[RFC 0/3] powerpc/perf: Add json file support for hv_24x7 core level events
 2020-07-06  1:43 UTC  (5+ messages)
` [RFC 1/3] perf jevents: Add support for parsing perchip/percore events

linux-next: manual merge of the bpf-next tree with the bpf tree
 2020-07-06  1:43 UTC  (2+ messages)

[PATCH v2 0/5] hw/i2c: Rename method names for consistency and add documentation
 2020-07-06  1:39 UTC  (3+ messages)
` [PATCH v2 1/5] hw/i2c/aspeed_i2c: Simplify aspeed_i2c_get_bus()

[PATCH 1/1] sandbox: handling out of memory
 2020-07-06  1:37 UTC  (6+ messages)

[PATCH 1/1] sandbox: spi: sandbox_sf_state_name() is required
 2020-07-06  1:37 UTC  (4+ messages)

[PATCH v4 1/6] patman: Drop unnecessary import in gitutil
 2020-07-06  1:37 UTC  (3+ messages)
` [PATCH v4 0/6] patman: Support old Python 3 versions


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.