linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-19 11:11:30 to 2016-09-19 14:48:15 UTC [more...]

[PATCH 0/8] Move runnable examples code from Documentation to samples
 2016-09-19 14:47 UTC  (4+ messages)
` [PATCH 2/8] samples: move auxdisplay example code from Documentation
` [PATCH 3/8] samples: move laptops "
` [PATCH 7/8] samples: move timers "

[PATCH 0/7] openrisc: Misc fixes from backlog
 2016-09-19 14:43 UTC  (23+ messages)
` [PATCH 1/7] Apply transparent_union attribute to union semun
` [PATCH 2/7] openrisc: fix PTRS_PER_PGD define
` [PATCH 3/7] openrisc: restore call-saved regs on sigreturn
` [PATCH 4/7] openrisc: Add thread-local storage (TLS) support
` [PATCH 5/7] openrisc: Support both old (or32) and new (or1k) toolchain
` [PATCH 6/7] openrisc: add SMP and NR_CPUS Kconfig options
` [PATCH 7/7] openrisc: remove the redundant of_platform_populate

[RFC] Arm64 boot fail with numa enable in BIOS
 2016-09-19 14:45 UTC  (3+ messages)

[PATCH] ASoC: rk3399_gru_sound: fix recording pop at first attempt
 2016-09-19 14:44 UTC  (2+ messages)

[PATCH] sbitmap: avoid maybe-uninitialized warning
 2016-09-19 14:43 UTC  (2+ messages)

perf: perf_fuzzer crashing due to slab poison
 2016-09-19 14:42 UTC  (2+ messages)

[PATCH v3 0/8] scpi: Add support for legacy SCPI protocol
 2016-09-19 14:41 UTC  (3+ messages)
` [PATCH v3 1/8] scpi: Add cmd indirection table to prepare for legacy commands

[PATCH v4 0/8] adv7180 subdev fixes, v4
 2016-09-19 14:19 UTC  (2+ messages)

[PATCH] openrisc: Consolidate setup to use memblock instead of bootmem
 2016-09-19 14:37 UTC  (3+ messages)
`  "

[PATCHv3 00/61] perf c2c: Add new tool to analyze cacheline contention on NUMA systems
 2016-09-19 14:33 UTC  (63+ messages)
` [PATCH 01/61] perf symbols: Do not open device files again
` [PATCH 02/61] perf tools: Remove superfluous initialization of weight
` [PATCH 03/61] perf tools: Make hist_entry__snprintf work over struct perf_hpp_list
` [PATCH 04/61] perf tools: Use bigger buffer for stdio headers
` [PATCH 05/61] perf tools: Introduce c2c_decode_stats function
` [PATCH 06/61] perf tools: Introduce c2c_add_stats function
` [PATCH 07/61] perf tools: Make reset_dimensions global
` [PATCH 08/61] perf tools: Make output_field_add and sort_dimension__add global
` [PATCH 09/61] perf tools: Make several sorting functions global
` [PATCH 10/61] perf tools: Make several display "
` [PATCH 11/61] perf tools: Make hist_entry__snprintf function global
` [PATCH 12/61] perf tools: Make hists__fprintf_headers "
` [PATCH 13/61] perf c2c: Add c2c command
` [PATCH 14/61] perf c2c: Add record subcommand
` [PATCH 15/61] perf c2c: Add report subcommand
` [PATCH 16/61] perf c2c report: Add dimension support
` [PATCH 17/61] perf c2c report: Add sort_entry "
` [PATCH 18/61] perf c2c report: Fallback to standard dimensions
` [PATCH 19/61] perf c2c report: Add sample processing
` [PATCH 20/61] perf c2c report: Add cacheline hists processing
` [PATCH 21/61] perf c2c report: Decode c2c_stats for hist entries
` [PATCH 22/61] perf c2c report: Add header macros
` [PATCH 23/61] perf c2c report: Add dcacheline dimension key
` [PATCH 24/61] perf c2c report: Add offset "
` [PATCH 25/61] perf c2c report: Add iaddr "
` [PATCH 26/61] perf c2c report: Add hitm related dimension keys
` [PATCH 27/61] perf c2c report: Add stores "
` [PATCH 28/61] perf c2c report: Add loads "
` [PATCH 29/61] perf c2c report: Add llc and remote "
` [PATCH 30/61] perf c2c report: Add llc load miss dimension key
` [PATCH 31/61] perf c2c report: Add total record sort key
` [PATCH 32/61] perf c2c report: Add total loads "
` [PATCH 33/61] perf c2c report: Add hitm percent "
` [PATCH 34/61] perf c2c report: Add hitm/store percent related sort keys
` [PATCH 35/61] perf c2c report: Add dram "
` [PATCH 36/61] perf c2c report: Add pid sort key
` [PATCH 37/61] perf c2c report: Add tid "
` [PATCH 38/61] perf c2c report: Add symbol and dso sort keys
` [PATCH 39/61] perf c2c report: Add node sort key
` [PATCH 40/61] perf c2c report: Add stats related sort keys
` [PATCH 41/61] perf c2c report: Add cpu cnt sort key
` [PATCH 42/61] perf c2c report: Add src line "
` [PATCH 43/61] perf c2c report: Setup number of header lines for hists
` [PATCH 44/61] perf c2c report: Set final resort fields
` [PATCH 45/61] perf c2c report: Add stdio output support
` [PATCH 46/61] perf c2c report: Add main browser
` [PATCH 47/61] perf c2c report: Add cacheline browser
` [PATCH 48/61] perf c2c report: Add global stats stdio output
` [PATCH 49/61] perf c2c report: Add shared cachelines "
` [PATCH 50/61] perf c2c report: Add c2c related "
` [PATCH 51/61] perf c2c report: Allow to report callchains
` [PATCH 52/61] perf c2c report: Limit the cachelines table entries
` [PATCH 53/61] perf c2c report: Add support to choose local HITMs
` [PATCH 54/61] perf c2c report: Allow to set cacheline sort fields
` [PATCH 55/61] perf c2c report: Recalc width of global sort entries
` [PATCH 56/61] perf c2c report: Add cacheline index entry
` [PATCH 57/61] perf c2c report: Add support to manage symbol name length
` [PATCH 58/61] perf c2c report: Iterate node display in browser
` [PATCH 59/61] perf c2c report: Add help windows
` [PATCH 60/61] perf c2c: Add man page and credits
` [PATCH 61/61] perf tools: Fix width computation for srcline sort entry

[PATCH 0/2] tools include: Fix uapi mman.h for each architecture
 2016-09-19 14:32 UTC  (5+ messages)
` [PATCH 2/2] tools include: Add mman macros needed by perf for all arch

