linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-10 10:05:51 to 2020-06-10 13:37:29 UTC [more...]

[PATCH v3 0/7] Venus dynamic debug
 2020-06-10 13:37 UTC  (9+ messages)
` [PATCH v3 1/7] Documentation: dynamic-debug: Add description of level bitmask
` [PATCH v3 6/7] venus: Make debug infrastructure more flexible

[RFC PATCH v1 00/18] Support for Tegra video capture from external sensor
 2020-06-10 13:33 UTC  (7+ messages)
` [RFC PATCH v1 05/18] i2c: tegra: Fix runtime resume to re-init VI I2C
` [RFC PATCH v1 10/18] dt-bindings: tegra: Document VI and CSI port nodes
` [RFC PATCH v1 13/18] gpu: host1x: mipi: Add of_tegra_mipi_request() API

[PATCH v3 0/7] selftsts/ftrace: Add requires list for each test case
 2020-06-10 13:32 UTC  (6+ messages)
` [PATCH v3 4/7] selftests/ftrace: Convert required interface checks into requires list

[PATCH v4] hwmon:(adm1275) Enable adm1278 ADM1278_TEMP1_EN
 2020-06-10 13:28 UTC  (3+ messages)

[PATCH] hwmon: i5k_amb: remove redundant assignment to variable res
 2020-06-10 13:25 UTC  (2+ messages)

[PATCH] s390: protvirt: virtio: Refuse device without IOMMU
 2020-06-10 13:24 UTC  (2+ messages)

[PATCH] fsnotify: Rearrange fast path to minimise overhead when there is no watcher
 2020-06-10 13:24 UTC  (9+ messages)

[RFC][PATCH 0/7] Fix the scheduler-IPI mess
 2020-06-10 13:24 UTC  (6+ messages)
` [RFC][PATCH 5/7] irq_work, smp: Allow irq_work on call_single_queue

[PATCH 0/3] x86/MSR: Add a MSR write callback
 2020-06-10 13:21 UTC  (6+ messages)
` [PATCH 1/3] x86/msr: Pass a single MSR value to __rwmsr_on_cpus() too
` [PATCH 2/3] x86/msr: Add wrmsrl_val_on_cpus()
` [PATCH 3/3] x86/msr: Add an MSR write callback

[PATCH v3 7/7] Input: Add "inhibited" property
 2020-06-10 13:21 UTC  (6+ messages)
` [PATCH v4 0/7] Support inhibiting input devices

[PATCH 0/7] Make check implementation arch agnostic
 2020-06-10 13:20 UTC  (4+ messages)
` [RFC PATCH 7/7] objtool: Make unwind_hints available for all architectures

Consistent block device references for root= cmdline
 2020-06-10 13:15 UTC 

[PATCH 5.7 00/24] 5.7.2-rc1 review
 2020-06-10 13:13 UTC  (4+ messages)

[RFC] drivers/hwmon: Corsair Commander Pro driver
 2020-06-10 13:13 UTC  (3+ messages)

[PATCH 00/10] rcu: Allow a CPU to leave and reenter NOCB state
 2020-06-10 13:12 UTC  (9+ messages)
` [PATCH 01/10] rcu: Directly lock rdp->nocb_lock on nocb code entrypoints

[PATCH] x86/microcode: Do not select FW_LOADER
 2020-06-10 13:12 UTC  (8+ messages)
          ` [v2 PATCH] "

[PATCH] hfsplus: fix null-ptr-deref in hfs_find_init()
 2020-06-10 13:43 UTC 

[PATCH] pinctrl: meson: fix drive strength register and bit calculation
 2020-06-10 13:09 UTC  (2+ messages)

[PATCH 00/18] dma-fence lockdep annotations, round 2
 2020-06-10 13:07 UTC  (6+ messages)
` [PATCH 01/18] mm: Track mmu notifiers in fs_reclaim_acquire/release
    ` [Intel-gfx] "
` [PATCH 02/18] dma-buf: minor doc touch-ups

[PATCH 0/2] Driver for watchdog timer on Intel Lightning Mountain SoC
 2020-06-10 13:05 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: watchdog: intel: Add YAML Schemas for Watchdog timer

general protection fault in proc_kill_sb
 2020-06-10 13:04 UTC  (4+ messages)
` [PATCH] proc: s_fs_info may be NULL when proc_kill_sb is called

