public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-21 08:03:14 to 2020-09-21 10:20:00 UTC [more...]

[PATCH v7 21/34] i2c: tegra: Don't fall back to PIO mode if DMA configuration fails
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 20/34] i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 18/34] i2c: tegra: Remove likely/unlikely from the code
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 17/34] i2c: tegra: Remove outdated barrier()
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 16/34] i2c: tegra: Clean up variable types
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 15/34] i2c: tegra: Reorder location of functions in the code
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 14/34] i2c: tegra: Clean up probe function
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 13/34] i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 12/34] i2c: tegra: Use clk-bulk helpers
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 11/34] i2c: tegra: Use platform_get_irq()
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 08/34] i2c: tegra: Remove error message used for devm_request_irq() failure
 2020-09-21 10:18 UTC  (2+ messages)

[PATCH v7 07/34] i2c: tegra: Runtime PM always available on Tegra
 2020-09-21 10:18 UTC  (2+ messages)

[PATCH v7 06/34] i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member
 2020-09-21 10:18 UTC  (2+ messages)

[PATCH v7 05/34] i2c: tegra: Initialize div-clk rate unconditionally
 2020-09-21 10:18 UTC  (2+ messages)

[PATCH v7 04/34] i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear()
 2020-09-21 10:18 UTC  (2+ messages)

[PATCH v7 02/34] i2c: tegra: Add missing pm_runtime_put()
 2020-09-21 10:18 UTC  (2+ messages)

[PATCH v7 01/34] i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer
 2020-09-21 10:18 UTC  (2+ messages)

[PATCH] drm/bridge: dw-mipi-dsi: Use kmemdup cf. kmalloc+memcpy
 2020-09-21 10:13 UTC  (7+ messages)

[PATCH v5 03/10] PCI/RCEC: Cache RCEC capabilities in pci_init_capabilities()
 2020-09-21 10:09 UTC  (2+ messages)

[PATCH net-next v5 0/6] net-next: dsa: mt7530: add support for MT7531
 2020-09-21 10:10 UTC  (3+ messages)

KMSAN: uninit-value in search_by_key
 2020-09-21 10:10 UTC  (2+ messages)

PROBLEM: 5.9.0-rc6 fails to compile due to 'redefinition of ‘dax_supported’'
 2020-09-21 10:08 UTC  (7+ messages)

[PATCH v3 1/3] ARM: dts: exynos: Add assigned clock parent to CMU in Exynos3250
 2020-09-21 10:07 UTC  (5+ messages)
