linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-04 02:45:01 to 2020-06-04 08:14:10 UTC [more...]

[PATCH 00/18] dma-fence lockdep annotations, round 2
 2020-06-04  8:12 UTC  (19+ messages)
` [PATCH 01/18] mm: Track mmu notifiers in fs_reclaim_acquire/release
` [PATCH 02/18] dma-buf: minor doc touch-ups
` [PATCH 03/18] dma-fence: basic lockdep annotations
` [PATCH 04/18] dma-fence: prime "
` [PATCH 05/18] drm/vkms: Annotate vblank timer
` [PATCH 06/18] drm/vblank: Annotate with dma-fence signalling section
` [PATCH 07/18] drm/atomic-helper: Add dma-fence annotations
` [PATCH 08/18] drm/amdgpu: add dma-fence annotations to atomic commit path
` [PATCH 09/18] drm/scheduler: use dma-fence annotations in main thread
` [PATCH 10/18] drm/amdgpu: use dma-fence annotations in cs_submit()
` [PATCH 11/18] drm/amdgpu: s/GFP_KERNEL/GFP_ATOMIC in scheduler code
` [PATCH 12/18] drm/amdgpu: DC also loves to allocate stuff where it shouldn't
` [PATCH 13/18] drm/amdgpu/dc: Stop dma_resv_lock inversion in commit_tail
` [PATCH 14/18] drm/scheduler: use dma-fence annotations in tdr work
` [PATCH 15/18] drm/amdgpu: use dma-fence annotations for gpu reset code
` [PATCH 16/18] Revert "drm/amdgpu: add fbdev suspend/resume on gpu reset"
` [PATCH 17/18] drm/amdgpu: gpu recovery does full modesets
` [PATCH 18/18] drm/i915: Annotate dma_fence_work

[git pull] drm for 5.8-rc1
 2020-06-04  8:13 UTC  (4+ messages)

[PATCH v12 0/2] Add initial support for slimport anx7625
 2020-06-04  8:08 UTC  (4+ messages)
