linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-11 14:36:13 to 2020-08-11 16:55:16 UTC [more...]

[PATCH] sched/fair: Optimize dequeue_task_fair()
 2020-08-11 16:55 UTC  (2+ messages)

[PATCH v3 2/2] ASoC: Intel: Add period size constraint on strago board
 2020-08-11 16:54 UTC  (12+ messages)

[PATCH v2] clk: samsung: Prevent potential endless loop in the PLL set_rate ops
 2020-08-11 16:53 UTC  (9+ messages)

[PATCH] doc/zh_CN: resolve undefined label warning in admin-guide index
 2020-08-11 16:52 UTC  (2+ messages)

[PATCH v2] docs: remove the 2.6 "Upgrading I2C Drivers" guide
 2020-08-11 16:49 UTC  (2+ messages)

[RFC] libperf: Add support for user space counter access
 2020-08-11 16:49 UTC  (5+ messages)

[PATCH] docs: Fix function name trailing double-()s
 2020-08-11 16:48 UTC  (2+ messages)

[PATCH v3 0/4] MIPS: BCM63xx: board improvements
 2020-08-11 16:48 UTC  (8+ messages)
` [PATCH v3 1/4] MIPS: BCM63xx: remove duplicated new lines
` [PATCH v3 2/4] MIPS: BCM63xx: remove EHCI from BCM6348 boards
` [PATCH v3 3/4] MIPS: BCM63xx: enable EHCI for DWV-S0 board
` [PATCH v3 4/4] MIPS: BCM63xx: refactor board declarations

[PATCH v1] staging: greybus: audio: fix uninitialized value issue
 2020-08-11 16:45 UTC  (3+ messages)

[PATCH] mailmap: Update comments for with format and more detalis
 2020-08-11 16:46 UTC  (2+ messages)

[PATCH] task_work: only grab task signal lock when needed
 2020-08-11 16:45 UTC  (3+ messages)

[PATCH 4.19 00/48] 4.19.139-rc1 review
 2020-08-11 16:45 UTC  (4+ messages)
` [PATCH 4.19 47/48] i40e: Memory leak in i40e_config_iwarp_qvlist

[PATCH] docs: cdrom: Fix a typo and rst markup
 2020-08-11 16:44 UTC  (2+ messages)

[PATCH AUTOSEL 5.7 01/60] drm/tilcdc: fix leak & null ref in panel_connector_get_modes
 2020-08-11 16:42 UTC  (4+ messages)
` [PATCH AUTOSEL 5.7 03/60] net: mscc: ocelot: fix encoding destination ports into multicast IPv4 address

Please pick this kunit fix for stables (5.8 & 5.7)
 2020-08-11 16:42 UTC  (2+ messages)

[PATCH] Doc: admin-guide: use correct legends in kernel-parameters.txt
 2020-08-11 16:42 UTC  (2+ messages)

[PATCH v2 00/19] dlb2: introduce DLB 2.0 device driver
 2020-08-11 16:27 UTC  (20+ messages)