` [PATCH v3 2/3] ARM: dts: exynos: Add assigned clock parent to CMU in Exynos4412 Odroid

[PATCH] arm64: dts: mt8173: elm: Fix nor_flash node property
 2020-09-21 10:05 UTC  (2+ messages)

[PATCH v14 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2020-09-21 10:04 UTC  (11+ messages)
` [PATCH v14 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver
        `  "
            `  "

[PATCH] arm: dts: mt7623: add missing pause for switchport
 2020-09-21 10:04 UTC  (2+ messages)

[PATCH v38 00/24] Intel SGX foundations
 2020-09-21 10:03 UTC  (5+ messages)
` [PATCH v38 11/24] x86/sgx: Add SGX enclave driver
` [PATCH v38 12/24] x86/sgx: Add SGX_IOC_ENCLAVE_CREATE

[PATCH] Introduce support for Systems Management Driver over WMI for Dell Systems
 2020-09-21 10:02 UTC  (8+ messages)

general protection fault in jffs2_parse_param
 2020-09-21 10:02 UTC 

KASAN: vmalloc-out-of-bounds Read in bpf_trace_run2
 2020-09-21 10:02 UTC 

WARNING in btrfs_alloc_chunk
 2020-09-21 10:02 UTC 

memory leak in udf_process_sequence
 2020-09-21 10:02 UTC 

memory leak in kobject_set_name_vargs (3)
 2020-09-21 10:02 UTC 

[PATCH] ARM: dts: am335x: guardian: switch to AM33XX_PADCONF
 2020-09-21  9:59 UTC  (3+ messages)

[PATCH v2 00/11] Optimization to improve CPU online/offline on Powerpc
 2020-09-21  9:56 UTC  (12+ messages)
` [PATCH v2 01/11] powerpc/topology: Update topology_core_cpumask
` [PATCH v2 02/11] powerpc/smp: Stop updating cpu_core_mask
` [PATCH v2 03/11] powerpc/smp: Remove get_physical_package_id
` [PATCH v2 04/11] powerpc/smp: Optimize remove_cpu_from_masks
` [PATCH v2 05/11] powerpc/smp: Limit CPUs traversed to within a node
` [PATCH v2 06/11] powerpc/smp: Stop passing mask to update_mask_by_l2
` [PATCH v2 07/11] powerpc/smp: Depend on cpu_l1_cache_map when adding CPUs
` [PATCH v2 08/11] powerpc/smp: Check for duplicate topologies and consolidate
` [PATCH v2 09/11] powerpc/smp: Optimize update_mask_by_l2
` [PATCH v2 10/11] powerpc/smp: Move coregroup mask updation to a new function
` [PATCH v2 11/11] powerpc/smp: Optimize update_coregroup_mask

[PATCH v2] dm: Call proper helper to determine dax support
 2020-09-21  9:58 UTC  (3+ messages)

[PATCH printk v2 0/3] printk: move dictionaries to meta data
 2020-09-21  9:56 UTC  (7+ messages)
` [PATCH printk v2 1/3] printk: move printk_info into separate array
` [PATCH printk v2 2/3] printk: move dictionary keys to dev_printk_info
` [PATCH printk v2 3/3] printk: remove dict ring

[PATCH 0/4] bootconfig: Fix a parser bug
 2020-09-21  9:56 UTC  (6+ messages)
` [PATCH 1/4] lib/bootconfig: Fix a bug of breaking existing tree nodes
` [PATCH 2/4] lib/bootconfig: Fix to remove tailing spaces after value
` [PATCH 3/4] tools/bootconfig: Add testcases for repeated key with brace
` [PATCH 4/4] tools/bootconfig: Add testcase for tailing space
` bootconfig: Fix parser bugs (Re: [PATCH 0/4] bootconfig: Fix a parser bug)

[PATCH 0/3] objtool: Miscellaneous cleanup/fixes
 2020-09-21  9:56 UTC  (4+ messages)
` [PATCH 3/3] objtool: check: Handle calling non-function symbols in other sections

[PATCH v2 00/13] gpio: add common dtschema
 2020-09-21  9:55 UTC  (5+ messages)
` [PATCH v2 08/13] dt-bindings: mfd: include common schema in GPIO controllers
` [PATCH v2 09/13] dt-bindings: pinctrl: "

bdi cleanups v6
 2020-09-21  9:54 UTC  (15+ messages)
` [PATCH 01/13] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 02/13] drbd: remove dead code in device_to_statistics
` [PATCH 03/13] bcache: inherit the optimal I/O size
` [PATCH 04/13] aoe: set an "
` [PATCH 05/13] bdi: initialize ->ra_pages and ->io_pages in bdi_init
` [PATCH 06/13] md: update the optimal I/O size on reshape
` [PATCH 07/13] block: lift setting the readahead size into the block layer
` [PATCH 08/13] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 09/13] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 10/13] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 11/13] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 12/13] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 13/13] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag

[PATCH] irqchip/stm32: fix return value of stm32_exti_h_set_affinity
 2020-09-21  9:26 UTC  (2+ messages)

[PATCH v2] coresight: etm4x: Modify core-commit of cpu to avoid the overflow of HiSilicon ETM
 2020-09-21  9:50 UTC 

WARNING in f2fs_is_valid_blkaddr
 2020-09-21  9:51 UTC 

WARNING: suspicious RCU usage in bond_ipsec_add_sa (2)
 2020-09-21  9:51 UTC 

[PATCH v3] remoteproc/mediatek: Add support for mt8192 SCP
 2020-09-21  9:48 UTC 

[PATCH v2] checkpatch: extend author Signed-off-by check for split From: header
 2020-09-21  9:47 UTC  (8+ messages)

[PATCH 1/3] dt-bindings: i2c: ingenic: Add compatible string for the JZ4770
 2020-09-21  9:47 UTC  (12+ messages)
` [PATCH 2/3] i2c: jz4780: Add compatible string for JZ4770 SoC
` [PATCH 3/3] i2c: jz4780: Remove of_match_ptr()

[PATCHSET v3 0/5] perf stat: Expand events for each cgroup
 2020-09-21  9:46 UTC  (6+ messages)
` [PATCH 1/5] perf evsel: Add evsel__clone() function
` [PATCH 2/5] perf stat: Add --for-each-cgroup option
` [PATCH 3/5] perf tools: Copy metric events properly when expand cgroups
` [PATCH 4/5] perf tools: Allow creation of cgroup without open
` [PATCH 5/5] perf test: Add expand cgroup event test

[PATCH v2 00/15] ARM: dts: / gpio: Add dtschema for NXP PCA953x and correct dts
 2020-09-21  9:46 UTC  (3+ messages)
` [PATCH v2 03/15] arm64: dts: mediatek: fix tca6416 reset GPIOs in pumpkin

[PATCH 0/4] Pass zPCI hardware information via VFIO
 2020-09-21  9:41 UTC  (7+ messages)
` [PATCH 1/4] s390/pci: stash version in the zpci_dev
` [PATCH 2/4] s390/pci: track whether util_str is valid "

[PATCH 0/1] KVM: correctly restore the TSC value on nested migration
 2020-09-21  9:39 UTC  (7+ messages)
` [PATCH 1/1] KVM: x86: fix MSR_IA32_TSC read for "

[PATCH] i2c: amd_mp2: handle num is 0 input for i2c_amd_xfer
 2020-09-21  9:39 UTC  (2+ messages)

[PATCH v2] Introduce support for Systems Management Driver over WMI for Dell Systems
 2020-09-21  9:38 UTC  (8+ messages)

[PATCH] scripts/setlocalversion: make git describe output more reliable
 2020-09-21  9:35 UTC  (5+ messages)
` [PATCH v2] "

[linux-next PATCH] rapidio: Fix error handling path
 2020-09-21  9:34 UTC  (6+ messages)
` [PATCH] mm/gup: protect unpin_user_pages() against npages==-ERRNO

possible deadlock in blkdev_put
 2020-09-21  9:32 UTC 

general protection fault in reiserfs_security_init
 2020-09-21  9:32 UTC 

[PATCH v3] dt-bindings: power: rockchip: Convert to json-schema
 2020-09-21  9:29 UTC 

linux-next: Tree for Sep 21
 2020-09-21  9:24 UTC 

KASAN: use-after-free Read in lbmIODone
 2020-09-21  9:24 UTC 

[PATCH] s390/vfio-ap: fix unregister GISC when KVM is already gone results in OOPS
 2020-09-21  9:23 UTC  (3+ messages)

[PATCH 0/3] drm: commit_work scheduling
 2020-09-21  9:23 UTC  (6+ messages)
` [PATCH 1/3] drm/crtc: Introduce per-crtc kworker
` [PATCH 2/3] drm/atomic: Use kthread worker for nonblocking commits

drivers/hwmon/w83627ehf.c:2417 w83627ehf_probe() warn: 'res->start' not released on lines: 2412
 2020-09-21  9:20 UTC  (3+ messages)
` [CRM114spam]: "

[RFC][PATCH 0/4] Fix up ACPI processor idle vs RCU
 2020-09-21  9:12 UTC  (3+ messages)
` [RFC][PATCH 4/4] acpi: Take over RCU-idle for C3-BM idle

[PATCH v2] remoteproc/mediatek: Add support for mt8192 SCP
 2020-09-21  9:18 UTC  (2+ messages)

[nvme] dd706de7dc: last_state.load_disk_fail
 2020-09-21  9:16 UTC 

[PATCH] btrfs: Fix missing close devices
 2020-09-21  9:17 UTC  (4+ messages)
  ` 回复: "

[PATCH v2 0/3] drm/panfrost: add Amlogic integration quirks
 2020-09-21  9:17 UTC  (3+ messages)

[PATCH] i2c: Use kobj_to_dev() API
 2020-09-21  9:15 UTC  (2+ messages)

[PATCH] i2c: Switch to using the new API kobj_to_dev()
 2020-09-21  9:14 UTC  (2+ messages)

[PATCH v7 00/34] Improvements for Tegra I2C driver
 2020-09-21  9:12 UTC  (6+ messages)

More filesystem need this fix (xfs: use MMAPLOCK around filemap_map_pages())
 2020-09-21  9:11 UTC  (8+ messages)

[PATCH] ubsan: introducing CONFIG_UBSAN_LOCAL_BOUNDS for Clang
 2020-09-21  9:10 UTC  (2+ messages)

[PATCH net-next] net: use in_softirq() to indicate the NAPI context in napi_consume_skb()
 2020-09-21  9:09 UTC  (6+ messages)

[PATCH V2] Doc: admin-guide: Add entry for kvm_cma_resv_ratio kernel param
 2020-09-21  9:02 UTC 

[RFT PATCH v3 0/5] Unify NUMA implementation between ARM64 & RISC-V
 2020-09-21  9:01 UTC  (3+ messages)
` [RFT PATCH v3 2/5] arm64, numa: Change the numa init functions name to be generic

WARNING in cleanup_srcu_struct (2)
 2020-09-21  9:02 UTC 

[PATCH v4 0/2] KVM: nSVM: ondemand nested state allocation
 2020-09-21  8:57 UTC  (8+ messages)
` [PATCH v4 2/2] KVM: nSVM: implement ondemand allocation of the nested state

[PATCH 1/2] platform/chrome: cros_ec_proto: Update cros_ec_cmd_xfer() call-sites
 2020-09-21  8:55 UTC  (7+ messages)
` [PATCH 2/2] platform/chrome: cros_ec_proto: Drop cros_ec_cmd_xfer()

[PATCH v3] checkpatch: extend author Signed-off-by check for split From: header
 2020-09-21  8:54 UTC 

[PATCH v2 0/2] ARM: support PHYS_OFFSET minimum aligned at 64KiB boundary
 2020-09-21  8:53 UTC  (7+ messages)
` [PATCH v2 2/2] "

KASAN: use-after-free Read in btrfs_scan_one_device
 2020-09-21  8:53 UTC  (5+ messages)
  `  "

[PATCH] soc: mediatek: cmdq: Remove timeout handler in helper function
 2020-09-21  8:52 UTC  (2+ messages)

remove blkdev_get as a public API v2
 2020-09-21  8:45 UTC  (3+ messages)
` [PATCH 08/14] dasd: cleanup dasd_scan_partitions

[RFC PATCH seccomp 0/2] seccomp: Add bitmap cache of arg-independent filter results that allow syscalls
 2020-09-21  8:44 UTC  (2+ messages)

[DISCUSSION PATCH 00/41] random: possible ways towards NIST SP800-90B compliance
 2020-09-21  8:40 UTC  (3+ messages)

[PATCH] dmaengine: qcom: Add ADM driver
 2020-09-21  8:41 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

general protection fault in f2fs_usable_blks_in_seg
 2020-09-21  8:41 UTC 

[PATCH] gpio: gpio-amd-fch: Fix typo on define of AMD_FCH_GPIO_REG_GPIO55_DEVSLP0
 2020-09-21  8:40 UTC  (3+ messages)

[PATCH] Revert "ALSA: usb-audio: Disable Lenovo P620 Rear line-in volume control"
 2020-09-21  8:40 UTC  (2+ messages)

Build regressions/improvements in v5.9-rc6
 2020-09-21  8:38 UTC  (2+ messages)

[PATCH] ALSA: compat_ioctl: avoid compat_alloc_user_space
 2020-09-21  8:37 UTC  (2+ messages)

[PATCH] lib/scatterlist: Fix memory leak in sgl_alloc_order()
 2020-09-21  8:37 UTC  (2+ messages)

[PATCH 1/4] mm: Trial do_wp_page() simplification
 2020-09-21  8:35 UTC  (11+ messages)

[PATCH] sound/pci/asihpi: fix spellint typo in comments
 2020-09-21  8:31 UTC  (2+ messages)

[PATCH v1] Bluetooth: Enforce key size of 16 bytes on FIPS level
 2020-09-21  8:31 UTC 

[PATCH] ALSA: hda/realtek: Enable front panel headset LED on Lenovo ThinkStation P520
 2020-09-21  8:27 UTC  (2+ messages)

[PATCH v13 00/12] add ecspi ERR009165 for i.mx6/7 soc family
 2020-09-21  8:25 UTC  (3+ messages)

[PATCH] ALSA: asihpi: fix iounmap in error handler
 2020-09-21  8:24 UTC  (2+ messages)

[PATCH] random: use correct memory barriers for crng_node_pool
 2020-09-21  8:19 UTC  (4+ messages)

[PATCH v2 0/8] introduce name service announcement rpmsg driver
 2020-09-21  7:46 UTC  (4+ messages)
` [PATCH v2 5/8] rpmsg: introduce reserved rpmsg driver for ns announcement

linux-next: manual merge of the akpm-current tree with the arm64 tree
 2020-09-21  8:12 UTC  (2+ messages)

[PATCH] mm/memcontrol: Add the drop_cache interface for cgroup v2
 2020-09-21  8:12 UTC  (2+ messages)

general protection fault in pvclock_gtod_notify (2)
 2020-09-21  8:10 UTC  (2+ messages)

[PATCH v2] arm64: dts: zynqmp-zcu100-revC: correct interrupt flags
 2020-09-21  8:09 UTC  (2+ messages)

[v2] cpuidle: add riscv cpuidle driver
 2020-09-21  8:09 UTC 

general protection fault in debug_check_no_obj_freed (3)
 2020-09-21  8:08 UTC 

WARNING in close_fs_devices (2)
 2020-09-21  8:02 UTC  (3+ messages)

[PATCH -next] binder: simplify the return expression of binder_mmap
 2020-09-21  8:24 UTC  (2+ messages)

general protection fault in perf_misc_flags
 2020-09-21  8:08 UTC  (4+ messages)

[PATCH v5 0/5] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-09-21  8:07 UTC  (4+ messages)

[PATCH v11 0/4] scsi: ufs: Add Host Performance Booster Support
 2020-09-21  8:03 UTC  (5+ messages)

[PATCH -next] drm/ast: simplify the return expression of ast_* function
 2020-09-21  8:24 UTC 

[PATCH -next] HID: intel-ish-hid: simplify the return expression of ishtp_hid_parse
 2020-09-21  8:24 UTC 

[PATCH -next] drm/amd/pm: simplify the return expression of smu_hw_fini
 2020-09-21  8:24 UTC 

[PATCH -next] interconnect: simplify the return expression of imx_icc_unregister
 2020-09-21  8:24 UTC 

[PATCH -next] Input: synaptics-rmi4 - simplify the return expression of rmi_driver_of_probe
 2020-09-21  8:24 UTC 

[PATCH -next] media: venus: simplify the return expression of venus_sys_set_* function
 2020-09-21  8:24 UTC 

[PATCH -next] media: anysee: simplify the return expression of anysee_ci_* function
 2020-09-21  8:24 UTC 

[PATCH -next] media: media/pci: simplify the return expression of verify_window_lock
 2020-09-21  8:24 UTC 

[PATCH -next] mtd: onenand_base: simplify the return expression of onenand_transfer_auto_oob
 2020-09-21  8:24 UTC 

[PATCH -next] omapfb: simplify the return expression of sharp_ls_connect
 2020-09-21  8:24 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox