All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-04 10:13:43 to 2020-09-04 10:48:07 UTC [more...]

[GIT PULL] KVM/arm64 fixes for 5.9
 2020-09-04 10:45 UTC  (19+ messages)
` [PATCH 1/9] KVM: arm64: pvtime: steal-time is only supported when configured
` [PATCH 2/9] KVM: arm64: pvtime: Fix potential loss of stolen time
` [PATCH 3/9] KVM: arm64: Drop type input from kvm_put_guest
` [PATCH 4/9] KVM: arm64: pvtime: Fix stolen time accounting across migration
` [PATCH 5/9] KVM: Documentation: Minor fixups
` [PATCH 6/9] arm64/x86: KVM: Introduce steal-time cap
` [PATCH 7/9] KVM: arm64: Do not try to map PUDs when they are folded into PMD
` [PATCH 8/9] KVM: arm64: Fix address truncation in traces
` [PATCH 9/9] KVM: arm64: Update page shift if stage 2 block mapping not supported

[patch] memusage.1, bind.2, eventfd.2, futex.2, open_by_handle_at.2, perf_event_open.2, poll.2, signalfd.2, sysctl.2, timerfd_create.2, bsearch.3, cmsg.3, getaddrinfo.3, getaddrinfo_a.3 getgrouplist.3, insque.3, malloc_info.3, mbsinit.3, mbstowcs.3, pthread_create.3, pthread_setaffinity_np.3, queue.3, rtnetlink.3, shm_open.3, strptime.3, tsearch.3, aio.7, fanotify.7, inotify.7, unix.7: Use sizeof consistently
 2020-09-04 10:46 UTC  (16+ messages)
              ` [PATCH] cmsg.3, getaddrinfo_a.3 getgrouplist.3: Use sizeof, consistently
                  ` [PATCH] memusage.1: Use sizeof consistently
                      ` [PATCH (2) 02/34] bind.2: "
                        ` [PATCH (2) 03/34] eventfd.2: "

[PATCH] powerpc/uaccess: Add pre-update addressing to __put_user_asm_goto()
 2020-09-04 10:46 UTC 

[PATCH v7 0/9] x86: tag application address space for devices
 2020-09-04 10:46 UTC  (4+ messages)
` [PATCH v7 1/9] iommu: Change type of pasid to u32

[PATCH v9 00/29] arm64: Memory Tagging Extension user-space support
 2020-09-04 10:46 UTC  (31+ messages)
` [PATCH v9 01/29] arm64: mte: system register definitions
` [PATCH v9 02/29] arm64: mte: Use Normal Tagged attributes for the linear map
` [PATCH v9 03/29] arm64: mte: CPU feature detection and initial sysreg configuration
` [PATCH v9 04/29] arm64: kvm: mte: Hide the MTE CPUID information from the guests
` [PATCH v9 05/29] arm64: mte: Add specific SIGSEGV codes
` [PATCH v9 06/29] arm64: mte: Handle synchronous and asynchronous tag check faults
` [PATCH v9 07/29] mm: Add PG_arch_2 page flag
` [PATCH v9 08/29] mm: Preserve the PG_arch_2 flag in __split_huge_page_tail()
` [PATCH v9 09/29] arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTE
` [PATCH v9 10/29] arm64: mte: Tags-aware copy_{user_,}highpage() implementations
` [PATCH v9 11/29] arm64: Avoid unnecessary clear_user_page() indirection
` [PATCH v9 12/29] arm64: mte: Tags-aware aware memcmp_pages() implementation
` [PATCH v9 13/29] mm: Introduce arch_calc_vm_flag_bits()
` [PATCH v9 14/29] arm64: mte: Add PROT_MTE support to mmap() and mprotect()
` [PATCH v9 15/29] mm: Introduce arch_validate_flags()
` [PATCH v9 16/29] arm64: mte: Validate the PROT_MTE request via arch_validate_flags()
` [PATCH v9 17/29] mm: Allow arm64 mmap(PROT_MTE) on RAM-based files
` [PATCH v9 18/29] arm64: mte: Allow user control of the tag check mode via prctl()
` [PATCH v9 19/29] arm64: mte: Allow user control of the generated random tags "
` [PATCH v9 20/29] arm64: mte: Restore the GCR_EL1 register after a suspend
` [PATCH v9 21/29] arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasks
` [PATCH v9 22/29] arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS support
` [PATCH v9 23/29] arm64: mte: ptrace: Add NT_ARM_TAGGED_ADDR_CTRL regset
` [PATCH v9 24/29] fs: Handle intra-page faults in copy_mount_options()
` [PATCH v9 25/29] mm: Add arch hooks for saving/restoring tags
` [PATCH v9 26/29] arm64: mte: Enable swap of tagged pages
` [PATCH v9 27/29] arm64: mte: Save tags when hibernating
` [PATCH v9 28/29] arm64: mte: Kconfig entry
` [PATCH v9 29/29] arm64: mte: Add Memory Tagging Extension documentation

post-receive: pub/scm/linux/kernel/git/xen/tip
 2020-09-04 10:46 UTC 

post-receive: pub/scm/linux/kernel/git/xen/tip
 2020-09-04 10:46 UTC 

[PATCH v3 0/7] colo: Introduce resource agent and test suite/CI
 2020-09-04 10:45 UTC  (6+ messages)
` [PATCH v3 6/7] configure,Makefile: Install colo resource-agent

