linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-18 18:48:42 to 2016-11-19 00:41:25 UTC [more...]

Long delays creating a netns after deleting one (possibly RCU related)
 2016-11-19  0:41 UTC  (15+ messages)

linux-next: manual merge of the sound tree with the jc_docs tree
 2016-11-19  0:39 UTC  (6+ messages)

Support Intel uncore event lists in perf
 2016-11-19  0:36 UTC  (11+ messages)
` [PATCH 01/10] perf, tools: Factor out scale conversion code
` [PATCH 02/10] perf, tools: Parse eventcode as number in jevents
` [PATCH 03/10] perf, tools: Add support for parsing uncore json files
` [PATCH 04/10] perf, tools: Support per pmu json aliases
` [PATCH 05/10] perf, tools: Support event aliases for non cpu// pmus
` [PATCH 06/10] perf, tools: Add debug support for outputing alias string
` [PATCH 07/10] perf, tools: Collapse identically named events in perf stat
` [PATCH 08/10] perf, tools: Expand PMU events by prefix match
` [PATCH 09/10] perf, tools: Support DividedBy header in JSON event list
` [PATCH 10/10] perf, tools, stat: Output generic dividedby metric

[PATCH 0/3] Sphinxify two debugging-API docbook templates
 2016-11-19  0:34 UTC  (4+ messages)
` [PATCH 1/3] doc: Convert the debugobjects DocBook template to sphinx
` [PATCH 2/3] doc: debugobjects: actually pull in the kerneldoc comments
` [PATCH 3/3] doc: Sphinxify the tracepoint docbook

[PATCH 2/2] perf probe: add sdt probes arguments into the uprobe cmd string
 2016-11-18 23:56 UTC  (4+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 1/2] perf sdt: add scanning of sdt probles arguments
` [PATCH v2 2/2] perf probe: add sdt probes arguments into the uprobe cmd string

[PATCH] ACPI / PMIC: AXP288: use builtin_platform_driver
 2016-11-18 23:53 UTC  (3+ messages)
` [PATCH] pinctrl: mediatek: "

[PATCH 1/3] thermal: handle get_temp() errors properly
 2016-11-18 23:52 UTC  (3+ messages)
` [PATCH 2/3] thermal: rockchip: improve conversion error messages
` [PATCH 3/3] thermal: rockchip: don't pass table structs by value

[PATCH 0/4] Fixes for Vybrid SPI DMA implementation
 2016-11-18 23:39 UTC  (5+ messages)
` [PATCH 2/4] spi: spi-fsl-dspi: Fix incorrect DMA setup

[PATCH 0/2] tools lib traceevent: A couple of updates
 2016-11-18 23:40 UTC  (4+ messages)
` [PATCH 1/2] tools lib traceevent: Add retrieval of preempt count and latency flags
` [PATCH 2/2] tools lib traceevent: Use USECS_PER_SEC instead of hardcoded number

[PATCH v2 0/2] staging: dgnc: dgnc_sysfs.c checkpatch modifications
 2016-11-18 23:34 UTC  (3+ messages)
` [PATCH v2 1/2] staging: dgnc: dgnc_sysfs.c Comment style modifications
` [PATCH v2 2/2] staging: dgnc: dgnc_sysfs.c Delete blank line

[Patch v2 00/35] media: ti-vpe: fixes and enhancements
 2016-11-18 23:20 UTC  (36+ messages)
