linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-29 21:00:46 to 2020-09-30 01:27:08 UTC [more...]

[PATCH 00/20] media: use semicolons rather than commas to separate statements
 2020-09-30  1:27 UTC  (7+ messages)
` [PATCH 10/20] media: lmedm04: "

[PATCH v2 0/5] PCI: dwc: improve msi handling
 2020-09-30  1:23 UTC  (4+ messages)
` [PATCH v2 2/5] PCI: dwc: Check alloc_page() return value

[PATCH 2/4] binfmt_elf: Take the mmap lock around find_extend_vma()
 2020-09-30  1:20 UTC  (3+ messages)
` [PATCH 3/4] mmap locking API: Don't check locking if the mm isn't live yet
` [PATCH 4/4] mm/gup: Assert that the mmap lock is held in __get_user_pages()

[PATCH 1/4] mm/gup_benchmark: Take the mmap lock around GUP
 2020-09-30  1:19 UTC 

[PATCH v5 0/2] PCI: dwc: fix two MSI issues
 2020-09-30  1:15 UTC  (3+ messages)
` [PATCH v5 1/2] PCI: dwc: Skip PCIE_MSI_INTR0* programming if MSI is disabled
` [PATCH v5 2/2] PCI: dwc: Fix MSI page leakage in suspend/resume

[PATCH] media: ov2740: select regmap
 2020-09-30  1:13 UTC 

[PATCH] RFC: arm64: arch_timer: Fix timer inconsistency test for A64
 2020-09-30  1:00 UTC  (3+ messages)

RAID5->RAID6 reshape remains stuck at 0% (does nothing, not even start)
 2020-09-30  0:53 UTC 

[GIT PULL] Devicetree fixes for v5.9, take 3
 2020-09-30  0:58 UTC  (2+ messages)

[PATCH] bus: bt1-apb: Fix duplicate included clk.h
 2020-09-30  0:54 UTC 

[PATCH v38 00/24] Intel SGX foundations
 2020-09-30  0:52 UTC  (8+ messages)
` [PATCH v38 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call

[PATCH] scsi: esas2r: prevent a potential NULL dereference in esas2r_probe()
 2020-09-16 12:13 UTC  (3+ messages)

[PATCH 1/2] printk: Add printk_deferred_{enter, exit}
 2020-09-30  0:48 UTC  (10+ messages)
` [PATCH 2/2] sched: mark PRINTK_DEFERRED_CONTEXT_MASK in __schedule()
    ` [External] "

[PATCH v2] PCI: hv: Fix hibernation in case interrupts are not re-created
 2020-09-30  0:38 UTC  (3+ messages)

[PATCH v4 0/2] iommu/tegra-smmu: Two followup changes
 2020-09-30  0:31 UTC  (4+ messages)
` [PATCH v4 2/2] iommu/tegra-smmu: Expand mutex protection range

[PATCH v2 0/3] iommu/tegra-smmu: Add PCI support
 2020-09-30  0:30 UTC  (4+ messages)
` [PATCH v2 1/3] memory: tegra: Add helper function tegra_get_memory_controller
` [PATCH v2 2/3] iommu/tegra-smmu: Rework .probe_device and .attach_dev
` [PATCH v2 3/3] iommu/tegra-smmu: Add PCI support

[PATCH] sched/rt.c remove unnecessary parameter in pick_next_rt_entity
 2020-09-30  0:29 UTC  (2+ messages)

[PATCH v5] Introduce support for Systems Management Driver over WMI for Dell Systems
 2020-09-30  0:23 UTC  (2+ messages)

[PATCH v38 10/24] mm: Add vm_ops->mprotect()
 2020-09-30  0:20 UTC  (5+ messages)

[PATCH 00/22] add Object Storage Media Pool (mpool)
 2020-09-30  0:13 UTC  (3+ messages)
` [PATCH 17/22] mpool: add mpool lifecycle management ioctls

[PATCH v4 00/29] Add support for Clang LTO
 2020-09-30  0:12 UTC  (31+ messages)
