linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-20 12:20:15 to 2018-11-20 14:54:46 UTC [more...]

[PATCH 00/16] staging: vchiq: dead code removal & misc fixes
 2018-11-20 14:53 UTC  (11+ messages)
` [PATCH 02/16] staging: vchiq_arm: rework close/remove_service IOCTLS
` [PATCH 03/16] staging: vchiq_shim: delete vchi_service_create
` [PATCH 04/16] staging: vchiq_arm: use list_for_each_entry when accessing bulk_waiter_list
` [PATCH 08/16] staging: vchiq_core: remove unnecessary safety checks in vchiq_init_state
` [PATCH 09/16] staging: vchiq_core: do not initialize semaphores twice
` [PATCH 11/16] staging: vchiq: use completions instead of semaphores
` [PATCH 12/16] staging: vchiq_util: get rid of unneeded memory barriers
` [PATCH 14/16] staging: vchiq_arm: rework probe and init functions
` [PATCH 15/16] staging: vchiq_arm: fix open/release cdev functions
` [PATCH 16/16] staging: vchiq: add more tasks to the TODO list

[PATCH v1 0/1] Early boot time stamps for arm64
 2018-11-20 14:53 UTC  (5+ messages)
` [PATCH v1 1/1] arm64: Early boot time stamps

[RFC PATCH 0/3] few memory offlining enhancements
 2018-11-20 14:51 UTC  (17+ messages)
` [RFC PATCH 1/3] mm, memory_hotplug: try to migrate full section worth of pages
` [RFC PATCH 2/3] mm, memory_hotplug: deobfuscate migration part of offlining
` [RFC PATCH 3/3] mm, fault_around: do not take a reference to a locked page

[PATCH 0/2] SWIOTLB fixes for 4.20
 2018-11-20 14:49 UTC  (5+ messages)
` [PATCH 1/2] swiotlb: Make DIRECT_MAPPING_ERROR viable
` [PATCH 2/2] swiotlb: Skip cache maintenance on map error

[PATCH v2 0/3] Add support for ARRI FPGA configuration
 2018-11-20 14:49 UTC  (4+ messages)
` [PATCH v2 1/3] usb: misc: add driver for FT232H based FPGA configuration devices

[PATCH v3 1/2] x86/fpu: track AVX-512 usage of tasks
 2018-11-20 14:47 UTC  (3+ messages)

[v4, PATCH 0/2] add Ethernet driver support for mt2712
 2018-11-20 14:49 UTC  (3+ messages)
` [v4, PATCH 2/2] dt-binding: mediatek-dwmac: add binding document for MediaTek MT2712 DWMAC

[PATCH v2 00/12] drm/sun4i: Allwinner MIPI-DSI Burst mode support
 2018-11-20 14:48 UTC  (11+ messages)
` [PATCH v2 01/12] drm/sun4i: sun6i_mipi_dsi: Compute burst mode loop N1 instruction delay
` [PATCH v2 04/12] drm/sun4i: sun6i_mipi_dsi: Simplify drq set to support all modes

Applied "regulator: wm8994: Pass descriptor instead of GPIO number" to the regulator tree
 2018-11-20 14:47 UTC  (3+ messages)

Realtek NIC uses over 1 Watt with no traffic
 2018-11-20 14:45 UTC  (2+ messages)

[PATCH] watchdog: cpwd: add of_node_put()
 2018-11-20 14:44 UTC  (3+ messages)

[PATCH v2 0/1] Early boot time stamps for arm64
 2018-11-20 14:43 UTC  (2+ messages)
` [PATCH v2 1/1] arm64: Early boot time stamps

[PATCH] xhci: workaround CSS timeout on AMD SNPS 3.0 xHC
 2018-11-20 14:42 UTC  (3+ messages)

[PATCH 0/4] KVM: arm/arm64: vgic: Use raw_spinlock for locks taken in IRQ context
 2018-11-20 14:37 UTC  (5+ messages)
` [PATCH 1/4] KVM: arm/arm64: vgic: Do not cond_resched_lock() with IRQs disabled

[PATCH v2 1/3] PCI: dwc: allow to limit registers set length
 2018-11-20 14:37 UTC  (6+ messages)
` [PATCH v2 2/3] PCI: imx6: introduce drvdata
` [PATCH v2 3/3] PCI: imx6: limit DBI register length

[PATCH v3] usb: hub: add retry routine after intr URB submit error
 2018-11-20 14:34 UTC 

[PATCH] mmc: core: Remove timeout when enabling cache
 2018-11-20 14:24 UTC  (10+ messages)

