linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-29 19:58:17 to 2018-08-29 22:40:44 UTC [more...]

[PATCH tip/core/rcu 0/52] Remove rcu_state pointers for v4.20/v5.0
 2018-08-29 22:38 UTC  (20+ messages)
` [PATCH tip/core/rcu 12/52] rcu: Remove rsp parameter from print_cpu_stall()
` [PATCH tip/core/rcu 15/52] rcu: Remove rsp parameter from rcu_gp_kthread_wake()
` [PATCH tip/core/rcu 19/52] rcu: Remove rsp parameter from __note_gp_changes()
` [PATCH tip/core/rcu 30/52] rcu: Remove rsp parameter from __rcu_pending()
` [PATCH tip/core/rcu 33/52] rcu: Remove rsp parameter from rcu_init_one() and friends
` [PATCH tip/core/rcu 36/52] rcu: Remove rsp parameter from rcu_spawn_one_boost_kthread()
` [PATCH tip/core/rcu 37/52] rcu: Remove rsp parameter from print_cpu_stall_info()
` [PATCH tip/core/rcu 39/52] rcu: Remove rsp parameter from expedited grace-period functions
` [PATCH tip/core/rcu 40/52] rcu: Remove rsp parameter from rcu_node tree accessor macros
` [PATCH tip/core/rcu 41/52] rcu: Remove rcu_data structure's ->rsp field
` [PATCH tip/core/rcu 43/52] rcu: Remove for_each_rcu_flavor() flavor-traversal macro
` [PATCH tip/core/rcu 45/52] rcu: Restructure rcu_check_gp_kthread_starvation()
` [PATCH tip/core/rcu 46/52] rcu: Eliminate stall-warning use of rsp
` [PATCH tip/core/rcu 47/52] rcu: Eliminate grace-period management code "
` [PATCH tip/core/rcu 48/52] rcu: Eliminate callback-invocation/invocation "
` [PATCH tip/core/rcu 49/52] rcu: Eliminate quiescent-state and grace-period-nonstart "
` [PATCH tip/core/rcu 50/52] rcu: Eliminate RCU-barrier "
` [PATCH tip/core/rcu 51/52] rcu: Eliminate initialization-time "
` [PATCH tip/core/rcu 52/52] rcu: Fix typo in force_qs_rnp()'s parameter's parameter

various dma_mask fixups
 2018-08-29 22:38 UTC  (2+ messages)

[PATCH][V2] power: supply: cros_usbpd: remove unused pointer 'dev'
 2018-08-29 22:34 UTC  (2+ messages)

[PATCH] power: supply: ab8500_fg: fix obsolete function
 2018-08-29 22:33 UTC  (2+ messages)

[PATCH] power: supply: maxim: Add SPDX license identifiers
 2018-08-29 22:32 UTC  (2+ messages)

[PATCH RESEND v3 0/6] drm/nouveau: Backlight fixes and cleanup
 2018-08-29 22:28 UTC  (7+ messages)
` [PATCH RESEND v3 1/6] drm/nouveau: Check backlight IDs are >= 0, not > 0
` [PATCH RESEND v3 2/6] drm/nouveau: Add NV_PRINTK_ONCE and variants
` [PATCH RESEND v3 3/6] drm/nouveau: Move backlight device into nouveau_connector
` [PATCH RESEND v3 4/6] drm/nouveau: s/nouveau_backlight_exit/nouveau_backlight_fini/
` [PATCH RESEND v3 5/6] drm/nouveau: Cleanup indenting in nouveau_backlight.c
` [PATCH RESEND v3 6/6] drm/nouveau: Refactor nvXX_backlight_init()

[PATCH v3 0/5] drm/nouveau: Backlight fixes and cleanup
 2018-08-29 22:26 UTC  (6+ messages)
` [PATCH v3 1/5] drm/nouveau: Add NV_PRINTK_ONCE and variants
` [PATCH v3 2/5] drm/nouveau: Move backlight device into nouveau_connector
` [PATCH v3 3/5] drm/nouveau: s/nouveau_backlight_exit/nouveau_backlight_fini/
` [PATCH v3 4/5] drm/nouveau: Cleanup indenting in nouveau_backlight.c
` [PATCH v3 5/5] drm/nouveau: Refactor nvXX_backlight_init()