` [PATCH v4 01/29] RAS/CEC: Fix cec_init() prototype
` [PATCH v4 02/29] x86/asm: Replace __force_order with memory clobber
` [PATCH v4 03/29] kbuild: preprocess module linker script
` [PATCH v4 04/29] objtool: Add a pass for generating __mcount_loc
` [PATCH v4 05/29] objtool: Don't autodetect vmlinux.o
` [PATCH v4 06/29] tracing: move function tracer options to Kconfig
` [PATCH v4 07/29] tracing: add support for objtool mcount
` [PATCH v4 08/29] x86, build: use "
` [PATCH v4 09/29] arm64: disable recordmcount with DYNAMIC_FTRACE_WITH_REGS
` [PATCH v4 10/29] treewide: remove DISABLE_LTO
` [PATCH v4 11/29] kbuild: add support for Clang LTO
` [PATCH v4 12/29] kbuild: lto: fix module versioning
` [PATCH v4 13/29] kbuild: lto: postpone objtool
` [PATCH v4 14/29] kbuild: lto: limit inlining
` [PATCH v4 15/29] kbuild: lto: merge module sections
` [PATCH v4 16/29] kbuild: lto: remove duplicate dependencies from .mod files
` [PATCH v4 17/29] init: lto: ensure initcall ordering
` [PATCH v4 18/29] init: lto: fix PREL32 relocations
` [PATCH v4 19/29] PCI: Fix PREL32 relocations for LTO
` [PATCH v4 20/29] modpost: lto: strip .lto from module names
` [PATCH v4 21/29] scripts/mod: disable LTO for empty.c
` [PATCH v4 22/29] efi/libstub: disable LTO
` [PATCH v4 23/29] drivers/misc/lkdtm: disable LTO for rodata.o
` [PATCH v4 24/29] arm64: vdso: disable LTO
` [PATCH v4 25/29] KVM: arm64: disable LTO for the nVHE directory
` [PATCH v4 26/29] arm64: allow LTO_CLANG and THINLTO to be selected
` [PATCH v4 27/29] x86, vdso: disable LTO only for vDSO
` [PATCH v4 28/29] x86, cpu: disable LTO for cpu.c
` [PATCH v4 29/29] x86, build: allow LTO_CLANG and THINLTO to be selected

[PATCH v3 0/3] Add Broadcom VK driver
 2020-09-30  0:03 UTC  (9+ messages)
` [PATCH v3 2/3] misc: bcm-vk: add "

[PATCH v3 0/4] mm: allow mapping accounted kernel pages to userspace
 2020-09-29 23:59 UTC  (5+ messages)
` [PATCH v3 1/4] mm: memcontrol: use helpers to access page's memcg data
` [PATCH v3 2/4] mm: memcontrol/slab: use helpers to access slab page's memcg_data
` [PATCH v3 3/4] mm: introduce page memcg flags
` [PATCH v3 4/4] mm: convert page kmemcg type to a page memcg flag

[PATCH] x86/uv/time: Replace one-element array and save heap space
 2020-09-29 23:14 UTC  (3+ messages)

[PATCH 1/2] docs: Clarify abstract scale usage for power values in Energy Model
 2020-09-29 23:53 UTC  (2+ messages)

[PATCH bpf-next v3 0/6] bpf: BTF support for ksyms
 2020-09-29 23:53 UTC  (8+ messages)
` [PATCH bpf-next v3 4/6] bpf: Introduce bpf_per_cpu_ptr()

[PATCH v4 00/16] Add Broadcom VK driver
 2020-09-29 23:51 UTC  (7+ messages)
` [PATCH v4 02/16] misc: bcm-vk: add "
` [PATCH v4 06/16] misc: bcm-vk: add ttyVK support

[PATCH bpf-next v4 0/6] bpf: BTF support for ksyms
 2020-09-29 23:50 UTC  (7+ messages)
` [PATCH bpf-next v4 1/6] bpf: Introduce pseudo_btf_id
` [PATCH bpf-next v4 2/6] bpf/libbpf: BTF support for typed ksyms
` [PATCH bpf-next v4 3/6] selftests/bpf: ksyms_btf to test "
` [PATCH bpf-next v4 4/6] bpf: Introduce bpf_per_cpu_ptr()
` [PATCH bpf-next v4 5/6] bpf: Introducte bpf_this_cpu_ptr()
` [PATCH bpf-next v4 6/6] bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()

[PATCH 3/3] media: uapi: mpeg2: Split sequence and picture parameters
 2020-09-29 23:49 UTC 

[PATCH 2/3] media: uapi: mpeg2: Remove unused slice size and offset
 2020-09-29 23:49 UTC 

[RESEND][RFC PATCH 0/6] Fork brute force attack mitigation (fbfam)
 2020-09-29 23:49 UTC  (5+ messages)
` [RFC PATCH 3/6] security/fbfam: Use the api to manage statistics

