linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-29 12:01:16 to 2020-07-29 14:35:08 UTC [more...]

[PATCH v4 19/24] raid5: Use sequence counter with associated spinlock
 2020-07-29 14:33 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v4 23/24] kvm/eventfd: Use sequence counter with associated spinlock
 2020-07-29 14:33 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v4 20/24] iocost: Use sequence counter with associated spinlock
 2020-07-29 14:33 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v4 18/24] vfs: Use sequence counter with associated spinlock
 2020-07-29 14:33 UTC  (2+ messages)
` [tip: locking/core] "

[tip: locking/core] seqlock: Fold seqcount_LOCKNAME_t definition
 2020-07-29 14:33 UTC 

[PATCH v4 13/24] sched: tasks: Use sequence counter with associated spinlock
 2020-07-29 14:33 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v4 16/24] xfrm: policy: Use sequence counters with associated lock
 2020-07-29 14:33 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v4 14/24] netfilter: conntrack: Use sequence counter with associated spinlock
 2020-07-29 14:33 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v4 10/24] seqlock: Align multi-line macros newline escapes at 72 columns
 2020-07-29 14:33 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v4 12/24] dma-buf: Use sequence counter with associated wound/wait mutex
 2020-07-29 14:33 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v4 11/24] dma-buf: Remove custom seqcount lockdep class key
 2020-07-29 14:33 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v4 05/24] seqlock: Add kernel-doc for seqcount_t and seqlock_t APIs
 2020-07-29 14:33 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v4 01/24] Documentation: locking: Describe seqlock design and usage
 2020-07-29 14:33 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v4 02/24] seqlock: Properly format kernel-doc code samples
 2020-07-29 14:33 UTC  (2+ messages)
` [tip: locking/core] "

linux-next: build failure after merge of the printk tree
 2020-07-29 14:33 UTC  (13+ messages)
  ` [PATCH 0/2] locking/qspinlock: Break qspinlock_types.h header loop
    ` [PATCH 1/2] locking/atomic: Move ATOMIC_INIT into linux/types.h
      ` [tip: locking/core] "
    ` [PATCH 2/2] locking/qspinlock: Do not include atomic.h from qspinlock_types.h
      ` [tip: locking/core] "

[PATCH v4 03/24] seqlock: seqcount_t latch: End read sections with read_seqcount_retry()
 2020-07-29 14:33 UTC  (2+ messages)
` [tip: locking/core] "

x86/i8259: Use printk_deferred() to prevent deadlock
 2020-07-29 14:33 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH] arm, arm64: Fix selection of CONFIG_SCHED_THERMAL_PRESSURE
 2020-07-29 14:33 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH v4 04/24] seqlock: Reorder seqcount_t and seqlock_t API definitions
 2020-07-29 14:33 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v4 09/24] seqlock: Extend seqcount API with associated locks
 2020-07-29 14:33 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v4 06/24] seqlock: Implement raw_seqcount_begin() in terms of raw_read_seqcount()
 2020-07-29 14:33 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v4 07/24] lockdep: Add preemption enabled/disabled assertion APIs
 2020-07-29 14:33 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v4 08/24] seqlock: lockdep assert non-preemptibility on seqcount_t write
 2020-07-29 14:33 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v4 15/24] netfilter: nft_set_rbtree: Use sequence counter with associated rwlock
 2020-07-29 14:33 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v4 17/24] timekeeping: Use sequence counter with associated raw spinlock
 2020-07-29 14:33 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v4 21/24] NFSv4: Use sequence counter with associated spinlock
 2020-07-29 14:33 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v4 22/24] userfaultfd: Use sequence counter with associated spinlock
 2020-07-29 14:33 UTC  (2+ messages)
