linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-15 12:17:46 to 2021-08-15 23:10:36 UTC [more...]

[PATCH 0/3] PCI: aardvark: MSI interrupt fixes
 2021-08-15 23:10 UTC  (6+ messages)
` [PATCH 2/3] PCI: aardvark: Fix masking MSI interrupts

[PATCH v4 0/1] asus-wmi: add platform_profile support
 2021-08-15 23:05 UTC  (2+ messages)
` [PATCH v4 1/1] asus-wmi: Add support for platform_profile

[PATCH] staging: r8188eu: remove unused variable and DBG_88E in hal/rtl8188e_cmd.c
 2021-08-15 23:05 UTC 

[PATCH v3 0/1] asus-wmi: add platform_profile support
 2021-08-15 23:00 UTC  (10+ messages)
` [PATCH v3 1/1] asus-wmi: Add support for platform_profile

linux-next: manual merge of the powerpc tree with Linus' tree
 2021-08-15 22:27 UTC 

[tip:x86/build] BUILD SUCCESS 1463c2a27d59c69358ad1cbd869d3a8649695d8c
 2021-08-15 22:24 UTC 

[PATCH] staging: r8188eu: remove kernel version depended code paths
 2021-08-15 22:23 UTC  (3+ messages)

[PATCH] powerpc/head_check: use stdout for error messages
 2021-08-15 22:23 UTC 

include/asm-generic/uaccess.h:287:16: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-08-15 22:21 UTC 

[PATCH v7 00/13] iio: afe: add temperature rescaling support
 2021-08-15 22:14 UTC  (4+ messages)
` [PATCH v7 08/13] iio: afe: rescale: fix precision on fractional log scale

[PATCH 0/6] x86: PIRQ/ELCR-related fixes and updates
 2021-08-15 22:22 UTC  (2+ messages)

[PATCH][next] misc: gehc-achc: Fix spelling mistake "Verfication" -> "Verification"
 2021-08-15 22:00 UTC  (2+ messages)

[External][PATCH] power: supply: bq2415x: fix deadlock in bq2415x_set_autotimer
 2021-08-15 21:53 UTC  (2+ messages)

[PATCH][next] bpf, tests: Fix spelling mistake "shoft" -> "shift"
 2021-08-15 21:39 UTC 

[RFC PATCH v3 net-next 00/10] add support for VSC75XX control over SPI
 2021-08-15 21:35 UTC  (7+ messages)
` [RFC PATCH v3 net-next 09/10] net: dsa: ocelot: felix: "

[PATCH v6 0/5] AD7949 Fixes
 2021-08-15 21:33 UTC  (6+ messages)
` [PATCH v6 1/5] iio: adc: ad7949: define and use bitfield names
` [PATCH v6 2/5] iio: adc: ad7949: fix spi messages on non 14-bit controllers
` [PATCH v6 3/5] iio: adc: ad7949: add vref selection support
` [PATCH v6 4/5] dt-bindings: iio: adc: ad7949: update voltage reference bindings
` [PATCH v6 5/5] iio: adc: ad7949: use devm managed functions

[patch V5 00/72] locking, sched: The PREEMPT-RT locking infrastructure
 2021-08-15 21:29 UTC  (73+ messages)