` [Patch v2 01/35] media: ti-vpe: vpdma: Make vpdma library into its own module
` [Patch v2 02/35] media: ti-vpe: vpdma: Add multi-instance and multi-client support
` [Patch v2 03/35] media: ti-vpe: vpdma: Add helper to set a background color
` [Patch v2 04/35] media: ti-vpe: vpdma: Fix bus error when vpdma is writing a descriptor
` [Patch v2 05/35] media: ti-vpe: Use line average de-interlacing for first 2 frames
` [Patch v2 06/35] media: ti-vpe: vpe: Do not perform job transaction atomically
` [Patch v2 07/35] media: ti-vpe: Add support for SEQ_TB buffers
` [Patch v2 08/35] media: ti-vpe: Increasing max buffer height and width
` [Patch v2 09/35] media: ti-vpe: vpe: Return NULL for invalid buffer type
` [Patch v2 10/35] media: ti-vpe: Free vpdma buffers in vpe_release
` [Patch v2 11/35] media: ti-vpe: vpdma: Add support for setting max width height
` [Patch v2 12/35] media: ti-vpe: vpdma: Add abort channel desc and cleanup APIs
` [Patch v2 13/35] media: ti-vpe: vpdma: Make list post atomic operation
` [Patch v2 14/35] media: ti-vpe: vpdma: Clear IRQs for individual lists
` [Patch v2 15/35] media: ti-vpe: vpe: configure line mode separately
` [Patch v2 16/35] media: ti-vpe: vpe: Setup srcdst parameters in start_streaming
` [Patch v2 17/35] media: ti-vpe: vpe: Post next descriptor only for list complete IRQ
` [Patch v2 18/35] media: ti-vpe: vpe: Add RGB565 and RGB5551 support
` [Patch v2 19/35] media: ti-vpe: vpdma: allocate and maintain hwlist
` [Patch v2 20/35] media: ti-vpe: vpe: Added MODULE_DEVICE_TABLE hint
` [Patch v2 21/35] media: ti-vpe: vpdma: Corrected YUV422 data type label
` [Patch v2 22/35] media: ti-vpe: vpdma: RGB data type yield inverted data
` [Patch v2 23/35] media: ti-vpe: sc: Fix incorrect optimization
` [Patch v2 24/35] media: ti-vpe: vpe: Fix vb2 buffer cleanup
` [Patch v2 25/35] media: ti-vpe: vpdma: Fix race condition for firmware loading
` [Patch v2 26/35] media: ti-vpe: vpdma: Use bidirectional cached buffers
` [Patch v2 27/35] media: ti-vpe: vpe: Fix line stride for output motion vector
` [Patch v2 28/35] media: ti-vpe: vpe: Enable DMABUF export
` [Patch v2 29/35] media: ti-vpe: Make scaler library into its own module
` [Patch v2 30/35] media: ti-vpe: scaler: Add debug support for multi-instance
` [Patch v2 31/35] media: ti-vpe: vpe: Make sure frame size dont exceed scaler capacity
` [Patch v2 32/35] media: ti-vpe: vpdma: Add RAW8 and RAW16 data types
` [Patch v2 33/35] media: ti-vpe: Make colorspace converter library into its own module
` [Patch v2 34/35] media: ti-vpe: csc: Add debug support for multi-instance
` [Patch v2 35/35] media: ti-vpe: vpe: Add proper support single and multi-plane buffer

[PATCH v3 (re-send)] xen/gntdev: Use mempolicy instead of VM_IO flag to avoid NUMA balancing
 2016-11-18 23:27 UTC  (6+ messages)

[mm PATCH v3 00/23] Add support for DMA writable pages being writable by the network stack
 2016-11-18 23:27 UTC  (3+ messages)
` [mm PATCH v3 21/23] mm: Add support for releasing multiple instances of a page

[PATCH 0/2] staging: dgnc: dgnc_neo.h checkpatch modifications
 2016-11-18 23:21 UTC  (3+ messages)
` [PATCH 1/2] staging: dgnc: dgnc_neo.h Comment style modifications
` [PATCH 2/2] staging: dgnc: dgnc_neo.h Spelling correction

[PATCH 1/2] x86/intel_rdt: Fix setting of closid when adding CPUs to a group
 2016-11-18 23:18 UTC  (2+ messages)
` [PATCH 2/2] x86/intel_rdt: Update task closid immediately on CPU in rmdir and unmount

[RFC PATCH] SRCU: More efficient reader counts
 2016-11-18 23:13 UTC  (4+ messages)

[PATCH v2] staging: dgnc: dgnc_neo.c Comment style modifications
 2016-11-18 23:08 UTC 

[PATCH] PCI: Add information about describing PCI in ACPI
 2016-11-18 23:02 UTC  (2+ messages)

[PATCH 1/4] statx: Add a system call to make enhanced file info available
 2016-11-18 22:54 UTC  (18+ messages)
  ` [RFC][PATCH 0/4] Enhanced file stat system call

[PATCH] spi: spi-topcliff-pch: Remove some dead code
 2016-11-18 22:49 UTC 

[PATCH] staging: dgnc: dgnc_mgmt.c Comment style modifications
 2016-11-18 22:49 UTC 

