linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-24 15:03:20 to 2020-06-24 16:30:45 UTC [more...]

[PATCH v3 0/9] Warn on orphan section placement
 2020-06-24 16:29 UTC  (21+ 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
` [PATCH v3 9/9] arm64/build: Warn on orphan section placement

[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

[RFC] stop using ->read and ->write for kernel access
 2020-06-24 16:29 UTC  (11+ messages)
` [PATCH 01/11] uptr: add a new "universal pointer" type
` [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 v5 0/7] TAS2562 issue fixes and slot programming
 2020-06-24 16:29 UTC  (9+ 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

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

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

[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  (14+ 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  (12+ messages)
` [PATCH 1/8] backlight: lms501kf03: Remove unused const variables
` [PATCH 2/8] backlight: lcd: Add missing kerneldoc entry for 'struct device parent'
` [PATCH 3/8] backlight: ili922x: Add missing kerneldoc descriptions for CHECK_FREQ_REG() args
` [PATCH 4/8] backlight: ili922x: Remove invalid use of kerneldoc syntax
` [PATCH 5/8] backlight: ili922x: Add missing kerneldoc description for ili922x_reg_dump()'s arg
` [PATCH 6/8] backlight: backlight: Supply description for function args in existing Kerneldocs
` [PATCH 7/8] backlight: lm3630a_bl: Remove invalid checks for unsigned int < 0
` [PATCH 8/8] backlight: qcom-wled: Remove unused configs for LED3 and LED4

[PATCH 00/10] Fix a bunch of W=1 warnings in MFD
 2020-06-24 16:24 UTC  (13+ messages)
` [PATCH 01/10] mfd: twl4030-irq: Fix incorrect type in assignment warning
` [PATCH 02/10] mfd: twl4030-irq: Fix cast to restricted __le32 warning
` [PATCH 03/10] mfd: tps6586x: "
` [PATCH 04/10] mfd: altera-sysmgr: Fix physical address storing hacks
` [PATCH 05/10] mfd: sprd-sc27xx-spi: Fix symbol 'sprd_pmic_detect_charger_type' was not declared warning
` [PATCH 06/10] mfd: ab3100-core: Fix incompatible types in comparison expression warning
` [PATCH 07/10] mfd: ab8500-debugfs: Fix incompatible types in comparison expression issue
` [PATCH 08/10] mfd: tc3589x: Remove invalid use of kerneldoc syntax
` [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

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

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

[PATCH 00/15] net: phy: correctly model the PHY voltage supply in DT
 2020-06-24 16:22 UTC  (11+ 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 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  (4+ messages)

[PATCH] kernel/trace: Add TRACING_ALLOW_PRINTK config option
 2020-06-24 16:04 UTC  (2+ 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] cros_ec_spi: Even though we're RT priority, don't bump cpu freq
 2020-06-24 16:01 UTC  (9+ messages)

[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  (7+ messages)
` [PATCH 10/22] gpiolib: cdev: fix minor race in GET_LINEINFO_WATCH
` [PATCH 13/22] gpio: uapi: define uAPI V2

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  (18+ 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 06/17] static_call: Add basic static call infrastructure
` [PATCH v5 07/17] static_call: Add inline "
` [PATCH v5 08/17] static_call: Avoid kprobes on inline static_call()s
` [PATCH v5 09/17] x86/static_call: Add out-of-line static call implementation
` [PATCH v5 10/17] x86/static_call: Add inline static call implementation for x86-64
` [PATCH v5 11/17] static_call: Simple self-test
` [PATCH v5 12/17] x86/alternatives: Teach text_poke_bp() to emulate RET
` [PATCH v5 13/17] static_call: Add static_call_cond()
` [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

[PATCH] ACPI: avoid relocations for table signature array
 2020-06-24 15:51 UTC  (2+ messages)

[PATCH] Staging: rtl8188eu: Fix alignment coding style issue
 2020-06-24 15:47 UTC 

[PATCH] ACPI: Eliminate usage of uninitialized_var() macro
 2020-06-24 15:49 UTC  (2+ messages)

[PATCHv8 0/3] optee: register drivers on optee bus
 2020-06-24 15:44 UTC  (12+ messages)
` [PATCHv8 1/3] optee: use uuid for sysfs driver entry
    ` [Tee-dev] "

[PATCH] sched/cfs: change initial value of runnable_avg
 2020-06-24 15:44 UTC 

[PATCH v3 0/5] IOMMU user API enhancement
 2020-06-24 15:48 UTC  (4+ messages)
` [PATCH v3 3/5] iommu/uapi: Use named union for user data

[PATCH v2 0/2] introduce fallback to pio in spi core
 2020-06-24 15:38 UTC  (2+ messages)

[PATCH 0/2] Some fixes for spi-altera
 2020-06-24 15:38 UTC  (2+ messages)

[PATCH 1/2] ASoC: fsl-asoc-card: Add WM8524 support
 2020-06-24 15:38 UTC  (2+ messages)

[RFC PATCH v2] xen/privcmd: Convert get_user_pages*() to pin_user_pages*()
 2020-06-24 15:37 UTC  (4+ messages)

cpufreq: intel_pstate: Support raw epp and energy_efficiency
 2020-06-24 15:37 UTC  (3+ messages)
` [PATCH v2 2/2] cpufreq: intel_pstate: Allow raw energy performance preference value

[RFC][PATCH v5 00/51] objtool: Make recordmcount a subcommand
 2020-06-24 15:37 UTC  (3+ messages)
` [RFC][PATCH v5 01/51] objtool: Factor out reasons to build objtool

[PATCH v5 0/7] hwmon: pmbus: adm1266: add support
 2020-06-24 15:36 UTC  (9+ messages)
` [PATCH v5 1/7] "
` [PATCH v5 2/7] hwmon: pmbus: adm1266: Add Block process call
` [PATCH v5 3/7] hwmon: pmbus: adm1266: Add support for GPIOs
` [PATCH v5 4/7] hwmon: pmbus: adm1266: Add ioctl commands
` [PATCH v5 5/7] hwmon: pmbus: adm1266: read blackbox
` [PATCH v5 6/7] hwmon: pmbus: adm1266: debugfs for blackbox info
` [PATCH v5 7/7] dt-bindings: hwmon: Add bindings for ADM1266

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

[PATCH v2] drm/bridge: dw-mipi-dsi.c: Add VPG runtime config through debugfs
 2020-06-24 15:35 UTC  (2+ messages)

[PATCH v2 0/2] cpufreq: Specify the default governor on command line
 2020-06-24 15:32 UTC  (5+ messages)
` [PATCH v2 2/2] cpufreq: Specify "

[RESEND PATCH v5 0/5] driver core: add probe error check helper
 2020-06-24 15:28 UTC  (13+ messages)
  ` [RESEND PATCH v5 3/5] drivers core: allow probe_err accept integer and pointer types
  ` [RESEND PATCH v5 1/5] driver core: add probe_err log helper

Writing to a const pointer: is this supposed to happen?
 2020-06-24 15:25 UTC  (2+ messages)

[PATCH v2] media: venus: core: Fix runtime PM imbalance in venus_probe
 2020-06-24 15:25 UTC 

[PATCH 0/2] watchdog: rti: adjust initial ping for attach
 2020-06-24 15:24 UTC  (3+ messages)
` [PATCH 2/2] watchdog: rti: tweak min_hw_heartbeat_ms to match initial allowed window

[PATCH net v2 0/2] bridge: mrp: Update MRP_PORT_ROLE
 2020-06-24 15:24 UTC  (4+ messages)

[PATCH v2 0/4] Tegra Video Decoder driver power management corrections
 2020-06-24 15:23 UTC  (7+ messages)
` [PATCH v2 1/4] media: staging: tegra-vde: Balance runtime PM use-count on resume failure
` [PATCH v2 2/4] media: staging: tegra-vde: Runtime PM is always available on Tegra
` [PATCH v2 3/4] media: staging: tegra-vde: Turn ON power domain on shutdown
` [PATCH v2 4/4] media: staging: tegra-vde: Power-cycle hardware on probe

[PATCH v3] ARM: imx6plus: enable internal routing of clk_enet_ref where possible
 2020-06-24 15:22 UTC 

[PATCH] drm/radeon: fix array out-of-bounds read and write issues
 2020-06-24 15:19 UTC  (2+ messages)

[PATCH v4 0/8] lockdep: Change IRQ state tracking to use per-cpu variables
 2020-06-24 15:18 UTC  (11+ messages)
` [PATCH v4 7/8] lockdep: Change hardirq{s_enabled,_context} to "

[PATCH v3 00/10] Function Granular KASLR
 2020-06-24 15:18 UTC  (4+ messages)
` [PATCH v3 09/10] kallsyms: Hide layout

[PATCH v5 0/6] arm64: add the time namespace support
 2020-06-24 15:18 UTC  (3+ messages)
` [PATCH 2/6] arm64/vdso: Zap vvar pages when switching to a time namespace

[PATCH][next] drm/amdgpu: ensure 0 is returned for success in jpeg_v2_5_wait_for_idle
 2020-06-24 15:16 UTC  (2+ messages)

move block bits out of fs.h
 2020-06-24 15:16 UTC  (6+ messages)

linux-next: build warnings after merge of the imx-mxs tree
 2020-06-24 15:15 UTC  (2+ messages)

[PATCH 5.4 000/311] 5.4.49-rc2 review
 2020-06-24 15:14 UTC  (2+ messages)

[PATCH 4.19 000/203] 4.19.130-rc2 review
 2020-06-24 15:13 UTC  (2+ messages)

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

[PATCH][next] drm: amdgpu: fix premature goto because of missing braces
 2020-06-24 15:11 UTC  (3+ messages)

brocken devfreq simple_ondemand for Odroid XU3/4?
 2020-06-24 15:11 UTC  (5+ messages)

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

[PATCH 1/1] clk: qcom: smd: Add support for MSM8992/4 rpm clocks
 2020-06-24 15:09 UTC  (2+ messages)

[PATCH] drm/bridge: dw-mipi-dsi.c: remove unused header file
 2020-06-24 15:08 UTC  (2+ messages)

[PATCH v2] ARM: imx6plus: enable internal routing of clk_enet_ref where possible
 2020-06-24 15:05 UTC 

[PATCH v2 00/12] MSM8994 peripheral enablement, DTS updates
 2020-06-24 15:03 UTC  (6+ messages)
` [PATCH v2 04/12] arm64: dts: qcom: msm8994: Add support for SMD RPM

[PATCH v3 0/8] MSM8994 peripheral enablement, DTS updates
 2020-06-24 15:01 UTC  (2+ messages)
` [PATCH v3 6/8] arm64: dts: qcom: msm8994: Add support for SMD RPM


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