linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-29 13:36:43 to 2020-01-29 17:00:41 UTC [more...]

[PATCH 00/19] Renaming some identifiers
 2020-01-29 16:58 UTC  (20+ messages)
` [PATCH 01/19] staging: exfat: Rename variable 'Year' to 'year'
` [PATCH 02/19] staging: exfat: Rename variable 'Month' to 'month'
` [PATCH 03/19] staging: exfat: Rename variable 'Day' to 'day'
` [PATCH 04/19] staging: exfat: Rename variable 'Hour' to 'hour'
` [PATCH 05/19] staging: exfat: Rename variable 'Minute' to 'minute'
` [PATCH 06/19] staging: exfat: Rename variable 'Second' to 'second'
` [PATCH 07/19] staging: exfat: Rename variable 'MilliSecond' to 'millisecond'
` [PATCH 08/19] staging: exfat: Rename variable 'FatType' to 'fat_type'
` [PATCH 09/19] staging: exfat: Rename variable 'ClusterSize' to 'cluster_size'
` [PATCH 10/19] staging: exfat: Rename variable 'NumClusters' to 'num_cluster'
` [PATCH 11/19] staging: exfat: Rename variable 'FreeClusters' to 'free_clusters'
` [PATCH 12/19] staging: exfat: Rename variable 'UsedClusters' to 'used_clusters'
` [PATCH 13/19] staging: exfat: Rename variable 'Name' to 'name'
` [PATCH 14/19] staging: exfat: Rename variable 'ShortName' to 'short_name'
` [PATCH 15/19] staging: exfat: Rename variable 'Attr' to 'attr'
` [PATCH 16/19] staging: exfat: Rename variable 'NumSubdirs' to 'num_subdirs'
` [PATCH 17/19] staging: exfat: Rename variable 'CreateTimestamp' to 'create_timestamp'
` [PATCH 18/19] staging: exfat: Rename variable 'ModifyTimestamp' to 'modify_timestamp'
` [PATCH 19/19] staging: exfat: Rename variable 'AccessTimestamp' to 'access_timestamp'

[RFC v2 0/4] Introduce i3c device userspace interface
 2020-01-29 17:00 UTC  (4+ messages)
` [RFC v2 4/4] i3c: add i3cdev module to expose i3c dev in /dev

[PATCH 1/1] net: phy: add default ARCH_BCM_IPROC for MDIO_BCM_IPROC
 2020-01-28 10:00 UTC  (2+ messages)

[PATCH v3 1/5] console: Don't perform test for CON_BRL flag
 2020-01-29 16:50 UTC  (10+ messages)
` [PATCH v3 3/5] console: Use for_each_console() helper in unregister_console()
` [PATCH v3 5/5] console: Introduce ->exit() callback

mmotm 2020-01-28-20-05 uploaded
 2020-01-29 16:43 UTC  (5+ messages)
` mmotm 2020-01-28-20-05 uploaded (security/security.c)
` mmotm 2020-01-28-20-05 uploaded (objtool warnings)

[PATCH v5 00/38] Hardened usercopy whitelisting
 2020-01-29 16:43 UTC  (10+ messages)
` [PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
  ` [kernel-hardening] "

[PATCH v3 0/1] Add support for sun4i HDMI audio
 2020-01-29 16:43 UTC  (4+ messages)
` [PATCH v3 1/1] drm: sun4i: hdmi: Add support for sun4i HDMI encoder audio
  ` [linux-sunxi] "

[PATCH v2 0/6] arm64: ARMv8.4 Activity Monitors support
 2020-01-29 16:42 UTC  (4+ messages)