[PATCH 00/25] sched/nohz: Make kcpustat vtime aware (Fix kcpustat on nohz_full)
 2018-11-20 14:24 UTC  (21+ messages)
` [PATCH 02/25] sched/vtime: Protect idle accounting under vtime seqcount
` [PATCH 04/25] vtime: Spare a seqcount lock/unlock cycle on context switch
` [PATCH 08/25] vtime: Exit vtime before exit_notify()
` [PATCH 09/25] kcpustat: Track running task following vtime sequences
` [PATCH 13/25] context_tracking: Introduce context_tracking_enabled_cpu()
` [PATCH 15/25] sched/vtime: Introduce vtime_accounting_enabled_cpu()
` [PATCH 18/25] vtime: Track nice-ness on top of context switch
` [PATCH 19/25] sched/vite: Handle nice updates under vtime
` [PATCH 20/25] sched/kcpustat: Introduce vtime-aware kcpustat accessor
` [PATCH 21/25] procfs: Use vtime aware "

[PATCH 00/10] staging: erofs: decompression stability enhancement
 2018-11-20 14:34 UTC  (11+ messages)
` [PATCH 01/10] staging: erofs: fix `trace_erofs_readpage' position
` [PATCH 02/10] staging: erofs: fix race when the managed cache is enabled
` [PATCH 03/10] staging: erofs: atomic_cond_read_relaxed on ref-locked workgroup
` [PATCH 04/10] staging: erofs: fix `erofs_workgroup_{try_to_freeze, unfreeze}'
` [PATCH 05/10] staging: erofs: add a full barrier in erofs_workgroup_unfreeze
` [PATCH 06/10] staging: erofs: fix the definition of DBG_BUGON
` [PATCH 07/10] staging: erofs: separate into init_once / always
` [PATCH 08/10] staging: erofs: locked before registering for all new workgroups
` [PATCH 09/10] staging: erofs: decompress asynchronously if PG_readahead page at first
` [PATCH 10/10] staging: erofs: rename strange variable names in z_erofs_vle_frontend

[PATCH v2] iommu/dma: Use NUMA aware memory allocations in __iommu_dma_alloc_pages()
 2018-11-20 14:20 UTC  (2+ messages)

[RFC PATCH v3 00/15] crypto: Adiantum support
 2018-11-20 14:18 UTC  (11+ messages)
` [RFC PATCH v3 10/15] crypto: poly1305 - use structures for key and accumulator
            ` [RFC PATCH] zinc chacha20 generic implementation using crypto API code
              ` [RFC PATCH v2 0/4] Exporting existing crypto API code through zinc

[PATCH v5 1/8] regulator: lochnagar: Move driver to binding from DT
 2018-11-20 14:16 UTC  (8+ messages)
` [PATCH v5 2/8] mfd: lochnagar: Add initial binding documentation
` [PATCH v5 3/8] clk: "
` [PATCH v5 4/8] pinctrl: "
` [PATCH v5 5/8] regulator: "
` [PATCH v5 6/8] mfd: lochnagar: Add support for the Cirrus Logic Lochnagar
` [PATCH v5 7/8] clk: "
` [PATCH v5 8/8] pinctrl: "

[PATCH net-next v3 0/6] net: phy: mscc: various improvements to Microsemi PHY driver
 2018-11-20 14:17 UTC  (15+ messages)
` [PATCH net-next v3 1/6] net: phy: mscc: migrate to phy_select/restore_page functions
    ` [PATCH] net: phy: mscc: fix locking in vsc85xx_default_config

[PATCH v8] clk: Add (devm_)clk_get_optional() functions
 2018-11-20 14:14 UTC 

[PATCH v3 00/10] crypto: crypto_user_stat: misc enhancement
 2018-11-20 14:13 UTC  (12+ messages)
` [PATCH v3 01/10] crypto: crypto_user_stat: made crypto_user_stat optional
` [PATCH v3 02/10] crypto: CRYPTO_STATS should depend on CRYPTO_USER
` [PATCH v3 03/10] crypto: crypto_user_stat: convert all stats from u32 to u64
` [PATCH v3 04/10] crypto: crypto_user_stat: split user space crypto stat structures
` [PATCH v3 05/10] crypto: tool: getstat: convert user space example to the new crypto_user_stat uapi
` [PATCH v3 06/10] crypto: crypto_user_stat: fix use_after_free of struct xxx_request
` [PATCH v3 07/10] crypto: crypto_user_stat: Fix invalid stat reporting
` [PATCH v3 08/10] crypto: crypto_user_stat: remove intermediate variable
` [PATCH v3 09/10] crypto: crypto_user_stat: Split stats in multiple structures
` [PATCH v3 10/10] crypto: crypto_user_stat: rename err_cnt parameter