[PATCH] fix crash on ocfs2_duplicate_clusters_by_page
 2018-08-29 22:25 UTC  (2+ messages)

[PATCH tip/core/rcu 0/19] RCU flavor-consolidation changes for v4.20/v5.0
 2018-08-29 22:22 UTC  (21+ messages)
` [PATCH tip/core/rcu 01/19] rcu: Refactor rcu_{nmi,irq}_{enter,exit}()
` [PATCH tip/core/rcu 02/19] rcu: Defer reporting RCU-preempt quiescent states when disabled
` [PATCH tip/core/rcu 03/19] rcutorture: Test extended "rcu" read-side critical sections
` [PATCH tip/core/rcu 04/19] rcu: Allow processing deferred QSes for exiting RCU-preempt readers
` [PATCH tip/core/rcu 05/19] rcu: Remove now-unused ->b.exp_need_qs field from the rcu_special union
` [PATCH tip/core/rcu 06/19] rcu: Add warning to detect half-interrupts
` [PATCH tip/core/rcu 07/19] rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safe
` [PATCH tip/core/rcu 08/19] rcu: Report expedited grace periods at context-switch time
` [PATCH tip/core/rcu 09/19] rcu: Define RCU-bh update API in terms of RCU
` [PATCH tip/core/rcu 10/19] rcu: Update comments and help text for no more RCU-bh updaters
` [PATCH tip/core/rcu 11/19] rcu: Drop "wake" parameter from rcu_report_exp_rdp()
` [PATCH tip/core/rcu 12/19] rcu: Fix typo in rcu_get_gp_kthreads_prio() header comment
` [PATCH tip/core/rcu 13/19] rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT builds
` [PATCH tip/core/rcu 14/19] rcu: Express Tiny RCU updates in terms of RCU rather than RCU-sched
` [PATCH tip/core/rcu 15/19] rcu: Remove RCU_STATE_INITIALIZER()
` [PATCH tip/core/rcu 16/19] rcu: Eliminate rcu_state structure's ->call field
` [PATCH tip/core/rcu 17/19] rcu: Remove rcu_state structure's ->rda field
` [PATCH tip/core/rcu 18/19] rcu: Remove rcu_state_p pointer to default rcu_state structure
` [PATCH tip/core/rcu 19/19] rcu: Remove rcu_data_p pointer to default rcu_data structure

futex_cmpxchg_enabled breakage
 2018-08-29 22:22 UTC 

[PATCH] MIPS: BCM47XX: Enable USB power on Netgear WNDR3400v3
 2018-08-29 22:15 UTC  (2+ messages)

[PATCH 00/21] staging:rtl8192u: Refactor ht_capability_ele - Style
 2018-08-29 21:55 UTC  (25+ messages)
` [PATCH 01/21] staging:rtl8192u: Rename AdvCoding "
` [PATCH 02/21] staging:rtl8192u: Rename ChlWidth "
` [PATCH 03/21] staging:rtl8192u: Rename MimoPwrSave "
` [PATCH 04/21] staging:rtl8192u: Rename GreenField "
` [PATCH 05/21] staging:rtl8192u: Rename ShortGI20Mhz "
` [PATCH 06/21] staging:rtl8192u: Rename ShortGI40Mhz "
` [PATCH 07/21] staging:rtl8192u: Rename TxSTBC "
` [PATCH 08/21] staging:rtl8192u: Rename RxSTBC "
` [PATCH 09/21] staging:rtl8192u: Rename DelayBA "
` [PATCH 10/21] staging:rtl8192u: Rename MaxAMSDUSize "
` [PATCH 11/21] staging:rtl8192u: Rename DssCCk "
` [PATCH 12/21] staging:rtl8192u: Rename PSMP "
` [PATCH 13/21] staging:rtl8192u: Rename Rsvd1 "
` [PATCH 14/21] staging:rtl8192u: Rename LSigTxopProtect "
` [PATCH 15/21] staging:rtl8192u: Rename MaxRxAMPDUFactor "
` [PATCH 16/21] staging:rtl8192u: Rename MPDUDensity "
` [PATCH 17/21] staging:rtl8192u: Rename Rsvd2 "
` [PATCH 18/21] staging:rtl8192u: Rename MCS "
` [PATCH 19/21] staging:rtl8192u: Rename ExtHTCapInfo "
` [PATCH 20/21] staging:rtl8192u: Rename TxBFCap "
` [PATCH 21/21] staging:rtl8192u: Rename ASCap "

