All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-17 19:12:52 to 2021-08-17 20:15:50 UTC [more...]

[patch V5 39/72] locking/mutex: Make mutex::wait_lock raw
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] "

[patch V5 38/72] locking/ww_mutex: Move ww_mutex declarations into ww_mutex.h
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] locking/ww_mutex: Move the ww_mutex definitions from <linux/mutex.h> into <linux/ww_mutex.h>

[patch V5 40/72] locking/ww_mutex: Simplify lockdep annotation
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] locking/ww_mutex: Simplify lockdep annotations

[patch V5 41/72] locking/ww_mutex: Gather mutex_waiter initialization
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] "

[patch V5 42/72] locking/ww_mutex: Split up ww_mutex_unlock()
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] "

[patch V5 43/72] locking/ww_mutex: Split W/W implementation logic
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] locking/ww_mutex: Split out the W/W implementation logic into kernel/locking/ww_mutex.h

[patch V5 46/72] locking/ww_mutex: Abstract waiter enqueueing
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] locking/ww_mutex: Abstract out "

[patch V5 44/72] locking/ww_mutex: Remove __sched annotation
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] locking/ww_mutex: Remove the __sched annotation from ww_mutex APIs

[patch V5 47/72] locking/ww_mutex: Abstract mutex accessors
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] locking/ww_mutex: Abstract out "

[patch V5 48/72] locking/ww_mutex: Abstract mutex types
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] locking/ww_mutex: Abstract out "

[patch V5 49/72] locking/ww_mutex: Abstract internal lock access
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] locking/ww_mutex: Abstract out internal lock accesses

[patch V5 45/72] locking/ww_mutex: Abstract waiter iteration
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] locking/ww_mutex: Abstract out the "

[patch V5 50/72] locking/ww_mutex: Implement rt_mutex accessors
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] "

[patch V5 52/72] locking/ww_mutex: Add rt_mutex based lock type and accessors
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] "

[patch V5 51/72] locking/ww_mutex: Add RT priority to W/W order
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] "

[patch V5 53/72] locking/rtmutex: Extend the rtmutex core to support ww_mutex
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] "

[patch V5 54/72] locking/ww_mutex: Implement rtmutex based ww_mutex API functions
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] "

[patch V5 55/72] locking/rtmutex: Add mutex variant for RT
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] "

[patch V5 56/72] lib/test_lockup: Adapt to changed variables
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] "

[patch V5 57/72] futex: Validate waiter correctly in futex_proxy_trylock_atomic()
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] "

[patch V5 58/72] futex: Cleanup stale comments
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] futex: Clean up "

[patch V5 60/72] futex: Remove bogus condition for requeue PI
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] "

[patch V5 59/72] futex: Clarify futex_requeue() PI handling
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] "

[patch V5 61/72] futex: Correct the number of requeued waiters for PI
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] "

[patch V5 65/72] futex: Simplify handle_early_requeue_pi_wakeup()
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH 0/9] huge tmpfs: shmem_is_huge() fixes and cleanups
 2021-08-17 20:14 UTC  (3+ messages)
` [PATCH 6/9] huge tmpfs: SGP_NOALLOC to stop collapse_file() on race

[PATCH v3 00/13] MT8195 SMI support
 2021-08-17 20:12 UTC  (6+ messages)
` [PATCH v3 02/13] dt-bindings: memory: mediatek: Add mt8195 smi sub common

[yocto] Getting bitbake error after 54% recipes are baked. #dunfell #yocto
 2021-08-17 20:14 UTC  (3+ messages)
`  "

[patch V5 64/72] futex: Reorder sanity checks in futex_requeue()
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] "

[patch V5 63/72] futex: Clarify comment in futex_requeue()
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] "

[patch V5 62/72] futex: Restructure futex_requeue()
 2021-08-17 20:14 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH 0/2] rtc: pch-rtc: add Intel Series PCH built-in read-only RTC
 2021-08-17 20:05 UTC  (6+ messages)

[patch V5 67/72] rtmutex: Prevent lockdep false positive with PI futexes
 2021-08-17 20:13 UTC  (2+ messages)
` [tip: locking/core] locking/rtmutex: "