` [tip: locking/core] "

[tip: locking/core] seqcount: More consistent seqprop names
 2020-07-29 14:33 UTC 

[tip: locking/core] seqlock: Fold seqcount_LOCKNAME_init() definition
 2020-07-29 14:33 UTC 

[tip: locking/core] seqcount: Compress SEQCNT_LOCKNAME_ZERO()
 2020-07-29 14:33 UTC 

[PATCH V3fix ghak120] audit: initialize context values in case of mandatory events
 2020-07-29 14:33 UTC  (6+ messages)

[PATCH] scsi: sd: add runtime pm to open / release
 2020-07-29 14:32 UTC  (5+ messages)

[PATCH v4 00/78] drm/vc4: Support BCM2711 Display Pipeline
 2020-07-29 14:31 UTC  (5+ messages)
` [PATCH v4 14/78] drm/vc4: crtc: Assign output to channel automatically
` [PATCH v4 29/78] drm/vc4: crtc: Add a delay after disabling the PixelValve output

[PATCH 0/5] seqlock: Cleanups
 2020-07-29 14:29 UTC  (7+ messages)
` [PATCH 1/5] seqlock: s/__SEQ_LOCKDEP/__SEQ_LOCK/g
` [PATCH 2/5] seqlock: Fold seqcount_LOCKNAME_t definition
` [PATCH 3/5] seqlock: Fold seqcount_LOCKNAME_init() definition
` [PATCH 4/5] seqcount: Compress SEQCNT_LOCKNAME_ZERO()
` [PATCH 5/5] seqcount: More consistent seqprop names

[PATCH v8 0/5] Add support for iMX8MQ Display Controller Subsystem
 2020-07-29 14:19 UTC  (9+ messages)
` [PATCH v8 2/5] drm/imx: Add initial support for DCSS on iMX8MQ
` [PATCH v8 5/5] dt-bindings: display: imx: add bindings for DCSS

mmotm 2020-07-27-18-18 uploaded
 2020-07-29 14:18 UTC  (9+ messages)
` mmotm 2020-07-27-18-18 uploaded (mm/page_alloc.c)
        ` make oldconfig (Re: mmotm 2020-07-27-18-18 uploaded (mm/page_alloc.c))

[PATCH 1/3] ARM: exynos: clear L220_AUX_CTRL_NS_LOCKDOWN in default l2c_aux_val
 2020-07-29 14:18 UTC  (4+ messages)
` [PATCH 2/3] ARM: l2c: update prefetch bits in L2X0_AUX_CTRL using DT value
` [PATCH 3/3] ARM: exynos: use DT prefetch attributes rather than l2c_aux_val

[PATCH v2 0/9] ARM: mstar: DT filling out
 2020-07-29 14:17 UTC  (7+ messages)
` [PATCH v2 1/9] dt-bindings: arm: mstar: Add binding details for mstar,pmsleep

[PATCH V2 1/2] watchdog: imx7ulp: Strictly follow the sequence for wdog operations
 2020-07-29 14:17 UTC  (5+ messages)

(resend) [PATCH [linux-4.14.y]] dm cache: submit writethrough writes in parallel to origin and cache
 2020-07-29 14:16 UTC  (5+ messages)

[PATCH v10 0/5] support reserving crashkernel above 4G on arm64 kdump
 2020-07-29 14:14 UTC  (6+ messages)
` [PATCH v10 4/5] arm64: kdump: fix kdump broken with ZONE_DMA reintroduced

[RFC PATCH 0/6] decrease unnecessary gap due to pmem kmem alignment
 2020-07-29 14:12 UTC  (8+ messages)

[PATCH v18 0/3] da7280: haptic driver submission
 2020-07-29 14:09 UTC  (4+ messages)
` [PATCH v18 3/3] Input: new da7280 haptic driver

[PATCH v1] Porting Mediatek timer driver to kernel module
 2020-07-29 14:09 UTC  (6+ messages)
` [PATCH v1 1/2] kernel: time: export sched_clock_register function
` [PATCH v1 2/2] timer: mt6873: porting Mediatek timer driver to loadable module

linux-next: build failure after merge of the vhost tree
 2020-07-29 14:08 UTC  (2+ messages)

[PATCH v1 0/6] mm / virtio-mem: support ZONE_MOVABLE
 2020-07-29 14:06 UTC  (12+ messages)
` [PATCH v1 1/6] mm/page_alloc: tweak comments in has_unmovable_pages()
` [PATCH v1 3/6] mm/page_isolation: drop WARN_ON_ONCE() in set_migratetype_isolate()
` [PATCH v1 4/6] mm/page_isolation: cleanup set_migratetype_isolate()

[PATCH 0/3] Memory reclaim documentation fixes
 2020-07-29 14:05 UTC  (4+ messages)