[PATCH 0/2] MMC: davinci: fix card detect and write protect
 2016-11-18 22:45 UTC  (5+ messages)
` [PATCH 1/2] MMC: davinci: use mmc_of_parse to parse common mmc configuration
` [PATCH 2/2] MMC: davinci: request gpios using gpio descriptors

[PATCH 2/2] scripts/bloat-o-meter: compile .NUMBER regex
 2016-11-19  0:44 UTC 

[PATCH 1/2] scripts/bloat-o-meter: don't use readlines()
 2016-11-19  0:41 UTC 

[PATCH] net: macb: add check for dma mapping error in start_xmit()
 2016-11-18 22:40 UTC 

[PATCH v2 0/3] checkpatch modifications dgnc_driver.h
 2016-11-18 22:39 UTC  (4+ messages)
` [PATCH v2 1/3] staging: dgnc: dgnc_driver.h Comment style modifications
` [PATCH v2 2/3] staging: dgnc: dgnc_driver.h Align columns
` [PATCH v2 3/3] staging: dgnc: dgnc_driver.h Spelling correction

[PATCH] iio: adc: New driver for TI ADS79XX chips
 2016-11-18 22:28 UTC 

[PATCH v3 4/5] i2c: designware: Add slave mode as separated driver
 2016-11-18 22:27 UTC  (2+ messages)

[PATCH] ARC: rename Zebu platform support to HAPS
 2016-11-18 22:22 UTC 

[ANNOUNCE] 4.4.32-rt43
 2016-11-18 22:18 UTC 

linux-next: Tree for Nov 17
 2016-11-18 22:12 UTC  (2+ messages)

[PATCH V5 0/2] Add ACPI support for HiSilicon SoCs Host Controllers
 2016-11-18 22:00 UTC  (3+ messages)
` [PATCH V5 1/2] PCI/ACPI: Provide acpi_get_rc_resources() for ARM64 platform

stm class/intel_th: Updates for char-misc-next
 2016-11-18 21:55 UTC  (3+ messages)

[PATCH v5 1/3] media: Media Device Allocator API
 2016-11-18 21:45 UTC 

[PATCH] mm: support anonymous stable page
 2016-11-18 21:26 UTC  (5+ messages)

[PATCH] phy: rockchip-inno-usb2: add extcon dependency
 2016-11-18 21:23 UTC  (2+ messages)

[GIT PULL] ACPI fixes for v4.9-rc6
 2016-11-18 21:06 UTC 

[patch 1/2] mm, zone: track number of pages in free area by migratetype
 2016-11-18 20:58 UTC  (4+ messages)

[PATCH 00/29] Improve radix tree for 4.10
 2016-11-18 20:23 UTC  (6+ messages)
` [PATCH 20/29] radix tree: Improve multiorder iterators

[PATCH] ufs: qcom: Properly clear hba priv on failure
 2016-11-18 20:55 UTC 

[BUG] mtd: blkdevs: fix deadlock
 2016-11-18 20:54 UTC  (3+ messages)

[GIT PULL] kbuild post v4.9-rc1 fixes
 2016-11-18 20:50 UTC 

[v1] i2c: mux: pca954x : Supports ACPI
 2016-11-18 20:48 UTC  (2+ messages)

[PATCH 3/3] drivers: crypto: Enable CPT options crypto for build
 2016-11-18 20:44 UTC  (2+ messages)

Regression: Failed boots bisected to 4cd13c21b207 "softirq: Let ksoftirqd do its job"
 2016-11-18 20:23 UTC  (9+ messages)

[PATCH 1/2] of: base: add support to get machine model name
 2016-11-18 20:22 UTC  (6+ messages)

spin_lock behavior with ARM64 big.Little/HMP
 2016-11-18 20:22 UTC  (3+ messages)

[PATCH v16 00/15] acpi, clocksource: add GTDT driver and GTDT support in arm_arch_timer
 2016-11-18 20:20 UTC  (17+ messages)
` [PATCH v16 04/15] clocksource/drivers/arm_arch_timer: rename some enums and defines, and some cleanups
` [PATCH v16 05/15] clocksource/drivers/arm_arch_timer: fix a bug in arch_timer_register about arch_timer_uses_ppi
` [PATCH v16 06/15] clocksource/drivers/arm_arch_timer: separate out arch_timer_uses_ppi init code to prepare for GTDT
` [PATCH v16 07/15] clocksource/drivers/arm_arch_timer: Refactor arch_timer_detect_rate to keep dt code in *_of_init
` [PATCH v16 08/15] clocksource/drivers/arm_arch_timer: Refactor arch_timer_needs_probing, and call it only if acpi disabled
` [PATCH v16 10/15] clocksource/drivers/arm_arch_timer: Refactor the timer init code to prepare for GTDT
` [PATCH v16 11/15] acpi/arm64: Add GTDT table parse driver
` [PATCH v16 14/15] clocksource/drivers/arm_arch_timer: Add GTDT support for memory-mapped timer

[PATCH] mmc: pwrseq: add support for Marvell SD8787 chip
 2016-11-18 20:19 UTC  (2+ messages)

[PATCH v2 0/3] staging: dgnc: dgnc_driver.c checkpatch modifications
 2016-11-18 20:18 UTC  (4+ messages)
` [PATCH v2 1/3] staging: dgnc: dgnc_driver.c Comment style modifications
` [PATCH v2 2/3] staging: dgnc: dgnc_driver.c Remove blank lines
` [PATCH v2 3/3] staging: dgnc: dgnc_driver.c Blank line before }