` [PATCH v2 1/6] arm64: add support for the AMU extension v1

[PATCH v11 2/2] mailbox: introduce ARM SMC based mailbox
 2020-01-29 16:40 UTC  (4+ messages)

[PATCH v3 1/3] clk: rockchip: convert rk3399 pll type to use readl_poll_timeout
 2020-01-29 16:38 UTC  (3+ messages)
` [PATCH v3 2/3] clk: rockchip: convert basic pll lock_wait to use regmap_read_poll_timeout
` [PATCH v3 3/3] clk: rockchip: convert rk3036 pll type to use internal lock status

[PATCH] dmaengine: Fix return value for dma_requrest_chan() in case of failure
 2020-01-29 16:35 UTC 

[PATCH] rproc: Add elf64 support in elf loader
 2020-01-29 16:30 UTC  (9+ messages)
` [PATCH v2] remoteproc: "

linux-next: Tree for Jan 29
 2020-01-29 16:30 UTC  (2+ messages)
` linux-next: Tree for Jan 29 (drivers/infiniband/hw/mlx5/main.o)

[PATCH] x86/boot: fix kaslr-enabled build
 2020-01-29 16:29 UTC 

[PATCH v3 0/3] sched/fair: Capacity aware wakeup rework
 2020-01-29 16:27 UTC  (3+ messages)
` [PATCH v3 2/3] sched/topology: Remove SD_BALANCE_WAKE on asymmetric capacity systems

[RFC PATCH v1 0/5] Add Tegra driver for video capture
 2020-01-29 16:25 UTC  (10+ messages)
` [RFC PATCH v1 4/5] media: tegra: Add Tegra Video input driver for Tegra210
        `  "
` [RFC PATCH v1 5/5] arm64: tegra: Add Tegra VI CSI suppport in device tree
    `  "

[PATCH v3 00/28] docs: i2c: rework I2C documentation, part I
 2020-01-29 15:19 UTC  (29+ messages)
` [PATCH v3 01/28] docs: i2c: sort index logically
` [PATCH v3 02/28] docs: i2c: summary: extend introduction
` [PATCH v3 03/28] docs: i2c: summary: rewrite the "terminology" section
` [PATCH v3 04/28] docs: i2c: call it "I2C" consistently
` [PATCH v3 05/28] docs: i2c: fix typo
` [PATCH v3 06/28] docs: i2c: replace "I2C-transfer" -> "I2C transfer" consistently
` [PATCH v3 07/28] docs: i2c: i2c-protocol: fix kernel-doc function syntax
` [PATCH v3 08/28] docs: i2c: i2c-protocol: properly name start and stop conditions
` [PATCH v3 09/28] docs: i2c: i2c-protocol: remove unneeded colons from table
` [PATCH v3 10/28] docs: i2c: i2c-protocol: use proper names for ACK and NACK
` [PATCH v3 11/28] docs: i2c: smbus-protocol: fix link syntax
` [PATCH v3 12/28] docs: i2c: smbus-protocol: properly name start and stop conditions
` [PATCH v3 13/28] docs: i2c: smbus-protocol: remove unneeded colons from table
` [PATCH v3 14/28] docs: i2c: smbus-protocol: use proper names for ACK and NACK
` [PATCH v3 15/28] docs: i2c: smbus-protocol: enable kernel-doc function syntax
` [PATCH v3 16/28] docs: i2c: smbus-protocol: fix "
` [PATCH v3 17/28] docs: i2c: smbus-protocol: fix typo
` [PATCH v3 18/28] docs: i2c: smbus-protocol: fix punctuation
` [PATCH v3 19/28] docs: i2c: smbus-protocol: improve I2C Block transactions description
` [PATCH v3 20/28] docs: i2c: instantiating-devices: fix internal hyperlink
` [PATCH v3 21/28] docs: i2c: instantiating-devices: rearrange static instatiation
` [PATCH v3 22/28] docs: i2c: instantiating-devices: use monospace for sysfs attributes
` [PATCH v3 23/28] docs: i2c: old-module-parameters: fix internal hyperlink
` [PATCH v3 24/28] docs: i2c: old-module-parameters: clarify this is for obsolete kernels
` [PATCH v3 25/28] docs: i2c: old-module-parameters: use monospace instead of ""
` [PATCH v3 26/28] docs: i2c: rename sections so the overall picture is clearer
` [PATCH v3 27/28] docs: i2c: i2c-protocol: use same wording as smbus-protocol
` [PATCH v3 28/28] docs: i2c: writing-clients: properly name the stop condition