linux-next: build failure after merge of the block tree
 2016-09-19 14:22 UTC  (3+ messages)

[PATCH] sbitmap: initialize weight to zero
 2016-09-19 14:20 UTC  (2+ messages)

[PATCH 0/4] iommu/amd: Clean up patches
 2016-09-19 14:20 UTC  (2+ messages)

[PATCH 0/2] make POSIX timers configurable
 2016-09-19 14:10 UTC  (5+ messages)
` [PATCH 1/2] ptp_clock: allow for it to be optional

[PATCH 1/1] rapidio/rio_cm: avoid GFP_KERNEL in atomic context
 2016-09-19 14:05 UTC  (3+ messages)

linux-next: new scheduler messages span: 0-15 (max cpu_capacity = 589) when starting KVM guests
 2016-09-19 14:01 UTC  (4+ messages)

qemu:metag image runtime failure in -next due to 'kthread: allow to cancel kthread work'
 2016-09-19 13:59 UTC  (6+ messages)

[REGRESSION? v4.8] i2c-core: acpi_i2c_get_info() touches non-existent devices
 2016-09-19 13:58 UTC  (3+ messages)

[PATCH] drm/amdgpu: add function declaration in amdgpu.h
 2016-09-19 13:53 UTC  (2+ messages)

[PATCH 00/14] blk-mq: Minor fixes and cleanups
 2016-09-19 13:51 UTC  (3+ messages)
` [PATCH 01/14] blk-mq: Fix memory leaks on queue cleanup

[PATCH] megaraid_sas: clean function declarations in megaraid_sas_base.c up
 2016-09-19 13:50 UTC  (2+ messages)

blk-mq: allow passing in an external queue mapping V3
 2016-09-19 13:50 UTC  (7+ messages)
` [PATCH 01/13] genirq/msi: Add cpumask allocation to alloc_msi_entry
` [PATCH 10/13] blk-mq: provide a default queue mapping for PCI device

[PATCH RFC 00/21] blk-mq: Introduce combined hardware queues
 2016-09-19 13:33 UTC  (4+ messages)

[PATCH 0/4] net-next: dsa: set_addr should be optional
 2016-09-19 13:45 UTC  (7+ messages)
` [PATCH 1/4] net-next: dsa: fix duplicate invocation of set_addr()
` [PATCH 2/4] net-next: dsa: make the set_addr() operation optional
` [PATCH 3/4] net-next: dsa: b53: remove empty set_addr() stub
` [PATCH 4/4] net-next: dsa: qca8k: "