[PATCH] PM / wakeirq: report wakeup events in dedicated wake-IRQs
 2016-11-18 20:18 UTC  (11+ messages)

[HMM v13 00/18] HMM (Heterogeneous Memory Management) v13
 2016-11-18 20:15 UTC  (4+ messages)
` [HMM v13 16/18] mm/hmm/migrate: new memory migration helper for use with device memory

[PATCH] arm64: dts: qcom: msm8996: Fixup smp2p node
 2016-11-18 20:06 UTC 

[PATCH 0/3] Add Support for Cavium Cryptographic Accelerarion Unit
 2016-11-18 19:31 UTC  (4+ messages)
` [PATCH 1/3] drivers: crypto: Add Support for Octeon-tx CPT Engine

[PATCH v3 0/3] Remove clocks dependency from SCM driver
 2016-11-18 19:59 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: firmware: scm: Add MSM8996 DT bindings
` [PATCH v3 2/3] firmware: qcom: scm: Remove core, iface and bus clocks dependency
` [PATCH v3 3/3] firmware: qcom: scm: Return PTR_ERR when devm_clk_get fails

[PATCH] mm: don't cap request size based on read-ahead setting
 2016-11-18 19:41 UTC 

[PATCH 1/3] [media] v4l: rcar_fdp1: mark PM functions as __maybe_unused
 2016-11-18 19:36 UTC  (4+ messages)
` [PATCH 2/3] [media] v4l: rcar_fdp1: add FCP dependency

[PATCH v4] mm: don't cap request size based on read-ahead setting
 2016-11-18 19:34 UTC  (3+ messages)

[PATCH v3 0/2] Ajust lockdep static allocations for sparc
 2016-11-18 19:34 UTC  (2+ messages)

[PATCH v3 0/2] DW DMAC: update device tree
 2016-11-18 19:33 UTC  (6+ messages)
` [PATCH v3 1/2] DW DMAC: enable memory-to-memory transfers support
` [PATCH v3 2/2] DW DMAC: add multi-block property to device tree

[PATCH v3 0/3] reproc: qcom: Add support to hexagon q6v56 in qcom hexagon rproc driver
 2016-11-18 19:30 UTC  (9+ messages)
` [PATCH v3 1/3] remoteproc: qcom: Embed private data structure for hexagon dsp
` [PATCH v3 2/3] remoteproc: qcom: Hexagon resource handling

[char-misc-next 0/4] mei: bus: rx fixes
 2016-11-18 19:30 UTC  (6+ messages)
` [char-misc-next 4/4] mei: bus: enable non-blocking RX

[PATCH 0/2] sparc/net: Fix compiler warnings
 2016-11-18 19:29 UTC  (5+ messages)
` [PATCH 1/2] sunqe: "
` [PATCH 2/2] sunbmac: Fix compiler warning

[PATCH v3 0/6] sparc: Enable sun4v hypervisor PCI IOMMU v2 APIs and ATU
 2016-11-18 19:29 UTC  (2+ messages)

