linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-24 15:52:13 to 2020-06-24 17:48:22 UTC [more...]

[PATCH v5 0/7] TAS2562 issue fixes and slot programming
 2020-06-24 17:48 UTC  (12+ messages)
` [PATCH v5 1/7] dt-bindings: tas2562: Fix shut-down gpio property
` [PATCH v5 2/7] ASoC: tas2562: Update shutdown GPIO property
` [PATCH v5 3/7] ASoC: tas2562: Fix format issue for extra space before a comma
` [PATCH v5 4/7] ASoC: tas2562: Add rx and tx slot programming
` [PATCH v5 5/7] dt-bindings: tas2562: Add voltage sense slot property
` [PATCH v5 6/7] ASoC: tas2562: Add voltage sense slot configuration
` [PATCH v5 7/7] dt-bindings: tas2562: Convert the tas2562 binding to yaml

[PATCH v2 0/6] Add RMU and DMAC/GPIO clock support for Actions Semi S500 SoCs
 2020-06-24 17:47 UTC  (4+ messages)
` [PATCH v2 1/6] clk: actions: Fix h_clk for Actions S500 SoC
` [PATCH v2 3/6] clk: actions: Add APB, DMAC, GPIO clock support "
` [PATCH v2 4/6] dt-bindings: reset: Add binding constants for Actions S500 RMU

[RFC PATCH linux-next] refperf: __srcu_struct_srcu_refctl_scale can be static
 2020-06-24 17:47 UTC 

[PATCH V5 1/4] rpmsg: core: Add signal API support
 2020-06-24 17:45 UTC  (4+ messages)
` [PATCH V5 2/4] rpmsg: glink: Add support to handle signals command
` [PATCH V5 3/4] rpmsg: char: Add TIOCMGET/TIOCMSET ioctl support
` [PATCH V5 4/4] rpmsg: char: Add signal callback and POLLPRI support

[PATCH v6 0/6] DVFS for IO devices on sdm845 and sc7180
 2020-06-24 17:44 UTC  (6+ messages)
` [PATCH v6 6/6] spi: spi-qcom-qspi: Use OPP API to set clk/perf state

[PATCH v1] orinoco: use generic power management
 2020-06-24 17:40 UTC 

[PATCH V3 0/5] Enable USB support in IPQ8074
 2020-06-24 17:41 UTC  (3+ messages)

[PATCH] mm: filemap: clear idle flag for writes
 2020-06-24 17:43 UTC 

[PATCH 1/2] platform/chrome: cros_ec_typec: Add TBT pd_ctrl fields
 2020-06-24 17:42 UTC  (5+ messages)
` [PATCH 2/2] platform/chrome: cros_ec_typec: Add TBT compat support

[PATCH] cros_ec_spi: Even though we're RT priority, don't bump cpu freq
 2020-06-24 17:35 UTC  (12+ messages)

[PATCH v3 0/9] Warn on orphan section placement
 2020-06-24 17:35 UTC  (23+ messages)
` [PATCH v3 2/9] vmlinux.lds.h: Add .symtab, .strtab, and .shstrtab to STABS_DEBUG
` [PATCH v3 3/9] efi/libstub: Remove .note.gnu.property

drivers/char/pcmcia/synclink_cs.c:340:17: sparse: sparse: cast removes address space '__iomem' of expression
 2020-06-24 17:04 UTC 

[PATCH v1 0/4] drivers: ide: use generic power management
 2020-06-24 17:28 UTC  (5+ messages)
` [PATCH v1 1/4] "
` [PATCH v1 2/4] ide: triflex: "
` [PATCH v1 3/4] ide: sc1200: "
` [PATCH v1 4/4] ide: delkin_cb: "

[GIT PULL] KVM fixes for Linux 5.8-rc3
 2020-06-24 17:30 UTC  (2+ messages)

[PATCH v10 00/10] exynos-ufs: Add support for UFS HCI
 2020-06-24 17:30 UTC  (8+ messages)

[PATCH][next] dmaengine: ti: k3-udma: Use struct_size() in kzalloc()
 2020-06-24 17:12 UTC  (3+ messages)

[PATCH 4.19 000/207] 4.19.130-rc3 review
 2020-06-24 17:27 UTC 

[PATCH 4.14 000/139] 4.14.186-rc3 review
 2020-06-24 17:26 UTC 

[PATCH v8 0/3] phy: zynqmp: Add PHY driver for the Xilinx ZynqMP Gigabit Transceiver
 2020-06-24 17:26 UTC  (6+ messages)
` [PATCH v8 2/3] "
  ` [PATCH v8.1 "

[PATCH v3 0/2] sched: Optionally skip uclamp logic in fast path
 2020-06-24 17:26 UTC  (3+ messages)
` [PATCH v3 1/2] sched/uclamp: Fix initialization of strut uclamp_rq
` [PATCH v3 2/2] sched/uclamp: Protect uclamp fast path code with static key

[PATCH] kernel/trace: Add TRACING_ALLOW_PRINTK config option
 2020-06-24 17:25 UTC  (3+ messages)

[PATCH v3 1/2] integrity: Add errno field in audit message
 2020-06-24 17:25 UTC  (4+ messages)
` [PATCH v3 2/2] IMA: Add audit log for failure conditions