` [patch V5 01/72] locking/local_lock: Add missing owner initialization
` [patch V5 02/72] locking/rtmutex: Set proper wait context for lockdep
` [patch V5 03/72] sched: Split out the wakeup state check
` [patch V5 04/72] sched: Introduce TASK_RTLOCK_WAIT
` [patch V5 05/72] sched: Reorganize current::__state helpers
` [patch V5 06/72] sched: Prepare for RT sleeping spin/rwlocks
` [patch V5 07/72] sched: Rework the __schedule() preempt argument
` [patch V5 08/72] sched: Provide schedule point for RT locks
` [patch V5 09/72] sched/wake_q: Provide WAKE_Q_HEAD_INITIALIZER
` [patch V5 10/72] media/atomisp: Use lockdep instead of *mutex_is_locked()
` [patch V5 11/72] rtmutex: Remove rt_mutex_is_locked()
` [patch V5 12/72] rtmutex: Convert macros to inlines
` [patch V5 13/72] rtmutex: Switch to try_cmpxchg()
` [patch V5 14/72] rtmutex: Split API and implementation
` [patch V5 15/72] rtmutex: Split out the inner parts of struct rtmutex
` [patch V5 16/72] locking/rtmutex: Provide rt_mutex_slowlock_locked()
` [patch V5 17/72] rtmutex: Provide rt_mutex_base_is_locked()
` [patch V5 18/72] locking: Add base code for RT rw_semaphore and rwlock
` [patch V5 19/72] locking/rwsem: Add rtmutex based R/W semaphore implementation
` [patch V5 20/72] locking/rtmutex: Add wake_state to rt_mutex_waiter
` [patch V5 21/72] locking/rtmutex: Provide rt_wake_q and helpers
` [patch V5 22/72] locking/rtmutex: Use rt_mutex_wake_q_head
` [patch V5 23/72] locking/rtmutex: Prepare RT rt_mutex_wake_q for RT locks
` [patch V5 24/72] locking/rtmutex: Guard regular sleeping locks specific functions
` [patch V5 25/72] locking/spinlock: Split the lock types header
` [patch V5 26/72] locking/rtmutex: Prevent future include recursion hell
` [patch V5 27/72] locking/lockdep: Reduce includes in debug_locks.h
` [patch V5 28/72] rbtree: Split out the rbtree type definitions
` [patch V5 29/72] locking/rtmutex: Include only rbtree types
` [patch V5 30/72] locking/spinlock: Provide RT specific spinlock type
` [patch V5 31/72] locking/spinlock: Provide RT variant header
` [patch V5 32/72] locking/rtmutex: Provide the spin/rwlock core lock function
` [patch V5 33/72] locking/spinlock: Provide RT variant
` [patch V5 34/72] locking/rwlock: "
` [patch V5 35/72] locking/rtmutex: Squash !RT tasks to DEFAULT_PRIO
` [patch V5 36/72] locking/mutex: Consolidate core headers
` [patch V5 37/72] locking/mutex: Move waiter to core header
` [patch V5 38/72] locking/ww_mutex: Move ww_mutex declarations into ww_mutex.h
` [patch V5 39/72] locking/mutex: Make mutex::wait_lock raw
` [patch V5 40/72] locking/ww_mutex: Simplify lockdep annotation
` [patch V5 41/72] locking/ww_mutex: Gather mutex_waiter initialization
` [patch V5 42/72] locking/ww_mutex: Split up ww_mutex_unlock()
` [patch V5 43/72] locking/ww_mutex: Split W/W implementation logic
` [patch V5 44/72] locking/ww_mutex: Remove __sched annotation
` [patch V5 45/72] locking/ww_mutex: Abstract waiter iteration
` [patch V5 46/72] locking/ww_mutex: Abstract waiter enqueueing
` [patch V5 47/72] locking/ww_mutex: Abstract mutex accessors
` [patch V5 48/72] locking/ww_mutex: Abstract mutex types
` [patch V5 49/72] locking/ww_mutex: Abstract internal lock access
` [patch V5 50/72] locking/ww_mutex: Implement rt_mutex accessors
` [patch V5 51/72] locking/ww_mutex: Add RT priority to W/W order
` [patch V5 52/72] locking/ww_mutex: Add rt_mutex based lock type and accessors
` [patch V5 53/72] locking/rtmutex: Extend the rtmutex core to support ww_mutex
` [patch V5 54/72] locking/ww_mutex: Implement rtmutex based ww_mutex API functions
` [patch V5 55/72] locking/rtmutex: Add mutex variant for RT
` [patch V5 56/72] lib/test_lockup: Adapt to changed variables
` [patch V5 57/72] futex: Validate waiter correctly in futex_proxy_trylock_atomic()
` [patch V5 58/72] futex: Cleanup stale comments
` [patch V5 59/72] futex: Clarify futex_requeue() PI handling
` [patch V5 60/72] futex: Remove bogus condition for requeue PI
` [patch V5 61/72] futex: Correct the number of requeued waiters for PI
` [patch V5 62/72] futex: Restructure futex_requeue()
` [patch V5 63/72] futex: Clarify comment in futex_requeue()
` [patch V5 64/72] futex: Reorder sanity checks "
` [patch V5 65/72] futex: Simplify handle_early_requeue_pi_wakeup()
` [patch V5 66/72] futex: Prevent requeue_pi() lock nesting issue on RT
` [patch V5 67/72] rtmutex: Prevent lockdep false positive with PI futexes
` [patch V5 68/72] preempt: Adjust PREEMPT_LOCK_OFFSET for RT
` [patch V5 69/72] locking/rtmutex: Implement equal priority lock stealing
` [patch V5 70/72] locking/rtmutex: Add adaptive spinwait mechanism
` [patch V5 71/72] locking/spinlock/rt: Prepare for RT local_lock
` [patch V5 72/72] locking/local_lock: Add PREEMPT_RT support

