All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-17 21:48:40 to 2020-08-17 22:12:05 UTC [more...]

exec: Move unshare_files and guarantee files_struct.count is correct
 2020-08-17 22:04 UTC  (14+ messages)
` [PATCH 01/17] exec: Move unshare_files to fix posix file locking during exec
` [PATCH 02/17] exec: Simplify unshare_files
` [PATCH 03/17] exec: Remove reset_files_struct
` [PATCH 04/17] kcmp: In kcmp_epoll_target use fget_task
` [PATCH 05/17] bpf: In bpf_task_fd_query "
` [PATCH 06/17] file: Implement fcheck_task
` [PATCH 07/17] proc/fd: In tid_fd_mode use fcheck_task
` [PATCH 08/17] proc/fd: In proc_fd_link "
` [PATCH 09/17] file: Implement fnext_task
` [PATCH 10/17] proc/fd: In proc_readfd_common use fnext_task
` [PATCH 12/17] proc/fd: In fdinfo seq_show don't use get_files_struct
` [PATCH 14/17] file: Merge __fd_install into fd_install
` [PATCH 15/17] file: In f_dupfd read RLIMIT_NOFILE once

[PATCH v3 0/5] add audio support for Display Port on MSM
 2020-08-17 22:11 UTC  (6+ messages)
` [PATCH v3 1/5] drm/msm/dp: store dp_display in the driver data
` [PATCH v3 2/5] drm/msm/dp: add audio support for Display Port on MSM
` [PATCH v3 3/5] drm/msm/dp: add hook_plugged_cb hdmi-codec op for MSM DP driver
` [PATCH v3 5/5] drm/msm/dp: wait for audio notification before disabling clocks

[PATCH 2/2] Add a new sysctl knob: unprivileged_userfaultfd_user_mode_only
 2020-08-17 22:11 UTC  (12+ messages)

[dunfell/master][PATCH 1/6] ti-sci-fw: upgrade 2020.06 -> 2020.07-rc2
 2020-08-17 22:11 UTC  (6+ messages)
` [dunfell/master][PATCH 2/6] linux-ti-staging: update to the latest
` [dunfell/master][PATCH 3/6] u-boot-ti-staging: "
` [dunfell/master][PATCH 4/6] ti-sci-fw: add support for the new j7200 platform
` [dunfell/master][PATCH 5/6] u-boot-ti: "
` [dunfell/master][PATCH 6/6] conf/machine: introduce "

[PATCH 0/5] r8a7742: Enable support for CMT, PWM and TPU
 2020-08-17 22:10 UTC  (5+ messages)
` [PATCH 2/5] dt-bindings: pwm: renesas,pwm-rcar: Add r8a7742 support
` [PATCH 4/5] dt-bindings: pwm: renesas,tpu-pwm: Document "

[PATCH] Makefile: Yes. Finally remove '-Wdeclaration-after-statement'
 2020-08-17 22:09 UTC  (6+ messages)

linux-next: Fixes tag needs some work in the pci-current tree
 2020-08-17 22:09 UTC  (2+ messages)

[PATCH] otx2_common: Use devm_kcalloc() in otx2_config_npa()
 2020-08-17 22:08 UTC  (2+ messages)

[PATCH] fast-export: factor out print_oid()
 2020-08-17 22:08 UTC  (6+ messages)

[PATCH v2] net: core: SIOCADDMULTI/SIOCDELMULTI distinguish between uc and mc
 2020-08-17 22:08 UTC  (2+ messages)

[PATCH 1/7 RESEND] perf/amd/uncore: Set all slices and threads to restore perf stat -a behaviour
 2020-08-17 22:06 UTC  (7+ messages)
` [PATCH 2/7] perf/x86/amd: Fix sampling Large Increment per Cycle events
` [PATCH 3/7] arch/x86/amd/ibs: Fix re-arming IBS Fetch
` [PATCH 4/7] perf/x86/amd/ibs: Don't include randomized bits in get_ibs_op_count()
` [PATCH 5/7] perf/x86/amd/ibs: Fix raw sample data accumulation
` [PATCH 6/7] perf/x86/amd/ibs: Support 27-bit extended Op/cycle counter
` [PATCH 7/7] perf/x86/rapl: Add AMD Fam19h RAPL support

[PATCH v5 00/36] Warn on orphan section placement
 2020-08-17 22:06 UTC  (5+ messages)