Add SoundWire tree to linux-next
 2018-08-29 21:50 UTC  (2+ messages)

[PATCH tip/core/rcu 0/17] Torture-test changes for v4.20/v5.0
 2018-08-29 21:47 UTC  (18+ messages)
` [PATCH tip/core/rcu 01/17] torture: Stop overwriting Make.out file with obsolete version
` [PATCH tip/core/rcu 02/17] rcutorture: Force occasional reader waits
` [PATCH tip/core/rcu 03/17] rcutorture: Warn on bad torture type for built-in tests
` [PATCH tip/core/rcu 04/17] rcuperf: Warn on bad perf "
` [PATCH tip/core/rcu 05/17] rcutorture: Remove TREE06 and TREE08 from the default test list
` [PATCH tip/core/rcu 06/17] rcutorture: Add forward-progress tests for RCU grace periods
` [PATCH tip/core/rcu 07/17] rcutorture: Also use GP sequence to judge forward progress
` [PATCH tip/core/rcu 08/17] rcutorture: Avoid no-test complaint if too few forward-progress tries
` [PATCH tip/core/rcu 09/17] rcutorture: Vary forward-progress test interval
` [PATCH tip/core/rcu 10/17] rcutorture: Add self-propagating callback to forward-progress testing
` [PATCH tip/core/rcu 11/17] rcutorture: Increase rcu_read_delay() longdelay_ms
` [PATCH tip/core/rcu 12/17] rcutorture: Limit reader duration if irq or bh disabled
` [PATCH tip/core/rcu 13/17] rcutorture: Reduce priority of forward-progress testing
` [PATCH tip/core/rcu 14/17] rcutorture: Adjust number of reader kthreads per CPU-hotplug operations
` [PATCH tip/core/rcu 15/17] rcutorture: Print forward-progress test interval on error
` [PATCH tip/core/rcu 16/17] rcutorture: Check GP completion at stutter end
` [PATCH tip/core/rcu 17/17] rcutorture: Maintain self-propagating CB only during forward-progress test

Simplifying our RCU models
 2018-08-29 21:47 UTC  (11+ messages)

[RFC PATCH 0/6] x86: text_poke() fixes
 2018-08-29 21:38 UTC  (13+ messages)
` [RFC PATCH 1/6] x86/alternative: assert text_mutex is taken
` [RFC PATCH 2/6] x86/mm: temporary mm struct

[PATCH v2 0/5] drm/nouveau: Backlight fixes and cleanup
 2018-08-29 21:36 UTC  (6+ messages)
` [PATCH v2 1/5] drm/nouveau: Check backlight IDs are >= 0, not > 0
` [PATCH v2 2/5] drm/nouveau: Move backlight device into nouveau_connector
` [PATCH v2 3/5] drm/nouveau: s/nouveau_backlight_exit/nouveau_backlight_fini/
` [PATCH v2 4/5] drm/nouveau: Cleanup indenting in nouveau_backlight.c
` [PATCH v2 5/5] drm/nouveau: Refactor nvXX_backlight_init()

[PATCH v5 00/27] arm64: provide pseudo NMI with GICv3
 2018-08-29 21:35 UTC  (3+ messages)