[RFC PATCH 0/2] Add PCI driver for the Apple M1
 2021-08-15 20:57 UTC  (6+ messages)
` [RFC PATCH 2/2] PCI: apple: Add "

[GIT PULL] configfs fix for Linux 5.14
 2021-08-15 20:57 UTC  (3+ messages)

[PATCH v10 0/6] Re-introduce TX FIFO resize for larger EP bursting
 2021-08-15 20:56 UTC  (16+ messages)

[PATCH v3] iommu/vt-d: Dump DMAR translation structure
 2021-08-15 20:38 UTC 

[RFC] coredump: Do not interrupt dump for TIF_NOTIFY_SIGNAL
 2021-08-15 20:42 UTC  (16+ messages)
        ` [CFT}[PATCH] coredump: Limit what can interrupt coredumps
                ` [PATCH] "

arch/csky/kernel/ftrace.c:152:6: warning: no previous prototype for 'prepare_ftrace_return'
 2021-08-15 20:40 UTC 

[GIT PULL] vboxsf fixes for 5.14-1
 2021-08-15 20:32 UTC  (7+ messages)
      ` Paragon NTFSv3 (was Re: [GIT PULL] vboxsf fixes for 5.14-1)

[PATCH 0/2] PCI: aardvark: Resource fixes
 2021-08-15 20:30 UTC  (8+ messages)
` [PATCH 2/2] arm64: dts: marvell: armada-37xx: Extend PCIe MEM space

[PATCH v14 000/138] Memory folios
 2021-08-15 20:23 UTC  (7+ messages)
` [PATCH v14 076/138] mm/writeback: Add folio_redirty_for_writepage()
` [PATCH v14 078/138] mm/filemap: Add folio_mkwrite_check_truncate()

[PATCH 4.4 00/25] 4.4.281-rc1 review
 2021-08-15 19:51 UTC  (2+ messages)

[PATCH 4.19 00/11] 4.19.204-rc1 review
 2021-08-15 19:50 UTC  (2+ messages)

[PATCH 5.10 00/19] 5.10.59-rc1 review
 2021-08-15 19:48 UTC  (5+ messages)
` [PATCH 5.10 12/19] vboxsf: Make vboxsf_dir_create() return the handle for the created file

[PATCH 29/29] arm64: dts: qcom: Harmonize DWC USB3 DT nodes name
 2021-08-15 19:46 UTC  (11+ messages)

[PATCH] drm/radeon: Add break to switch statement in radeonfb_create_pinned_object()
 2021-08-15 19:29 UTC 

drivers/scsi/mvumi.c:407:40: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-08-15 19:22 UTC 

[tip:master] BUILD SUCCESS 5b38334330db0396aa56c34a6ee88b06425a0986
 2021-08-15 19:22 UTC 

[PATCH v3 0/2] Apple M1 PCIe DT bindings
 2021-08-15 19:19 UTC  (7+ messages)