[patch V5 66/72] futex: Prevent requeue_pi() lock nesting issue on RT
 2021-08-17 20:13 UTC  (2+ messages)
` [tip: locking/core] "

[patch V5 68/72] preempt: Adjust PREEMPT_LOCK_OFFSET for RT
 2021-08-17 20:13 UTC  (2+ messages)
` [tip: locking/core] "

[patch V5 70/72] locking/rtmutex: Add adaptive spinwait mechanism
 2021-08-17 20:13 UTC  (2+ messages)
` [tip: locking/core] "

[patch V5 69/72] locking/rtmutex: Implement equal priority lock stealing
 2021-08-17 20:13 UTC  (2+ messages)
` [tip: locking/core] "

[patch V5 72/72] locking/local_lock: Add PREEMPT_RT support
 2021-08-17 20:13 UTC  (2+ messages)
` [tip: locking/core] "

[patch V5 71/72] locking/spinlock/rt: Prepare for RT local_lock
 2021-08-17 20:13 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH] static_call: Update comment
 2021-08-17 20:13 UTC  (2+ messages)
` [tip: locking/core] static_call: Update API documentation

[PATCH v28 00/32] Control-flow Enforcement: Shadow Stack
 2021-08-17 20:13 UTC  (6+ messages)
` [PATCH v28 09/32] x86/mm: Introduce _PAGE_COW

[PATCH v2 0/5] Correctly handle plaform_get_irq()'s result in the i2C drivers
 2021-08-17 20:13 UTC  (14+ messages)
` [PATCH v2 1/5] i2c: hix5hd2: fix IRQ check
` [PATCH v2 2/5] i2c: mt65xx: "
` [PATCH v2 3/5] i2c: pmcmsp: "
` [PATCH v2 4/5] i2c: s3c2410: "
` [PATCH v2 5/5] i2c: xlp9xx: fix main "

[PATCH][next] drm/mgag200: Fix uninitialized variable delta
 2021-08-17 20:11 UTC  (3+ messages)

[OE-core][PATCH v3 1/2] wic: Add --no-fstab-update part option
 2021-08-17 20:11 UTC  (2+ messages)
` [OE-core][PATCH v3 2/2] oeqa: wic: Add tests for --no-fstab-update

[PATCH v2] virtio-pmem: PMEM device spec
 2021-08-17 20:11 UTC  (3+ messages)

[PATCH] iio: gyro: remove dead config dependencies on INPUT_MPU3050
 2021-08-17 20:11 UTC  (2+ messages)

[PATCH v10 0/2] Mediatek pinctrl patch on mt8195
 2021-08-17 20:09 UTC  (18+ messages)
` [PATCH v10 1/2] dt-bindings: pinctrl: mt8195: add rsel define

[PATCH net-next v2 0/8] Add Gigabit Ethernet driver support
 2021-08-17 20:11 UTC  (8+ messages)