` [PATCH v12 1/2] dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter DT schema
` [PATCH v12 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP

[PATCH v6 10/12] mmap locking API: rename mmap_sem to mmap_lock
 2020-06-04  8:06 UTC  (3+ messages)

[PATCH 0/9] x86/entry fixes
 2020-06-04  8:05 UTC  (17+ messages)
` [PATCH 2/9] rcu: Fixup noinstr warnings

[PATCH] iommu/mediatek: Use totalram_pages to setup enable_4GB
 2020-06-04  8:01 UTC 

[RFC PATCH] panic: fix deadlock in panic()
 2020-06-04  7:59 UTC  (2+ messages)

[PATCH 01/10] x86/mm/numa: Remove uninitialized_var() usage
 2020-06-04  7:58 UTC  (2+ messages)

[PATCH v6 0/5] LiteX SoC controller and LiteUART serial driver
 2020-06-04  7:57 UTC  (4+ messages)
` [PATCH v6 5/5] drivers/tty/serial: add LiteUART driver

[PATCH v11 0/2] Add initial support for slimport anx7625
 2020-06-04  7:51 UTC  (4+ messages)
` [PATCH v11 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP bridge driver

linux-next: fix ups for clashes between akpm and powerpc trees
 2020-06-04  7:49 UTC  (3+ messages)

[PATCH] mm: Fix pud_alloc_track()
 2020-06-04  7:44 UTC 

[PATCH] mailbox: mailbox-test: Fix a potential Oops on allocation failure
 2020-06-04  7:41 UTC  (2+ messages)

[PATCH 0/3] Add LT9611 DSI to HDMI bridge
 2020-06-04  7:38 UTC  (9+ messages)
` [PATCH 2/3] dt-bindings: display: bridge: Add documentation for LT9611
` [PATCH 3/3] drm/bridge: Introduce LT9611 DSI to HDMI bridge

[RFC PATCH 0/8] dax: Add a dax-rmap tree to support reflink
 2020-06-04  7:37 UTC  (5+ messages)
  ` 回复: "

[PATCH v3 00/10] net: eth: altera: tse: Add PTP and mSGDMA prefetcher
 2020-06-04  7:32 UTC  (11+ messages)
` [PATCH v3 01/10] net: eth: altera: tse_start_xmit ignores tx_buffer call response
` [PATCH v3 02/10] net: eth: altera: set rx and tx ring size before init_dma call
` [PATCH v3 03/10] net: eth: altera: fix altera_dmaops declaration
` [PATCH v3 04/10] net: eth: altera: add optional function to start tx dma
` [PATCH v3 05/10] net: eth: altera: Move common functions to altera_utils
` [PATCH v3 06/10] net: eth: altera: Add missing identifier names to function declarations
` [PATCH v3 07/10] net: eth: altera: change tx functions to type netdev_tx_t
` [PATCH v3 08/10] net: eth: altera: add support for ptp and timestamping
` [PATCH v3 09/10] net: eth: altera: add msgdma prefetcher
` [PATCH v3 10/10] net: eth: altera: update devicetree bindings documentation

[PATCH] iommu: Don't attach deferred device in iommu_group_do_dma_attach
 2020-06-04  7:31 UTC 

[PATCH v9 00/18] Add support for mt2701 JPEG ENC support
 2020-06-04  7:27 UTC  (19+ messages)
` [PATCH v9 01/18] media: platform: Improve subscribe event flow for bug fixing
` [PATCH v9 02/18] media: platform: Improve queue set up "
` [PATCH v9 03/18] media: platform: Improve getting and requesting irq "
` [PATCH v9 04/18] media: platform: Change the fixed device node number to unfixed value
` [PATCH v9 05/18] media: platform: Improve power on and power off flow
` [PATCH v9 06/18] media: platform: Delete the resetting hardware flow in the system PM ops
` [PATCH v9 07/18] media: platform: Improve the implementation of "
` [PATCH v9 08/18] media: platform: Cancel the last frame handling flow
` [PATCH v9 09/18] media: platform: Delete zeroing the reserved fields
` [PATCH v9 10/18] media: platform: Stylistic changes for improving code quality
` [PATCH v9 11/18] media: platform: Use generic rounding helpers
` [PATCH v9 12/18] media: platform: Change MTK_JPEG_COMP_MAX macro definition location
` [PATCH v9 13/18] media: platform: Delete redundant code and add annotation for an enum
` [PATCH v9 14/18] media: dt-bindings: Add jpeg enc device tree node document
` [PATCH v9 15/18] arm: dts: mt2701: Add jpeg enc device tree node
` [PATCH v9 16/18] media: platform: Rename jpeg dec file name
` [PATCH v9 17/18] media: platform: Rename existing functions/defines/variables
` [PATCH v9 18/18] media: platform: Add jpeg enc feature

[PATCH] x86_64: fix jiffies ODR violation
 2020-06-04  7:30 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] checkpatch: Avoid missing typo suggestions
 2020-06-04  7:29 UTC  (4+ messages)

[PATCH] x86/speculation: Check whether speculation is force disabled
 2020-06-04  7:29 UTC  (3+ messages)

[PATCH v2 0/6] seqlock: seqcount_t call sites bugfixes
 2020-06-04  7:28 UTC  (2+ messages)

[PATCH 0/2] coresight: tmc: Add shutdown callback for TMC ETR/ETF
 2020-06-04  7:27 UTC  (12+ messages)
` [PATCH 2/2] "

[PATCH 00/10] Remove uninitialized_var() macro
 2020-06-04  7:26 UTC  (15+ messages)
` [PATCH 06/10] clk: st: Remove uninitialized_var() usage
` [PATCH 08/10] checkpatch: Remove awareness of uninitialized_var() macro
` [PATCH 09/10] treewide: Remove uninitialized_var() usage

[RFC v2 7/9] mm/damon: Implement callbacks for physical memory monitoring
 2020-06-04  7:26 UTC  (2+ messages)