[PATCH 1/3] media: uapi: mpeg2: Cleanup flags
 2020-09-29 23:48 UTC 

[PATCH 00/13] x86: Trenchboot secure dynamic launch Linux kernel support
 2020-09-29 23:47 UTC  (4+ messages)
` [PATCH 05/13] x86: Add early TPM1.2/TPM2.0 interface support for Secure Launch

[PATCH] srcu: avoid escaped section names
 2020-09-29 23:45 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] export.h: fix section name for CONFIG_TRIM_UNUSED_KSYMS for Clang
 2020-09-29 23:44 UTC  (2+ messages)

[RFC PATCH 00/24] mm/hugetlb: Free some vmemmap pages of hugetlb page
 2020-09-29 23:41 UTC  (8+ messages)
` [RFC PATCH 01/24] mm/memory_hotplug: Move bootmem info registration API to bootmem_info.c
` [RFC PATCH 02/24] mm/memory_hotplug: Move {get,put}_page_bootmem() "
` [RFC PATCH 03/24] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP

[PATCH 0/3] MPEG-2 stateless API cleanup
 2020-09-29 23:39 UTC 

[PATCH] MAINTAINERS: Remove Andrew F Davis from list
 2020-09-29 23:19 UTC  (3+ messages)

[PATCH] power: fix spelling typo
 2020-09-29 23:19 UTC  (2+ messages)

[PATCH] power: supply: fix spelling typo
 2020-09-29 23:18 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: power: Convert ingenic,battery.txt to YAML
 2020-09-29 23:18 UTC  (2+ messages)

[PATCH v4 0/2] power: bq25890: IBAT compensation support
 2020-09-29 23:17 UTC  (2+ messages)

[PATCH] docs: programming-languages: refresh blurb on clang support
 2020-09-29 23:10 UTC  (2+ messages)

lockdep null-ptr-deref
 2020-09-29 23:08 UTC  (2+ messages)

[PATCH v2 1/7] powerpc: Remove SYNC on non 6xx
 2020-09-29 22:01 UTC  (3+ messages)
` [PATCH v2 4/7] powerpc: Remove PowerPC 601

[patch V2 00/36] net: in_interrupt() cleanup and fixes
 2020-09-29 23:06 UTC  (10+ messages)
` [patch V2 11/36] net: ionic: Replace in_interrupt() usage
` [patch V2 26/36] net: brcmfmac: Convey execution context via argument to brcmf_netif_rx()
` [patch V2 27/36] net: brcmfmac: Convey allocation mode as argument
` [patch V2 33/36] net: libertas: Use netif_rx_any_context()

[PATCH v2] MAINTAINERS: add Dan Murphy as TP LP8xxx drivers maintainer
 2020-09-29 23:06 UTC  (6+ messages)

[PATCH v5 2/3] remoteproc: qcom: Add capability to collect minidumps
 2020-09-29 23:04 UTC  (2+ messages)

[patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI
 2020-09-29 23:03 UTC  (2+ messages)

[PATCH v2] page_alloc: Fix freeing non-compound pages
 2020-09-29 22:53 UTC  (5+ messages)

[PATCH 00/30] spi: dw: Add full Baikal-T1 SPI Controllers support
 2020-09-29 22:43 UTC  (15+ messages)
` [PATCH 02/30] spi: dw: Use ternary op to init set_cs callback
` [PATCH 03/30] spi: dw: Initialize n_bytes before the memory barrier
` [PATCH 04/30] Revert: spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent calls
` [PATCH 11/30] spi: dw: Add DWC SSI capability

linux-next: Signed-off-by missing for commit in the cifs tree
 2020-09-29 22:42 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the rcu tree
 2020-09-29 22:37 UTC 

[PATCH v9 0/2] Renovate memcpy_mcsafe with copy_mc_to_{user, kernel}
 2020-09-29 22:32 UTC  (2+ messages)

[PATCH v2 1/2] drm/nouveau/kms/nv50-: Get rid of bogus nouveau_conn_mode_valid()
 2020-09-29 22:31 UTC  (2+ messages)
` [PATCH v2 2/2] drm/nouveau/kms/nv50-: Fix clock checking algorithm in nv50_dp_mode_valid()