[PATCH v8 00/13] perf: support enable and disable commands in stat and record modes
 2020-06-24 17:19 UTC  (3+ messages)
` [PATCH v8 01/13] tools/libperf: avoid moving of fds at fdarray__filter() call

[RFC] stop using ->read and ->write for kernel access
 2020-06-24 17:19 UTC  (13+ messages)
` [PATCH 01/11] uptr: add a new "universal pointer" type
` [PATCH 02/11] fs: factor out a set_fmode_can_read_write helper
` [PATCH 03/11] fs: add new read_uptr and write_uptr file operations
` [PATCH 04/11] sysctl: switch to ->{read,write}_uptr
` [PATCH 05/11] fs: refactor new_sync_read
` [PATCH 06/11] proc: add a read_iter method to proc proc_ops
` [PATCH 07/11] seq_file: add seq_read_iter
` [PATCH 08/11] seq_file: switch over direct seq_read method calls to seq_read_iter
` [PATCH 09/11] proc: "
` [PATCH 10/11] fs: don't allow kernel reads and writes using ->read and ->write
` [PATCH 11/11] fs: don't allow splice read/write without explicit ops

[PATCH v1] mtd: spi-nor: Add support for Winbond w25q64jv spi flash
 2020-06-24 17:15 UTC  (2+ messages)

[PATCH 4.14 000/135] 4.14.186-rc2 review
 2020-06-24 17:14 UTC  (2+ messages)

[PATCH RESEND v2] phy: exynos: Rename Exynos to lowercase
 2020-06-24 17:14 UTC  (2+ messages)

drivers/tty/synclinkmp.c:3642:29: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-06-24 17:09 UTC 

[PATCH] regulator: rename da903x to da903x-regulator
 2020-06-24 17:10 UTC 

[PATCH RESEND 0/1] Ingenic: Add high resolution timer support for SMP/SMT
 2020-06-24 17:07 UTC  (2+ messages)
` [PATCH RESEND 1/1] clocksource: "

[PATCH v2 0/2] remove workarounds for gcc bug wrt unnamed fields in initializers
 2020-06-24 17:08 UTC  (5+ messages)

[PATCH 0/3] iopoll fixes
 2020-06-24 17:03 UTC  (5+ messages)
` [PATCH 1/3] io_uring: fix hanging iopoll in case of -EAGAIN
` [PATCH 2/3] io_uring: fix current->mm NULL dereference on exit
` [PATCH 3/3] io_uring: fix NULL-mm for linked reqs

[PATCH v2] mm/page_alloc: fix documentation error and remove magic numbers
 2020-06-24 17:01 UTC  (2+ messages)

[PATCH v5 2/7] hwmon: pmbus: adm1266: Add Block process call
 2020-06-24 17:00 UTC  (2+ messages)

[RFC PATCH 0/1] dm-crypt excessive overhead
 2020-06-24 17:00 UTC  (6+ messages)
` [RFC PATCH 1/1] Add DM_CRYPT_FORCE_INLINE flag to dm-crypt target
  ` [dm-crypt] "

[PATCH v3 0/5] IOMMU user API enhancement
 2020-06-24 17:07 UTC  (4+ messages)
` [PATCH v3 4/5] iommu/uapi: Handle data and argsz filled by users

[PATCH RESEND] net/cisco: Fix a sleep-in-atomic-context bug in enic_init_affinity_hint()
 2020-06-24 16:59 UTC  (7+ messages)

[PATCH 0/4] iopoll fixes + cleanups
 2020-06-24 16:56 UTC  (7+ messages)
` [PATCH 1/4] io_uring: fix hanging iopoll in case of -EAGAIN

[PATCH v3 0/6] Add support for GPU DDR BW scaling
 2020-06-24 16:57 UTC  (4+ messages)
` [PATCH v3 2/6] drm: msm: a6xx: send opp instead of a frequency

[PATCH 00/15] net: phy: correctly model the PHY voltage supply in DT
 2020-06-24 16:57 UTC  (21+ messages)
` [PATCH 05/15] net: phy: reset the PHY even if probe() is not implemented
` [PATCH 09/15] net: phy: delay PHY driver probe until PHY registration
` [PATCH 14/15] net: phy: add PHY regulator support