` [PATCH v3 1/2] dt-bindings: pci: Add DT bindings for apple,pcie

[PATCH] bus: ti-sysc: Add break in switch statement in sysc_init_soc()
 2021-08-15 19:18 UTC 

[PATCH 1/2] soc: aspeed: Add LPC mailbox support
 2021-08-15 19:05 UTC  (2+ messages)

[PATCH v2] drm: avoid races with modesetting rights
 2021-08-15 18:47 UTC  (3+ messages)

[PATCH] bus: ti-sysc: Fix error handling for sysc_check_active_timer()
 2021-08-15 18:05 UTC  (3+ messages)

[syzbot] BUG: unable to handle kernel paging request in alloc_huge_page
 2021-08-15 18:17 UTC  (4+ messages)

IIO, dmabuf, io_uring
 2021-08-15 18:02 UTC  (2+ messages)

[PATCH v5] drivers/iio: Remove all strcpy() uses
 2021-08-15 17:42 UTC 

[PATCH v5] tpm: Add Upgrade/Reduced mode support for TPM2 modules
 2021-08-15 17:28 UTC  (3+ messages)

[PATCH v4] drivers/iio: Remove all strcpy() uses
 2021-08-15 17:12 UTC  (9+ messages)

[GIT PULL] x86/urgent for v5.14-rc6
 2021-08-15 17:00 UTC  (2+ messages)

[GIT PULL] efi/urgent for v5.14-rc6
 2021-08-15 17:00 UTC  (2+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-5.14-5 tag
 2021-08-15 17:00 UTC  (2+ messages)

[GIT PULL] locking/urgent for v5.14-rc6
 2021-08-15 17:00 UTC  (2+ messages)

[GIT pull] irq/urgent for v5.14-rc6
 2021-08-15 17:00 UTC  (2+ messages)

[GIT PULL] KVM fixes for Linux 5.14-rc6
 2021-08-15 17:00 UTC  (2+ messages)

[PATCH v15 00/13] Introduce the Counter character device interface
 2021-08-15 16:57 UTC  (7+ messages)
` [PATCH v15 02/13] counter: Internalize sysfs interface code
` [PATCH v15 07/13] docs: counter: Document character device interface
` [PATCH v15 09/13] counter: Implement signalZ_action_component_id sysfs attribute

[syzbot] INFO: task can't die in __lock_sock
 2021-08-15 16:47 UTC 

[PATCH v1] opp: Drop empty-table checks from _put functions
 2021-08-15 16:43 UTC 

[PATCH v12 0/2] iio: accel: add support for ADXL355
 2021-08-15 16:29 UTC  (4+ messages)
` [PATCH v12 2/2] iio: accel: Add driver "

[syzbot] KASAN: use-after-free Write in ext4_write_inline_data
 2021-08-15 16:27 UTC 

[PATCH] percpu: remove the unnecessary operation for bitmaps in finding suitable region
 2021-08-15 16:19 UTC  (2+ messages)

[PATCH v4 0/3] Renesas RZ/G2L ADC driver support
 2021-08-15 16:04 UTC  (4+ messages)

[PATCH] lib: bitmap: Mute some odd section mismatch warning in xtensa kernel build
 2021-08-15 15:55 UTC  (2+ messages)

[rcu:dev.2021.08.12a] BUILD REGRESSION 3d4b7b3ca5de1d3669890684c3e60d3dad6ea468
 2021-08-15 15:51 UTC 

[PATCH v2] iio: pressure: hp03: update device probe to register with devm functions
 2021-08-15 15:53 UTC  (2+ messages)

[PATCH -next v2] include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.h
 2021-08-15 15:30 UTC  (2+ messages)

[PATCH v5 0/9] Add generic support for kdump DT properties
 2021-08-15 15:25 UTC  (2+ messages)

[PATCH v3 0/2] iio: accel: Add support for ADXL313 accelerometer
 2021-08-15 15:26 UTC  (3+ messages)
` [PATCH v3 2/2] iio: accel: Add driver support for ADXL313