[PATCH v9 00/32] Improvements for Tegra I2C driver
 2020-09-29 22:19 UTC  (33+ messages)
` [PATCH v9 01/32] i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer
` [PATCH v9 02/32] i2c: tegra: Add missing pm_runtime_put()
` [PATCH v9 03/32] i2c: tegra: Handle potential error of tegra_i2c_flush_fifos()
` [PATCH v9 04/32] i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear()
` [PATCH v9 05/32] i2c: tegra: Initialize div-clk rate unconditionally
` [PATCH v9 06/32] i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member
` [PATCH v9 07/32] i2c: tegra: Runtime PM always available on Tegra
` [PATCH v9 08/32] i2c: tegra: Remove error message used for devm_request_irq() failure
` [PATCH v9 09/32] i2c: tegra: Use reset_control_reset()
` [PATCH v9 10/32] i2c: tegra: Use devm_platform_get_and_ioremap_resource()
` [PATCH v9 11/32] i2c: tegra: Use platform_get_irq()
` [PATCH v9 12/32] i2c: tegra: Use clk-bulk helpers
` [PATCH v9 13/32] i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()
` [PATCH v9 14/32] i2c: tegra: Clean up probe function
` [PATCH v9 15/32] i2c: tegra: Reorder location of functions in the code
` [PATCH v9 16/32] i2c: tegra: Clean up variable types
` [PATCH v9 17/32] i2c: tegra: Remove outdated barrier()
` [PATCH v9 18/32] i2c: tegra: Remove likely/unlikely from the code
` [PATCH v9 19/32] i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()
` [PATCH v9 20/32] i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()
` [PATCH v9 21/32] i2c: tegra: Rename wait/poll functions
` [PATCH v9 22/32] i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()
` [PATCH v9 23/32] i2c: tegra: Factor out packet header setup "
` [PATCH v9 24/32] i2c: tegra: Factor out register polling into separate function
` [PATCH v9 25/32] i2c: tegra: Factor out hardware initialization "
` [PATCH v9 26/32] i2c: tegra: Check errors for both positive and negative values
` [PATCH v9 27/32] i2c: tegra: Improve formatting of variables
` [PATCH v9 28/32] i2c: tegra: Clean up variable names
` [PATCH v9 29/32] i2c: tegra: Clean up printk messages
` [PATCH v9 30/32] i2c: tegra: Clean up and improve comments
` [PATCH v9 31/32] i2c: tegra: Clean up whitespaces, newlines and indentation
` [PATCH v9 32/32] i2c: tegra: Improve driver module description

[PATCH 0/3] tracing: Add dynamic strings for synthetic events
 2020-09-29 22:19 UTC  (7+ messages)
` [PATCH 2/3] tracing: Fix parse_synth_field() error handling
` [PATCH 3/3] tracing: Add support for dynamic strings to synthetic events

[PATCH v5 00/80] drm/vc4: Support BCM2711 Display Pipeline
 2020-09-29 22:15 UTC  (3+ messages)
` [PATCH v5 80/80] ARM: dts: bcm2711: Enable the display pipeline

[PATCH] x86/boot: Place kernel_info at a fixed offset
 2020-09-29 22:13 UTC  (2+ messages)

[PATCH V2 0/3] riscv: Enable LOCKDEP
 2020-09-29 22:12 UTC  (3+ messages)
` [PATCH V2 2/3] riscv: Fixup lockdep_assert_held with wrong param cpu_running

[PATCH v4 1/2] dt-bindings: usb: Add binding for discrete onboard USB hubs
 2020-09-29 22:09 UTC  (3+ messages)

[PATCH 0/4] kvfree_rcu() and _LOCK_NESTING/_PREEMPT_RT
 2020-09-29 22:07 UTC  (4+ messages)
` [RFC-PATCH 2/4] mm: Add __rcu_alloc_page_lockless() func

mmotm 2020-09-29-15-01 uploaded
 2020-09-29 22:02 UTC 

[PATCH 2/2] tools lib traceevent: Man page libtraceevent debug APIs
 2020-09-29 22:00 UTC  (2+ messages)

[PATCH v10 00/16] s390/vfio-ap: dynamic configuration support
 2020-09-29 21:59 UTC  (4+ messages)
` [PATCH v10 08/16] s390/vfio-ap: filter matrix for unavailable queue devices

[PATCH 1/2] tools lib traceevent: Man page for tep_add_plugin_path() API
 2020-09-29 21:56 UTC  (2+ messages)

[PATCH] memcg: introduce per-memcg reclaim interface
 2020-09-29 21:53 UTC  (4+ messages)

[PATCH 5.8 00/99] 5.8.13-rc1 review
 2020-09-29 21:54 UTC  (3+ messages)
` [PATCH 5.8 35/99] tools/libbpf: Avoid counting local symbols in ABI check

[PATCH v8 00/32] Improvements for Tegra I2C driver
 2020-09-29 21:46 UTC  (7+ messages)
` [PATCH v8 12/32] i2c: tegra: Use clk-bulk helpers
` [PATCH v8 23/32] i2c: tegra: Factor out packet header setup from tegra_i2c_xfer_msg()

[PATCH v2 0/6] Add initial support for ATC260x PMICs
 2020-09-29 21:46 UTC  (6+ messages)
` [PATCH v2 5/6] input: atc260x: Add onkey driver "

[PATCH v2 0/9] KVM: collect sporadic patches
 2020-09-29 21:42 UTC  (3+ messages)
` [PATCH v2 4/9] KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exit

Removal of HCI commands? (Was: Re: OCF_READ_LOCAL_CODECS is permitted only for root user)
 2020-09-29 21:32 UTC  (3+ messages)
          ` Removal of HCI commands, userspace bluetooth regression?

[PATCH] compiler.h: avoid escaped section names
 2020-09-29 21:33 UTC  (2+ messages)

[PATCH v2 RESEND 1/1] PCI: pcie_bus_config can be set at build time
 2020-09-29 21:31 UTC  (2+ messages)

[PATCH v2 0/8] selftests/vm: gup_test, hmm-tests, assorted improvements
 2020-09-29 21:27 UTC  (9+ messages)
` [PATCH v2 1/8] mm/gup_benchmark: rename to mm/gup_test
` [PATCH v2 2/8] selftests/vm: use a common gup_test.h
` [PATCH v2 3/8] selftests/vm: rename run_vmtests --> run_vmtests.sh
` [PATCH v2 4/8] selftests/vm: minor cleanup: Makefile and gup_test.c
` [PATCH v2 5/8] selftests/vm: only some gup_test items are really benchmarks
` [PATCH v2 6/8] selftests/vm: gup_test: introduce the dump_pages() sub-test
` [PATCH v2 7/8] selftests/vm: run_vmtest.sh: update and clean up gup_test invocation
` [PATCH v2 8/8] selftests/vm: hmm-tests: remove the libhugetlbfs dependency

[PATCH] vfio/pci: when irq_bypass_register_producer() return fails, we need to clean it up and return -EINVAL. instead of return true
 2020-09-29 21:25 UTC  (2+ messages)

[PATCH v3] tools lib traceevent: Hide non API functions
 2020-09-29 21:23 UTC  (2+ messages)

[PATCH v9 0/5] Simplify PCIe native ownership detection logic
 2020-09-29 21:23 UTC  (4+ messages)

[PATCH 0/2] mips: Introduce some IO-accessors optimizations
 2020-09-29 21:12 UTC  (2+ messages)

[PATCH 4.19 000/244] 4.19.149-rc2 review
 2020-09-29 21:08 UTC  (2+ messages)

[PATCH v2 0/3] condition EAS enablement on FI support
 2020-09-29 20:54 UTC 

[RFC PATCH 0/4] x86: Improve Minimum Alternate Stack Size
 2020-09-29 20:57 UTC  (5+ messages)
` [RFC PATCH 1/4] x86/signal: Introduce helpers to get the maximum signal frame size
` [RFC PATCH 2/4] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
` [RFC PATCH 3/4] x86/signal: Prevent an alternate stack overflow before a signal delivery
` [RFC PATCH 4/4] selftest/x86/signal: Include test cases for validating sigaltstack

[PATCH] ACPICA: Fix a soft-lockup on large systems
 2020-09-29 21:01 UTC  (3+ messages)

[PATCH v2 1/1] i2c: busses: Add support for atomic transfers in Actions Semi Owl driver
 2020-09-29 21:00 UTC  (7+ 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).