[RESEND PATCH V13 0/3] da7280: haptic driver submission
 2020-06-24 16:56 UTC  (8+ messages)
` [RESEND PATCH V13 3/3] Input: new da7280 haptic driver

process '/usr/bin/rsync' started with executable stack
 2020-06-24 16:51 UTC  (2+ messages)

[PATCH 0/2] Add support for the OST in Ingenic X1000
 2020-06-24 16:51 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: timer: Add Ingenic X1000 OST bindings
` [PATCH 2/2] clocksource: Ingenic: Add support for the Ingenic X1000 OST

[PATCH 1/2] mm/mmu_notifier: Mark up direct reclaim paths with MAYFAIL
 2020-06-24 16:50 UTC  (10+ messages)

drivers/net/ethernet/amazon/ena/ena_netdev.c:160:3: note: in expansion of macro 'xchg'
 2020-06-24 16:47 UTC 

[PATCH V7 1/4] rpmsg: glink: Use complete_all for open states
 2020-06-24 16:45 UTC  (4+ messages)
` [PATCH V7 2/4] rpmsg: Guard against null endpoint ops in destroy
` [PATCH V7 3/4] rpmsg: glink: Add support for rpmsg glink chrdev
` [PATCH V7 4/4] rpmsg: glink: Expose rpmsg name attr for glink

(no subject)
 2020-06-24 16:44 UTC  (8+ messages)
` [PATCH 05/15] mm: allow read-ahead with IOCB_NOWAIT set

wait_on_page_bit_common(TASK_KILLABLE, EXCLUSIVE) can miss wakeup?
 2020-06-24 16:43 UTC  (5+ messages)

[RFC PATCH v2] xen/privcmd: Convert get_user_pages*() to pin_user_pages*()
 2020-06-24 16:41 UTC  (5+ messages)

[PATCH] sched/cfs: change initial value of runnable_avg
 2020-06-24 16:40 UTC  (3+ messages)

[PATCH] staging: most: avoid null pointer dereference when iface is null
 2020-06-24 16:39 UTC 

[PATCH RESEND] media: cros-ec-cec: do not bail on device_init_wakeup failure
 2020-06-24 16:39 UTC  (5+ messages)

[PATCH] hwmon:max6697: Make sure the OVERT mask is set correctly
 2020-06-24 16:38 UTC 

[PATCH v2 0/3] ethernet: amd: Convert to generic power management
 2020-06-24 16:33 UTC  (3+ messages)

[PATCH net-next v3 0/2] realtek ethernet : use generic power management
 2020-06-24 16:31 UTC  (3+ messages)

[PATCH 1/4] ARM: dts: uniphier: add interrupts to support card serial
 2020-06-24 16:29 UTC  (4+ messages)
` [PATCH 4/4] ARM: dts: uniphier: change support card to simple-mfd from simple-bus

drivers/edac/thunderx_edac.c:428:14: sparse: sparse: incorrect type in assignment (different address spaces)
 2020-06-24 16:28 UTC 

[PATCH v2 1/3] mfd: core: Make a best effort attempt to match devices with the correct of_nodes
 2020-06-24 16:25 UTC  (12+ messages)

[RFC PATCH 0/2] MTE support for KVM guest
 2020-06-24 16:24 UTC  (6+ messages)

[PATCH 0/8] Fix a bunch of W=1 warnings in Backlight
 2020-06-24 16:24 UTC  (4+ messages)

[PATCH 00/10] Fix a bunch of W=1 warnings in MFD
 2020-06-24 16:24 UTC  (5+ messages)
` [PATCH 09/10] mfd: wm8400-core: Supply description for wm8400_reset_codec_reg_cache's arg
` [PATCH 10/10] mfd: wm831x-core: Supply description wm831x_reg_{un}lock args

[PATCH v2] dma-pool: Fix too large DMA pools on medium systems
 2020-06-24 16:20 UTC  (4+ messages)

[PATCH v5 0/2] *mfd: Add support for Khadas Microcontroller
 2020-06-24 16:18 UTC  (4+ messages)
` [PATCH v5 1/2] thermal: add support for the MCU controlled FAN on Khadas boards
` [PATCH v5 2/2] arm64: dts: meson-khadas-vim3: add Khadas MCU nodes

[PATCH] btrfs: tests: remove if duplicate in __check_free_space_extents()
 2020-06-24 16:16 UTC  (2+ messages)

clean up kernel_{read,write} & friends v5
 2020-06-24 16:13 UTC  (15+ messages)
` [PATCH 01/14] cachefiles: switch to kernel_write
` [PATCH 02/14] autofs: "
` [PATCH 03/14] bpfilter: "
` [PATCH 04/14] fs: unexport __kernel_write
` [PATCH 05/14] fs: check FMODE_WRITE in __kernel_write
` [PATCH 06/14] fs: implement kernel_write using __kernel_write
` [PATCH 07/14] fs: remove __vfs_write
` [PATCH 08/14] fs: don't change the address limit for ->write_iter in __kernel_write
` [PATCH 09/14] fs: add a __kernel_read helper
` [PATCH 10/14] integrity/ima: switch to using __kernel_read
` [PATCH 11/14] fs: implement kernel_read "
` [PATCH 12/14] fs: remove __vfs_read
` [PATCH 13/14] fs: implement default_file_splice_read using __kernel_read
` [PATCH 14/14] fs: don't change the address limit for ->read_iter in __kernel_read

[PATCH v1 1/3] scsi: ufs: add write booster feature support
 2020-06-24 16:15 UTC  (11+ messages)

[PATCH 4/5] umh: fix processed error when UMH_WAIT_PROC is used
 2020-06-24 16:13 UTC  (10+ messages)
` linux-next: umh: fix processed error when UMH_WAIT_PROC is used seems to break linux bridge on s390x (bisected)