[PATCH v3 0/2] objtool: read_symbols() fixes
 2018-11-20 14:12 UTC  (3+ messages)
` [PATCH v4 "

Memory hotplug softlock issue
 2018-11-20 14:12 UTC  (15+ messages)

[PATCH] RISC-V: add of_node_put()
 2018-11-20 14:11 UTC 

[PATCH v3 0/7] freezer for cgroup v2
 2018-11-20 14:06 UTC  (5+ messages)
` [PATCH v3 7/7] cgroup: document cgroup v2 freezer interface

[PATCH] ARM: add of_node_put()
 2018-11-20 14:06 UTC 

pcc_cpufreq: high LA
 2018-11-20 14:05 UTC 

[PATCH] arm: add missing of_node_put()
 2018-11-20 14:01 UTC 

[PATCH 0/2] spi: Add Renesas R-Car D3 RPC SPI driver
 2018-11-20 13:56 UTC  (14+ messages)
` [PATCH 1/2] spi: Add Renesas R-Car RPC SPI controller driver
` [PATCH 2/2] dt-binding: spi: Document Renesas R-Car RPC controller bindings

[PATCH] arm: add missing of_node_put()
 2018-11-20 13:56 UTC 

[PATCH 1/7] node: Link memory nodes to their compute nodes
 2018-11-20 13:53 UTC  (5+ messages)
` [PATCH 3/7] doc/vm: New documentation for memory performance
` [PATCH 5/7] doc/vm: New documentation for memory cache

[PATCH 1/2] perf vendor events: Add stepping in CPUID string for x86
 2018-11-20 13:55 UTC  (5+ messages)

[PATCH] debugobjects: scale the static pool size
 2018-11-20 13:50 UTC  (2+ messages)

[LKP] dd2283f260 [ 97.263072] WARNING:at_kernel/locking/lockdep.c:#lock_downgrade
 2018-11-20 13:42 UTC  (4+ messages)

[PATCH 1/4] net-next/hinic:replace multiply and division operators
 2018-11-20  5:47 UTC  (4+ messages)
` [PATCH 2/4] net-next/hinic:add rx checksum offload for HiNIC
` [PATCH 3/4] net-next/hinic:fix a bug in set mac address
` [PATCH 4/4] net-next/hinic: fix a bug in rx data flow

[PATCH 0/2] irq/irq_sim: provide a specialized variant of irq_sim_fire()
 2018-11-20 13:40 UTC  (3+ messages)
` [PATCH 1/2] irq/irq_sim: provide irq_sim_fire_edge()
` [PATCH 2/2] gpio: mockup: use irq_sim_fire_edge()

[PATCH v2 0/3] Add support for using external dma in SDHCI
 2018-11-20 13:39 UTC  (3+ messages)
` [PATCH v2 1/3] mmc: sdhci: add support for using external DMA devices

Backed up kernels
 2018-11-20 13:40 UTC 

[PATCH] drivers/sbus/char: add of_node_put()
 2018-11-20 13:38 UTC 

[PATCH] nvme: allow ANA support to be independent of native multipathing
 2018-11-20 13:37 UTC  (11+ messages)
          `  "

BUG: unable to handle kernel NULL pointer dereference in write_port
 2018-11-20 13:33 UTC  (2+ messages)

[PATCH 00/10] perf/core: Generalise event exclusion checking
 2018-11-20 13:32 UTC  (4+ messages)
` [PATCH 10/10] perf/doc: update design.txt for exclude_{host|guest} flags

[PATCH] sbus: char: add of_node_put()
 2018-11-20 13:30 UTC 

[PATCH v1 0/2] proc: allow signaling processes via file descriptors
 2018-11-20 13:29 UTC  (3+ messages)
` [PATCH] procfd_signal.2: document procfd_signal syscall

kobject lifetime issues in blk-mq
 2018-11-20 13:28 UTC  (14+ messages)

[PATCH] clk: Add (devm_)clk_get_optional() functions
 2018-11-20 13:26 UTC  (4+ messages)

KASAN: use-after-free Read in locks_delete_block
 2018-11-20 13:23 UTC  (12+ messages)

[PATCH] clocksource/drivers/integrator-ap: add of_node_put()
 2018-11-20 13:18 UTC 

[PATCH v12 2/2] media: V3s: Add support for Allwinner CSI
 2018-11-20 13:18 UTC  (5+ messages)
` [linux-sunxi] "