[PATCH linux-firmware 00/12] Fix metadata for linux-firmware
 2016-09-19 13:45 UTC  (4+ messages)
` [PATCH linux-firmware 10/12] WHENCE: List new radeon CI and SI smc firmware

[PATCH] KVM: VMX: Enable MSR-BASED TPR shadow even if w/o APICv
 2016-09-19 13:44 UTC  (7+ messages)

[PATCH] arm64: Add BCM2835 (Raspberry Pi 3) support to the defconfig
 2016-09-19 13:31 UTC 

[PATCH] IB/rxe: avoid putting a large struct rxe_qp on stack
 2016-09-19 13:28 UTC  (2+ messages)

[PATCH] drm: include linux/seq_file.h as needed
 2016-09-19 13:27 UTC  (2+ messages)

[PATCH] x86: drop a bogus cc clobber
 2016-09-19 13:27 UTC 

[PATCHv12 1/3] rdmacg: Added rdma cgroup controller
 2016-09-19 13:10 UTC  (13+ messages)

[PATCH v2 0/3] Armada 7k/8k CP110 system controller fixes
 2016-09-19 13:17 UTC  (2+ messages)

[PATCH] net: phy: Ensure the state machine is called when phy is UP
 2016-09-19 13:15 UTC  (8+ messages)

[PATCH] kvm: x86: correctly reset dest_map->vector when restoring LAPIC state
 2016-09-19 13:16 UTC  (2+ messages)

[patch v2] i2c: add master driver for mellanox systems
 2016-09-19 15:00 UTC 

TRIM/UNMAP/DISCARD via ATA Passthrough
 2016-09-19 13:01 UTC  (11+ messages)

[PATCH 0/2 v2] x86/tsc: Update tsc crystal_khz whitelist
 2016-09-19 12:51 UTC  (3+ messages)
` [PATCH 1/2 v2] x86,tsc: Use cpu id defines from intel-family.h
` [PATCH 2/2 v2] x86/tsc: Add additional Intel CPU models to crystal_khz whitelist

[PATCH 1/1 v6] ARM: imx: Added perf functionality to mmdc driver
 2016-09-19 12:48 UTC  (2+ messages)

[PATCH] [media] platform: pxa_camera: add VIDEO_V4L2 dependency
 2016-09-19 12:46 UTC 

[PATCH] random: Fix kernel panic due to system_wq use before init
 2016-09-19 12:43 UTC  (5+ messages)

[PATCH] ovl: avoid setting uninitialized creds
 2016-09-19 12:38 UTC 

[PATCH] HID: alps: fix stick device not working after resume
 2016-09-19 12:37 UTC  (2+ messages)

[PATCH] arm64/efi: efi_init error handling fix
 2016-09-19 12:29 UTC  (6+ messages)

[PATCH 0/2] Fix spurious joydev node on some unrelated devices
 2016-09-19 12:26 UTC  (4+ messages)
` [PATCH 1/2] HID: input: ignore System Control application usages if not System Controls

[PATCH] iommu/vt-d: Fix the size calculation of pasid table
 2016-09-19 12:18 UTC  (2+ messages)

[PATCH v6 0/9] Replay Protected Memory Block (RPMB) subsystem
 2016-09-19 12:17 UTC  (2+ messages)

[PATCH] dma-buf/sync_file: fix documentation error
 2016-09-19 12:10 UTC  (2+ messages)

[PATCH] nfs: add missing CONFIG_MIGRATION for nfs_migrate_page
 2016-09-19 12:09 UTC 

[PATCH] x86/vdso: Add ARCH_MAP_VDSO_X32 if CONFIG_X86_X32_ABI
 2016-09-19 11:33 UTC  (2+ messages)

Cherryview wake up events
 2016-09-19 11:56 UTC  (2+ messages)

[PATCH 1/3] mm: memcontrol: make per-cpu charge cache IRQ-safe for socket accounting
 2016-09-19 12:04 UTC  (6+ messages)
` [PATCH 2/3] cgroup: duplicate cgroup reference when cloning sockets
` [PATCH 3/3] mm: memcontrol: consolidate cgroup socket tracking

[PATCH] MFD: do not assign already already assigned compatible of_nodes
 2016-09-19 11:47 UTC 

"CodingStyle: Clarify and complete chapter 7" in docs-next (was Re: [PATCH 03/47] block-rbd: Adjust the position of a jump label in rbd_header_from_disk())
 2016-09-19 11:53 UTC 

[PATCH v2 0/3] powerpc/mm: movable hotplug memory nodes
 2016-09-19 11:53 UTC  (3+ messages)