[PATCH for_v37 0/6] x86/vdso: x86/sgx: Rework SGX vDSO API
 2020-09-04 10:44 UTC  (7+ messages)
` [PATCH for_v37 1/6] x86/vdso: x86/sgx: Explicitly force 8-byte CMP for detecting user handler
` [PATCH for_v37 2/6] x86/vdso: x86/sgx: Rework __vdso_sgx_enter_enclave() API
` [PATCH for_v37 3/6] x86/vdso: x86/sgx: Introduce dedicated SGX exit reasons for vDSO
` [PATCH for_v37 4/6] selftests/sgx: Update the SGX selftest to match the reworked vDSO API
` [PATCH for_v37 5/6] selftests/sgx: Sanity check the return value of the vDSO call
` [PATCH for_v37 6/6] selftests/sgx: Add a smoke test to ensure the user handler is invoked

[PATCH v3 0/3] media: i2c: ov5640 feature enhancement and fixes
 2020-09-04 10:48 UTC  (8+ messages)
` [PATCH v3 1/3] media: i2c: ov5640: Enable data pins on poweron for DVP mode
` [PATCH v3 2/3] media: i2c: ov5640: Add support for BT656 mode
` [PATCH v3 3/3] media: i2c: ov5640: Fail probe on unsupported bus_type

[PATCH v3] HID: quirks: Add USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk for BYD zhaoxin notebook
 2020-09-04 10:44 UTC  (4+ messages)

Continuing the Gitlab experiment: Single-patch PRs for gitlab
 2020-09-04 10:43 UTC  (3+ messages)

What are the per-cpu host timers used for?
 2020-09-04 10:44 UTC  (2+ messages)

[PATCH v6 0/6] arm64: add Armv8.3 pointer authentication enhancements
 2020-09-04 10:42 UTC  (7+ messages)
` [PATCH v6 1/6] arm64: kprobe: add checks for ARMv8.3-PAuth combined instructions
` [PATCH v6 2/6] arm64: traps: Allow force_signal_inject to pass esr error code
` [PATCH v6 3/6] arm64: ptrauth: Introduce Armv8.3 pointer authentication enhancements
` [PATCH v6 4/6] arm64: cpufeature: Modify address authentication cpufeature to exact
` [PATCH v6 5/6] arm64: kprobe: disable probe of fault prone ptrauth instruction
` [PATCH v6 6/6] arm64: kprobe: clarify the comment of steppable hint instructions

WARNING: ODEBUG bug in process_one_work (2)
 2020-09-04 10:43 UTC  (2+ messages)

[PATCH 0/6] mmc: Set PROBE_PREFER_ASYNCHRONOUS for all host drivers
 2020-09-04 10:42 UTC  (5+ messages)
` [PATCH 6/6] mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that are newer than 5.4

SONY IR issue
 2020-09-04 10:43 UTC  (2+ messages)

[PATCH] drm/amdgpu/dc: Require primary plane to be enabled whenever the CRTC is
 2020-09-04 10:43 UTC  (3+ messages)