` [PATCH net-next v2 1/8] ravb: Add struct ravb_hw_info to driver data

+ shmem-shmem_writepage-split-unlikely-i915-thp.patch added to -mm tree
 2021-08-17 20:11 UTC 

+ huge-tmpfs-decide-statst_blksize-by-shmem_is_huge.patch added to -mm tree
 2021-08-17 20:10 UTC 

+ huge-tmpfs-shmem_is_hugevma-inode-index.patch added to -mm tree
 2021-08-17 20:10 UTC 

+ huge-tmpfs-sgp_noalloc-to-stop-collapse_file-on-race.patch added to -mm tree
 2021-08-17 20:10 UTC 

+ huge-tmpfs-move-shmem_huge_enabled-upwards.patch added to -mm tree
 2021-08-17 20:10 UTC 

+ huge-tmpfs-revert-shmems-use-of-transhuge_vma_enabled.patch added to -mm tree
 2021-08-17 20:10 UTC 

+ huge-tmpfs-remove-shrinklist-addition-from-shmem_setattr.patch added to -mm tree
 2021-08-17 20:10 UTC 

[PATCH] gpio: remove the obsolete MX35 3DS BOARD MC9S08DZ60 GPIO functions
 2021-08-17 20:10 UTC  (2+ messages)

+ huge-tmpfs-fix-split_huge_page-after-falloc_fl_keep_size.patch added to -mm tree
 2021-08-17 20:10 UTC 

+ huge-tmpfs-fix-fallocatevanilla-advance-over-huge-pages.patch added to -mm tree
 2021-08-17 20:10 UTC 

[dpdk-dev] [PATCH v3] eal: allow hugetlbfs sub-directories
 2021-08-17 20:05 UTC  (3+ messages)
` [dpdk-dev] [PATCH] "

[PATCH] can: netlink: can_tdc_changelink(): assign tdc only after complete validation
 2021-08-17 20:04 UTC 

[PATCH Part1 RFC v4 00/36] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-17 20:04 UTC  (3+ messages)
` [PATCH Part1 RFC v4 20/36] x86/sev: Use SEV-SNP AP creation to start secondary CPUs

[Buildroot] [PATCH] package/boost: bump version to 1.77.0
 2021-08-17 20:01 UTC 

[Buildroot] [PATCH 1/1] package/tor: security bump version to 0.4.6.7
 2021-08-17 20:02 UTC  (2+ messages)

[GIT PULL] pinctrl: samsung: pull for v5.15
 2021-08-17 20:00 UTC  (3+ messages)

[Buildroot] [git commit] package/tor: security bump version to 0.4.6.7
 2021-08-17 20:01 UTC 

[PATCH v5 0/7] add the netlink interface for CAN-FD Transmitter Delay Compensation (TDC)
 2021-08-17 20:01 UTC  (11+ messages)
` [PATCH v5 2/7] can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_min
` [PATCH v5 5/7] can: netlink: add interface for CAN-FD Transmitter Delay Compensation (TDC)

Question regarding RTnet Ethernet Driver with PCIe MSI interrupts
 2021-08-17 20:01 UTC  (3+ messages)

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

[PATCH v5 0/3] Add DT bindings and DT nodes for USB in SC7280
 2021-08-17 19:58 UTC  (3+ messages)
` [PATCH v5 2/3] arm64: dts: qcom: sc7280: Add USB related nodes

[Buildroot] [PATCH 1/1] package/python-cryptography: depend comment on BR2_PACKAGE_PYTHON3
 2021-08-17 19:58 UTC  (2+ messages)

[PATCH V1 0/4] nvmem: introduce "reverse-data" property
 2021-08-17 19:58 UTC  (4+ messages)
` [PATCH V1 1/4] bindings: "

[Buildroot] [git commit] package/python-service-identity: depend comment on BR2_PACKAGE_PYTHON3
 2021-08-17 19:55 UTC 

[Buildroot] [git commit] package/python-treq: depend comment on BR2_PACKAGE_PYTHON3
 2021-08-17 19:55 UTC 

[PATCH v2 1/1] perf stat: Add JSON output option
 2021-08-17 19:56 UTC  (4+ messages)

[Buildroot] [git commit] package/python-keyring: depend comment on BR2_PACKAGE_PYTHON3
 2021-08-17 19:55 UTC 

[Buildroot] [git commit] package/python-pyopenssl: depend comment on BR2_PACKAGE_PYTHON3
 2021-08-17 19:55 UTC 

[Buildroot] [git commit] package/python-secretstorage: depend comment on BR2_PACKAGE_PYTHON3
 2021-08-17 19:55 UTC 

[Buildroot] [git commit] package/python-cryptography: depend comment on BR2_PACKAGE_PYTHON3
 2021-08-17 19:55 UTC 

ss command not showing raw sockets? (regression)
 2021-08-17 19:54 UTC  (6+ messages)

[PATCH 0/3] clean up interface between KVM and psp
 2021-08-17 19:54 UTC  (4+ messages)

[PATCH v4 00/35] SLUB: reduce irq disabled scope and make it RT compatible
 2021-08-17 19:53 UTC  (4+ messages)
` [PATCH v4 35/35] mm, slub: convert kmem_cpu_slab protection to local_lock