` [PATCH v5 07/27] arm64: xen: Use existing helper to check interrupt status

[PATCH v5 00/18] JZ4780 DMA patchset v5
 2018-08-29 21:33 UTC  (19+ messages)
` [PATCH v5 01/18] dt-bindings: jz4780-dma: Update bindings to reflect driver changes
` [PATCH v5 02/18] dmaengine: dma-jz4780: Return error if not probed from DT
` [PATCH v5 03/18] dmaengine: dma-jz4780: Avoid hardcoding number of channels
` [PATCH v5 04/18] dmaengine: dma-jz4780: Separate chan/ctrl registers
` [PATCH v5 05/18] dmaengine: dma-jz4780: Use 4-word descriptors
` [PATCH v5 06/18] dmaengine: dma-jz4780: Don't depend on MACH_JZ4780
` [PATCH v5 07/18] dmaengine: dma-jz4780: Add support for the JZ4770 SoC
` [PATCH v5 08/18] dmaengine: dma-jz4780: Add support for the JZ4740 SoC
` [PATCH v5 09/18] dmaengine: dma-jz4780: Add support for the JZ4725B SoC
` [PATCH v5 10/18] dmaengine: dma-jz4780: Enable Fast DMA to the AIC
` [PATCH v5 11/18] dmaengine: dma-jz4780: Add missing residue DTC mask
` [PATCH v5 12/18] dmaengine: dma-jz4780: Simplify jz4780_dma_desc_residue()
` [PATCH v5 13/18] dmaengine: dma-jz4780: Set DTCn register explicitly
` [PATCH v5 14/18] dmaengine: dma-jz4780: Further residue status fix
` [PATCH v5 15/18] dmaengine: dma-jz4780: Use dma_set_residue()
` [PATCH v5 16/18] MIPS: JZ4780: DTS: Update DMA node to match driver changes
` [PATCH v5 17/18] MIPS: JZ4770: DTS: Add DMA nodes
` [PATCH v5 18/18] MIPS: JZ4740: "

[PATCH v3 1/3] mm: rework memcg kernel stack accounting
 2018-08-29 21:33 UTC  (4+ messages)
` [PATCH v3 3/3] mm: don't miss the last page because of round-off error

[PATCH] net: sched: Fix memory exposure from short TCA_U32_SEL
 2018-08-29 21:33 UTC  (10+ messages)

[PATCH v2 1/3] mm: rework memcg kernel stack accounting
 2018-08-29 21:30 UTC  (4+ messages)

[4.14.66-rt40] [report][cpuhotplug] BUG: sleeping function called from invalid context at kernel/locking/rtmutex.c:974
 2018-08-29 21:28 UTC  (3+ messages)

[PATCH v4] drm/i915: Re-apply "Perform link quality check, unconditionally during long pulse"
 2018-08-29 21:28 UTC  (5+ messages)
    ` [Intel-gfx] "

[PATCH tip/core/rcu 0/3] SRCU updates for v4.20/v5.0
 2018-08-29 21:23 UTC  (4+ messages)
` [PATCH tip/core/rcu 1/3] srcu: Make call_srcu() available during very early boot
` [PATCH tip/core/rcu 2/3] rcutorture: Test early boot call_srcu()
` [PATCH tip/core/rcu 3/3] srcu: Make early-boot call_srcu() reuse workqueue lists

[PATCH 0/7] media: imx274: miscellaneous improvements
 2018-08-29 21:23 UTC  (4+ messages)
` [PATCH 3/7] media: imx274: don't hard-code the subdev name to DRIVER_NAME

[PATCH v5 0/5] seccomp trap to userspace
 2018-08-29 21:21 UTC  (4+ messages)
` [PATCH v5 1/5] seccomp: add a return code to "

[rfc] leds: add TI LMU backlight driver
 2018-08-29 21:20 UTC 

[PATCH tip/core/rcu 0/6] Documentation updates for v4.20/v5.0
 2018-08-29 21:17 UTC  (7+ messages)
` [PATCH tip/core/rcu 1/6] doc: Add design documentation on interruption of NMI handlers
` [PATCH tip/core/rcu 2/6] doc: Fix broken RCU-requirements link to LKML archive
` [PATCH tip/core/rcu 3/6] doc: Improve rcu_dynticks::dynticks documentation
` [PATCH tip/core/rcu 4/6] doc: Update documentation for removal of RCU-bh update machinery
` [PATCH tip/core/rcu 5/6] doc: Fix broken HTML directive
` [PATCH tip/core/rcu 6/6] doc: Update documentation for removal of RCU-sched update machinery

Patch "asm-generic/bitops/lock.h: Rewrite using atomic_fetch_" causes kernel crash
 2018-08-29 21:16 UTC  (2+ messages)

efi boot failures due to PTI with 32 bit builds and Intel CPUs
 2018-08-29 21:12 UTC  (3+ messages)

[PATCH RFC memory-model 0/7] Memory-model changes
 2018-08-29 21:10 UTC  (8+ messages)
