All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-04 10:24:53 to 2020-09-04 11:03:52 UTC [more...]

[Bug 14476] Cannot set timestamp of Minshall-French symlinks from a CIFS mount
 2020-09-04 11:02 UTC 

[PATCH v3 0/5] Qualcomm's lpass-hdmi ASoC driver to support audio over dp port
 2020-09-04 11:02 UTC  (6+ 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

[PATCH 1/3] powerpc/uaccess: Switch __put_user_size_allowed() to __put_user_asm_goto()
 2020-09-04 11:01 UTC 

[PATCH v6 0/4] make hdmi work on bananapi-r2
 2020-09-04 11:00 UTC  (10+ messages)
` [PATCH v6 1/4] drm/mediatek: disable tmds on mt2701
` [PATCH v6 2/4] arm: dts: mt7623: move display nodes to separate mt7623n.dtsi
` [PATCH v6 3/4] arm: dts: mt7623: add display subsystem related device nodes
` [PATCH v6 4/4] arm: dts: mt7623: add lima related regulator

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

[Intel-gfx] [PATCH 0/4] drm/i915: modeset probe cleanup
 2020-09-04 11:00 UTC  (4+ messages)
` [Intel-gfx] [PATCH 4/4] drm/i915: remove the extra modeset init layer

[PATCH 00/77] Patch Round-up for stable 5.0.1, freeze on 2020-09-10
 2020-09-04 10:59 UTC  (3+ messages)
` [PATCH 15/77] xen/9pfs: yield when there isn't enough room on the ring

[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:57 UTC  (20+ 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 (2) 04/34] futex.2: "
                            ` [PATCH (2) 05/34] open_by_handle_at.2: "
                              ` [PATCH (2) 06/34] perf_event_open.2: "
                                ` [PATCH (2) 07/34] "

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

[PATCH] PCI: tegra: Convert to MSI domains
 2020-09-04 10:56 UTC 

[PATCH] stm32mp: limit size of cacheable DDR in pre-reloc stage
 2020-09-04 10:55 UTC 

[PATCH] NFSv4: fix stateid refreshing when CLOSE racing with OPEN
 2020-09-04 10:55 UTC  (7+ messages)

[RFC 00/10] Add USB support for Hikey 970
 2020-09-04 10:53 UTC  (8+ messages)
` [RFC 01/10] phy: hisilicon: add USB physical layer for Kirin 3670
` [RFC 04/10] phy: hisilicon: phy-hi3670-usb3: fix coding style
` [RFC 06/10] dt-bindings: phy: convert phy-kirin970-usb3.txt to yaml
` [RFC 10/10] dts: hisilicon: add support for USB3 on Hikey 970

[GIT PULL] timer drivers fixes for v5.9-rc4
 2020-09-04 10:52 UTC 

[RFC PATCH 0/7]
 2020-09-04 10:51 UTC  (8+ messages)
` [RFC PATCH 1/7] lmb: Add support of flags for no-map properties
` [RFC PATCH 2/7] lmb: add lmb_is_reserved_flags
` [RFC PATCH 3/7] lmb: remove lmb_region.size
` [RFC PATCH 4/7] lmb: add lmb_dump_region() function
` [RFC PATCH 5/7] test: lmb: add test for lmb_reserve_flags
` [RFC PATCH 6/7] image-fdt: save no-map parameter of reserve-memory
` [RFC PATCH 7/7] arm: cache: cp15: don't map the reserved region with no-map property

[PATCH v9 00/29] arm64: Memory Tagging Extension user-space support
 2020-09-04 10:46 UTC  (32+ 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

[PATCH v2 1/2] mm: use add_page_to_lru_list()/page_lru()/page_off_lru()
 2020-09-04 10:50 UTC  (4+ messages)

[GIT PULL] KVM/arm64 fixes for 5.9
 2020-09-04 10:45 UTC  (30+ 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] powerpc/uaccess: Add pre-update addressing to __put_user_asm_goto()
 2020-09-04 10:46 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v5] tests/kms_async_flips: Add test to validate asynchronous flips
 2020-09-04 10:22 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 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)

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] "

[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

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

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

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

[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

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

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

[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  (19+ messages)
` [PATCH 10/19] brd: use __register_blkdev to allocate devices on demand
` [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

[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

[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 v4 0/3] pseries NUMA distance rework
 2020-09-04 10:33 UTC  (3+ messages)
` [PATCH v4 3/3] spapr_numa: use spapr_numa_get_vcpu_assoc() in home_node hcall

[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 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 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


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.