` [PATCH v2] "

[GIT PULL]: PHY fixes for v5.9
 2020-09-04 10:42 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/brauner/linux
 2020-09-04 10:42 UTC 

[GIT PULL]: soundwire fixes for v5.9
 2020-09-04 10:41 UTC  (2+ messages)

[RESEND PATCHv5] iommu/mediatek: check 4GB mode by reading infracfg
 2020-09-04 10:40 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/gregkh/char-misc
 2020-09-04 10:42 UTC 

[PATCH v3 0/5] Qualcomm's lpass-hdmi ASoC driver to support audio over dp port
 2020-09-04 10:41 UTC  (5+ messages)
` [PATCH v3 2/5] ASoC: dt-bindings: Add dt binding for lpass hdmi
` [PATCH v3 3/5] ASoC: qcom: Add support for lpass hdmi driver

post-receive: pub/scm/linux/kernel/git/gregkh/char-misc
 2020-09-04 10:41 UTC 

[PATCH] crypto: sun8i-ce - Fix big-endian read of t_common_ctl
 2020-09-04 10:40 UTC  (2+ messages)

[PATCH 0/3] Add PCIe EP to RZ/G2H
 2020-09-04 10:38 UTC  (4+ 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

[ti:ti-linux-5.4.y 3304/9647] drivers/remoteproc/remoteproc_core.c:1155:25: warning: cast between incompatible function types from 'int rproc struct fw_rsc_vendor int, int)' to 'int rproc void int, int, u16)' {aka 'int rproc void i
 2020-09-04 10:40 UTC 

[PATCH] iotests: Remove 030 from the auto group
 2020-09-04 10:38 UTC  (5+ messages)

[PATCH 0/2] s390x: pv: Fixes and improvements
 2020-09-04 10:39 UTC  (5+ messages)
` [PATCH 1/2] s390x: uv: Add destroy page call
` [PATCH 2/2] s390x: Add 3f program exception handler

post-receive: pub/scm/linux/kernel/git/kvmarm/kvmarm
 2020-09-04 10:39 UTC 

[PATCH v2 0/4] Support non-blocking pidfds
 2020-09-04 10:30 UTC  (6+ messages)
` [PATCH v2 2/4] exit: support "

[PATCH v2 0/1] Add gitlab-ci to Xenomai
 2020-09-04 10:37 UTC  (3+ messages)
` [PATCH v2 1/1] ci: Add gitlab-ci.yml

Please assess this patch: [PATCH] Docs: FIxed spelling errors in Documentation/devicetree/bindings/
 2020-09-04 10:37 UTC  (2+ messages)

printk: Add process name information to printk() output
 2020-09-04 10:35 UTC  (6+ messages)

simplify gendisk lookup and remove struct block_device aliases v3
 2020-09-04 10:30 UTC  (37+ messages)
` [PATCH 01/19] char_dev: replace cdev_map with an xarray
` [PATCH 02/19] block: merge drivers/base/map.c into block/genhd.c
` [PATCH 03/19] block: cleanup del_gendisk a bit
` [PATCH 04/19] block: split block_class_lock
` [PATCH 05/19] block: rework requesting modules for unclaimed devices
` [PATCH 06/19] block: add an optional probe callback to major_names
` [PATCH 08/19] swim: don't call blk_register_region
` [PATCH 09/19] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t
` [PATCH 10/19] brd: use __register_blkdev to allocate devices on demand
` [PATCH 11/19] loop: "
` [PATCH 12/19] md: "
` [PATCH 13/19] ide: switch to __register_blkdev for command set probing
` [PATCH 14/19] floppy: use a separate gendisk for each media format
` [PATCH 15/19] amiflop: use separate gendisks for Amiga vs MS-DOS mode
` [PATCH 16/19] ataflop: use a separate gendisk for each media format
` [PATCH 17/19] z2ram: reindent
` [PATCH 18/19] z2ram: use separate gendisk for the different modes
` [PATCH 19/19] block: switch gendisk lookup to a simple xarray

[dpdk-dev] [PATCH 00/11] updates for hns3 PMD driver
 2020-09-04 10:34 UTC  (9+ messages)
` [dpdk-dev] [PATCH 05/11] net/hns3: add more hardware error types
` [dpdk-dev] [PATCH 08/11] net/hns3: change the log level to INFO
` [dpdk-dev] [PATCH 10/11] net/hns3: fix Rx/Tx queue offload capability

[PATCH v5] iommu/mediatek: check 4GB mode by reading infracfg
 2020-09-04 10:28 UTC  (6+ messages)

[PATCH 0/2] r8a774e1 add fdp1 and cpuidle support
 2020-09-04 10:33 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: renesas: r8a774e1: Add FDP1 device nodes

[PATCH v4 0/3] pseries NUMA distance rework
 2020-09-04 10:33 UTC  (6+ messages)
` [PATCH v4 2/3] spapr_numa: create a vcpu associativity helper
` [PATCH v4 3/3] spapr_numa: use spapr_numa_get_vcpu_assoc() in home_node hcall

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

[PATCH] MIPS: Loongson64: Simplify ipi_regs_init
 2020-09-04 10:30 UTC 

[PATCH] stacktrace: print real address of trace entries
 2020-09-04 10:00 UTC 