` [PATCH v2 2/3] powerpc/mm: allow memory hotplug into a memoryless node

[PATCH v3 1/2] usb: dwc3: gadget: Add disconnect checking when changing function dynamically
 2016-09-19 11:52 UTC  (2+ messages)
` [PATCH v3 2/2] usb: dwc3: Wait for control tranfer completed when stopping gadget

[PATCH] mm/mempolicy.c: forbid static or relative flags for local NUMA mode
 2016-09-19 11:52 UTC  (2+ messages)

[PATCH v4 0/3] usb: chipidea: imx: Add USB configuration for imx53
 2016-09-19 11:45 UTC  (4+ messages)
` [PATCH v4 1/3] usb: chipidea: imx: Change switch order
` [PATCH v4 2/3] usb: chipidea: imx: configure imx for ULPI phy
` [PATCH v4 3/3] usb: chipidea: imx: Add binding to disable USB 60Mhz clock

[PATCH][v10] PM / hibernate: Verify the consistent of e820 memory map by md5 digest
 2016-09-19 11:46 UTC  (2+ messages)

Cannot load linux after recent efi-related changes
 2016-09-19 11:41 UTC  (5+ messages)

[PATCH v2 0/4] KVM: x86: kvmclock cleanups for Hyper-V TSC page
 2016-09-19 11:39 UTC  (5+ messages)
` [PATCH 1/4] KVM: x86: always fill in vcpu->arch.hv_clock
` [PATCH 2/4] KVM: x86: initialize kvmclock_offset
` [PATCH 3/4] KVM: x86: introduce get_kvmclock_ns
` [PATCH 4/4] KVM: x86: Hyper-V tsc page setup

[PATCH] ringtest: Look at next descriptor before setting up event index
 2016-09-19 11:38 UTC 

[PATCH resend v3] i2c: hibvt: add Hisilicon BVT I2C controller driver
 2016-09-19 11:29 UTC 

[PATCH] kvm: svm: fix unsigned compare less than zero comparison
 2016-09-19 11:22 UTC  (2+ messages)

Crypto Update for 3.19
 2016-09-19 11:21 UTC  (11+ messages)
` Crypto Update for 3.20
  ` Crypto Update for 4.1
    ` Crypto Update for 4.2
      ` Crypto Update for 4.3
        ` Crypto Update for 4.4
          ` Crypto Update for 4.5
            ` Crypto Fixes "
              ` Crypto Fixes for 4.8

[PATHCv10 0/2] USB Type-C Connector class
 2016-09-19 11:16 UTC  (3+ messages)
` [PATHCv10 1/2] usb: USB Type-C connector class
` [PATHCv10 2/2] usb: typec: add driver for Intel Whiskey Cove PMIC USB Type-C PHY

[tip regression] efi: Allow drivers to reserve boot services forever == toxic
 2016-09-19 11:15 UTC  (8+ messages)

Memory barrier needed with wake_up_process()?
 2016-09-19 11:11 UTC  (2+ messages)

[PATCH v4 00/29] Create a book for Kernel development
 2016-09-19 11:08 UTC  (20+ messages)
` [PATCH v4 10/29] Documentation/CodingStyle: Convert to ReST markup
` [PATCH v4 11/29] Documentation/CodingStyle: use the proper tag for verbatim font
` [PATCH v4 12/29] Documentation/CodingStyle: replace underline markups
` [PATCH v4 13/29] Documentation/CodingStyle: use the .. note:: markup where needed
` [PATCH v4 14/29] Documentation/ManagementStyle: convert it to ReST markup
` [PATCH v4 15/29] Documentation/SecurityBugs: "
` [PATCH v4 16/29] Documentation/stable_api_nonsense.txt: "
` [PATCH v4 17/29] Documentation/stable_kernel_rules.txt: "
` [PATCH v4 18/29] Documentation/SubmittingDrivers: "
` [PATCH v4 19/29] Documentation/SubmittingPatches: "
` [PATCH v4 20/29] Documentation/SubmittingPatches: enrich the Sphinx output
` [PATCH v4 21/29] Documentation/kernel-docs.txt: convert it to ReST markup
` [PATCH v4 22/29] Documentation/HOWTO: add cross-references to other documents
` [PATCH v4 23/29] Documentation/HOWTO: update information about generating documentation
` [PATCH v4 24/29] Documentation/HOWTO: improve some markups to make it visually better
` [PATCH v4 25/29] Documentation/HOWTO: adjust external link references
` [PATCH v4 26/29] Documentation/SubmitChecklist: update kernel-doc task
` [PATCH v4 27/29] Documentation/SubmitChecklist: convert it to ReST markup
` [PATCH v4 28/29] Documentation/email-clients.txt: "


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