[PATCH v12 0/5] clk: clocking-wizard: Driver updates
 2021-08-17 19:52 UTC  (3+ messages)
` [PATCH v12 1/5] dt-bindings: add documentation of xilinx clocking wizard

+ mm-slub-convert-kmem_cpu_slab-protection-to-local_lock-fix-2.patch added to -mm tree
 2021-08-17 19:51 UTC 

[PATCH] drm/mgag200: Initialize delta variable in PLL compute function
 2021-08-17 19:50 UTC  (2+ messages)

[Buildroot] [git commit] package/libbpf: needs headers >= 4.13
 2021-08-17 19:49 UTC 

+ mm-slub-convert-kmem_cpu_slab-protection-to-local_lock-fix-2.patch added to -mm tree
 2021-08-17 19:50 UTC 

[Buildroot] [PATCH 1/1] package/libbpf: needs headers >= 4.13
 2021-08-17 19:50 UTC  (2+ messages)

[GIT PULL] tracing: Limit the shooting in the foot of tp_printk
 2021-08-17 19:49 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: Add support for {set|get} socket options from setsockopt BPF
 2021-08-17 19:49 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/atomic_vs_legacy_commit: check atomic vs legacy commit effect
 2021-08-17 19:49 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[Buildroot] [git commit] package/fontconfig: break circular dependency
 2021-08-17 19:31 UTC 

[PATCH v3 00/25] python: introduce Asynchronous QMP package
 2021-08-17 19:47 UTC  (15+ messages)
` [PATCH v3 07/25] python/aqmp: Add logging utility helpers
` [PATCH v3 08/25] python/aqmp: add logging to AsyncProtocol
` [PATCH v3 09/25] python/aqmp: add AsyncProtocol.accept() method
` [PATCH v3 10/25] python/aqmp: add configurable read buffer limit
` [PATCH v3 11/25] python/aqmp: add _cb_inbound and _cb_outbound logging hooks
` [PATCH v3 12/25] python/aqmp: add AsyncProtocol._readline() method
` [PATCH v3 13/25] python/aqmp: add QMP Message format

[Buildroot] [git commit] package/fontconfig: fix build with NLS
 2021-08-17 19:36 UTC 

[Buildroot] [PATCH 1/1] package/fontconfig: fix per-package build with NLS
 2021-08-17 19:48 UTC  (2+ messages)

[PATCH 0/2] drivers: mmc: Add wait_dat0 support for more devices
 2021-08-17 19:46 UTC  (3+ messages)
` [PATCH 1/2] drivers: mmc: Add wait_dat0 support for Freescale eSDHC driver
` [PATCH 2/2] drivers: mmc: Add wait_dat0 support for sdhci driver

[Buildroot] [PATCH 1/1] package/fontconfig: break circular dependency
 2021-08-17 19:47 UTC  (2+ messages)

[PATCH v3 00/10] virtiofsd: Allow using file handles instead of O_PATH FDs
 2021-08-17 19:45 UTC  (12+ messages)
` [PATCH v3 09/10] virtiofsd: Optionally fill lo_inode.fhandle
                    ` [Virtio-fs] "

[PATCH] dt-bindings: eeprom-93xx46: Convert to json schema\
 2021-08-17 19:46 UTC  (2+ messages)