` [PATCH v2 01/19] dlb2: add skeleton for DLB 2.0 driver
` [PATCH v2 02/19] dlb2: initialize PF device
` [PATCH v2 03/19] dlb2: add resource and device initialization
` [PATCH v2 04/19] dlb2: add device ioctl layer and first three ioctls
` [PATCH v2 05/19] dlb2: add sched domain config and reset support
` [PATCH v2 06/19] dlb2: add runtime power-management support
` [PATCH v2 07/19] dlb2: add queue create and queue-depth-get ioctls
` [PATCH v2 08/19] dlb2: add ioctl to configure ports, query poll mode
` [PATCH v2 09/19] dlb2: add port mmap support
` [PATCH v2 10/19] dlb2: add start domain ioctl
` [PATCH v2 11/19] dlb2: add queue map and unmap ioctls
` [PATCH v2 12/19] dlb2: add port enable/disable ioctls
` [PATCH v2 13/19] dlb2: add CQ interrupt support
` [PATCH v2 14/19] dlb2: add domain alert support
` [PATCH v2 15/19] dlb2: add sequence-number management ioctls
` [PATCH v2 16/19] dlb2: add cos bandwidth get/set ioctls
` [PATCH v2 17/19] dlb2: add device FLR support
` [PATCH v2 18/19] dlb2: add basic PF sysfs interfaces
` [PATCH v2 19/19] dlb2: add ingress error handling

[PATCH] Bug fix to ELF Loader which rejects valid ELFs
 2020-08-11 16:39 UTC  (3+ messages)

[GIT PULL] Mount notifications
 2020-08-11 16:39 UTC  (23+ messages)
` [GIT PULL] Filesystem Information
        ` file metadata via fs API (was: [GIT PULL] Filesystem Information)

[PATCH v4] documentation: coccinelle: Improve command example for make C={1,2}
 2020-08-11 16:38 UTC  (2+ messages)

[PATCH] Driver-API: Documentation: Replace deprecated :c:func: Usage
 2020-08-11 16:36 UTC  (2+ messages)

"mm: consolidate pte_index() and pte_offset_*() definitions" broke ia64
 2020-08-11 16:35 UTC 

[PATCH 00/33] Add driver for HiSilicon SPMI PMIC for Hikey 970
 2020-08-11 16:35 UTC  (41+ messages)
` [PATCH 01/33] spmi: get rid of a warning when built with W=1
` [PATCH 02/33] spmi, regulator, mfd: add drivers for hikey970 SPMI PMIC
` [PATCH 03/33] spmi: hisi-spmi-controller: coding style fixup
` [PATCH 04/33] mfd, regulator: get rid of unused code at HiSilicon SPMI PMIC
` [PATCH 05/33] regulator: hisi_regulator_spmi: port it to upstream
` [PATCH 06/33] mfd: hisi_pmic_spmi: deal with non-static functions
` [PATCH 07/33] mfd: hisi_pmic_spmi: get rid of the static vars
` [PATCH 08/33] spmi: hisi-spmi-controller: fix it to probe successfully
` [PATCH 09/33] spmi: hisi-spmi-controller: fix a typo
` [PATCH 10/33] spmi: hisi-spmi-controller: adjust whitespaces at defines
` [PATCH 11/33] spmi: hisi-spmi-controller: use le32 macros where needed
` [PATCH 12/33] spmi: hisi-spmi-controller: add debug when values are read/write
` [PATCH 13/33] mfd, regulator: coding style fixups at the HiSilicon SPMI PMIC code
` [PATCH 14/33] spmi: add hisi-spmi-controller to the building system
` [PATCH 15/33] mfd: Kconfig: fix a typo
` [PATCH 16/33] spmi: hisi-spmi-controller: fix the dev_foo() logic
` [PATCH 17/33] mfd: pmic: add drivers for hi6421v600
` [PATCH 18/33] mfd: hi6421-spmi-pmic: get rid of unused OF properties
` [PATCH 19/33] spmi: hi6421-spmi-pmic: cleanup "
` [PATCH 20/33] regulator: hi6421v600-regulator: cleanup struct hisi_regulator
` [PATCH 21/33] regulator: hi6421v600-regulator: cleanup debug messages
` [PATCH 22/33] regulator: hi6421v600-regulator: use shorter names for OF properties
` [PATCH 23/33] regulator: hi6421v600-regulator: better handle modes
` [PATCH 24/33] regulator, mfd: change namespace for HiSilicon SPMI PMIC drivers
` [PATCH 25/33] regulator: hi6421v600-regulator: convert to use get/set voltage_sel
` [PATCH 26/33] regulator: hi6421v600-regulator: don't use usleep_range for off_on_delay
` [PATCH 27/33] regulator: hi6421v600-regulator: add a driver-specific debug macro
` [PATCH 28/33] regulator: hi6421v600-regulator: initialize ramp_delay
` [PATCH 29/33] regulator: hi6421v600-regulator: cleanup DT settings
` [PATCH 30/33] mfd, spmi, regulator: fix some coding style issues at HiSilicon SPMI PMIC
` [PATCH 31/33] dt: document HiSilicon SPMI controller and mfd/regulator properties
` [PATCH 32/33] dt: hisilicon: add support for the PMIC found on Hikey 970
` [PATCH 33/33] MAINTAINERS: add an entry for HiSilicon 6421v600 drivers

[PATCH v3 0/8] huge vmalloc mappings
 2020-08-11 16:32 UTC  (2+ messages)

[PATCH 0/7] regulator: fix deadlock vs memory reclaim
 2020-08-11 16:27 UTC  (6+ messages)
` [PATCH 1/7] regulator: push allocation in regulator_init_coupling() outside of lock
` [PATCH 7/7] regulator: remove superfluous lock in regulator_resolve_coupling()

[PATCH] Core-api: Documentation: Replace deprecated :c:func: Usage
 2020-08-11 16:27 UTC  (2+ messages)

sound/soc/codecs/max98373-sdw.c:325:4: warning: Variable 'i' is reassigned a value before the old one has been used
 2020-08-11 15:04 UTC  (2+ messages)

[PATCH] Dev-tools: Documentation: Replace deprecated :c:func: Usage
 2020-08-11 16:24 UTC  (2+ messages)

[PATCH] Filesystems: Documentation: Replace deprecated :c:func: Usage
 2020-08-11 16:23 UTC  (2+ messages)

[PATCH] serial: qcom_geni_serial: Fix recent kdb hang
 2020-08-11 16:21 UTC  (5+ messages)

[PATCH 0/2] perf: Allow closing siblings' file descriptors
 2020-08-11 16:21 UTC  (12+ messages)
` [PATCH 1/2] perf: Add closing sibling events' "

Linux 4.19.139
 2020-08-11 16:21 UTC  (2+ messages)

Linux 5.4.58
 2020-08-11 16:21 UTC  (2+ messages)

Linux 5.8.1
 2020-08-11 16:21 UTC  (2+ messages)

Linux 5.7.15
 2020-08-11 16:21 UTC  (2+ messages)

[PATCH 5.8 00/38] 5.8.1-rc1 review
 2020-08-11 16:20 UTC  (7+ messages)

[RFC-PATCH 0/2] __GFP_NO_LOCKS
 2020-08-11 16:19 UTC  (12+ messages)
` [RFC-PATCH 1/2] mm: Add __GFP_NO_LOCKS flag

VDPA Debug/Statistics
 2020-08-11 16:10 UTC  (5+ messages)

[RFC][PATCH 0/3] Tracing, Idle, RCU and such goodness
 2020-08-11 16:08 UTC  (4+ messages)

[PATCH] drm/msm/a6xx: fix crashdec section name typo
 2020-08-11 16:06 UTC  (2+ messages)

[PATCH 0/4] printk: reimplement LOG_CONT handling
 2020-08-11 16:05 UTC  (4+ messages)

[PATCH] USB: realtek_cr: fix return check for dma functions
 2020-08-11 16:03 UTC  (2+ messages)

[PATCH v2] module: Harden STRICT_MODULE_RWX
 2020-08-11 16:01 UTC  (8+ messages)

[PATCH] net/tls: Fix kmap usage
 2020-08-11 16:01 UTC  (2+ messages)

[PATCH v1 0/4] [RFC] Implement Trampoline File Descriptor
 2020-08-11 15:54 UTC  (9+ messages)

[PATCH] sched/fair: reduce preemption with IDLE tasks runable
 2020-08-11 15:54 UTC  (8+ messages)
  ` [PATCH] sched/fair: reduce preemption with IDLE tasks runable(Internet mail)

[RFC PATCH v5 00/11] Integrity Policy Enforcement LSM (IPE)
 2020-08-11 15:53 UTC  (17+ messages)
      ` [dm-devel] "

[PATCH 1/4] dt-bindings: arm: fsl: Add binding for Variscite VAR-SOM-MX8MM module
 2020-08-11 15:52 UTC  (5+ messages)
` [PATCH 2/4] dt-bindings: arm: fsl: Add binding for Variscite Symphony board with VAR-SOM-MX8MM
` [PATCH 3/4] arm64: dts: imx8mm-var-som: Add Variscite VAR-SOM-MX8MM System on Module
` [PATCH 4/4] arm64: dts: imx8mm-var-som-symphony: Add Variscite Symphony board with VAR-SOM-MX8MM

[PATCH v3] i2c: iproc: fix race between client unreg and isr
 2020-08-11 15:52 UTC  (2+ messages)

[mm] 2a9127fcf2: hackbench.throughput -69.2% regression
 2020-08-11 15:51 UTC 

memory leak in io_submit_sqes
 2020-08-11 15:49 UTC  (4+ messages)

regulator: deadlock vs memory reclaim
 2020-08-11 15:44 UTC  (6+ messages)

[PATCH] net: eliminate meaningless memcpy to data in pskb_carve_inside_nonlinear()
 2020-08-11 15:35 UTC  (2+ messages)

[PATCH v2 0/2] cpufreq: intel_pstate: Implement passive mode with HWP enabled
 2020-08-11 15:33 UTC  (4+ messages)
` [PATCH v7] "