[PATCH v2 0/5] ls1028a: dts fixes and new board support
 2020-01-29 16:22 UTC  (2+ messages)

[PATCH] serial: sh-sci: Support custom speed setting
 2020-01-29 16:19 UTC 

[RFC PATCH] jbd2: no need to repeat in jbd2_journal_add_journal_head
 2020-01-29 16:20 UTC 

[GIT PULL] Documentation for 5.6
 2020-01-29 16:16 UTC 

[PATCH] arm64: Set SSBS for user threads while creation
 2020-01-29 16:13 UTC  (4+ messages)

[PATCHv2] btrfs: Introduce new BTRFS_IOC_SNAP_DESTROY_V2 ioctl
 2020-01-29 16:12 UTC  (4+ messages)

[PATCH 1/2] events: callchain: Annotate RCU pointer with __rcu
 2020-01-29 16:08 UTC  (2+ messages)
` [PATCH 2/2] events: callchain: Use RCU API to access RCU pointer

[PATCH] cgroup.c: Use built-in RCU list checking
 2020-01-29 16:07 UTC  (3+ messages)

memory leak in snd_pcm_hw_params
 2020-01-29 16:06 UTC 

[v3] x86/tsc: Unset TSC_KNOWN_FREQ and TSC_RELIABLE flags on Intel Bay Trail SoC
 2020-01-29 16:02 UTC  (16+ messages)

[PATCH] exit.c: Fix Sparse errors and warnings
 2020-01-29 16:02 UTC  (3+ messages)

[PATCH v3 5/6] x86/ftrace: Use text_poke()
 2020-01-29 15:59 UTC  (11+ messages)

[RFC v3 00/10] DDR/L3 Scaling support on SDM845 and SC7180 SoCs
 2020-01-29 15:47 UTC  (21+ messages)
` [RFC v3 01/10] arm64: dts: qcom: sdm845: Add SoC compatible to MTP
` [RFC v3 02/10] cpufreq: blacklist SDM845 in cpufreq-dt-platdev
` [RFC v3 04/10] OPP: Add and export helper to update voltage
` [RFC v3 08/10] cpufreq: qcom: Update the bandwidth levels on frequency change
` [RFC v3 09/10] arm64: dts: qcom: sdm845: Add cpu OPP tables

[GIT PULL] Kselftest update for Linux 5.6-rc1
 2020-01-29 15:44 UTC 

[PATCH RFC] ext4: skip concurrent inode updates in lazytime optimization
 2020-01-29 15:44 UTC 

[Patch v8 0/7] Introduce Thermal Pressure
 2020-01-29 15:41 UTC  (11+ messages)
` [Patch v8 4/7] sched/fair: Enable periodic update of average thermal pressure

[PATCH 0/8] STM32 DMA driver fixes and improvements
 2020-01-29 15:36 UTC  (9+ messages)
` [PATCH 1/8] dmaengine: stm32-dma: add suspend/resume power management support
` [PATCH 2/8] dmaengine: stm32-dma: use reset controller only at probe time
` [PATCH 3/8] dmaengine: stm32-dma: driver defers probe for reset
` [PATCH 4/8] dmaengine: stm32-dma: enable descriptor_reuse
` [PATCH 5/8] dmaengine: stm32-dma: use dma_set_max_seg_size to set the sg limit
` [PATCH 6/8] dmaengine: stm32-dma: add copy_align constraint
` [PATCH 7/8] dmaengine: stm32-dma: fix sleeping function called from invalid context
` [PATCH 8/8] dmaengine: stm32-dma: use vchan_terminate_vdesc() in .terminate_all

[PATCH 5.4 000/104] 5.4.16-stable review
 2020-01-29 15:36 UTC  (5+ messages)

[PATCH v4] NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewals
 2020-01-29 15:35 UTC  (2+ messages)

[PATCH] locking/osq_lock: fix a data race in osq_wait_next
 2020-01-29 15:29 UTC  (10+ messages)

[PATCH v17] x86/split_lock: Enable split lock detection by kernel
 2020-01-29 15:24 UTC  (2+ messages)
` [tip: x86/cpu] "