` [PATCH 1/3] docs: cgroup: Explain reclaim protection target
` [PATCH 2/3] docs: cgroup: Note about sibling relative reclaim protection
` [PATCH 3/3] docs: cgroup: No special handling of unpopulated memcgs

Scheduler wakeup path tuning surface: Use-Cases and Requirements
 2020-07-29 14:01 UTC  (3+ messages)
          ` [SchedulerWakeupLatency] Skip energy aware task placement

[PATCH] staging: atomisp: move null check to earlier point
 2020-07-29 13:56 UTC 

[PATCH] perf tests: Fix test 68 zstd compression for s390
 2020-07-29 13:53 UTC 

[PATCH 1/2] dt-bindings: tlv320adcx140: Add GPO config and drive config
 2020-07-29 13:52 UTC  (2+ messages)

[PATCH] ASoC: tlv320adcx140: Fix various style errors and warnings
 2020-07-29 13:52 UTC  (2+ messages)

[RFC PATCH 0/5] madvise MADV_DOEXEC
 2020-07-29 13:52 UTC  (3+ messages)
` [RFC PATCH 3/5] mm: introduce VM_EXEC_KEEP

linux plumbers + clang + s390 virtualized testing
 2020-07-29 13:51 UTC  (3+ messages)

[Linux-kernel-mentees] [PATCH] drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()
 2020-07-29 13:49 UTC  (3+ messages)

[Linux-kernel-mentees] [PATCH] block/floppy: Prevent kernel-infoleak in raw_cmd_copyout()
 2020-07-29 13:42 UTC  (5+ messages)
` [Linux-kernel-mentees] [PATCH v2] "

[patch V5 00/15] entry, x86, kvm: Generic entry/exit functionality for host and guest
 2020-07-29 13:39 UTC  (3+ messages)

[PATCH] powerpc: fix function annotations to avoid section mismatch warnings with gcc-10
 2020-07-29 13:37 UTC 

[PATCH] vgacon: fix out of bounds write to the scrollback buffer
 2020-07-29 13:37 UTC  (2+ messages)

[PATCH v2 0/3] sched, arch_topology: Thermal pressure configuration cleanup
 2020-07-29 13:29 UTC  (7+ messages)
` [PATCH v2 2/3] sched: Cleanup SCHED_THERMAL_PRESSURE kconfig entry

[PATCH v1 0/4] [RFC] Implement Trampoline File Descriptor
 2020-07-29 13:29 UTC  (3+ messages)

[PATCH v2 0/3] media: vimc: Allow multiple capture devices to use the same sensor
 2020-07-29 13:27 UTC  (11+ messages)

[PATCH 0/4] KVM: SVM: SEV-ES groundwork
 2020-07-29 13:22 UTC  (5+ messages)
` [PATCH 1/4] KVM: SVM: nested: Don't allocate VMCB structures on stack
` [PATCH 2/4] KVM: SVM: Add GHCB definitions
` [PATCH 3/4] KVM: SVM: Add GHCB Accessor functions
` [PATCH 4/4] KVM: SVM: Use __packed shorthand

[PATCH v1] farsync: use generic power management
 2020-07-29 13:21 UTC  (3+ messages)

[PATCH 1/2] f2fs: compress: add sanity check during compressed cluster read
 2020-07-29 13:21 UTC  (2+ messages)
` [PATCH 2/2] f2fs: compress: disable compression mount option if compression is off

[PATCH bpf-next v2] Documentation/bpf: Use valid and new links in index.rst
 2020-07-29 13:15 UTC 

[PATCH] platform/x86:dell-laptop:Add battery charging thresholds and charging mode switch
 2020-07-29 13:14 UTC  (3+ messages)

[PATCH v2 0/5] Implement optional L1D flushing for
 2020-07-29 13:14 UTC  (3+ messages)
` [PATCH v2 4/5] prctl: Hook L1D flushing in via prctl

[PATCH bpf-next] Documentation/bpf: Use valid and new links in index.rst
 2020-07-29 13:09 UTC 

[PATCH] atm: fix atm_dev refcnt leaks in atmtcp_remove_persistent
 2020-07-29 13:06 UTC 

[PATCH 1/3] dt-bindings: gpio: sunxi:create a DT header for Allwinner pin controller
 2020-07-29 13:06 UTC  (4+ messages)

[PATCH v7 7/8] scsi: ufs: Move dumps in IRQ handler to error handler
 2020-07-29 13:02 UTC  (3+ messages)

[PATCH] checkpatch: skip macros when finding missing switch/case break
 2020-07-29 12:59 UTC 

[PATCH 0/7] gpio: dwapb: Refactor GPIO resources initialization
 2020-07-29 12:58 UTC  (6+ messages)
` [PATCH 4/7] gpio: dwapb: Convert driver to using the GPIO-lib-based IRQ-chip