[PATCH v8 1/3] of: Add vendor prefix for Lattice Semiconductor
 2016-11-18 19:28 UTC  (6+ messages)
` [PATCH v8 2/3] Documentation: Add binding document for Lattice iCE40 FPGA manager

[PATCH] kvm: x86: merge kvm_arch_set_irq and kvm_arch_set_irq_inatomic
 2016-11-18 19:25 UTC  (4+ messages)

[PATCH v4 1/2] of: Add vendor prefix for Lattice Semiconductor
 2016-11-18 19:17 UTC  (3+ messages)

[PATCHv3 0/6] CONFIG_DEBUG_VIRTUAL for arm64
 2016-11-18 19:17 UTC  (6+ messages)
` [PATCHv3 6/6] arm64: Add support for CONFIG_DEBUG_VIRTUAL

[PATCH] mlxsw: switchib: add MLXSW_PCI dependency
 2016-11-18 19:13 UTC  (2+ messages)

[RFC PATCH] scsi: libsas: fix WARN on device removal
 2016-11-18 19:08 UTC  (13+ messages)

[PATCH] liquidio CN23XX: check if PENDING bit is clear using logical and
 2016-11-18 19:04 UTC  (2+ messages)

[PATCH 0/2] mfd: add Ricoh RC5T619 PMIC support
 2016-11-18 19:05 UTC  (3+ messages)
` [PATCH 1/2] mfd: rn5t618: Add "

[PATCH v5 0/3] spi-nor: Add support for Intel SPI serial flash controller
 2016-11-18 19:04 UTC  (2+ messages)

[PATCH v5] [media] vb2: Add support for capture_dma_bidirectional queue flag
 2016-11-18 18:59 UTC  (2+ messages)

[GIT PULL 1/4] bcm2835-dt-next-2016-11-18
 2016-11-18 18:58 UTC  (4+ messages)
` [GIT PULL 2/4] bcm2835-dt-64-next-2016-11-18
` [GIT PULL 3/4] bcm2835-defconfig-next-2016-11-18
` [GIT PULL 4/4] bcm2835-defconfig-64-next-2016-11-18

[REVIEW][PATCH] mm: Add a user_ns owner to mm_struct and fix ptrace_may_access
 2016-11-18 18:56 UTC  (19+ messages)
            ` [REVIEW][PATCH] exec: Don't exec files the userns root can not read
                              ` [REVIEW][PATCH 0/3] Fixing ptrace vs exec vs userns interactions
                                ` [REVIEW][PATCH 1/3] ptrace: Capture the ptracer's creds not PT_PTRACE_CAP

[PATCHv0 1/1] fbdev: add Intel FPGA FRAME BUFFER driver
 2016-11-18 18:56 UTC  (4+ messages)

[RFC][PATCH 0/7] kref improvements
 2016-11-18 18:57 UTC  (10+ messages)
` [RFC][PATCH 7/7] kref: Implement using refcount_t

[PATCH -tip 0/3] locking/percpu-rwsem: writer-side optimizations
 2016-11-18 18:54 UTC  (4+ messages)
` [PATCH 1/3] locking/percpu-rwsem: Move text file into Documentation/locking/
` [PATCH 2/3] locking/percpu-rwsem: Replace bulky wait-queues with swait
` [PATCH 3/3] locking/percpu-rwsem: Avoid unnecessary writer wakeups

logfs: GPF in logfs_alloc_inode
 2016-11-18 18:54 UTC  (3+ messages)

[PATCH] x86/dumpstack: make stack name tags more comprehensible
 2016-11-18 18:54 UTC  (2+ messages)

[PATCH 0/2] mfd: axp20x: Fix AXP806 access errors on cold boot
 2016-11-18 18:49 UTC  (3+ messages)
` [PATCH 2/2] "

[RFC v3 0/6] CPU reclaiming for SCHED_DEADLINE
 2016-11-18 18:49 UTC  (5+ messages)
` [RFC v3 2/6] Improve the tracking of active utilisation

[PATCH net v2 0/7] net: cpsw: fix leaks and probe deferral
 2016-11-18 18:49 UTC  (2+ messages)

[GIT PULL] ARM: at91: dt for 4.10
 2016-11-18 17:53 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).