[PATCH v5 0/3] media: rcar-vin: Enable MEDIA_BUS_FMT_SRGGB8_1X8 format
 2020-06-10 13:00 UTC  (3+ messages)
` [PATCH v5 1/3] media: rcar-vin: Invalidate pipeline if conversion is not possible on input formats

[PATCH] i2c: jz4780: remove redundant assignment to variable i
 2020-06-10 12:59 UTC 

[PATCH] hfs: fix null-ptr-deref in hfs_find_init()
 2020-06-10 12:54 UTC  (3+ messages)

[PATCH] .clang-format: update column limit
 2020-06-10 12:51 UTC 

[PATCH v2 00/10] KVM: x86: Interrupt-based mechanism for async_pf 'page present' notifications
 2020-06-10 12:51 UTC  (7+ messages)
` [PATCH v2 05/10] KVM: x86: interrupt based APF 'page ready' event delivery

[PATCH v2] sched/fair: fix nohz next idle balance
 2020-06-10 12:49 UTC  (2+ messages)

[patch V9 10/39] x86/entry: Provide helpers for execute on irqstack
 2020-06-10 12:38 UTC  (3+ messages)

[PATCH RFC v7 00/14] vhost: ring format independence
 2020-06-10 12:37 UTC  (16+ messages)
` [PATCH RFC v7 01/14] vhost: option to fetch descriptors through an independent struct
` [PATCH RFC v7 02/14] fixup! "
` [PATCH RFC v7 03/14] vhost: use batched get_vq_desc version
` [PATCH RFC v7 04/14] vhost/net: pass net specific struct pointer
` [PATCH RFC v7 05/14] vhost: reorder functions
` [PATCH RFC v7 06/14] vhost: format-independent API for used buffers
` [PATCH RFC v7 07/14] fixup! "
` [PATCH RFC v7 08/14] fixup! vhost: use batched get_vq_desc version
` [PATCH RFC v7 09/14] vhost/net: convert to new API: heads->bufs
` [PATCH RFC v7 10/14] vhost/net: avoid iov length math
` [PATCH RFC v7 11/14] vhost/test: convert to the buf API
` [PATCH RFC v7 12/14] vhost/scsi: switch to buf APIs
` [PATCH RFC v7 13/14] vhost/vsock: switch to the buf API
` [PATCH RFC v7 14/14] vhost: drop head based APIs

[PATCH 0/3] platform/x86: dell-wmi: new keys
 2020-06-10 12:35 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/3] platform/x86: dell-wmi: add new dmi keys to bios_to_linux_keycode

[PATCH] syscalls: fix offset type of ksys_ftruncate
 2020-06-10 12:32 UTC  (2+ messages)

[PATCH] iwlwifi: mvm: Remove unused inline function iwl_mvm_tid_to_ac_queue
 2020-06-10 12:10 UTC  (2+ messages)

[PATCH] HID: usbhid: remove redundant assignment to variable retval
 2020-06-10 12:31 UTC 

[PATCH] mm/page_alloc: silence a KASAN false positive
 2020-06-10 12:28 UTC  (5+ messages)

[PATCH 00/10] spi: Adding support for Microchip Sparx5 SoC
 2020-06-10 12:27 UTC  (4+ messages)
` [PATCH 06/10] dt-bindings: spi: spi-dw-mchp: Add Sparx5 support

[PATCH 6/9] net: wireless: intel: fix wiki website url
 2020-06-10 12:25 UTC  (2+ messages)

[PATCH v6 0/3] DCMI set minimum cpufreq requirement
 2020-06-10 12:25 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: media: stm32-dcmi: Add DCMI min frequency property
` [PATCH v6 2/3] media: stm32-dcmi: Set minimum cpufreq requirement
` [PATCH v6 3/3] ARM: dts: stm32: Set DCMI frequency requirement for stm32mp15x

[PATCH v4 3/3] binder: add transaction latency tracer
 2020-06-10 12:23 UTC  (2+ messages)
` [PATCH v5] binder: transaction latency tracking for user build

[PATCH v2] ACPI: Drop rcu usage for MMIO mappings
 2020-06-10 12:22 UTC  (5+ messages)
` [RFT][PATCH 0/3] ACPI: ACPICA / OSL: Avoid unmapping ACPI memory inside of the AML interpreter
  ` [RFT][PATCH 1/3] ACPICA: Defer unmapping of memory used in memory opregions
  ` [RFT][PATCH 2/3] ACPICA: Remove unused memory mappings on interpreter exit
  ` [RFT][PATCH 3/3] ACPI: OSL: Define ACPI_OS_MAP_MEMORY_FAST_PATH()