INFO: rcu detected stall in smp_call_function
 2020-07-29 12:58 UTC  (2+ messages)

[PATCH 0/7] Optimization to improve cpu online/offline on Powerpc
 2020-07-29 12:54 UTC  (2+ messages)

[PATCH 1/1] vt_ioctl: prevent VT_RESIZEX font height change from causing potential out-of-bounds access
 2020-07-29 12:53 UTC  (2+ messages)

[PATCH V4] Softirq:avoid large sched delay from the pending softirqs
 2020-07-29 12:51 UTC  (5+ messages)

[PATCH V2] dmaengine: bcm-sba-raid: add missing put_device() call in sba_probe()
 2020-07-29 12:49 UTC 

[PATCH 00/17] Add BLK_CTRL support for i.MX8MP
 2020-07-29 12:46 UTC  (22+ messages)
` [PATCH 01/17] dt-bindings: clocks: imx8mp: Rename audiomix ids clocks to audio_blk_ctrl
` [PATCH 02/17] dt-bindings: reset: imx8mp: Add audio blk_ctrl reset IDs
` [PATCH 03/17] dt-bindings: clock: imx8mp: Add ids for the audio shared gate
` [PATCH 04/17] dt-bindings: clock: imx8mp: Add media blk_ctrl clock IDs
` [PATCH 05/17] dt-bindings: reset: imx8mp: Add media blk_ctrl reset IDs
` [PATCH 06/17] dt-bindings: clock: imx8mp: Add hdmi blk_ctrl clock IDs
` [PATCH 07/17] dt-bindings: reset: imx8mp: Add hdmi blk_ctrl reset IDs
` [PATCH 08/17] clk: imx8mp: Add audio shared gate
` [PATCH 09/17] arm64: dts: Remove imx-hdmimix-reset header file
` [PATCH 10/17] Documentation: bindings: clk: Add bindings for i.MX BLK_CTRL
` [PATCH 11/17] clk: imx: Add blk_ctrl combo driver
` [PATCH 12/17] clk: imx8mp: Add audio blk_ctrl clocks and resets
` [PATCH 13/17] clk: imx8mp: Add hdmi "
` [PATCH 14/17] clk: imx8mp: Add media "
` [PATCH 15/17] arm64: dts: imx8mp: Add audio_blk_ctrl node
` [PATCH 16/17] arm64: dts: imx8mp: Add media_blk_ctrl node
` [PATCH 17/17] arm64: dts: imx8mp: Add hdmi_blk_ctrl node

[char-misc-next] MAINTAINERS: Fix maintainer entry for mei driver
 2020-07-29 12:51 UTC  (2+ messages)

Minor RST rant
 2020-07-29 12:44 UTC  (5+ messages)

[PATCH] f2fs: fix deadlock between quota writes and checkpoint
 2020-07-29 12:42 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH RFC] rcu/segcblist: Add counters to segcblist datastructure
 2020-07-29 12:39 UTC  (3+ messages)

[PATCH] arm64: dts: sun50i-pinephone: add led flash
 2020-07-29 12:34 UTC  (2+ messages)

[PATCH v2] interconnect: Add bulk API helpers
 2020-07-29 12:34 UTC 

WARNING: suspicious RCU usage - while installing a VM on a CPU listed under nohz_full
 2020-07-29 12:34 UTC  (4+ messages)

[PATCH] net/mlx5e: fix bpf_prog refcnt leaks in mlx5e_alloc_rq
 2020-07-29 12:33 UTC 

misaligned vsyscall when vsyscall=emulate
 2020-07-29 12:22 UTC 

[PATCH] dmaengine: bcm-sba-raid: add missing put_device() call in sba_probe()
 2020-07-29 12:30 UTC 

[PATCH] dmaengine: at_hdmac: do exception handling appropriately in at_dma_xlate()
 2020-07-29 12:29 UTC 

[Intel-gfx] [PATCH v12 2/3] drm/i915: add syncobj timeline support
 2020-07-29 12:24 UTC 

[PATCH V13] printk: Add monotonic, boottime, and realtime timestamps
 2020-07-29 12:22 UTC  (2+ messages)

linux-next: Tree for Jul 29
 2020-07-29 12:22 UTC 

[PATCH v3 00/11] ACPI/NVDIMM: Runtime Firmware Activation
 2020-07-29 12:21 UTC  (5+ messages)
` [PATCH v3 10/11] PM, libnvdimm: Add runtime firmware activation support