[for-next][PATCH 00/19] tracing: Updates for 5.15
 2021-08-17 19:42 UTC  (19+ messages)
` [for-next][PATCH 01/19] tracing/boot: Fix a hist trigger dependency for boot time tracing
` [for-next][PATCH 02/19] tracing: Add linear buckets to histogram logic
` [for-next][PATCH 03/19] tracing/histogram: Update the documentation for the buckets modifier
` [for-next][PATCH 04/19] tracing: Have histogram types be constant when possible
` [for-next][PATCH 05/19] tracing: Allow execnames to be passed as args for synthetic events
` [for-next][PATCH 06/19] tracing: Simplify the Kconfig dependency of FTRACE
` [for-next][PATCH 08/19] tracing: Fix a typo in tracepoint.h
` [for-next][PATCH 09/19] tracing/boot: Add per-event histogram action options
` [for-next][PATCH 10/19] tracing/boot: Support multiple handlers for per-event histogram
` [for-next][PATCH 11/19] tracing/boot: Support multiple histograms for each event
` [for-next][PATCH 12/19] tracing/boot: Show correct histogram error command
` [for-next][PATCH 13/19] Documentation: tracing: Add histogram syntax to boot-time tracing
` [for-next][PATCH 14/19] tools/bootconfig: Support per-group/all event enabling option
` [for-next][PATCH 15/19] tools/bootconfig: Add histogram syntax support to bconf2ftrace.sh
` [for-next][PATCH 16/19] tools/bootconfig: Use per-group/all enable option in ftrace2bconf script
` [for-next][PATCH 17/19] bootconfig/tracing/ktest: Update ktest example for boot-time tracing
` [for-next][PATCH 18/19] tracepoint: Fix kerneldoc comments
` [for-next][PATCH 19/19] MAINTAINERS: Add an entry for os noise/latency

[PATCH] mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaim
 2021-08-17 19:45 UTC  (4+ messages)

[PATCH v2 0/3] Fix deferred probing in the I2C bus drivers
 2021-08-17 19:45 UTC  (5+ messages)
` [PATCH v3 1/2] i2c: iop3xx: fix deferred probing
` [PATCH v2 2/2] i2c: synquacer: "

[PATCH] net: dsa: lantiq_gswip: Add 200ms assert delay
 2021-08-17 19:44 UTC  (2+ messages)

[linux-next:master 285/8516] drivers/gpu/drm/i915/gem/i915_gem_ttm.c:360:55: warning: unused parameter 'bdev'
 2021-08-17 19:43 UTC  (2+ messages)

[PATCH v4 0/4] add support for systemd timers on Linux
 2021-08-17 19:43 UTC  (4+ messages)
` [PATCH v5 0/3] "

What's cooking in git.git (Aug 2021, #06; Mon, 16)
 2021-08-17 19:40 UTC  (6+ messages)

[PATCH net-next] net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()
 2021-08-17 19:40 UTC  (3+ messages)

[PATCH v2] Use kernel alloc wrappers and fix wargings
 2021-08-17 19:38 UTC  (4+ messages)
` [PATCH v2] fs/ntfs3: Fix one none utf8 char in source file
` [PATCH v2] fs/ntfs3: Do not use driver own alloc wrappers
` [PATCH v2] fs/ntfs3: Use kcalloc/kmalloc_array over kzalloc/kmalloc

[PATCH] i2c: sun6i-pw2i: Prefer strscpy over strlcpy
 2021-08-17 19:36 UTC  (3+ messages)

[PATCH] lib/vsprintf: don't increment buf in bitmap_list_string
 2021-08-17 19:37 UTC 

[PATCH] ci: add job for gcc-4.8 to GitHub Actions
 2021-08-17 19:36 UTC  (5+ messages)