`  "

[PATCH][next] ovl: fix null pointer dereference on null stack pointer on error return
 2020-06-04  7:25 UTC  (4+ messages)

[PATCH] x86/mm: use max memory block size with unaligned memory end
 2020-06-04  7:22 UTC  (2+ messages)

[PATCH v6 0/2] Append new variables to vmcoreinfo (TCR_EL1.T1SZ for arm64 and MAX_PHYSMEM_BITS for all archs)
 2020-06-04  7:19 UTC  (6+ messages)
` [PATCH v6 2/2] arm64/crash_core: Export TCR_EL1.T1SZ in vmcoreinfo
      ` [EXT] "

[GIT PULL] kprobes updates for v5.8
 2020-06-04  7:19 UTC  (3+ messages)
  ` [PATCH] compiler.h: Move instrumentation_begin()/end() into new <linux/instrumentation.h> header

kernel/trace/blktrace.c:347:12: sparse: sparse: incorrect type in assignment (different address spaces)
 2020-06-04  7:17 UTC  (4+ messages)

[PATCH v3 0/2] dtc: Improve checks for i2c reg properties
 2020-06-04  7:14 UTC  (5+ messages)
` [PATCH v3 2/2] checks: Improve i2c reg property checking

[PATCH v8 0/5] support reserving crashkernel above 4G on arm64 kdump
 2020-06-04  7:14 UTC  (11+ messages)

[PATCH 06/12] xen-blkfront: add callbacks for PM suspend and hibernation]
 2020-06-04  7:05 UTC  (2+ messages)

linux-next: Tree for Jun 4
 2020-06-04  7:08 UTC 

[PATCH] regulator: mt6360: Add support for MT6360 regulator
 2020-06-04  7:06 UTC 

[PATCH v2] Documentation: tee: Document TEE kernel interface
 2020-06-04  6:59 UTC 

[PATCH 1/1] nvme-fcloop: verify wwnn and wwpn format
 2020-06-04  6:54 UTC  (3+ messages)

[PATCH] dt-bindings: input: Convert imx keypad to json-schema
 2020-06-04  6:43 UTC 

drivers/crypto/hisilicon/qm.c:1579:2: warning: 'strncpy' specified bound 64 equals destination size
 2020-06-04  6:50 UTC  (7+ messages)
` [PATCH] crypto: hisilicon - fix strncpy warning with strlcpy

[RFC 0/4] regulator: lp87565: ignore ENx pins and add LP87524-Q1
 2020-06-04  6:48 UTC  (8+ messages)
` [RFC 2/4] regulator: lp87565: dt: remove duplicated section
` [RFC 3/4] regulator: lp87565: dt: add LP87524-Q1 variant
` [RFC 4/4] regulator: lp87565: "

[PATCH] arch/{mips,sparc,microblaze,powerpc}: Don't enable pagefault/preempt twice
 2020-06-04  6:44 UTC  (15+ messages)

linux-next: build failure after merge of the akpm tree
 2020-06-04  6:44 UTC 

linux-next: manual merge of the ipsec-next tree with Linus' tree
 2020-06-04  6:41 UTC  (6+ messages)

[PATCH v7 1/4] bitops: Introduce the the for_each_set_clump macro
 2020-06-04  6:41 UTC  (3+ messages)
` [PATCH] linux/bits.h: fix unsigned less than zero warnings

memory leak in crypto_create_tfm
 2020-06-04  6:41 UTC  (4+ messages)
` [PATCH] crypto: DRBG - always try to free Jitter RNG instance
    ` [PATCH v2] "

[PATCH] can: Replace zero-length array with flexible-array
 2020-06-04  6:31 UTC  (4+ messages)

[PATCH] Documentation: tee: Document TEE kernel interface
 2020-06-04  6:37 UTC  (3+ messages)

[PATCH] scsi: ufs: Bump supported UFS HCI version to 3.0
 2020-06-04  6:35 UTC 

[PATCH] ASoC: fsl-asoc-card: Defer probe when fail to find codec device
 2020-06-04  6:25 UTC 