[PATCH v9 00/11] Genericize DW MIPI DSI bridge and add i.MX 6 driver
 2020-06-10 12:22 UTC  (9+ messages)
` [PATCH v9 03/11] drm: bridge: dw_mipi_dsi: add dsi v1.01 support
` [PATCH v9 04/11] drm: bridge: dw_mipi_dsi: remove bind/unbind API
` [PATCH v9 09/11] drm: bridge: dw-mipi-dsi: split low power cfg register into fields
` [PATCH v9 10/11] drm: bridge: dw-mipi-dsi: fix bad register field offsets

[PATCH 4.4 00/36] 4.4.227-rc2 review
 2020-06-10 12:22 UTC  (3+ messages)

[PATCH] iwlwifi: Replace zero-length array with flexible-array
 2020-06-10 12:22 UTC  (2+ messages)

[PATCH 0/2] Add Intel LGM soc DMA support
 2020-06-10 12:17 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: dma: Add bindings for intel LGM SOC
` [PATCH 2/2] Add Intel LGM soc DMA support

[PATCH 00/15] gcc-10 warning fixes
 2020-06-10 12:18 UTC  (3+ messages)
` [PATCH 02/15] iwlwifi: mvm: fix gcc-10 zero-length-bounds warning

[PATCH] exfat: Fix use after free in exfat_load_upcase_table()
 2020-06-10 12:14 UTC  (3+ messages)
` exfat: Improving exception handling in two functions

[PATCH] mips/ftrace: Fix stack backtrace in unwind_stack_by_address()
 2020-06-10 12:12 UTC 

crypto API and GFP_ATOMIC
 2020-06-10 12:11 UTC  (4+ messages)

[PATCH v11 5/6] ndctl/papr_scm,uapi: Add support for PAPR nvdimm specific methods
 2020-06-10 12:09 UTC  (6+ messages)

[PATCH] exfat: call brelse() on error path
 2020-06-10 12:07 UTC 

[PATCH] s390: set NODES_SHIFT=0 when NUMA=n
 2020-06-10 12:07 UTC  (3+ messages)

[PATCH 0/5] soundwire: qcom: add mmio support
 2020-06-10 12:06 UTC  (14+ messages)
` [PATCH 2/5] soundwire: qcom: add support for mmio soundwire devices
` [PATCH 3/5] soundwire: qcom: add v1.5.1 compatible
` [PATCH 4/5] soundwire: qcom: avoid dependency on CONFIG_SLIMBUS

[PATCH] gpio: rcar: handle pm_runtime_get_sync failure case
 2020-06-10 12:04 UTC  (3+ messages)

[PATCH 0/4] panel-simple: CDTech S070PWS19HP-FC21 and S070SWV29HG-DC44, Tianma TM070JVHG33
 2020-06-10 12:01 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: display: simple: add CDTech S070PWS19HP-FC21 and S070SWV29HG-DC44
` [PATCH 2/4] dt-bindings: display: simple: add Tianma TM070JVHG33
` [PATCH 3/4] drm/panel: simple: add CDTech S070PWS19HP-FC21 and S070SWV29HG-DC44
` [PATCH 4/4] drm/panel: simple: add Tianma TM070JVHG33

[PATCH 0/2] Add MSIOF support for R8A7742 SOC
 2020-06-10 11:59 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: spi: renesas,sh-msiof: Add r8a7742 support

[PATCH] drm/ast: fix missing break in switch statement for format->cpp[0] case 4
 2020-06-10 11:58 UTC 

[Intel-gfx] A panic and a hang in the i915 drm driver
 2020-06-10 11:54 UTC  (6+ messages)
`  "

[PATCH] scsi: powertec: Fix different dev_id between 'request_irq()' and 'free_irq()'
 2020-06-10 11:53 UTC  (4+ messages)

The ultimate OS conclusion
 2020-06-10 11:52 UTC 

[PATCH 0/5] Suspend and resume fixes for omapdrm pdata removal
 2020-06-10 11:47 UTC  (10+ messages)