[PATCH 0/7 v2] libsepol/cil: Line mark cleanup and fix
 2021-08-17 19:34 UTC  (2+ messages)

[PATCH/RFC 00/11] expose btrfs subvols in mount table correctly
 2021-08-17 19:34 UTC  (7+ messages)
` [PATCH] VFS/BTRFS/NFSD: provide more unique inode number for btrfs export

[PATCH v3 0/4] rcu, arm64: PREEMPT_RT fixlets
 2021-08-17 19:30 UTC  (5+ messages)
` [PATCH v3 2/4] sched: Introduce migratable()

[RFC PATCH BlueZ v3 0/1] method to notify/indicate to one device
 2021-08-17 19:30 UTC  (3+ messages)
` [RFC PATCH v3 BlueZ] Added GDBusMethod to notify one device of characteristic change
  ` [RFC,v3,BlueZ] "

[PATCH 0/7] In grep, no adding submodule ODB as alternates
 2021-08-17 19:29 UTC  (3+ messages)
` [PATCH v3 0/8] "

[PATCH 5.13 000/153] 5.13.12-rc2 review
 2021-08-17 19:29 UTC  (2+ messages)

[PATCH for-5.15 0/4] not connected 5.15 patches
 2021-08-17 19:28 UTC  (5+ messages)
` [PATCH 1/4] io_uring: better encapsulate buffer select for rw
` [PATCH 2/4] io_uring: reuse io_req_complete_post()
` [PATCH 3/4] io_uring: improve tctx_task_work() ctx referencing
` [PATCH 4/4] io_uring: improve same wq polling

[PATCH 5.10 00/98] 5.10.60-rc2 review
 2021-08-17 19:28 UTC  (2+ messages)

[PATCH 5.4 00/64] 5.4.142-rc2 review
 2021-08-17 19:28 UTC  (2+ messages)

[PATCH v4] vga: don't abort when adding a duplicate isa-vga device
 2021-08-17 19:26 UTC 

+ ia64-fix-typo-in-a-comment.patch added to -mm tree
 2021-08-17 19:27 UTC 

+ remap_file_pages-use-vma_lookup-instead-of-find_vma.patch added to -mm tree
 2021-08-17 19:25 UTC 

[hare-scsi-devel:eh-rework.v2 6/51] drivers/scsi/qla1280.c:1024:6: warning: variable 'rc' is used uninitialized whenever 'if' condition is false
 2021-08-17 19:24 UTC  (2+ messages)

U-Boot sunxi DM_I2C migration?
 2021-08-17 19:23 UTC  (4+ messages)

+ mm-slub-convert-kmem_cpu_slab-protection-to-local_lock-fix.patch added to -mm tree
 2021-08-17 19:23 UTC 

+ mm-memcontrol-fix-occasional-ooms-due-to-proportional-memorylow-reclaim-checkpatch-fixes.patch added to -mm tree
 2021-08-17 19:23 UTC 

[PATCH] i2c: remove dead PMC MSP TWI/SMBus/I2C driver
 2021-08-17 19:18 UTC  (2+ messages)

[PATCH] drm/panel-simple: Add Vivax TPC-9150 panel v3
 2021-08-17 19:13 UTC  (4+ messages)

[for-linus][PATCH] tracing: Apply trace filters on all output channels
 2021-08-17 19:15 UTC 

[PATCH v2 0/9] Add imx8ulp clock & reset driver support
 2021-08-17 19:15 UTC  (3+ messages)
` [PATCH v2 1/9] dt-bindings: clock: Add imx8ulp clock support

[PATCH 0/2] Add Vol+ support for sc7280-idp
 2021-08-17 19:15 UTC  (7+ messages)
` [PATCH 1/2] pinctrl: qcom: spmi-gpio: correct parent irqspec translation

+ mm-memcontrol-fix-occasional-ooms-due-to-proportional-memorylow-reclaim.patch added to -mm tree
 2021-08-17 19:13 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.