[RCF PATCH,v2,2/2] pwm: imx: Configure output to GPIO in disabled state
 2018-11-20 13:14 UTC  (12+ messages)

[PATCH] mm: fix swap offset when replacing shmem page
 2018-11-20 13:12 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v9 00/17] Removed nested TPM operations
 2018-11-20 13:12 UTC  (8+ messages)
` [PATCH v9 04/17] tpm: print tpm2_commit_space() error inside tpm2_commit_space()
` [PATCH v9 05/17] tpm: declare struct tpm_header

[PATCH 1/2] PCI: dwc: allow to limit registers set length
 2018-11-20 13:12 UTC  (6+ messages)
` [PATCH 2/2] PCI: imx6: limit DBI register length

[PATCH] PCI: dwc: layerscape: constify driver data
 2018-11-20 13:04 UTC  (2+ messages)

[PATCH] ide: pmac: add of_node_put()
 2018-11-20 13:02 UTC 

[PATCH v1 0/1] npcm: fix uninitialized 'val' warning in receive function
 2018-11-20 13:02 UTC  (4+ messages)
` [PATCH v1 1/1] spi: "

uprobe support mix of ftrace and perf
 2018-11-20 13:01 UTC 

[PATCH] cpuidle: big.LITTLE: add of_node_put()
 2018-11-20 13:00 UTC 

[PATCH] cpufreq: powernv: add of_node_put()
 2018-11-20 12:57 UTC 

[PATCH 0/4] Tuning Fixes for sdhci-omap
 2018-11-20 12:58 UTC  (4+ messages)
` [PATCH 2/4] mmc: sdhci-omap: Add variable to indicate host is tuning

[PATCH] cpufreq: pmac64: add of_node_put()
 2018-11-20 12:54 UTC 

[PATCH 0/4] dts/layerscape-pci: removed unsuitable compatible string
 2018-11-20 12:53 UTC  (2+ messages)

[PATCH v3 00/10] steal tasks to improve CPU utilization
 2018-11-20 12:52 UTC  (8+ messages)
` [PATCH v3 03/10] sched/topology: Provide cfs_overload_cpus bitmap

[PATCH] regulator: s2mps11: Fix GPIO descriptor initialization
 2018-11-20 12:51 UTC  (2+ messages)

[ARM64] Printing IRQ stack usage information
 2018-11-20 12:51 UTC  (10+ messages)

[PATCH] perf/x86: Bump INTEL_PMC_MAX_FIXED for Icelake
 2018-11-20 12:50 UTC  (2+ messages)

[PATCH][drm-next] drm/panel: s6d16d0: fix spelling mistake "enble" -> "enable"
 2018-11-20 12:50 UTC  (2+ messages)

[PATCH v5] tpm: add support for partial reads
 2018-11-20 12:48 UTC  (2+ messages)

[PATCH cgroup/for-4.21 1/2] cpuset: Minor cgroup2 interface updates
 2018-11-20 12:46 UTC  (4+ messages)
` [PATCH cgroup/for-4.21 2/2] cgroup: Add .__DEBUG__. prefix to debug file names

[PATCH v5 00/10] x86/alternative: text_poke() fixes
 2018-11-20 12:42 UTC  (2+ messages)

[LINUX PATCH v12 0/3] Add support for Arasan NAND Flash controller
 2018-11-20 12:36 UTC  (9+ messages)
` [LINUX PATCH v12 3/3] mtd: rawnand: arasan: Add support for Arasan NAND Flash Controller

[PATCH v2 0/4] ARM: dts: imx6sx: Add DISPLAY power domain support
 2018-11-20 12:34 UTC  (2+ messages)

[PATCH 0/5] ARM: davinci: set GPIO base to 0 manually
 2018-11-20 12:31 UTC  (6+ messages)
` [PATCH 1/5] ARM: davinci: dm365: set the GPIO base to 0
` [PATCH 2/5] ARM: davinci: dm646x: "
` [PATCH 3/5] ARM: davinci: dm355: "
` [PATCH 4/5] ARM: davinci: da830: "
` [PATCH 5/5] ARM: davinci: dm644x: "

[RFC PATCH] Documentation: DT: arm: add support for sockets defining package boundaries
 2018-11-20 12:24 UTC  (3+ messages)

omap5 fixing palmas IRQ_TYPE_NONE warning leads to gpadc timeouts
 2018-11-20 12:22 UTC  (8+ messages)

[RFCv3 PATCH 0/6] A General Accelerator Framework, WarpDrive
 2018-11-20 12:19 UTC  (13+ messages)
` [RFCv3 PATCH 1/6] uacce: Add documents for WarpDrive/uacce


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