[PATCH] security: selinux: ss: conditional.c fixed a checkpatch warning
 2020-06-24 16:12 UTC 

[PATCH] mm/spase: never partially remove memmap for early section
 2020-06-24 16:10 UTC  (4+ messages)

[PATCH] [perf] intel_pt_recording_options: Remove redundant intel_pt_evsel null check
 2020-06-24 16:05 UTC  (4+ messages)

[PATCH 5.7 000/474] 5.7.6-rc2 review
 2020-06-24 16:05 UTC  (3+ messages)

[PATCH stable 4.9 00/21] Unbreak 32-bit DVB applications on 64-bit kernels
 2020-06-24 16:03 UTC  (4+ messages)

drivers/pci/switch/switchtec.c:1075:23: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-06-24 16:01 UTC 

[PATCH] afs: Fix storage of cell names
 2020-06-24 16:00 UTC 

[PATCH v3 0/6] power: supply: max17040 support compatible devices
 2020-06-24 15:56 UTC  (7+ messages)
` [PATCH v3 1/6] power: supply: max17040: Use regmap i2c
` [PATCH v3 2/6] dt-bindings: power: supply: Extend max17040 compatibility
` [PATCH v3 3/6] power: supply: max17040: Support compatible devices
` [PATCH v3 4/6] dt-bindings: power: supply: max17040: Add maxim,rcomp
` [PATCH v3 5/6] power: supply: max17040: Support setting rcomp
` [PATCH v3 6/6] power: supply: max17040: Support soc alert

[PATCH 00/22] gpio: cdev: add uAPI V2
 2020-06-24 15:57 UTC  (4+ messages)
` [PATCH 10/22] gpiolib: cdev: fix minor race in GET_LINEINFO_WATCH

Null-ptr-deref due to "vfs, fsinfo: Add an RCU safe per-ns mount list"
 2020-06-24 15:57 UTC  (3+ messages)

[PATCH 1/5] f2fs: fix to wait page writeback before update
 2020-06-24 15:55 UTC  (10+ messages)

[PATCH v2 0/6] Remove default DMA window before creating DDW
 2020-06-24 15:54 UTC  (2+ messages)

[PATCH v5 00/17] Add static_call()
 2020-06-24 15:30 UTC  (13+ messages)
` [PATCH v5 01/17] notifier: Fix broken error handling pattern
` [PATCH v5 02/17] module: Fix up module_notifier return values
` [PATCH v5 03/17] module: Properly propagate MODULE_STATE_COMING failure
` [PATCH v5 04/17] jump_label,module: Fix module lifetime for __jump_label_mod_text_reserved
` [PATCH v5 05/17] compiler.h: Make __ADDRESSABLE() symbol truly unique
` [PATCH v5 07/17] static_call: Add inline static call infrastructure
` [PATCH v5 09/17] x86/static_call: Add out-of-line static call implementation
` [PATCH v5 12/17] x86/alternatives: Teach text_poke_bp() to emulate RET
` [PATCH v5 14/17] static_call: Handle tail-calls
` [PATCH v5 15/17] static_call: Allow early init
` [PATCH v5 16/17] tracepoint: Optimize using static_call()
` [PATCH v5 17/17] x86/perf, static_call: Optimize x86_pmu methods


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