linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-17 17:54:21 to 2021-08-17 20:15:48 UTC [more...]

[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 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 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  (15+ messages)
` [PATCH v28 09/32] x86/mm: Introduce _PAGE_COW
` [PATCH v28 12/32] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v28 14/32] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v28 16/32] x86/mm: Update maybe_mkwrite() for shadow stack

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

[PATCH][next] drm/mgag200: Fix uninitialized variable delta
 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] gpio: remove the obsolete MX35 3DS BOARD MC9S08DZ60 GPIO functions
 2021-08-17 20:10 UTC  (2+ messages)

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

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

[PATCH Part1 RFC v4 00/36] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-17 20:04 UTC  (12+ messages)
` [PATCH Part1 RFC v4 15/36] x86/mm: Add support to validate memory when changing C-bit
` [PATCH Part1 RFC v4 16/36] KVM: SVM: define new SEV_FEATURES field in the VMCB Save State Area
` [PATCH Part1 RFC v4 20/36] x86/sev: Use SEV-SNP AP creation to start secondary CPUs

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

[GIT PULL] pinctrl: samsung: pull for v5.15
 2021-08-17 20:00 UTC  (2+ 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

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

[PATCH v2 1/1] perf stat: Add JSON output option
 2021-08-17 19:56 UTC  (4+ 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

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

[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  (5+ messages)

[PATCH] net: dsa: lantiq_gswip: Add 200ms assert delay
 2021-08-17 19:44 UTC  (2+ 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] lib/vsprintf: don't increment buf in bitmap_list_string
 2021-08-17 19:37 UTC 

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

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

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

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

[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 

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

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

[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

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

[PATCH 1/2] x86, Makefile: Move the CPU-specific 64-bit tuning settings to arch/x86/Makefile.cpu
 2021-08-17 19:12 UTC  (10+ messages)
` [PATCH 2/2] x86, Makefile: Add new generic x86-64 settings v2/v3/v4

[PATCH 0/2] staging: rtl8732bs: Fix sparse warnings
 2021-08-17 19:10 UTC  (3+ messages)

[syzbot] KASAN: use-after-free Write in null_skcipher_crypt
 2021-08-17 19:08 UTC  (3+ messages)

[PATCH][next] drm/amd/pm: Fix spelling mistake "firwmare" -> "firmware"
 2021-08-17 19:04 UTC  (2+ messages)

[RFC PATCH 0/2] driver core: kick deferred probe from delayed context
 2021-08-17 19:00 UTC  (3+ messages)
` [RFC PATCH 1/2] driver core: export driver_deferred_probe_trigger()
` [RFC PATCH 2/2] ASoC: SOF: trigger re-probing of deferred devices from workqueue

[PATCH] staging: r8188eu: refactor rtw_is_cckrates{only}_included()
 2021-08-17 18:59 UTC  (5+ messages)

[PATCH] f2fs: Add missing inline to f2fs_sanity_check_cluster() stub
 2021-08-17 18:58 UTC  (4+ messages)

[PATCH v3] staging: r8188eu: Remove code depending on NAT25_LOOKUP
 2021-08-17 18:57 UTC 

bpf: Implement minimal BPF perf link
 2021-08-17 18:57 UTC  (2+ messages)

[PATCH v3] platform/x86: intel_pmc_core: Prevent possibile overflow
 2021-08-17 18:56 UTC  (2+ messages)

[Patch v5 0/6] Introduce LMh driver for Qualcomm SoCs
 2021-08-17 18:56 UTC  (3+ messages)
` [Patch v5 6/6] dt-bindings: thermal: Add dt binding for QCOM LMh

[PATCH v2] tracing/gpu: Add imported size to gpu_mem_imported tracepoint
 2021-08-17 18:52 UTC 

[PATCH RESEND 0/8] hugetlb: add demote/split page functionality
 2021-08-17 18:49 UTC  (7+ messages)

[PATCH 1/2] dt-bindings:dp83867:Add binding for the status led
 2021-08-17 18:48 UTC  (2+ messages)

[PATCH v7 0/5] Add Alder Lake PCH-S support to PMC core driver
 2021-08-17 18:47 UTC  (3+ messages)
` [PATCH v7 1/5] platform/x86/intel: intel_pmc_core: Move intel_pmc_core* files to pmc subfolder

[BUG] RDMA/hw/qib/qib_iba6120: possible buffer underflow in rcvctrl_6120_mod()
 2021-08-17 18:46 UTC  (3+ messages)

[PATCH RFC 0/4] mm: Enable PM_SWAP for shmem with PTE_MARKER
 2021-08-17 18:46 UTC  (4+ messages)

[PATCH v2 0/7] ARM: dts: at91: add Exegin Q5xR5 and CalAmp LMU5000
 2021-08-17 18:46 UTC  (3+ messages)
` [PATCH v2 6/7] dt-bindings: ARM: at91: document exegin q5xr5 board

[ti:ti-rt-linux-5.10.y 6669/6833] drivers/net/ethernet/ti/prueth_lre.c:120:6: warning: no previous prototype for 'pru_spin_lock'
 2021-08-17 18:44 UTC 

[PATCH v3 0/7] Add minimal support for Exynos850 SoC
 2021-08-17 18:42 UTC  (3+ messages)
` [PATCH v3 7/7] arm64: dts: exynos: Add Exynos850 SoC support

[PATCH v2 00/12] Implement generic prot_guest_has() helper function
 2021-08-17 18:43 UTC  (15+ messages)