` [PATCH RFC LKMM 1/7] tools/memory-model: Add extra ordering for locks and remove it for ordinary release/acquire
` [PATCH RFC LKMM 2/7] doc: Replace smp_cond_acquire() with smp_cond_load_acquire()
` [PATCH RFC LKMM 3/7] EXP tools/memory-model: Add more LKMM limitations
` [PATCH RFC LKMM 4/7] tools/memory-model: Fix a README typo
` [PATCH RFC LKMM 5/7] EXP tools/memory-model: Add scripts to check github litmus tests
` [PATCH RFC LKMM 6/7] EXP tools/memory-model: Make scripts take "-j" abbreviation for "--jobs"
` [PATCH RFC LKMM 7/7] EXP tools/memory-model: Add .cfg and .cat files for s390

[PATCH v6 0/2] huge_pmd_unshare migration and flushing
 2018-08-29 21:11 UTC  (10+ messages)
` [PATCH v6 1/2] mm: migration: fix migration of huge PMD shared pages

[PATCH 0/4] media: platform: Add Aspeed Video Engine driver
 2018-08-29 21:09 UTC  (5+ messages)
` [PATCH 1/4] clock: aspeed: Add VIDEO reset index definition
` [PATCH 2/4] clock: aspeed: Setup video engine clocking
` [PATCH 3/4] dt-bindings: media: Add Aspeed Video Engine binding documentation
` [PATCH 4/4] media: platform: Add Aspeed Video Engine driver

[PATCH v13 00/13] Intel SGX1 support
 2018-08-29 21:09 UTC  (8+ messages)
` [PATCH v13 10/13] x86/sgx: Add sgx_einit() for initializing enclaves

[PATCH 0/2] fs/dcache: Track # of negative dentries
 2018-08-29 21:04 UTC  (8+ messages)
` [PATCH 2/2] fs/dcache: Make negative dentries easier to be reclaimed

[PATCH] lightnvm: move ppa transformations to core
 2018-08-29 20:27 UTC  (3+ messages)

[PATCH v4 0/4] Refactoring for remove_memory_section/unregister_mem_sect_under_nodes
 2018-08-29 20:50 UTC  (4+ messages)

[RFC RFT PATCH 0/4] gpiolib: speed up GPIO array processing
 2018-08-29 20:49 UTC  (6+ messages)
` [PATH v5 "
  ` [PATCH v5 1/4] gpiolib: Pass bitmaps, not integer arrays, to get/set array
  ` [PATCH v5 2/4] gpiolib: Identify arrays matching GPIO hardware
  ` [PATCH v5 3/4] gpiolib: Pass array info to get/set array functions
  ` [PATCH v5 4/4] gpiolib: Implement fast processing path in get/set array

[PATCH] mm/page_alloc: Clean up check_for_memory
 2018-08-29 20:34 UTC  (3+ messages)

[GIT PULL] hwmon fixes for v4.19-rc2
 2018-08-29 20:32 UTC 

[PATCH] arm64: defconfig: Enable TI's AM6 SoC platform
 2018-08-29 18:51 UTC  (3+ messages)

[PATCH] hwmon: drop unnecessary OF name NULL checks
 2018-08-29 20:27 UTC  (2+ messages)

reboot on wandboard fails with v4.14.67 (bisected to 2059e527a6)
 2018-08-29 20:17 UTC  (4+ messages)

[PATCH] perf tools: Initialize perf_data_file fd field
 2018-08-29 20:16 UTC 

[PATCH 0/4] Introduce trace events for pblk
 2018-08-29 20:09 UTC  (3+ messages)
` [PATCH 4/4] lightnvm: pblk: add tracing for chunk resets

[PATCH] soc: fsl/qe: Use of_get_child_by_name helper
 2018-08-29 20:04 UTC 

[PATCH] sbus: Use of_get_child_by_name helper
 2018-08-29 20:03 UTC 

[PATCH] bus: imx-weim: drop unnecessary DT node name NULL check
 2018-08-29 20:02 UTC 

[PATCH 4.4 000/105] 4.4.106-stable review
 2018-08-29 19:58 UTC  (11+ messages)
` [PATCH 4.4 103/105] Revert "x86/mm/pat: Ensure cpa->pfn only contains page frame numbers"


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