[PATCH V3 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-08-15 15:21 UTC  (4+ messages)
` [PATCH V3 04/13] HV: Mark vmbus ring buffer visible to host in Isolation VM

[PATCH v2 0/4] open/accept directly into io_uring fixed file table
 2021-08-15 15:12 UTC  (11+ messages)

[PATCH] iio: accel: adxl355: Add triggered buffer support
 2021-08-15 15:04 UTC  (2+ messages)

[PATCH] of: fdt: Remove weak early_init_dt_mark_hotplug_memory_arch()
 2021-08-15 14:55 UTC  (2+ messages)

[PATCH] of: fdt: Remove early_init_dt_reserve_memory_arch() override capability
 2021-08-15 14:55 UTC  (2+ messages)

[PATCH v3 0/3] net: mdio: Add IPQ MDIO reset related function
 2021-08-15 14:50 UTC  (7+ messages)
` [PATCH v3 1/3] net: mdio: Add the reset function for IPQ MDIO driver
` [PATCH v3 2/3] MDIO: Kconfig: Specify more IPQ chipset supported
` [PATCH v3 3/3] dt-bindings: net: Add the properties for ipq4019 MDIO

[PATCH v2 1/1] perf stat: Add JSON output option
 2021-08-15 14:40 UTC  (2+ messages)

[PATCH v2 00/12] Implement generic prot_guest_has() helper function
 2021-08-15 14:39 UTC  (5+ messages)
` [PATCH v2 03/12] x86/sev: Add an x86 version of prot_guest_has()

[PATCH v3 0/2] iio: potentiometer: Add driver support for AD5110
 2021-08-15 14:39 UTC  (4+ messages)
` [PATCH v3 2/2] "

drivers/gpu/drm/bridge/analogix/anx7625.c:754:4: warning: Value stored to 'ret' is never read [clang-analyzer-deadcode.DeadStores]
 2021-08-15 14:29 UTC 

[tip:irq/urgent] BUILD SUCCESS 7a3dc4f35bf8e1a07e5c3f8ecc8ac923f48493fe
 2021-08-15 14:24 UTC 

[PATCH v4 0/5] virtiofs: propagate sync() to file server
 2021-08-15 14:14 UTC  (3+ messages)
` [PATCH v4 5/5] "

[PATCH 00/20] Move Intel platform drivers to intel directory to improve readability
 2021-08-15 14:08 UTC  (4+ messages)
` [PATCH 18/20] Move Intel thermal driver for menlow platform driver to intel/ "

[PATCH] fix slab-out-of-bounds in betopff_init function
 2021-08-15 14:07 UTC 

[tip:irq/core] BUILD SUCCESS 04c2721d3530f0723b4c922a8fa9f26b202a20de
 2021-08-15 14:05 UTC 

[PATCH v5] platform/x86: acer-wmi: Add Turbo Mode support for Acer PH315-53
 2021-08-15 13:50 UTC  (4+ messages)

[ANNOUNCE] v5.14-rc5-rt8
 2021-08-15 13:03 UTC  (10+ messages)

[rcu:dev.2021.08.12a 53/72] powerpc-linux-ld: cpu.c:undefined reference to `__udivdi3'
 2021-08-15 12:40 UTC 

[PATCH v2 0/3] fstests: add patient module remover
 2021-08-15 12:36 UTC  (7+ messages)
` [PATCH v2 1/3] fstests: use udevadm settle after pvremove
` [PATCH v2 2/3] common/module: add patient module rmmod support
` [PATCH v2 3/3] common/scsi_debug: use the patient module remover

Revert "video: fbdev: mxsfb: Remove driver"
 2021-08-15 12:31 UTC  (2+ messages)

Linux 5.13.11
 2021-08-15 12:29 UTC  (2+ messages)

Linux 5.10.59
 2021-08-15 12:29 UTC  (2+ messages)

[PATCH v4 35/35] mm, slub: convert kmem_cpu_slab protection to local_lock
 2021-08-15 12:27 UTC  (2+ messages)

[PATCH v9 1/5] Bluetooth: btusb: disable Intel link statistics telemetry events
 2021-08-15 12:17 UTC  (2+ messages)
` [PATCH v9 5/5] Bluetooth: set quality report callback for Intel


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