[PATCH] char_driver_warn_unseeded_randomness: Add null check
 2020-06-04  6:30 UTC 

[PATCH] leds: mt6360: Add LED driver for MT6360
 2020-06-04  6:26 UTC 

[GIT PULL for v5.8-rc1] media updates
 2020-06-04  6:20 UTC  (6+ messages)

[PATCH RFC] uaccess: user_access_begin_after_access_ok()
 2020-06-04  6:10 UTC  (5+ messages)

[PATCH][v5] KVM: X86: support APERF/MPERF registers
 2020-06-04  6:09 UTC  (5+ messages)
  ` 答复: "
      ` 答复: "

[PATCH] scsi: Fix incorrect usage of shost_for_each_device
 2020-06-04  6:05 UTC  (2+ messages)

[PATCH -tip 1/2] Kconfig: Bump required compiler version of KASAN and UBSAN
 2020-06-04  5:59 UTC  (3+ messages)

[RFC] dt-bindings: mailbox: add doorbell support to ARM MHU
 2020-06-04  5:59 UTC  (6+ messages)

Capabilities are list when creating a user namespace
 2020-06-04  5:58 UTC  (2+ messages)

[mainline][Oops][bisected 2ba3e6 ] 5.7.0 boot fails with kernel panic on powerpc
 2020-06-04  5:57 UTC  (3+ messages)

[PATCH -tip v2 1/2] kasan: Bump required compiler version
 2020-06-04  5:58 UTC  (2+ messages)
` [PATCH -tip v2 2/2] compiler_types.h: Add __no_sanitize_{address,undefined} to noinstr

[PATCH] thunderbolt: Improve USB4 config symbol help text
 2020-06-04  5:56 UTC  (2+ messages)

[PATCH 1/1] of: reserved_mem: Fix typo in the too-many-regions message
 2020-06-04  5:49 UTC 

[v2 PATCH] ASoC: max98390: Fix potential crash during param fw loading
 2020-06-04  5:47 UTC 

[PATCH] dmaengine: stm32-mdma: call pm_runtime_put if pm_runtime_get_sync fails
 2020-06-04  5:43 UTC  (3+ messages)
  `  "

[PATCH v3 0/4] Add seccomp notifier ioctl that enables adding fds
 2020-06-04  5:20 UTC  (6+ messages)
` [PATCH v3 1/4] fs, net: Standardize on file_receive helper to move fds across processes

[PATCH] drm/sun4i: hdmi ddc clk: Fix size of m divider
 2020-06-04  5:19 UTC  (6+ messages)

[PATCH] soc: amlogic: meson-gx-socinfo: Fix S905X3 ID
 2020-06-04  4:48 UTC 

[PATCH] net/mlx5: DR, Fix freeing in dr_create_rc_qp()
 2020-06-04  4:47 UTC  (2+ messages)

[Question]: about 'cpuinfo_cur_freq' shown in sysfs when the CPU is in idle state
 2020-06-04  4:41 UTC  (5+ messages)

[PATCH V2] dt-bindings: clock: Convert imx7ulp clock to json-schema
 2020-06-04  4:40 UTC  (2+ messages)

[PATCH] x86/umip: Add emulation/spoofing for SLDT and STR instructions
 2020-06-04  4:39 UTC  (3+ messages)

[PATCH v6 00/14] Implement V4L2_BUF_FLAG_NO_CACHE_* flags
 2020-06-04  4:36 UTC  (6+ messages)
` [PATCH v6 03/14] videobuf2: handle V4L2 buffer cache flags

[PATCH 0/3] spi: bcm2835: Enable shared interrupt support
 2020-06-04  4:23 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: spi: Document bcm2711 and bcm7211 SPI compatible
` [PATCH 2/3] ARM: dts: bcm2711: Update SPI nodes compatible strings
` [PATCH 3/3] spi: bcm2835: Enable shared interrupt support

[PATCH v2] KVM: x86: Assign correct value to array.maxnent
 2020-06-04  4:16 UTC 