[PATCH v2 1/3] KVM: LAPIC: Prevent setting the tscdeadline timer if the lapic is hw disabled
 2020-07-29 12:20 UTC  (3+ messages)
` [PATCH v2 3/3] KVM: SVM: Fix disable pause loop exit/pause filtering capability on SVM

[PATCH v1 0/3] arm64: dts: imx8mq: Add NWL DSI host controller to Librem 5 Devkit
 2020-07-29 12:19 UTC  (4+ messages)
` [PATCH v1 1/3] arm64: dts: imx8mq: Add NWL MIPI DSI controller
` [PATCH v1 2/3] arm64: dts: imx8mq-librem5-devkit: Enable the LCD panel
` [PATCH v1 3/3] arm64: defconfig: Enable imx8mq-librem5-devkit display stack

[PATCHv2] staging/speakup: Move out of staging
 2020-07-29 12:19 UTC  (3+ messages)

[GIT PULL] iommu/arm-smmu: Move driver files into their own subdir
 2020-07-29 12:18 UTC  (2+ messages)

[patch V4 00/15] entry, x86, kvm: Generic entry/exit functionality for host and guest
 2020-07-29 12:18 UTC  (4+ messages)
` [patch V4 04/15] entry: Provide generic interrupt entry/exit code

[PATCH v2 0/2] iommu: Move AMD and Intel Kconfig + Makefile bits into their directories
 2020-07-29 12:16 UTC  (3+ messages)

[PATCH][next] greybus: Use fallthrough pseudo-keyword
 2020-07-29 12:15 UTC  (4+ messages)
  ` [greybus-dev] "

[PATCH] test_power: Fix battery_current initial value
 2020-07-29 12:14 UTC 

[PATCH v5 1/4] dt-bindings: power: Add BQ27z561 compatible
 2020-07-29 12:06 UTC  (4+ messages)
` [PATCH v5 2/4] power: supply: bq27xxx_battery: Add the BQ27z561 Battery monitor
` [PATCH v5 3/4] dt-bindings: power: Add BQ28z610 compatible
` [PATCH v5 4/4] power: supply: bq27xxx_battery: Add the BQ28z610 Battery monitor

[PATCH v2 00/10] msm8992/4 updates
 2020-07-29 12:04 UTC  (10+ messages)
` [PATCH v2 03/10] arm64: dts: qcom: talkman: Add Synaptics RMI4 touchscreen
` [PATCH v2 04/10] arm64: dts: qcom: msm8994: Add USB support
` [PATCH v2 05/10] arm64: dts: qcom: msm8992: "
` [PATCH v2 06/10] arm64: dts: qcom: kitakami: Add Synaptics touchscreen
` [PATCH v2 07/10] arm64: dts: qcom: msm8994: Add SDHCI2 node
` [PATCH v2 08/10] arm64: dts: qcom: kitakami: Enable SDHCI2
` [PATCH v2 09/10] clk: qcom: gcc-msm8994: Fix up the driver and modernize it
` [PATCH v2 10/10] arm64: dts: qcom: msm8992/4: Add clocks property to gcc node

[PATCH v7 3/3] sched/uclamp: Fix a deadlock when enabling uclamp static key
 2020-07-29 12:02 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH v7 2/3] Documentation/sysctl: Document uclamp sysctl knobs
 2020-07-29 12:02 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH v7 1/3] sched/uclamp: Add a new sysctl to control RT default boost value
 2020-07-29 12:02 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH kernel] 9p/trans_fd: Check file mode at opening
 2020-07-29  6:06 UTC  (4+ messages)
` [V9fs-developer] "


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