linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-16 04:33:43 to 2019-07-16 10:26:26 UTC [more...]

[v5,1/2] rtc/fsl: add FTM alarm driver as the wakeup source
 2019-07-16 10:16 UTC  (2+ messages)
` [v5,2/2] Documentation: dt: binding: rtc: add binding for ftm alarm driver

[PATCH v3 0/5] Add NUMA-awareness to qspinlock
 2019-07-16 10:23 UTC  (5+ messages)
` [PATCH v3 1/5] locking/qspinlock: Make arch_mcs_spin_unlock_contended more generic
` [PATCH v3 2/5] locking/qspinlock: Refactor the qspinlock slow path

[PATCH v3 0/3] kernel/notifier.c: avoid duplicate registration
 2019-07-16 10:20 UTC  (10+ messages)

[PATCH v1 00/50] Exynos5x clocks and buses changes
 2019-07-16 10:22 UTC  (15+ messages)
  ` [PATCH v1 03/50] clk: samsung: change parent of dout_aclk400_wcore in Exynos5420
  ` [PATCH v1 04/50] clk: samsung: add IDs to manage aclk400_mscl "
  ` [PATCH v1 02/50] clk: samsung: add IDs for Exynos5420 NoC clocks
  ` [PATCH v1 13/50] clk: samsung: add DPLL rate table in Exynos5420
  ` [PATCH v1 01/50] clk: samsung: add new IDs for Exynos5420 clocks
  ` [PATCH v1 10/50] clk: samsung: change ACLK100_NOC clocks definitions Exynos5x
  ` [PATCH v1 08/50] clk: samsung: change aclk266_isp clocks definitions Exynos5420

[PATCH 00/10] cpufreq: Migrate users of policy notifiers to QoS requests
 2019-07-16 10:14 UTC  (4+ messages)
` [PATCH 01/10] cpufreq: Add policy create/remove notifiers

[PATCH v2 0/4] add coupled regulators for Exynos5422/5800
 2019-07-16 10:13 UTC  (11+ messages)
  ` [PATCH v2 4/4] dt-bindings: devfreq: exynos-bus: remove unused property
  ` [PATCH v2 3/4] ARM: dts: exynos: add initial data for coupled regulators for Exynos5422/5800
  ` [PATCH v2 1/4] opp: core: add regulators enable and disable
  ` [PATCH v2 2/4] devfreq: exynos-bus: convert to use dev_pm_opp_set_rate()

[PATCH v4 00/11] Move part of cros-ec out of MFD subsystem
 2019-07-16 10:05 UTC  (4+ messages)
` [PATCH v4 03/11] mfd / platform: cros_ec: Miscellaneous character device to talk with the EC

[PATCH] padata: use smp_mb in padata_reorder to avoid orphaned padata jobs
 2019-07-16 10:04 UTC  (7+ messages)

[PATCH] f2fs: fix to do sanity with enabled features in image
 2019-07-16 10:02 UTC  (7+ messages)
        ` [f2fs-dev] "

[PATCH v1 0/6] mm / virtio: Provide support for paravirtual waste page treatment
 2019-07-16  9:55 UTC  (3+ messages)
` [PATCH v1 6/6] virtio-balloon: Add support for aerating memory via hinting

[PATCH] ASoC: cs42xx8: Fix MFREQ selection issue for async mode
 2019-07-16  9:45 UTC 

[PATCH 02/10] video: sa1100fb: Remove cpufreq policy notifier
 2019-07-16  9:54 UTC  (9+ messages)
` [PATCH 03/10] video: pxafb: "
` [PATCH 04/10] arch_topology: Use CPUFREQ_CREATE_POLICY instead of CPUFREQ_NOTIFY
` [PATCH 05/10] thermal: cpu_cooling: Switch to QoS requests instead of cpufreq notifier
` [PATCH 06/10] powerpc: macintosh: "
` [PATCH 07/10] cpufreq: powerpc_cbe: "
` [PATCH 08/10] ACPI: cpufreq: "
` [PATCH 09/10] cpufreq: Remove CPUFREQ_ADJUST and CPUFREQ_NOTIFY policy notifier events
` [PATCH 10/10] Documentation: cpufreq: Update policy notifier documentation

[GIT PULL] RTC for 5.3
 2019-07-16  9:54 UTC 

[PATCH] ata: libahci_platform: remove redundant dev_err message
 2019-07-16  9:54 UTC 