` [PATCH v5 23/36] arm/build: Explicitly keep .ARM.attributes sections

[PATCH v2 3/8] rndis_wlan: Make use of cpu_to_le16_array()
 2020-08-17 22:02 UTC  (3+ messages)

[PATCH v2 00/84] multipath-tools series part VII: addional patches
 2020-08-17 22:06 UTC  (7+ messages)
` [PATCH v2 81/84] multipath: check_path_valid(): eliminate some failure modes
` [PATCH v2 82/84] libmultipath: free pp if store_path fails in disassemble_map
` [PATCH v2 83/84] libmultipath: alias: static const variable for BINDINGS_FILE_HEADER

[PATCH 00/20] iommu/arm-smmu + drm/msm: per-process GPU pgtables
 2020-08-17 22:01 UTC  (71+ messages)
` [PATCH 01/20] drm/msm: remove dangling submitqueue references
` [PATCH 02/20] iommu/arm-smmu: Pass io-pgtable config to implementation specific function
` [PATCH 03/20] iommu/arm-smmu: Add support for split pagetables
` [PATCH 04/20] iommu/arm-smmu: Prepare for the adreno-smmu implementation
` [PATCH 05/20] iommu: add private interface for adreno-smmu
` [PATCH 06/20] drm/msm/gpu: add dev_to_gpu() helper
` [PATCH 07/20] drm/msm: set adreno_smmu as gpu's drvdata
` [PATCH 08/20] iommu/arm-smmu: constify some helpers
` [PATCH 09/20] iommu/arm-smmu-qcom: Add implementation for the adreno GPU SMMU
` [PATCH 10/20] dt-bindings: arm-smmu: Add compatible string for Adreno "
` [PATCH 11/20] drm/msm: Add a context pointer to the submitqueue
` [PATCH 12/20] drm/msm: Drop context arg to gpu->submit()
` [PATCH 13/20] drm/msm: Set the global virtual address range from the IOMMU domain
` [PATCH 14/20] drm/msm: Add support to create a local pagetable
` [PATCH 15/20] drm/msm: Add support for private address space instances
` [PATCH 16/20] drm/msm/a6xx: Add support for per-instance pagetables
` [PATCH 17/20] arm: dts: qcom: sm845: Set the compatible string for the GPU SMMU
` [PATCH 18/20] arm: dts: qcom: sc7180: "
` [PATCH 19/20] iommu/arm-smmu: add a way for implementations to influence SCTLR
` [PATCH 20/20] drm/msm: show process names in gem_describe

Is request_firmware() really safe to call in resume callback when /usr/lib/firmware is on btrfs?
 2020-08-17 22:04 UTC  (9+ messages)

[PATCH 0/4] -ffreestanding/-fno-builtin-* patches
 2020-08-17 22:02 UTC  (5+ messages)
` [PATCH 1/4] Makefile: add -fno-builtin-stpcpy
` [PATCH 2/4] Revert "lib/string.c: implement a basic bcmp"
` [PATCH 3/4] x86/boot: use -fno-builtin-bcmp
` [PATCH 4/4] x86: don't build CONFIG_X86_32 as -ffreestanding

[PATCH] rcu: shrink each possible cpu krcp
 2020-08-17 22:03 UTC  (3+ messages)

[PATCH v3] net: qrtr: fix usage of idr in port assignment to socket
 2020-08-17 22:01 UTC  (2+ messages)

[PATCH v7 0/7] IOMMU user API enhancement
 2020-08-17 22:07 UTC  (5+ messages)
` [PATCH v7 1/7] docs: IOMMU user API

[PATCH net-next] selftests: disable rp_filter for icmp_redirect.sh
 2020-08-17 22:00 UTC  (2+ messages)

[PATCH 0/2] SELinux: Measure state and hash of policy using IMA
 2020-08-17 22:00 UTC  (9+ messages)
` [PATCH 2/2] "

[Buildroot] OpenSSH login problem
 2020-08-17 21:59 UTC  (7+ messages)

[PATCH net] ptp: ptp_clockmatrix: use i2c_master_send for i2c write
 2020-08-17 21:58 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2020-08-14
 2020-08-17 21:57 UTC  (5+ messages)
` [Buildroot] [autobuild.buildroot.net] Analysis of build results

[PATCH 0/3] Configure J721E Main R5FSS1 to Split-mode & env
 2020-08-17 21:57 UTC  (4+ messages)
` [PATCH 1/3] arm: dts: k3-j721e-main: Configure MAIN R5FSS1 for Split-mode
` [PATCH 2/3] configs: j721e_evm: Add Main R5FSS1 Core1 to default rproc boot list
` [PATCH 3/3] env: ti: j721e-evm: Limit scope of rproc env variables used by R5 SPL

[meta-security][PATCH] trousers: Several Security fixes
 2020-08-17 21:57 UTC 

[PATCH v4 00/12] SVM cleanup and INVPCID support for the AMD guests
 2020-08-17 21:56 UTC  (2+ messages)