` [PATCH 1/5] drm/omap: Fix suspend resume regression after platform data removal

[PATCH RFC 0/2] s390/mm: don't set ARCH_KEEP_MEMBLOCK
 2020-06-10 11:45 UTC  (3+ messages)
` [PATCH RFC 1/2] s390/zcore: traverse resources instead of memblocks

must populate_rootfs be synchronous?
 2020-06-10 11:43 UTC 

[PATCH v2] scsi: ufs: Fix imprecise time in devfreq window
 2020-06-10 11:43 UTC  (2+ messages)

[PATCH v4 15/18] x86: Use IA32-specific wrappers for syscalls taking 64-bit arguments
 2020-06-10 11:42 UTC  (4+ messages)
` [tip: x86/entry] x86/entry/32: "

[PATCH v1 0/6] mfd: Make use of software nodes
 2020-06-10 11:39 UTC  (7+ messages)
` [PATCH v1 2/6] gpio: dwapb: Read GPIO base from snps,gpio-base property
` [PATCH v1 4/6] mfd: intel_quark_i2c_gpio: Convert to use software nodes
` [PATCH v1 5/6] gpio: dwapb: Get rid of legacy platform data

[PATCH] clk: qoriq: add LS1021A core pll mux options
 2020-06-10 11:38 UTC 

[ANNOUNCE] v5.6.17-rt9
 2020-06-10 11:37 UTC 

[PATCH] arm64: mm: reset address tag set by kasan sw tagging
 2020-06-10 11:36 UTC  (2+ messages)

[PATCH] max732x_probe: remove redundant check
 2020-06-10 11:36 UTC 

[PATCH 5.6 00/41] 5.6.18-rc1 review
 2020-06-10 11:30 UTC  (2+ messages)

[PATCH 5.4 00/34] 5.4.46-rc1 review
 2020-06-10 11:29 UTC  (2+ messages)

[PATCH 4.19 00/25] 4.19.128-rc1 review
 2020-06-10 11:29 UTC  (2+ messages)

[PATCH 4.14 00/46] 4.14.184-rc2 review
 2020-06-10 11:28 UTC  (2+ messages)

[PATCH 4.9 00/42] 4.9.227-rc2 review
 2020-06-10 11:28 UTC  (2+ messages)

[PATCH RFC v6 00/11] vhost: ring format independence
 2020-06-10 11:24 UTC  (5+ messages)
` [PATCH RFC v6 02/11] vhost: use batched get_vq_desc version

[PATCH] powerpc/pseries/svm: Fixup align argument in alloc_shared_lppaca() function
 2020-06-10 11:21 UTC  (2+ messages)

[PATCH] arm64: vdso32: force vdso32 to be compiled as -marm
 2020-06-10 11:21 UTC  (8+ messages)
` [PATCH v2] arm64: vdso32: add CONFIG_THUMB2_COMPAT_VDSO

[PATCH] ACPICA: fix UBSAN warning using __builtin_offsetof
 2020-06-10 11:21 UTC  (3+ messages)
` [PATCH v2] arm64: acpi: fix UBSAN warning

[PATCH] pinctrl: qcom: ipq6018 Add missing pins in qpic pin group
 2020-06-10 11:20 UTC  (2+ messages)

[PATCH v5 0/3] DCMI set minimum cpufreq requirement
 2020-06-10 11:20 UTC  (3+ messages)
` [PATCH v5 2/3] media: stm32-dcmi: Set "

[PATCH] tty: serial: cpm_uart: Fix behaviour for non existing GPIOs
 2020-06-10 11:18 UTC  (2+ messages)

[PATCH 00/16] dynamic_debug: cleanups, 2 features
 2020-06-10 11:16 UTC  (5+ messages)
` [PATCH 03/16] dyndbg: refine debug verbosity; 1 is basic, 2 more chatty

[GIT PULL] General notification queue and key notifications
 2020-06-10 11:12 UTC  (2+ messages)

drivers/pinctrl/pinctrl-mcp23s08_spi.c:129:1-3: WARNING: PTR_ERR_OR_ZERO can be used
 2020-06-10 11:09 UTC  (3+ messages)
` [PATCH] pinctrl: mcp23s08: Split to three parts: fix ptr_ret.cocci warnings

License discripency in files,the words
 2020-06-10 11:07 UTC  (2+ messages)

[PATCH V2] ARM: dts: am33xx-l4: add gpio-ranges
 2020-06-10 11:02 UTC 

Lockdep warning after `mdadm -S`
 2020-06-10 11:00 UTC  (2+ messages)