[PATCH v4 00/22] Shared virtual address IOMMU and VT-d support
 2019-07-16  9:52 UTC  (9+ messages)
` [PATCH v4 13/22] iommu/vt-d: Enlightened PASID allocation
` [PATCH v4 14/22] iommu/vt-d: Add custom allocator for IOASID
` [PATCH v4 16/22] iommu/vt-d: Move domain helper to header
` [PATCH v4 17/22] iommu/vt-d: Avoid duplicated code for PASID setup

[PATCHv2 1/3] iio: imu: st_lsm6sdx: move register definitions to sensor_settings struct
 2019-07-16  9:48 UTC  (4+ messages)
` [PATCHv2 2/3] iio: imu: st_lsm6dsx: add support for accel/gyro unit of lsm9sd1
` [PATCH 3/3] dt-bindings: iio: imu: st_lsm6dsx: add lsm9ds1 device bindings

Announce loop-AES-v3.7o file/swap crypto package
 2019-07-16  9:47 UTC 

[PATCH v10 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-07-16  9:43 UTC  (19+ messages)
` [PATCH v10 01/18] kunit: test: add KUnit test runner core
` [PATCH v10 02/18] kunit: test: add test resource management API
` [PATCH v10 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v10 04/18] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v10 05/18] kunit: test: add the concept of expectations
` [PATCH v10 06/18] kbuild: enable building KUnit
` [PATCH v10 07/18] kunit: test: add initial tests
` [PATCH v10 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v10 09/18] kunit: test: add support for test abort
` [PATCH v10 10/18] kunit: test: add tests for kunit "
` [PATCH v10 11/18] kunit: test: add the concept of assertions
` [PATCH v10 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v10 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v10 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v10 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v10 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v10 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v10 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section

[PATCH v2] staging: erofs: avoid opened loop codes
 2019-07-16  9:44 UTC 

[GIT PULL] dmaengine updates for v5.3-rc1
 2019-07-16  9:36 UTC 

[PATCH v3] PM / wakeup: show wakeup sources stats in sysfs
 2019-07-16  9:36 UTC  (7+ messages)
` [PATCH v4] "

[PATCH v3] staging: erofs: support bmap
 2019-07-16  9:32 UTC 

[PATCH 1/3] nvme: Pass the queue to SQ_SIZE/CQ_SIZE macros
 2019-07-16  9:33 UTC  (9+ messages)
` [PATCH 2/3] nvme: Retrieve the required IO queue entry size from the controller
` [PATCH 3/3] nvme: Add support for Apple 2018+ models

[PATCH] driver core: Remove device link creation limitation
 2019-07-16  9:29 UTC  (2+ messages)

[PATCH v3] coccinelle: semantic code search for missing of_node_put
 2019-07-16  9:25 UTC  (2+ messages)

[PATCH AUTOSEL 5.2 001/249] ath10k: Check tx_stats before use it
 2019-07-16  9:25 UTC  (3+ messages)
` [PATCH AUTOSEL 5.2 190/249] cpufreq: Avoid calling cpufreq_verify_current_freq() from handle_update()

[PATCH] gpu/drm: fix a few kernel-doc "/**" mark warnings
 2019-07-16  9:24 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 001/105] wil6210: fix potential out-of-bounds read
 2019-07-16  9:22 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 086/105] PCI / ACPI: Use cached ACPI device state to get PCI device power state

[PATCH AUTOSEL 4.19 001/158] wil6210: fix potential out-of-bounds read
 2019-07-16  9:21 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 123/158] cpufreq: Don't skip frequency validation for has_target() drivers

[PATCH v5 0/1] Expose cros_ec_sensors frequency range via iio sysfs
 2019-07-16  9:11 UTC  (2+ messages)
` [PATCH v5 1/1] iio: common: cros_ec_sensors: "

[PATCH] Fix perf test data race for tsan build
 2019-07-16  9:10 UTC  (2+ messages)

[PATCH 0/2] ASoC: samsung: odroid: fix err handling of odroid_audio_probe
 2019-07-16  9:06 UTC  (5+ messages)
` [PATCH 1/2] ASoC: samsung: odroid: fix an use-after-free issue for codec
` [PATCH 2/2] ASoC: samsung: odroid: fix a double-free issue for cpu_dai

[PATCH V3] drm/vkms: Add support for vkms work without vblank
 2019-07-16  9:03 UTC  (4+ messages)

[PATCH] habanalabs: add comments on INFO IOCTL
 2019-07-16  9:02 UTC 

[PATCH v6] cpufreq/pasemi: fix an use-after-free in pas_cpufreq_cpu_init()
 2019-07-16  9:00 UTC  (2+ messages)
  ` [PATCH v6] cpufreq/pasemi: fix an use-after-free inpas_cpufreq_cpu_init()

[PATCH 1/4] Makefile: rules for printing kernel architecture and localversion
 2019-07-16  8:58 UTC  (6+ messages)
` [PATCH 4/4] debian: add generic rule file

[PATCH v4 0/1] iio: common: cros_ec_sensors: Add protocol v3 support
 2019-07-16  8:56 UTC  (4+ messages)
` [PATCH v4 1/1] iio: common: cros_ec_sensors: determine protocol version

[PATCH v2] media: dvb: Provide 4 devm variants
 2019-07-16  8:56 UTC 

[PATCH] MIPS: Kconfig: remove HAVE_LATENCYTOP_SUPPORT
 2019-07-16  8:52 UTC  (2+ messages)

[PATCH 0/2] drm/vkms: Introduce basic support for configfs
 2019-07-16  8:51 UTC  (5+ messages)

[PATCH v4 0/1] Expose cros_ec_sensors frequency range via iio sysfs
 2019-07-16  8:51 UTC  (4+ messages)
` [PATCH v4 1/1] iio: common: cros_ec_sensors: "

[PATCH] perf diff: Report noisy for cycles diff
 2019-07-16  8:51 UTC  (2+ messages)

[PATCH -next] keyboard: remove set but not used variables 'sts'
 2019-07-16  8:54 UTC 

[PATCH 0/3] perf: Use capabilities instead of uid and euid
 2019-07-16  8:47 UTC  (5+ messages)
` [PATCH 1/3] perf: Add capability-related utilities
` [PATCH 2/3] perf: Use CAP_SYS_ADMIN with perf_event_paranoid checks

[v2 PATCH 0/2] mm: mempolicy: fix mbind()'s inconsistent behavior for unmovable pages
 2019-07-16  8:47 UTC  (4+ messages)
` [v2 PATCH 1/2] mm: mempolicy: make the behavior consistent when MPOL_MF_MOVE* and MPOL_MF_STRICT were specified

[PATCH v6 0/4] Support accelerometers for veyron_minnie
 2019-07-16  8:46 UTC  (3+ messages)
` [PATCH v6 3/4] iio: cros_ec_accel_legacy: Use cros_ec_sensors_core

[PATCH v3 10/11] mm/memory_hotplug: Make unregister_memory_block_under_nodes() never fail
 2019-07-16  8:46 UTC  (6+ messages)

[PATCH 00/18] ARM/ARM64: Support hierarchical CPU arrangement for PSCI
 2019-07-16  8:45 UTC  (4+ messages)
` [PATCH 10/18] drivers: firmware: psci: Add hierarchical domain idle states converter

[PATCH] NFS: fix 'passing zero to PTR_ERR()' warning
 2019-07-16  8:43 UTC 

[PATCH v2] KVM: x86: PMU Event Filter
 2019-07-16  8:49 UTC  (4+ messages)

[PATCH v1] drm/modes: Don't apply cmdline's rotation if it wasn't specified
 2019-07-16  8:42 UTC  (4+ messages)

[PATCH V3 0/5] drm/vkms: Introduces writeback support
 2019-07-16  8:40 UTC  (9+ messages)
` [PATCH V3 4/5] drm/vkms: Compute CRC without change input data
` [PATCH V3 5/5] drm/vkms: Add support for writeback

[PATCH] x86/realmode: remove trampoline_status flag
 2019-07-16  8:40 UTC 

[PATCH 0/1] staging: kpc2000: whitespace and line length cleanup
 2019-07-16  8:36 UTC  (3+ messages)
` [PATCH] "

[PATCH v3] mmc: host: sdhci-sprd: Fix the incorrect soft reset operation when runtime resuming
 2019-07-16  8:39 UTC 

[PATCH v9 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-07-16  8:37 UTC  (5+ messages)
` [PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger

[PATCH v2 0/6] staging: fsl-dpaa2/ethsw: code cleanup
 2019-07-16  8:36 UTC  (4+ messages)
` [PATCH v2 5/6] staging: fsl-dpaa2/ethsw: Add switch driver documentation

[RFC PATCH v2 0/3] Support CPU hotplug for ARM64
 2019-07-16  8:32 UTC  (7+ messages)

[PATCH] dt-bindings: Ensure child nodes are of type 'object'
 2019-07-16  8:28 UTC  (3+ messages)

[PATCH v2] mmc: host: sdhci-sprd: Fix the incorrect soft reset operation when runtime resuming
 2019-07-16  8:28 UTC  (3+ messages)

memory leak in new_inode_pseudo (2)
 2019-07-16  8:28 UTC  (2+ messages)

[PATCH v1] clk: Add devm_clk_{prepare,enable,prepare_enable}
 2019-07-16  8:18 UTC  (3+ messages)

[PATCH V5 00/18] SC7 entry and exit support for Tegra210
 2019-07-16  8:06 UTC  (14+ messages)
` [PATCH V5 11/18] clk: tegra210: Add support for Tegra210 clocks

[PATCH v9 00/10] namei: openat2(2) path resolution restrictions
 2019-07-16  8:03 UTC  (11+ messages)
` [PATCH v9 05/10] namei: O_BENEATH-style path resolution flags

[PATCH] ARM: dts: imx6ul-kontron-ul2: Add Exceet/Kontron iMX6-UL2 SoM
 2019-07-16  8:02 UTC  (4+ messages)

[PATCH v3 0/5] Add HDMI jack support on RK3288
 2019-07-16  7:59 UTC  (5+ messages)
` [PATCH v3 1/5] ASoC: hdmi-codec: Add an op to set callback function for plug event

[RFC PATCH 0/5] PTP: add support for Intel's TGPIO controller
 2019-07-16  7:57 UTC  (7+ messages)
` [RFC PATCH 1/5] x86: tsc: add tsc to art helpers
` [RFC PATCH 2/5] PTP: add a callback for counting timestamp events
` [RFC PATCH 3/5] PTP: implement PTP_EVENT_COUNT_TSTAMP ioctl
` [RFC PATCH 4/5] PTP: Add flag for non-periodic output
` [RFC PATCH 5/5] PTP: Add support for Intel PMC Timed GPIO Controller

[PATCH] drm/bridge: ti-sn65dsi86: use dev name for debugfs
 2019-07-16  7:55 UTC  (2+ messages)

[PATCH v2] kernel/printk: prevent deadlock at unexpected call kmsg_dump in NMI context
 2019-07-16  7:55 UTC  (3+ messages)

[PATCH] hid-logitech-hidpp: add USB PID for some mice
 2019-07-16  7:37 UTC 

[PATCH] hid-logitech-dj: add the Powerplay receiver
 2019-07-16  7:37 UTC 

[LINUX PATCH v18 1/2] mtd: rawnand: nand_micron: Do not over write driver's read_page()/write_page()
 2019-07-16  7:44 UTC  (3+ messages)

[PATCH] hid-logitech-dj: rename "gaming" receiver to "lightspeed"
 2019-07-16  7:36 UTC 

[PATCH] mips: fix cacheinfo
 2019-07-16  7:36 UTC 

[PATCH 0/2] panic/printk/x86: Prevent some more printk-related deadlocks in panic()
 2019-07-16  7:28 UTC  (3+ messages)
` [PATCH 1/2] printk/panic: Access the main printk log in panic() only when safe
` [PATCH 2/2] printk/panic/x86: Allow to access printk log buffer after crash_smp_send_stop()

[PATCH] rtc: snvs: fix possible race condition
 2019-07-16  7:18 UTC 

[PATCH] net/sched: Make NET_ACT_CT depends on NF_NAT
 2019-07-16  7:16 UTC 

[PATCH] powerpc: remove meaningless KBUILD_ARFLAGS addition
 2019-07-16  7:14 UTC  (10+ messages)

[PATCH v2 0/3] mfd: mc13xxx: Fixes and enhancements for NXP's mc34708
 2019-07-16  7:02 UTC  (6+ messages)
` [PATCH v2 2/3] input: touchscreen mc13xxx: Make platform data optional

[PATCH 0/2] Remove 32-bit Xen PV guest support
 2019-07-16  6:58 UTC  (4+ messages)
    ` [Xen-devel] "

[PATCH v8 0/3] KVM: x86: Enable user wait instructions
 2019-07-16  6:55 UTC  (4+ messages)
` [PATCH v8 1/3] KVM: x86: Add support for "
` [PATCH v8 2/3] KVM: vmx: Emulate MSR IA32_UMWAIT_CONTROL
` [PATCH v8 3/3] KVM: vmx: Introduce handle_unexpected_vmexit and handle WAITPKG vmexit

[kbuild:kbuild 5/19] drivers/atm/eni.o: warning: objtool: eni_init_one()+0xe42: indirect call found in RETPOLINE build
 2019-07-16  6:57 UTC 

[PATCH v1] scsi: ufs: change msleep to usleep_range
 2019-07-16  6:54 UTC  (2+ messages)

[PATCH] Input: psmouse - Fix build error of multiple definition
 2019-07-16  6:54 UTC 

linux-next: Tree for Jul 15
 2019-07-16  6:44 UTC  (7+ messages)
` linux-next: Tree for Jul 15 (HEADERS_TEST w/ netfilter tables offload)

linux-next: build failure after merge of the kbuild tree
 2019-07-16  6:42 UTC  (3+ messages)

[PATCH] generic arch_futex_atomic_op_inuser() cleanup
 2019-07-16  6:22 UTC  (2+ messages)
` [PATCH v2] futex: "

[PATCH] mm/hmm: Fix bad subpage pointer in try_to_unmap_one
 2019-07-16  6:14 UTC  (7+ messages)

[GIT PULL] Backlight for v5.3
 2019-07-16  6:15 UTC  (3+ messages)

[PATCH 1/3] iio: imu: st_lsm6sdx: move some register definitions to sensor_settings struct
 2019-07-16  6:10 UTC  (4+ messages)
` [PATCH 2/3] iio: imu: st_lsm6dsx: add support for accel/gyro unit of lsm9sd1

linux-next: build warning after merge of the ntb tree
 2019-07-16  6:02 UTC  (4+ messages)

[PATCH v2] coccinelle: api: add devm_platform_ioremap_resource script
 2019-07-16  5:52 UTC 

linux-next: Tree for Jul 16
 2019-07-16  5:47 UTC 

[PATCH V2] mpt3sas: support target smid for [abort|query] task
 2019-07-16  5:44 UTC  (3+ messages)

[PATCH] mmc: host: sdhci: Fix the incorrect soft reset operation when runtime resuming
 2019-07-16  5:37 UTC  (5+ messages)

[LINUX PATCH v18 2/2] mtd: rawnand: pl353: Add basic driver for arm pl353 smc nand interface
 2019-07-16  5:31 UTC 

[PATCH v5 0/4] media: venus: Update clock scaling and core selection
 2019-07-16  5:09 UTC  (5+ messages)
` [PATCH v5 1/4] media: venus: Add codec data table
` [PATCH v5 2/4] media: venus: Update clock scaling
` [PATCH v5 3/4] media: venus: Update to bitrate based "
` [PATCH v5 4/4] media: venus: Update core selection

[PATCH] remoteproc: qcom: Move glink_ssr notification after stop
 2019-07-16  5:03 UTC 

[PATCH v2] PCI: Remove functions not called in include/linux/pci.h
 2019-07-16  4:58 UTC  (3+ messages)
` [PATCH v3] "
  ` [Linux-kernel-mentees] "

[PATCH] staging: vt6656: change alignment to match parenthesis
 2019-07-16  4:57 UTC 

[PATCH] X.509: Add messages for obsolete OIDs
 2019-07-16  4:51 UTC  (2+ messages)

[PATCH v4 0/4] media: venus: Update clock scaling and core selection
 2019-07-16  4:48 UTC  (7+ messages)
` [PATCH v4 3/4] media: venus: Update to bitrate based clock scaling
` [PATCH v4 4/4] media: venus: Update core selection

[GIT PULL] Please pull RDMA subsystem changes
 2019-07-16  4:35 UTC  (2+ messages)

[GIT PULL] PCI changes for v5.3
 2019-07-16  4:35 UTC  (2+ messages)

[PULL REQUEST] i2c for 5.3
 2019-07-16  4:35 UTC  (2+ messages)

[GIT PULL] power-supply changes for 5.3
 2019-07-16  4:35 UTC  (2+ messages)

[GIT PULL] MFD for v5.3
 2019-07-16  4:35 UTC  (2+ messages)

[PATCH 0/2] Fixes for sub-section hotplug
 2019-07-16  4:33 UTC  (3+ messages)
` [PATCH 1/2] mm,sparse: Fix deactivate_section for early sections


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