[PATCH v2] usb: usbtest: fix missing kfree(dev->buf) in usbtest_disconnect
 2020-06-04  4:23 UTC 

[RFC PATCH v4 00/10] Introduce vendor ops in vfio-pci
 2020-06-04  4:10 UTC  (11+ messages)
` [RFC PATCH v4 07/10] vfio/pci: introduce a new irq type VFIO_IRQ_TYPE_REMAP_BAR_REGION

[PATCH V2] mm/vmstat: Add events for THP migration without split
 2020-06-04  4:00 UTC 

[PATCH v4 0/3] SELinux support for anonymous inodes and UFFD
 2020-06-04  3:56 UTC  (3+ messages)
` [PATCH v5 "

[PATCH] KVM: x86: Assign correct value to array.maxnent
 2020-06-04  3:55 UTC  (2+ messages)

[PATCH] mm/memblock: export max_pfn for kernel modules
 2020-06-04  3:39 UTC  (5+ messages)

[PATCH v2 0/8] powerpc/watchpoint: Enable 2nd DAWR on baremetal and powervm
 2020-06-04  3:34 UTC  (9+ messages)
` [PATCH v2 1/8] powerpc/watchpoint: Fix 512 byte boundary limit
` [PATCH v2 2/8] powerpc/watchpoint: Enable watchpoint functionality on power10 guest
` [PATCH v2 3/8] powerpc/dt_cpu_ftrs: Add feature for 2nd DAWR
` [PATCH v2 4/8] powerpc/watchpoint: Set CPU_FTR_DAWR1 based on pa-features bit
` [PATCH v2 5/8] powerpc/watchpoint: Rename current H_SET_MODE DAWR macro
` [PATCH v2 6/8] powerpc/watchpoint: Guest support for 2nd DAWR hcall
` [PATCH v2 7/8] powerpc/watchpoint: Return available watchpoints dynamically
` [PATCH v2 8/8] powerpc/watchpoint: Remove 512 byte boundary

[PATCH] function:stacktrace/mips: Fix function:stacktrace for mips
 2020-06-04  3:25 UTC  (5+ messages)

linux-next: manual merge of the kvm tree with the tip tree
 2020-06-04  3:09 UTC  (2+ messages)

[PATCH net-next 0/5] hinic: add some ethtool ops support
 2020-06-04  3:08 UTC  (4+ messages)
` [PATCH net-next 5/5] hinic: add support to get eeprom information

[PATCH v2 1/7] Bluetooth: Add definitions for advertisement monitor features
 2020-06-04  3:06 UTC  (3+ messages)
` [PATCH v2 3/7] Bluetooth: Add handler of MGMT_OP_ADD_ADV_PATTERNS_MONITOR

linux-next: manual merge of the kvm tree with the s390 tree
 2020-06-04  3:05 UTC  (2+ messages)

[PATCH v3] usb: host: xhci-mtk: avoid runtime suspend when removing hcd
 2020-06-04  3:01 UTC  (2+ messages)
` [PATCH v4] "

[PATCH] iio: adc: mt6360: Add ADC driver for MT6360
 2020-06-04  3:00 UTC 

[PATCH v3 00/13] PCI: brcmstb: enable PCIe for STB chips
 2020-06-04  2:57 UTC  (5+ messages)
` [PATCH v3 02/13] ata: ahci_brcm: Fix use of BCM7216 reset controller
` [PATCH v3 11/13] PCI: brcmstb: Accommodate MSI for older chips

linux-next: build failure after merge of the kvm tree
 2020-06-04  2:54 UTC  (2+ messages)

[PATCH v4 0/4] vmalloc kernel mapping and relocatable kernel
 2020-06-04  2:52 UTC  (3+ messages)
` [PATCH v4 1/4] riscv: Move kernel mapping to vmalloc zone

[tip:x86/entry 29/29] include/linux/cpumask.h:894:9: error: implicit declaration of function 'arch_test_bit'; did you mean
 2020-06-04  2:50 UTC 


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