[RFC PATCH] ALSA: compress: Fix gapless playback state machine
 2020-06-10 10:58 UTC  (4+ messages)

[kmemleak] b751c52bb5: BUG:kernel_hang_in_boot_stage
 2020-06-10 10:56 UTC  (4+ messages)

[PATCH v6 0/8] Add Rockchip NFC drivers for RK3308 and others
 2020-06-10 10:50 UTC  (3+ messages)
` [PATCH v6 1/8] dt-bindings: mtd: Describe Rockchip RK3xxx NAND flash controller

[PATCH] videobuf2: always re-init queue memory consistency attribute
 2020-06-10 10:48 UTC  (5+ messages)

[smp] b2a02fc43a: suspend-stress.fail
 2020-06-10  8:35 UTC 

[tip: sched/urgent] sched: Fix RANDSTRUCT build fail
 2020-06-10 10:34 UTC 

[PATCH][man-pages] sync.2: syncfs() now returns errors if writeback fails
 2020-06-10 10:33 UTC 

[PATCH v3 0/2] scsi: ufs: cleanup UFS driver
 2020-06-10 10:33 UTC  (5+ messages)
` [PATCH v3 1/2] scsi: ufs: Add SPDX GPL-2.0 to replace GPL v2 boilerplate

[PATCH V3] soc: imx8m: Correct i.MX8MP UID fuse offset
 2020-06-10 10:30 UTC  (2+ messages)

[PATCH 2/4] ARM: mstar: Add machine for MStar infinity family SoCs
 2020-06-10 10:29 UTC  (4+ messages)
` [PATCH v2 1/5] dt-bindings: arm: Initial MStar vendor prefixes and compatible strings

[RFC PATCH 0/2] TAS2563 DSP Firmware Loader
 2020-06-10 10:29 UTC  (9+ messages)
` [RFC PATCH 1/2] dt-bindings: tas2562: Add firmware support for tas2563

[PATCH v3 0/5] Capacity awareness for SCHED_DEADLINE
 2020-06-10 10:26 UTC  (2+ messages)

power-off delay/hang due to commit 6d25be57 (mainline)
 2020-06-10 10:25 UTC  (10+ messages)

[PATCH v2 0/3] printk: replace ringbuffer
 2020-06-10 10:24 UTC  (6+ messages)
` [PATCH v2 2/3] printk: add lockless buffer
  ` redundant check in make_data_reusable(): was "

[PATCH] EDAC, {skx,i10nm}: Advice mcelog that the error were handled
 2020-06-10 10:18 UTC  (2+ messages)
` [PATCH] EDAC, {skx, i10nm}: "

[Patch v2] lib: test get_count_order/long in test_bitops.c
 2020-06-10 10:17 UTC  (10+ messages)

[RFC PATCH v2 0/3] ASoC: fsl_asrc_dma: Reuse the dma channel if available in Back-End
 2020-06-10 10:05 UTC  (4+ messages)
` [RFC PATCH v2 1/3] ASoC: soc-card: export snd_soc_lookup_component_nolocked
` [RFC PATCH v2 2/3] ASoC: dmaengine_pcm: export soc_component_to_pcm
` [RFC PATCH v2 3/3] ASoC: fsl_asrc_dma: Reuse the dma channel if available in Back-End

linux-next: build failure after merge of the akpm-current tree
 2020-06-10 10:14 UTC  (4+ messages)

[PATCH v15 04/14] mm/damon: Adaptively adjust regions
 2020-06-10 10:13 UTC  (2+ messages)

[PATCH V2] soc: imx8m: Correct i.MX8MP UID fuse offset
 2020-06-10 10:12 UTC  (5+ messages)

[PATCH v8 4/8] PM / EM: add support for other devices than CPUs in Energy Model
 2020-06-10 10:12 UTC  (2+ messages)
` [RESEND][PATCH "

[PATCH] iommu/iova: Don't BUG on invalid PFNs
 2020-06-10 10:12 UTC  (3+ messages)

[PATCH] powerpc/kprobes: Use probe_address() to read instructions
 2020-06-10 10:12 UTC  (4+ messages)

ARM: static kernel in vmalloc space
 2020-06-10 10:10 UTC  (12+ messages)
              ` ARM: vmsplit 4g/4g

[PATCH] pinctrl: ingenic: Add NAND FRE/FWE pins for JZ4740
 2020-06-10 10:05 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).