linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-24 14:30:21 to 2020-11-24 16:50:09 UTC [more...]

[PATCH v11 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-24 16:49 UTC  (4+ messages)
` [PATCH v11 4/9] "

[PATCH] syscalls: Document OCI seccomp filter interactions & workaround
 2020-11-24 16:46 UTC  (8+ messages)

kernel BUG at fs/ext4/inode.c:LINE!
 2020-11-24 16:46 UTC  (10+ messages)

[PATCH 0/2] userspace memory reaping using process_madvise
 2020-11-24 16:42 UTC  (4+ messages)
` [PATCH 2/2] mm/madvise: add process_madvise MADV_DONTNEER support

[PATCH v1] spi: fix client driver breakages when using GPIO descriptors
 2020-11-24 16:40 UTC  (11+ messages)

[PATCH 2/2] mm/vmalloc: rework the drain logic
 2020-11-24 16:40 UTC  (11+ messages)

[PATCH] usbnet: ipheth: fix connectivity with iOS 14
 2020-11-24 16:39 UTC  (4+ messages)

[PATCH] soc: qcom: Introduce debugfs interface to smem
 2020-11-24 16:39 UTC  (3+ messages)

[FEATURE REQUEST] tracing: Have event filters handle dynamic arrays
 2020-11-24 16:37 UTC 

[PATCH] drm/amd/powerplay: fix spelling mistake "smu_state_memroy_block" -> "smu_state_memory_block"
 2020-11-24 16:36 UTC  (3+ messages)

[PATCH v5 0/9] "Task_isolation" mode
 2020-11-24 16:36 UTC  (2+ messages)

How to enable auto-suspend by default
 2020-11-24 16:35 UTC  (13+ messages)

[PATCH 00/40] [Set 8] Rid W=1 warnings from GPU
 2020-11-24 16:30 UTC  (55+ messages)
` [PATCH 01/40] drm/radeon/radeon_device: Consume our own header where the prototypes are located
` [PATCH 02/40] drm/amd/amdgpu/amdgpu_ttm: Add description for 'page_flags'
` [PATCH 03/40] drm/amd/amdgpu/amdgpu_ib: Provide docs for 'amdgpu_ib_schedule()'s 'job' param
` [PATCH 04/40] drm/amd/amdgpu/amdgpu_virt: Correct possible copy/paste or doc-rot misnaming issue
` [PATCH 05/40] drm/amd/amdgpu/cik_ih: Supply description for 'ih' in 'cik_ih_{get,set}_wptr()'
  ` [PATCH 05/40] drm/amd/amdgpu/cik_ih: Supply description for 'ih' in 'cik_ih_{get, set}_wptr()'
` [PATCH 06/40] drm/amd/amdgpu/uvd_v4_2: Fix some kernel-doc misdemeanours
` [PATCH 07/40] drm/amd/amdgpu/dce_v8_0: Supply description for 'async'
` [PATCH 08/40] drm/amd/amdgpu/cik_sdma: Supply some missing function param descriptions
` [PATCH 09/40] drm/amd/amdgpu/gfx_v7_0: Clean-up a bunch of kernel-doc related issues
` [PATCH 16/40] drm/amd/amdgpu/si_dma: Fix a bunch of function documentation issues
` [PATCH 17/40] drm/amd/amdgpu/gfx_v6_0: Supply description for 'gfx_v6_0_ring_test_ib()'s 'timeout' param
` [PATCH 21/40] drm/amd/amdgpu/uvd_v3_1: Fix-up some documentation issues
` [PATCH 22/40] drm/amd/amdgpu/dce_v6_0: Fix formatting and missing parameter description issues
` [PATCH 23/40] drm/amd/include/vega20_ip_offset: Mark top-level IP_BASE definition as __maybe_unused
` [PATCH 24/40] drm/amd/include/navi10_ip_offset: Mark top-level IP_BASE "
` [PATCH 25/40] drm/amd/include/arct_ip_offset: Mark top-level IP_BASE definition "
` [PATCH 26/40] drm/amd/include/navi14_ip_offset: Mark top-level IP_BASE "
` [PATCH 27/40] drm/amd/include/navi12_ip_offset: "
` [PATCH 28/40] drm/amd/include/sienna_cichlid_ip_offset: "
` [PATCH 29/40] drm/amd/include/vangogh_ip_offset: "
` [PATCH 30/40] drm/amd/include/dimgrey_cavefish_ip_offset: "
` [PATCH 33/40] drm/amd/amdgpu/cik_sdma: Add one and remove another function param description
` [PATCH 34/40] drm/amd/amdgpu/uvd_v4_2: "
` [PATCH 36/40] drm/amd/amdgpu/gmc_v7_0: Add some missing kernel-doc descriptions
` [PATCH 37/40] drm/amd/amdgpu/gmc_v8_0: Fix more issues attributed to copy/paste
` [PATCH 39/40] drm/amd/amdgpu/gmc_v9_0: Remove unused table 'ecc_umc_mcumc_status_addrs'
` [PATCH 40/40] drm/amd/amdgpu/gmc_v9_0: Suppy some missing function doc descriptions

[PATCH 1/6] dma-mapping: remove the {alloc,free}_noncoherent methods
 2020-11-24 16:29 UTC  (7+ messages)
` [PATCH 2/6] dma-direct: use __GFP_ZERO in dma_direct_alloc_pages
` [PATCH 3/6] dma-iommu: remove __iommu_dma_mmap
` [PATCH 4/6] WIP: add a dma_alloc_contiguous API
` [PATCH 5/6] media: uvcvideo: Use dma_alloc_noncontiguos API
` [PATCH 6/6] TEST-ONLY: media: uvcvideo: Add statistics for measuring performance

[PATCH v2 00/10] Migrate syscall entry/exit work to SYSCALL_WORK flagset
 2020-11-24 16:28 UTC  (3+ messages)
` [PATCH v2 04/10] seccomp: Migrate to use SYSCALL_WORK flag

Linux 5.10-rc4; graphics alignment
 2020-11-24 16:27 UTC  (10+ messages)

[PATCH v2 0/1] This patch address comments on patch v1
 2020-11-24 16:26 UTC  (5+ messages)
` [PATCH v2 1/1] ath10k: add option for chip-id based BDF selection

[PATCH 0/6] Drivers: hv: vmbus: More VMBus-hardening changes
 2020-11-24 16:26 UTC  (3+ messages)
` [PATCH 4/6] Drivers: hv: vmbus: Avoid use-after-free in vmbus_onoffer_rescind()

[PATCH v2 0/6] arm/arm64: Allow the rescheduling IPI to bypass irq_enter/exit
 2020-11-24 16:26 UTC  (3+ messages)
` [PATCH v2 2/6] genirq: Allow an interrupt to be marked as 'raw'

What to do with `BERT: Error records from previous boot`?
 2020-11-24 16:24 UTC 

[PATCH] hv_netvsc: Validate number of allocated sub-channels
 2020-11-24 16:22 UTC  (3+ messages)

[PATCH 1/2] remoteproc: qcom_q6v5_mss: Replace ioremap with memremap
 2020-11-24 16:22 UTC  (3+ messages)
` [PATCH 2/2] remoteproc: qcom_q6v5_mss: map/unmap MBA region before/after use

[PATCH v1 0/2] mmc: support crash logging to MMC block devices
 2020-11-24 16:18 UTC  (8+ messages)
` [PATCH v1 1/2] mmc: Support kmsg dumper based on pstore/blk
    ` [EXT] "

[RFC PATCH 00/18] Microsoft Hypervisor root partition ioctl interface
 2020-11-24 16:18 UTC  (4+ messages)
` [RFC PATCH 12/18] virt/mshv: run vp ioctl and isr

[RFC, v1 0/3] msi support for platform devices
 2020-11-24 16:16 UTC  (3+ messages)
` [RFC, v2 0/1] "
  ` [RFC v2 1/1] vfio/platform: add support for msi

[PATCH -tip 00/32] Core scheduling (v9)
 2020-11-24 16:13 UTC  (11+ messages)
` [PATCH -tip 14/32] sched: migration changes for core scheduling
` [PATCH -tip 18/32] kernel/entry: Add support for core-wide protection of kernel-mode
` [PATCH -tip 19/32] entry/idle: Enter and exit kernel protection during idle entry and exit

[PATCH v4 0/3] Improve the estimations in Intelligent Power Allocation
 2020-11-24 16:10 UTC  (4+ messages)
` [PATCH v4 1/3] thermal: power allocator: change the 'k_i' coefficient estimation
` [PATCH v4 2/3] thermal: power allocator: refactor sustainable power estimation
` [PATCH v4 3/3] thermal: power allocator: change the 'k_*' always in estimate_pid_constants()

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-24 16:09 UTC  (38+ messages)
` [PATCH 052/141] security: keys: "
` [PATCH 053/141] selinux: "
` [PATCH 084/141] drm/via: "
` [PATCH 086/141] hwmon: (corsair-cpro) "
` [PATCH 098/141] mmc: sdhci-of-arasan: "
` [PATCH 108/141] netfilter: ipt_REJECT: "
` [PATCH 117/141] rtl8xxxu: "
` [PATCH 126/141] slimbus: messaging: "
` [PATCH 131/141] tpm: "
` [PATCH 134/141] video: fbdev: lxfb_ops: "
` [PATCH 141/141] Input: libps2 - "

[PATCH 1/3] perf/core: Flush PMU internal buffers for per-CPU events
 2020-11-24 16:04 UTC  (12+ messages)

[PATCH v2 net] ptp: clockmatrix: bug fix for idtcm_strverscmp
 2020-11-24 16:01 UTC 

[PATCH 1/1] tools/bpftool: fix error return value in build_btf_type_table()
 2020-11-24 16:00 UTC  (2+ messages)

[Freedreno] [PATCH 3/3] drm/msm/dpu: add support for clk and bw scaling for display
 2020-11-24 15:55 UTC  (2+ messages)

[PATCH v3 0/2] fpga: dfl: optional VSEC for start of dfl
 2020-11-24 15:56 UTC  (3+ messages)
` [PATCH v3 1/2] fpga: dfl: refactor cci_enumerate_feature_devs()
` [PATCH v3 2/2] fpga: dfl: look for vendor specific capability

[PATCH v6 00/17] follow_pfn and other iomap races
 2020-11-24 15:55 UTC  (5+ messages)
` [PATCH v6 17/17] RFC: mm: add mmu_notifier argument to follow_pfn

[PATCH v4 00/14] An alternative series for asymmetric AArch32 systems
 2020-11-24 15:50 UTC  (15+ messages)
` [PATCH v4 01/14] arm64: cpuinfo: Split AArch32 registers out into a separate struct
` [PATCH v4 02/14] arm64: Allow mismatched 32-bit EL0 support
` [PATCH v4 03/14] KVM: arm64: Kill 32-bit vCPUs on systems with mismatched "
` [PATCH v4 04/14] arm64: Kill 32-bit applications scheduled on 64-bit-only CPUs
` [PATCH v4 05/14] arm64: Advertise CPUs capable of running 32-bit applications in sysfs
` [PATCH v4 06/14] arm64: Hook up cmdline parameter to allow mismatched 32-bit EL0
` [PATCH v4 07/14] sched: Introduce restrict_cpus_allowed_ptr() to limit task CPU affinity
` [PATCH v4 08/14] arm64: exec: Adjust affinity for compat tasks with mismatched 32-bit EL0
` [PATCH v4 09/14] cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1
` [PATCH v4 10/14] sched: Introduce arch_task_cpu_possible_mask() to limit fallback rq selection
` [PATCH v4 11/14] sched: Reject CPU affinity changes based on arch_task_cpu_possible_mask()
` [PATCH v4 12/14] arm64: Prevent offlining first CPU with 32-bit EL0 on mismatched system
` [PATCH v4 13/14] arm64: Implement arch_task_cpu_possible_mask()
` [PATCH v4 14/14] arm64: Remove logic to kill 32-bit tasks on 64-bit-only cores

[RFC PATCH v2] tracing: Remove duplicate `type` field from regmap `regcache_sync` trace event
 2020-11-24 15:48 UTC  (4+ messages)

[PATCH][next] i3c/master: Fix uninitialized variable next_addr
 2020-11-24 15:48 UTC  (2+ messages)

[PATCH] e1000e: Assign DPM_FLAG_SMART_SUSPEND and DPM_FLAG_MAY_SKIP_RESUME to speed up s2ram
 2020-11-24 15:47 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] sparc64: Use arch_validate_flags() to validate ADI flag
 2020-11-24 15:44 UTC  (3+ messages)

[PATCH] net: phy: fix auto-negotiation in case of 'down-shift'
 2020-11-24 15:46 UTC  (9+ messages)

[PATCH] Makefile.extrawarn: remove -Wnested-externs warning
 2020-11-24 15:43 UTC 

[PATCH 0/5] memory: renesas-rpc-if: Trivial fixes
 2020-11-24 15:42 UTC  (3+ messages)
` [PATCH 2/5] memory: renesas-rpc-if: Make rpcif_enable/disable_rpm() as static inline

[PATCH 1/2] Makefile.extrawarn: move -Wcast-align to W=3
 2020-11-24 15:42 UTC  (4+ messages)

[PATCH] Resolve LRU page-pinning issue for file-backed pages
 2020-11-24 15:39 UTC  (3+ messages)
` [PATCH] fs/buffer.c: Revoke LRU when trying to drop buffers

[PATCH v2] regulator: Kconfig: Fix REGULATOR_QCOM_RPMH dependencies to avoid build error
 2020-11-24 15:37 UTC  (2+ messages)

[PATCH] spi: imx: fix the unbalanced spi runtime pm management
 2020-11-24 15:37 UTC  (2+ messages)

[PATCH v2 1/4] pwm: pca9685: Switch to atomic API
 2020-11-24 15:34 UTC  (5+ messages)

[PATCH 01/29] iov_iter: Switch to using a table of operations
 2020-11-24 15:30 UTC  (7+ messages)
  ` [PATCH 00/29] RFC: iov_iter: Switch to using an ops table

Oops (probably) unmounting /oldroot/firmware/efi/efivars
 2020-11-24 15:30 UTC  (6+ messages)

[PATCH 00/17] kmap: Create mem*_page interfaces
 2020-11-24 15:20 UTC  (5+ messages)
` [PATCH 05/17] fs/btrfs: Convert to memzero_page()
` [PATCH 12/17] fs/cramfs: Use memcpy_from_page()

[PATCH v5 00/10] Add V4L2 driver for i.MX8 JPEG Encoder/Decoder
 2020-11-24 15:27 UTC  (3+ messages)
` [PATCH v5 07/10] media: Add parsing for APP14 data segment in jpeg helpers

[PATCH 0/3] mmu_notifier fs fs_reclaim lockdep annotations
 2020-11-24 15:27 UTC  (5+ messages)
` [PATCH 2/3] mm: Extract might_alloc() debug check

[PATCH v1 1/6] powerpc/8xx: DEBUG_PAGEALLOC doesn't require an ITLB miss exception handler
 2020-11-24 15:24 UTC  (6+ messages)
` [PATCH v1 2/6] powerpc/8xx: Always pin kernel text TLB
` [PATCH v1 3/6] powerpc/8xx: Simplify INVALIDATE_ADJACENT_PAGES_CPU15
` [PATCH v1 4/6] powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in ITLB miss exception
` [PATCH v1 5/6] powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in DTLB "
` [PATCH v1 6/6] powerpc/ppc-opcode: Add PPC_RAW_MFSPR()

[PATCH 1/2] arm64: dts: qcom: sm8150: Add wifi node
 2020-11-24 15:22 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: qcom: sm8150-mtp: Enable WiFi node

[PATCH][next] mwifiex: Fix fall-through warnings for Clang
 2020-11-24 15:22 UTC  (3+ messages)

[PATCH] arm64: dts: qcom: sm8150-mtp: Specify remoteproc firmware
 2020-11-24 15:20 UTC  (2+ messages)

[PATCH net-next v4 0/4] remove compat_alloc_user_space()
 2020-11-24 15:18 UTC 

[selftests/memfd] 1c49e3783f: kernel-selftests.memfd.make_fail
 2020-11-24 15:26 UTC 

[PATCH bpf-next v3 0/3] Implement bpf_ima_inode_hash
 2020-11-24 15:12 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] ima: Implement ima_inode_hash
` [PATCH bpf-next v3 2/3] bpf: Add a BPF helper for getting the IMA hash of an inode
` [PATCH bpf-next v3 3/3] bpf: Add a selftest for bpf_ima_inode_hash

Performance regressions in "boot_time" tests in Linux 5.8 Kernel
 2020-11-24 15:03 UTC  (12+ messages)

[PATCH] net: cw1200: fix missing destroy_workqueue() on error in cw1200_init_common
 2020-11-24 15:08 UTC  (2+ messages)
`  "

[PATCH] mwifiex: Remove duplicated REG_PORT definition
 2020-11-24 15:07 UTC  (2+ messages)

[PATCH v2 1/4 resend] rtlwifi: rtl8188ee: avoid accessing the data mapped to streaming DMA
 2020-11-24 15:07 UTC  (2+ messages)

[PATCH v2] cpuidle: arm: qcom: fix Kconfig problems
 2020-11-24 15:06 UTC  (2+ messages)

[PATCH] PCI: Mark AMD Raven iGPU ATS as broken
 2020-11-24 15:05 UTC  (7+ messages)
        ` [EXTERNAL] "

[PATCH net] rsi_91x: fix error return code in rsi_reset_card()
 2020-11-24 15:05 UTC  (2+ messages)
` rsi: "

[PATCH] pinctrl: at91-pio4: add support for fewer lines on last PIO bank
 2020-11-24 15:04 UTC  (4+ messages)

[PATCH v2 for-next 0/4] optimise sbitmap deferred clear
 2020-11-24 15:01 UTC  (7+ messages)
` [PATCH v2 1/4] sbitmap: optimise sbitmap_deferred_clear()
` [PATCH v2 2/4] sbitmap: remove swap_lock

[PATCH v1] media: ov8856: Fix Bayer format dependance on mode
 2020-11-24 15:03 UTC 

[PATCH] brcmsmac: ampdu: Check BA window size before checking block ack
 2020-11-24 15:04 UTC  (2+ messages)

[PATCH 0/2] Add devicetree support for SDX55 Modem and MTP
 2020-11-24 15:03 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: arm: qcom: Document SDX55 Modem and boards
` [PATCH 2/2] ARM: dts: qcom: Add SDX55 Modem and MTP board support

[PATCH] rtlwifi: rtl8192de: remove the useless value assignment
 2020-11-24 15:02 UTC  (2+ messages)

[PATCH net] qtnfmac: fix error return code in qtnf_pcie_probe()
 2020-11-24 15:03 UTC  (2+ messages)

[PATCH] brcmfmac: fix error return code in brcmf_cfg80211_connect()
 2020-11-24 15:00 UTC  (2+ messages)

[PATCH] kfence: Avoid stalling work queue task without allocations
 2020-11-24 15:01 UTC  (11+ messages)
    ` linux-next: stall warnings and deadlock on Arm64 (was: [PATCH] kfence: Avoid stalling...)

[PATCH bpf-next 1/3] ima: Implement ima_inode_hash
 2020-11-24 15:01 UTC  (5+ messages)
` [PATCH bpf-next 2/3] bpf: Add a BPF helper for getting the IMA hash of an inode

[PATCH 1/5] riscv: Coding convention for xchg
 2020-11-24 15:00 UTC  (4+ messages)
` [PATCH 2/5] riscv: Add QUEUED_SPINLOCKS & QUEUED_RWLOCKS supported

[PATCH] Replace a set of atomic_add()
 2020-11-24 14:59 UTC  (2+ messages)
` cw1200: replace "

[PATCH V2] PM / EM: Micro optimization in em_cpu_energy
 2020-11-24 14:59 UTC  (3+ messages)
` [PATCH V3] "

[PATCH] ACPI: NFIT: Fix input validation of bus-family
 2020-11-24 14:55 UTC  (2+ messages)

[PATCH 0/2] hwspinlock: add sunxi hardware spinlock support
 2020-11-24 14:54 UTC  (5+ messages)
` [PATCH 2/2] "

[PATCH] arm64: dts: meson: add rtc aliases to meson-khadas-vim3.dtsi
 2020-11-24 14:53 UTC 

[PATCH v2 00/18] Add CMU/RMU/DMA/MMC/I2C support for Actions Semi S500 SoCs
 2020-11-24 14:53 UTC  (4+ messages)
` [PATCH v2 09/18] arm: dts: owl-s500: Add MMC support

[linux-safety] [PATCH v2 2/2] staging: vt6655: Use macro in rxtx.c
 2020-11-24 14:52 UTC 

[PATCH] mmc: sdhci: Update firmware interface API
 2020-11-24 14:51 UTC  (3+ messages)

[PATCH 0/6] tlb: Fix access and (soft-)dirty bit management
 2020-11-24 14:46 UTC  (9+ messages)
` [PATCH 6/6] mm: proc: Avoid fullmm flush for young/dirty bit toggling

[PATCH] [v7] wireless: Initial driver submission for pureLiFi STA devices
 2020-11-24 14:44 UTC  (2+ messages)

[PATCH] sh/irq: Add missing closing parentheses in arch_show_interrupts()
 2020-11-24 14:42 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH v2 1/2] modpost: Mark uuid_le type only for MEI
 2020-11-24 14:38 UTC  (5+ messages)
` [PATCH v2 2/2] uuid: Make guid_t completely internal type to the kernel

INFO: task can't die in shrink_inactive_list (2)
 2020-11-24 14:35 UTC  (4+ messages)

[PATCH 1/3] Revert "perf session: Fix decompression of PERF_RECORD_COMPRESSED records"
 2020-11-24 14:36 UTC  (3+ messages)
` [PATCH v2 "

[ANNOUNCE] v5.10-rc5-rt10
 2020-11-24 14:31 UTC 

[PATCH v7 3/3] net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver
 2020-11-24 14:29 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).