` [PATCH v2 03/12] x86/sev: Add an x86 version of prot_guest_has()
` [PATCH v2 05/12] x86/sme: Replace occurrences of sme_active() with prot_guest_has()
` [PATCH v2 06/12] x86/sev: Replace occurrences of sev_active() "

[PATCH v2] x86/acpi: Don't add CPUs that are not online capable
 2021-08-17 18:41 UTC  (3+ messages)

[PATCH 1/2] net: mii: make mii_ethtool_gset() return void
 2021-08-17 18:35 UTC  (2+ messages)
` [PATCH 2/2] net: pch_gbe: remove mii_ethtool_gset() error handling

[v2,00/12] Add basic SoC support for mediatek mt7986
 2021-08-17 18:35 UTC  (3+ messages)
` [v2,08/12] dt-bindings: rng: mediatek: add mt7986 to mtk rng binding

[PATCH] ipc: replace costly bailout check in sysvipc_find_ipc()
 2021-08-17 18:34 UTC  (2+ messages)

[PATCH v4] mm: Enable suspend-only swap spaces
 2021-08-17 18:32 UTC  (7+ messages)

[PATCH] kbuild: Enable -Wimplicit-fallthrough for clang 14.0.0+
 2021-08-17 18:25 UTC  (6+ messages)

[PATCH v7 1/2] tty: hvc: pass DMA capable memory to put_chars()
 2021-08-17 18:24 UTC  (2+ messages)

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

[PATCH][RFC] fix PTRACE_KILL
 2021-08-17 18:21 UTC  (2+ messages)

[PATCH 5.10 00/96] 5.10.60-rc1 review
 2021-08-17 18:20 UTC  (4+ messages)
` [PATCH 5.10 51/96] net: dsa: microchip: Fix ksz_read64()

[PATCH v1 0/2] of: property: Support for few more properties
 2021-08-17 18:18 UTC  (6+ messages)
` [PATCH v1 2/2] of: property: fw_devlink: Add support for "phy-handle" property

[PATCH] dt-bindings: remoteproc: k3-dsp: Update example to remove board specific
 2021-08-17 18:17 UTC  (2+ messages)

[PATCH v11 0/5] Add SPMI support for Mediatek SoC IC
 2021-08-17 18:17 UTC  (3+ messages)
` [PATCH v11 2/5] dt-bindings: spmi: document binding for the Mediatek SPMI controller

[PATCH 1/2] irqchip: irq-meson-gpio: make it possible to build as a module
 2021-08-17 18:12 UTC  (12+ messages)

[PATCH v16 0/9] PCI: Expose and manage PCI device reset
 2021-08-17 18:12 UTC  (11+ messages)
` [PATCH v16 1/9] PCI: Cache PCIe FLR capability
` [PATCH v16 2/9] PCI: Add pcie_reset_flr to follow calling convention of other reset methods
` [PATCH v16 3/9] PCI: Add new array for keeping track of ordering of "
` [PATCH v16 4/9] PCI: Remove reset_fn field from pci_dev
` [PATCH v16 5/9] PCI: Allow userspace to query and set device reset mechanism
` [PATCH v16 6/9] PCI: Define a function to set ACPI_COMPANION in pci_dev
` [PATCH v16 7/9] PCI: Setup ACPI fwnode early and at the same time with OF
` [PATCH v16 8/9] PCI: Add support for ACPI _RST reset method
` [PATCH v16 9/9] PCI: Change the type of probe argument in reset functions

[PATCH v16 0/9] PCI: Expose and manage PCI device reset
 2021-08-17 18:09 UTC  (10+ messages)
` [PATCH v16 1/9] PCI: Cache PCIe FLR capability
` [PATCH v16 2/9] PCI: Add pcie_reset_flr to follow calling convention of other reset methods
` [PATCH v16 3/9] PCI: Add new array for keeping track of ordering of "
` [PATCH v16 4/9] PCI: Remove reset_fn field from pci_dev
` [PATCH v16 5/9] PCI: Allow userspace to query and set device reset mechanism
` [PATCH v16 6/9] PCI: Define a function to set ACPI_COMPANION in pci_dev
` [PATCH v16 7/9] PCI: Setup ACPI fwnode early and at the same time with OF
` [PATCH v16 8/9] PCI: Add support for ACPI _RST reset method
` [PATCH v16 9/9] PCI: Change the type of probe argument in reset functions

[PATCH] powerpc/32s: Fix random crashes by adding isync() after locking/unlocking KUEP
 2021-08-17 18:03 UTC  (4+ messages)

[PATCH net v2 0/3] Clean up and fix error handling in mdio_mux_init()
 2021-08-17 18:08 UTC  (4+ messages)
` [PATCH net v2 1/3] net: mdio-mux: Delete unnecessary devm_kfree
` [PATCH net v2 2/3] net: mdio-mux: Don't ignore memory allocation errors
` [PATCH net v2 3/3] net: mdio-mux: Handle -EPROBE_DEFER correctly

amdgpu driver lock-up
 2021-08-17 18:08 UTC  (2+ messages)

[PATCH] macintosh: no need to initilise statics to 0
 2021-08-17 18:05 UTC  (3+ messages)

[PATCH v5 1/3] dt-bindings: pwm: Add Xilinx AXI Timer
 2021-08-17 18:04 UTC  (5+ messages)
` [PATCH v5 3/3] pwm: Add support for "

[PATCH v2 0/3] staging: r8188eu: changes to rtl8188e_Add_RateATid
 2021-08-17 18:02 UTC  (4+ messages)
` [PATCH v2 3/3] staging: r8188eu: perform cleanup in rtl8188e_Add_RateATid

[PATCH v2 2/3] staging: r8188eu: Remove code depending on NAT25_LOOKUP
 2021-08-17 17:55 UTC  (2+ messages)


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