[PATCH 0/5] kdb: Don't implicitly change tasks; plus misc fixups
 2020-01-29 15:23 UTC  (4+ messages)

How to handle write-protect pin of NAND device ?
 2020-01-29 15:17 UTC  (13+ messages)

[PATCH 0/4] crypto: ccree - fixes
 2020-01-29 15:17 UTC  (7+ messages)
` [PATCH 1/4] crypto: ccree - protect against empty or NULL scatterlists
` [PATCH 2/4] crypto: ccree - only try to map auth tag if needed
` [PATCH 3/4] crypto: ccree - fix some reported cipher block sizes
` [PATCH 4/4] crypto: ccree - fix AEAD blocksize registration

[PATCH] staging: exfat: remove 'vol_type' variable
 2020-01-29 15:15 UTC  (2+ messages)

[PATCH] KVM: x86: Mark CR4.UMIP as reserved based on associated CPUID bit
 2020-01-29 15:08 UTC  (2+ messages)

KASAN: slab-out-of-bounds Write in vgacon_scroll
 2020-01-29 15:06 UTC  (7+ messages)

[PATCH] kbuild: allow symbol whitelisting with TRIM_UNUSED_KSYMS
 2020-01-29 15:06 UTC 

[PATCH v2 0/4] tracing: Improve error messages for histogram sorting
 2020-01-29 15:02 UTC  (6+ messages)
` [PATCH v2 4/4] tracing: Add new testcases for hist trigger parsing errors

[PATCH] kcsan: Address missing case with KCSAN_REPORT_VALUE_CHANGE_ONLY
 2020-01-29 15:01 UTC 

[PATCH v4 0/6] GPIO & Hierarchy IRQ support for HiFive Unleashed
 2020-01-29 15:00 UTC  (3+ messages)

[PATCH v5 09/17] soundwire: intel: remove platform devices and use 'Master Devices' instead
 2020-01-29 14:59 UTC  (8+ messages)
` [alsa-devel] "

[PATCH v2 0/9] Huge page-table entries for TTM
 2020-01-29 14:55 UTC  (3+ messages)
` [PATCH 5/9] mm, drm/ttm, drm/vmwgfx: Support huge TTM pagefaults

[PATCH 4/4] GPIO: creg-snps: fixed a typo
 2020-01-29 14:52 UTC  (2+ messages)

[PATCH 4.19 00/92] 4.19.100-stable review
 2020-01-29 14:43 UTC  (2+ messages)

[PATCH 4.14 00/46] 4.14.169-stable review
 2020-01-29 14:42 UTC  (2+ messages)

[PATCH v5 00/14] NVIDIA Tegra APB DMA driver fixes and improvements
 2020-01-29 14:39 UTC  (10+ messages)
` [PATCH v5 01/14] dmaengine: tegra-apb: Fix use-after-free
` [PATCH v5 05/14] dmaengine: tegra-apb: Prevent race conditions of tasklet vs free list
` [PATCH v5 08/14] dmaengine: tegra-apb: Fix coding style problems

[for-next][PATCH 0/5] tracing: A few more older patches pulled in for 5.6
 2020-01-29 14:38 UTC  (6+ messages)
` [for-next][PATCH 1/5] docs: tracing: Fix a broken label
` [for-next][PATCH 2/5] tracing: Simplify assignment parsing for hist triggers
` [for-next][PATCH 3/5] tracing: Add hist trigger error messages for sort specification
` [for-next][PATCH 4/5] tracing: Add hist: to hist trigger error log error string
` [for-next][PATCH 5/5] tracing: Add new testcases for hist trigger parsing errors

Re: [PATCH v2 0/9] Introduce Data Access MONitor (DAMON)
 2020-01-29 14:37 UTC  (2+ messages)
`  "