[PATCH RESEND v10 00/11] PCI: brcmstb: enable PCIe for STB chips
 2020-08-17 21:53 UTC  (24+ messages)
` [PATCH RESEND v10 01/11] PCI: brcmstb: PCIE_BRCMSTB depends on ARCH_BRCMSTB
` [PATCH RESEND v10 02/11] dt-bindings: PCI: Add bindings for more Brcmstb chips
` [PATCH RESEND v10 03/11] PCI: brcmstb: Add bcm7278 register info
` [PATCH RESEND v10 04/11] PCI: brcmstb: Add suspend and resume pm_ops
` [PATCH RESEND v10 05/11] PCI: brcmstb: Add bcm7278 PERST# support
` [PATCH RESEND v10 06/11] PCI: brcmstb: Add control of rescal reset
` [PATCH RESEND v10 07/11] device-mapping: Introduce DMA range map, supplanting dma_pfn_offset
` [PATCH RESEND v10 08/11] PCI: brcmstb: Set additional internal memory DMA viewport sizes
` [PATCH RESEND v10 09/11] PCI: brcmstb: Accommodate MSI for older chips
` [PATCH RESEND v10 10/11] PCI: brcmstb: Set bus max burst size by chip type
` [PATCH RESEND v10 11/11] PCI: brcmstb: Add bcm7211, bcm7216, bcm7445, bcm7278 to match list

[PATCH net-next] macvlan: validate setting of multiple remote source MAC addresses
 2020-08-17 21:55 UTC  (2+ messages)

[PATCH v2 0/7] interconnect: Introduce xlate_extended()
 2020-08-17 21:55 UTC  (3+ messages)
` [PATCH v2 2/7] dt-bindings: interconnect: Document the support of optional path tag

[Buildroot] [PATCH] support/testing: add openssh runtime test
 2020-08-17 21:55 UTC 

[PATCH 0/2] rt-tests: Port oslat in
 2020-08-17 21:55 UTC  (3+ messages)
` [PATCH 1/2] rt-tests: cyclictest: Move ftrace helpers into rt-utils.[ch]
` [PATCH 2/2] rt-tests: oslat: Init commit

[PATCH v17 00/12] Mediatek MT8183 scpsys support
 2020-08-17 21:53 UTC  (5+ messages)
` [PATCH v17 05/12] dt-bindings: soc: Add MT8183 power dt-bindings

[PATCH] of: platform: Destroy child devices symmetrically
 2020-08-17 21:53 UTC  (2+ messages)

[PATCH] dt-bindings: sound: Convert NXP spdif to json-schema
 2020-08-17 21:52 UTC  (3+ messages)

[PATCH 0/4] integrity: improve user feedback for invalid bootparams
 2020-08-17 21:52 UTC  (5+ messages)
` [PATCH 1/4] ima: add check for enforced appraise option
` [PATCH 2/4] integrity: invalid kernel parameters feedback
` [PATCH 3/4] ima: limit secure boot feedback scope for appraise
` [PATCH 4/4] integrity: prompt keyring name for unknown key request

[PATCH 1/2] Add new flush_iotlb_range and handle freelists when using iommu_unmap_fast
 2020-08-17 21:19 UTC  (2+ messages)
` [PATCH 2/2] Handle init_iova_flush_queue failure in dma-iommu path

[PATCH v1 2/3] usb: early: xhci-dbc: Move cpu_to_le16_array() to core
 2020-08-17 21:51 UTC  (3+ messages)

[PATCH] swiotlb: Allow allocating buffer anywhere in memory
 2020-08-17 21:48 UTC  (5+ messages)

[PATCH v2] powerpc/pseries/svm: Allocate SWIOTLB buffer anywhere in memory
 2020-08-17 21:46 UTC 

[PATCH bpf] bpf: use get_file_rcu() instead of get_file() for task_file iterator
 2020-08-17 21:49 UTC  (3+ messages)

[PATCH v2 00/14] media: staging: rkisp1: various bug fixes
 2020-08-17 21:48 UTC  (16+ messages)
` [PATCH v2 10/14] media: staging: rkisp1: isp: add a warning and debugfs var for irq delay
` [PATCH v2 11/14] media: staging: rkisp1: isp: don't enable signal RKISP1_CIF_ISP_FRAME_IN
` [PATCH v2 12/14] media: staging: rkisp1: stats: protect write to 'is_streaming' in start_streaming cb
` [PATCH v2 13/14] media: staging: rkisp1: call media_pipeline_start/stop from stats and params
` [PATCH v2 14/14] media: staging: rkisp1: params: no need to lock default config


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.