[PATCH] MIPS: Loongson64: Remove unused loongson_reboot
 2020-09-04 10:29 UTC 

[PATCH net] cxgb4: Fix offset when clearing filter byte counters
 2020-09-04 10:28 UTC 

[PATCH] MIPS: Make NUMA select SMP
 2020-09-04 10:28 UTC 

[linux-next:master 3770/4903] drivers/usb/class/usbtmc.c:584:13: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-09-04 10:28 UTC 

[PATCH] meson: install ivshmem-client and ivshmem-server
 2020-09-04 10:27 UTC  (7+ messages)

[PATCH v2] debugobjects: install cpu hotplug callback
 2020-09-04 10:26 UTC  (4+ messages)
` 回复: "

[RFC 00/10] Add USB support for Hikey 970
 2020-09-04 10:23 UTC  (13+ messages)
` [RFC 01/10] phy: hisilicon: add USB physical layer for Kirin 3670
` [RFC 02/10] phy: hisilicon: phy-hi3670-usb3: fix some issues at the init code
` [RFC 03/10] phy: hisilicon: phy-hi3670-usb3: use a consistent namespace
` [RFC 04/10] phy: hisilicon: phy-hi3670-usb3: fix coding style
` [RFC 05/10] phy: hisilicon: phy-hi3670-usb3: change some DT properties
` [RFC 06/10] dt-bindings: phy: convert phy-kirin970-usb3.txt to yaml
` [RFC 07/10] MAINTAINERS: add myself as maintainer for Kirin 970 USB PHY
` [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
` [RFC 10/10] dts: hisilicon: add support for USB3 on "

[RFC PATCH 0/4] x86/vdso: x86/sgx: Rework SGX vDSO API
 2020-09-04 10:25 UTC  (5+ messages)
` [RFC PATCH 2/4] x86/vdso: x86/sgx: Rework __vdso_sgx_enter_enclave() API

[GIT PULL]: dmaengine fixes for v5.9-rc4
 2020-09-04 10:24 UTC 

[ti:ti-rt-linux-5.4.y 9599/10166] ld.lld: error: undefined symbol: spi_mem_exec_op
 2020-09-04 10:24 UTC 

[Buildroot] [PATCH] package/gnupg2: security bump to version 2.2.23
 2020-09-04 10:24 UTC 

post-receive: pub/scm/linux/kernel/git/vkoul/dmaengine
 2020-09-04 10:22 UTC 

[PATCH] Documentation: core-api/cpu_hotplug: fix a typo
 2020-09-04 10:19 UTC 

[PATCH v2 1/3] ARM: dts: exynos: Add assigned clock parent to CMU in Exynos3250
 2020-09-04 10:20 UTC  (4+ messages)
` [PATCH v2 3/3] ARM: dts: exynos: Add assigned clock parent to CMU in Exynos5422 Odroid XU3

post-receive: pub/scm/linux/kernel/git/brauner/linux
 2020-09-04 10:21 UTC 

[dpdk-dev] [RFC v2 1/5] eal: add power management intrinsics
 2020-09-04 10:19 UTC  (7+ messages)
` [dpdk-dev] [PATCH v3 1/6] "
  ` [dpdk-dev] [PATCH v3 2/6] ethdev: add simple power management API
  ` [dpdk-dev] [PATCH v3 3/6] power: add simple power management API and callback
  ` [dpdk-dev] [PATCH v3 4/6] net/ixgbe: implement power management API
  ` [dpdk-dev] [PATCH v3 5/6] net/i40e: "
  ` [dpdk-dev] [PATCH v3 6/6] net/ice: "

[PATCH 0/2] KVM: arm64: user_mem_abort() improvements
 2020-09-04 10:18 UTC  (3+ messages)

[PATCH v5 00/80] drm/vc4: Support BCM2711 Display Pipeline
 2020-09-04 10:16 UTC 

[PATCH] mt76: mt7622: fix fw hang on mt7622
 2020-09-04 10:15 UTC 

ptrace_syscall_32 is failing
 2020-09-04 10:13 UTC  (9+ messages)

[PATCH] iommu/intel: Handle 36b addressing for x86-32
 2020-09-04 10:14 UTC  (4+ messages)
` [Intel-gfx] "

post-receive: pub/scm/linux/kernel/git/kvmarm/kvmarm
 2020-09-04 10:14 UTC 

post-receive: pub/scm/linux/kernel/git/phy/linux-phy
 2020-09-04 10:14 UTC 

post-receive: pub/scm/linux/kernel/git/maz/arm-platforms
 2020-09-04 10:13 UTC 


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.