[PATCH v4 2/2] PCI: xilinx-cpm: Add Versal CPM Root Port driver
 2020-01-29 14:31 UTC  (2+ messages)

[git pull] adfs series
 2020-01-29 14:28 UTC 

[git pull] vfs.git openat2 series
 2020-01-29 14:27 UTC 

linux-next: manual merge of the generic-ioremap tree with the net-next tree
 2020-01-29 14:24 UTC  (4+ messages)

[PATCH 0/5] mm/mremap.c: cleanup move_page_tables() a little
 2020-01-29 14:21 UTC  (5+ messages)
` [PATCH 3/5] mm/mremap: use pmd_addr_end to calculate next in move_page_tables()

[PATCH v4 0/5] Add hmc425a support
 2020-01-29 14:23 UTC  (6+ messages)
` [PATCH v4 1/5] iio: core: Handle 'dB' suffix in core
` [PATCH v4 2/5] iio: amplifiers: ad8366: Add write_raw_get_fmt function
` [PATCH v4 3/5] iio: amplifiers: hmc425a: Add support for HMC425A attenuator
` [PATCH v4 4/5] dt-bindings: iio: amplifiers: Add docs for HMC425A Step Attenuator
` [PATCH v4 5/5] MAINTAINERS: add entry for hmc425a driver

Using matched variables in trace actions
 2020-01-29 14:19 UTC  (2+ messages)

[PATCH] cred: Use RCU primitives to access RCU pointers
 2020-01-29 14:14 UTC  (6+ messages)

linux-next: Fixes tag needs some work in the wireless-drivers-next tree
 2020-01-29 14:05 UTC  (2+ messages)

[GIT PULL] y2038: core, driver and file system changes
 2020-01-29 13:55 UTC 

[PATCH v4 0/6] Support running driver's probe for a device powered off
 2020-01-29 13:54 UTC  (3+ messages)
` [PATCH v4 1/6] i2c: Allow driver to manage the device's power state during probe

[PATCH v4 0/8] Add QUSB2 PHY support for SC7180
 2020-01-29 13:51 UTC  (9+ messages)
` [PATCH v4 1/8] dt-bindings: phy: qcom,qusb2: Convert QUSB2 phy bindings to yaml
` [PATCH v4 2/8] dt-bindings: phy: qcom,qusb2: Add compatibles for QUSB2 V2 phy and SC7180
` [PATCH v4 3/8] phy: qcom-qusb2: Add generic QUSB2 V2 PHY support
` [PATCH v4 4/8] dt-bindings: phy: qcom-qusb2: Add support for overriding Phy tuning parameters
` [PATCH v4 5/8] phy: qcom-qusb2: Add support for overriding tuning parameters in QUSB2 V2 PHY
` [PATCH v4 6/8] arm64: dts: qcom: sc7180: Add generic QUSB2 V2 Phy compatible
` [PATCH v4 7/8] arm64: dts: qcom: sdm845: "
` [PATCH v4 8/8] arm64: dts: qcom: sc7180: Update QUSB2 V2 Phy params for SC7180 IDP device

[PATCH v2 0/8] mm/gup: track FOLL_PIN pages (follow on from v12)
 2020-01-29 13:51 UTC  (3+ messages)
` [PATCH v2 4/8] mm/gup: track FOLL_PIN pages

[PATCH] mm/page_counter: fix various data races
 2020-01-29 13:47 UTC  (5+ messages)

[PATCH] dmaengine: imx-sdma: fix context cache
 2020-01-29 13:40 UTC 

[PATCH v6 0/3] Introduce Bandwidth OPPs for interconnects
 2020-01-29 13:40 UTC  (5+ messages)
` [PATCH v6 2/3] OPP: Add support for bandwidth OPP tables

[PATCH v2 0/7] Introduce bus firewall controller framework
 2020-01-29 13:40 UTC  (7+ messages)

[PATCH liburing v2] .gitignore: add missing tests to ignore
 2020-01-29 13:39 UTC  (2+ messages)

[PATCH] io-wq: use put instead of revert creds
 2020-01-29 13:39 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).