[PATCH] tcp: fix TCP socks unreleased in BBR mode
 2020-08-11 15:32 UTC  (6+ messages)
` [PATCH v2 4.19] "

[PATCH v2 0/3] perf/x86/rapl: Add Intel SapphireRapids support
 2020-08-11 15:31 UTC  (4+ messages)
` [PATCH v2 1/3] perf/x86/rapl: Fix missing psys sysfs attributes
` [PATCH v2 2/3] perf/x86/rapl: Support multiple rapl unit quirks
` [PATCH v2 3/3] perf/x86/rapl: Add support for Intel SPR platform

[PATCH 00/22] crypto: add check for xts input length equal to zero
 2020-08-11 15:28 UTC  (7+ messages)
` [PATCH 19/22] crypto: inside-secure - "

[PATCH v3 3/5] mm: memcg/percpu: per-memcg percpu memory statistics
 2020-08-11 15:27 UTC  (6+ messages)
  ` [PATCH v3 4/5] mm: memcg: charge memcg percpu memory to the parent cgroup

[PATCH v2] mm/gup: Allow real explicit breaking of COW
 2020-08-11 15:27 UTC  (9+ messages)

[PATCH for 5.9 v2 0/4] FUTEX_SWAP (tip/locking/core)
 2020-08-11 15:26 UTC  (4+ messages)
` [PATCH for 5.9 v2 1/4] futex: introduce FUTEX_SWAP operation

power-off delay/hang due to commit 6d25be57 (mainline)
 2020-08-11 15:25 UTC  (11+ messages)

[PATCH] [v2] tools/objtool: Fix unnecessary jumps
 2020-08-11 15:24 UTC  (2+ messages)

[PATCH v36 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
 2020-08-11 15:16 UTC  (2+ messages)

[PATCH v2 1/2] clk: samsung: exynos5420: Add definition of clock ID for mout_sw_aclk_g3d
 2020-08-11 15:12 UTC  (2+ messages)
    ` [PATCH v2 2/2] clk: samsung: exynos5420: Avoid __clk_lookup() calls when enabling clocks

[PATCH] vt: defer kfree() of vc_screenbuf in vc_do_resize()
 2020-08-11 15:10 UTC  (5+ messages)

[PATCH] driver core: Let dev_err_probe() use the symbolic error code
 2020-08-11 15:06 UTC  (2+ messages)

[PATCH] debugfs: Fix module state check condition
 2020-08-11 15:01 UTC 

[RFC 0/5] Introduce NMI aware serial drivers
 2020-08-11 14:58 UTC  (5+ messages)

[PATCH v36 00/24] Intel SGX foundations
 2020-08-11 14:54 UTC  (6+ messages)
` [PATCH v36 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call

[PATCH V4 0/3] Intel Platform Monitoring Technology
 2020-08-11 14:50 UTC  (5+ messages)
` [PATCH V5 "

[PATCH v17 00/21] per memcg lru lock
 2020-08-11 14:47 UTC  (9+ messages)
` [PATCH v17 14/21] mm/compaction: do page isolation first in compaction

possible deadlock in __io_queue_deferred
 2020-08-11 14:45 UTC  (6+ messages)

[PATCH] fs: autofs: delete repeated words in comments
 2020-08-11 14:42 UTC  (3+ messages)

[PATCH RESEND] KVM: MIPS/VZ: Fix build error caused by 'kvm_run' cleanup
 2020-08-11 14:38 UTC  (3+ messages)

[PATCH RESEND 0/9] crypto: caam - xts(aes) updates
 2020-08-11 14:36 UTC  (3+ messages)
` [PATCH RESEND 4/9] crypto: caam/jr - add support for more XTS key lengths


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