linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-19 06:49:39 to 2016-02-19 11:59:54 UTC [more...]

[PATCH 00/55] perf tools: Bugfix, BPF improvements and overwrite ring buffer support
 2016-02-19 11:44 UTC  (37+ messages)
` [PATCH 03/55] perf tools: Rename bpf_prog_priv__clear() to clear_prog_priv()
` [PATCH 05/55] perf tools: Add API to config maps in bpf object
` [PATCH 06/55] perf tools: Enable BPF object configure syntax
` [PATCH 08/55] perf tools: Enable passing event to BPF object
` [PATCH 09/55] perf tools: Create config_term_names array
` [PATCH 11/55] perf tools: Rename and move pmu_event_name to get_config_name
` [PATCH 17/55] perf tools: Introduce bpf-output event
` [PATCH 18/55] perf data: Support converting data from bpf_perf_event_output()
` [PATCH 19/55] perf data: Explicitly set byte order for integer types
` [PATCH 20/55] perf core: Introduce new ioctl options to pause and resume ring buffer
` [PATCH 21/55] perf core: Set event's default overflow_handler
` [PATCH 22/55] perf core: Prepare writing into ring buffer from end
` [PATCH 24/55] perf core: Reduce perf event output overhead by new overflow handler
` [PATCH 25/55] perf tools: Only validate is_pos for tracking evsels
` [PATCH 28/55] perf record: Extract synthesize code to record__synthesize()
` [PATCH 29/55] perf tools: Add perf_data_file__switch() helper
` [PATCH 32/55] perf record: Add '--timestamp-filename' option to append timestamp to output filename
` [PATCH 33/55] perf record: Split output into multiple files via '--switch-output'
` [PATCH 34/55] perf record: Force enable --timestamp-filename when --switch-output is provided
` [PATCH 36/55] perf record: Re-synthesize tracking events after output switching
` [PATCH 37/55] perf record: Generate tracking events for process forked by perf
` [PATCH 38/55] perf record: Ensure return non-zero rc when mmap fail
` [PATCH 39/55] perf record: Prevent reading invalid data in record__mmap_read
` [PATCH 40/55] perf tools: Add evlist channel helpers
` [PATCH 42/55] perf tools: Operate multiple channels
` [PATCH 43/55] perf tools: Squash overwrite setting into channel
` [PATCH 44/55] perf record: Don't read from and poll overwrite channel
` [PATCH 46/55] perf tools: Detect avalibility of write_backward
` [PATCH 48/55] perf tools: Set write_backward attribut bit for overwrite events
` [PATCH 49/55] perf tools: Record fd into perf_mmap
` [PATCH 50/55] perf tools: Add API to pause a channel
` [PATCH 51/55] perf record: Toggle overwrite ring buffer for reading
` [PATCH 52/55] perf record: Rename variable to make code clear
` [PATCH 53/55] perf record: Read from backward ring buffer
` [PATCH 54/55] perf record: Allow generate tracking events at the end of output
` [PATCH 55/55] perf tools: Don't warn about out of order event if write_backward is used

[PATCH V5 0/3] add gpio/pinctrl/spi DTS for hi6220 and hikey
 2016-02-19 11:58 UTC  (4+ messages)
` [PATCH V5 1/3] arm64: dts: Add Hi6220 gpio configuration nodes
` [PATCH V5 2/3] arm64: dts: add Hi6220 pinctrl "
` [PATCH V5 3/3] arm64: dts: add Hi6220 spi "

[RFC PATCH 02/20] KEYS: Add a system blacklist keyring [ver #2]
 2016-02-19 11:58 UTC  (12+ messages)
    ` [RFC PATCH 00/20] KEYS: Restrict additions to 'trusted' keyrings "
      ` [RFC PATCH 12/20] PKCS#7: Make the signature a pointer rather than embedding it "
      ` [RFC PATCH 18/20] IMA: Use the system blacklist keyring "

[PART1 RFC 0/9] KVM: x86: Introduce SVM AVIC support
 2016-02-19 11:57 UTC  (23+ messages)
` [PART1 RFC 5/9] svm: Add VMEXIT handlers for AVIC
` [PART1 RFC 6/9] svm: Add interrupt injection via AVIC

Silence compiler warning in arch/x86/kvm/emulate.c
 2016-02-19 11:11 UTC  (2+ messages)

[PATCH v3 00/11] KVM: x86: track guest page access
 2016-02-19 11:56 UTC  (20+ messages)
` [PATCH v3 01/11] KVM: MMU: rename has_wrprotected_page to mmu_gfn_lpage_is_disallowed
` [PATCH v3 02/11] KVM: MMU: introduce kvm_mmu_gfn_{allow,disallow}_lpage
` [PATCH v3 03/11] KVM: MMU: introduce kvm_mmu_slot_gfn_write_protect
` [PATCH v3 04/11] KVM: page track: add the framework of guest page tracking
` [PATCH v3 05/11] KVM: page track: introduce kvm_page_track_{add,remove}_page
` [PATCH v3 06/11] KVM: MMU: let page fault handler be aware tracked page
` [PATCH v3 07/11] KVM: page track: add notifier support
` [PATCH v3 10/11] KVM: MMU: clear write-flooding on the fast path of tracked page
` [PATCH v3 11/11] KVM: MMU: apply page track notifier

[PATCH] gpio: pisosr: add missing unlock
 2016-02-19 11:56 UTC  (2+ messages)

[PATCH v2 0/6] arm64: Add support of KVM with ACPI
 2016-02-19 11:54 UTC  (6+ messages)
` [PATCH v2 1/6] KVM: arm/arm64: arch_timer: Gather KVM specific information in a structure

[PATCH v1] tty: serial: Use GFP_ATOMIC instead of GFP_KERNEL in serial8250_em485_init()
 2016-02-19 11:53 UTC  (4+ messages)

[PATCH net] r8169:fix "rtl_counters_cond == 1 (loop: 1000, delay: 10)" log spam
 2016-02-19 11:46 UTC  (3+ messages)

[PATCH] ehea: Drop owner assignment from platform_driver
 2016-02-19 11:35 UTC  (2+ messages)

[PATCH] x86, microcode: Remove unnecessary paravirt_enabled check
 2016-02-19 11:36 UTC  (10+ messages)

[PATCH] arm64: kasan: clear stale stack poison
 2016-02-19 11:35 UTC  (6+ messages)

[GIT PULL] pin control fixes for v4.5
 2016-02-19 11:34 UTC 

[PATCH 05/33] x86, pkeys: Add Kconfig option
 2016-02-19 11:27 UTC  (3+ messages)
` [tip:mm/pkeys] x86/mm/pkeys: "
  ` [PATCH] x86/mm/pkeys: Do not enable them by default

[PATCH] mm: scale kswapd watermarks in proportion to memory
 2016-02-19 11:25 UTC  (2+ messages)

[PATCH 1/1] intel_pstate: Increase hold-off time before busyness is scaled
 2016-02-19 11:11 UTC  (5+ messages)

[PATCH v3 0/5] ACPI: parse the SPCR table
 2016-02-19 11:02 UTC  (13+ messages)
` [PATCH v3 1/5] ACPI: change __init to __ref for early_acpi_os_unmap_memory()
` [PATCH v3 2/5] ACPI: parse SPCR and enable matching console

[PATCH] KVM: x86: fix missed hardware breakpoints
 2016-02-19 10:56 UTC 

[PATCHv6 0/7] Convert exiting EEPROM drivers to NVMEM
 2016-02-19 10:51 UTC  (3+ messages)
` [PATCHv6 7/7] misc: at24: replace memory_accessor with nvmem_device_read

[PATCH 0/6] hisi_sas: add abort and retry feature
 2016-02-19 10:46 UTC  (9+ messages)
` [PATCH 5/6] hisi_sas: add hisi_sas_slave_configure()

m88ds3103: Undefined division
 2016-02-19 10:46 UTC  (2+ messages)

[GIT PULL] sound fixes for 4.5-rc5
 2016-02-19 10:38 UTC 

[PATCH] arm64: add architecture specified current_pt_regs
 2016-02-19 10:32 UTC  (4+ messages)

[RFC 0/3] Unify IOMMU-based DMA-mapping code for ARM and ARM64
 2016-02-19 10:30 UTC  (5+ messages)
` [RFC 1/3] drm/exynos: rewrite IOMMU support code
` [RFC 2/3] iommu: dma-iommu: move IOMMU/DMA-mapping code from ARM64 arch to drivers
` [RFC 3/3] iommu: dma-iommu: use common implementation also on ARM architecture

[PATCH] regulator: gpio: don't print error on EPROBE_DEFER
 2016-02-19 10:27 UTC 

[PATCH] [RFC] Make core_pattern support namespace
 2016-02-19 10:24 UTC  (7+ messages)
` [PATCH] "

[PATCH] staging: lustre: Fixed the parenthesis
 2016-02-19 10:22 UTC  (4+ messages)
` [lustre-devel] "

net/bluetooth: workqueue destruction WARNING in hci_unregister_dev
 2016-02-19 10:20 UTC  (5+ messages)

[PATCH 1/9] ARM: ARMv7-M uses BE-8, not BE-32
 2016-02-19 10:17 UTC  (11+ messages)
` [PATCH 4/9] ARM: add CONFIG_PHYS_OFFSET default values
` [PATCH 8/9] ARM: do not use optimized do_div for ARMv3

[PATCH next] ARM: virt: fix build of hyp-stub
 2016-02-19 10:18 UTC  (2+ messages)

[PATCH] dmaengine: at_xdmac: fix residue computation
 2016-02-19 10:18 UTC 

[PATCH] staging: rtl8712: reduce stack usage
 2016-02-19 10:15 UTC  (2+ messages)

[PATCH v2 3/7] f2fs: reorder nat cache lock in cache_nat_entry
 2016-02-19 10:12 UTC 

[PATCH v2 2/7] f2fs: split journal cache from curseg cache
 2016-02-19 10:08 UTC 

[PATCH] ARM64: dts: Mediatek: mt8173-evb: fix access MMC fail issue
 2016-02-19 10:05 UTC  (2+ messages)

[PATCH] Create sysfs entries for PCI VPDI and VPDR tags
 2016-02-19 10:00 UTC  (2+ messages)

[RESEND PATCH] drivers: android: correct the size of struct binder_uintptr_t for BC_DEAD_BINDER_DONE
 2016-02-19  9:57 UTC  (2+ messages)

[PATCH v3 00/10] Support for Cortex-M Prototyping System
 2016-02-19  9:57 UTC  (6+ messages)
` [PATCH v3 05/10] serial: mps2-uart: add support for early console

[PATCH] f2fs: fix to convert inline directory correctly
 2016-02-19  9:51 UTC 

[PATCH v11 0/4] Machine check recovery when kernel accesses poison
 2016-02-19  9:51 UTC  (9+ messages)
` [PATCH v11 3/4] x86, mce: Add __mcsafe_copy()
    ` [PATCH v12] x86, mce: Add memcpy_trap()

Re: [PATCH v2] arm64: add alignment fault hanling
 2016-02-19  9:46 UTC 

[PATCH v2] irqchip: irq-mvebu-odmi: new driver for platform MSI on Marvell 7K/8K
 2016-02-19  9:35 UTC  (3+ messages)

[PATCH 3/3] [RESEND] ARM: kprobes: use "I" constraint for inline assembly offsets
 2016-02-19  9:34 UTC  (4+ messages)

call_usermodehelper in containers
 2016-02-19  9:30 UTC  (17+ messages)

[PATCH V2 1/2] pinctrl: mediatek: Modify pinctrl bindings for mt7623
 2016-02-19  9:23 UTC  (5+ messages)
` [PATCH V2 2/2] pinctrl: mediatek: Add Pinctrl/GPIO/EINT driver for MT7623

[PATCH v1 0/8] SLAB support for KASAN
 2016-02-19  9:19 UTC  (6+ messages)
` [PATCH v1 8/8] mm: kasan: Initial memory quarantine implementation

[PATCH] PCI: imx6:don't sleep in atomic context
 2016-02-19  9:18 UTC  (5+ messages)

[PATCH v10 1/2] Documentation: bridge: Add documentation for ps8640 DT properties
 2016-02-19  9:13 UTC  (4+ messages)
` [PATCH v10 2/2] drm/bridge: Add I2C based driver for ps8640 bridge

[RFC PATCH 0/9] iio: Fix ABBA deadlock in inv-mpu6050
 2016-02-19  9:09 UTC  (3+ messages)
` [RFC PATCH 2/9] iio: imu: inv_mpu6050: Fix Yoda conditions

Regard of thermal power allocator's coefficients
 2016-02-19  9:03 UTC  (5+ messages)

[PATCH] mfd: Fix MACRO for commonly declared MFD cell attributes
 2016-02-19  8:50 UTC  (2+ messages)

[PATCH tip v8 0/5] Simple wait queue support
 2016-02-19  8:46 UTC  (6+ messages)
` [PATCH v8 1/5] wait.[ch]: Introduce the simple waitqueue (swait) implementation
` [PATCH v8 2/5] kbuild: Add option to turn incompatible pointer check into error
` [PATCH v8 3/5] KVM: use simple waitqueue for vcpu->wq
` [PATCH v8 4/5] rcu: Do not call rcu_nocb_gp_cleanup() while holding rnp->lock
` [PATCH v8 5/5] rcu: use simple wait queues where possible in rcutree

[PATCH] dmaengine: pl330: initialize tasklet after spin_unlock_irqrestore
 2016-02-19  8:46 UTC  (7+ messages)

[PATCH V6 00/11] soc: mediatek: PMIC wrap: add MT6323/2701/7623 support
 2016-02-19  8:44 UTC  (12+ messages)
` [PATCH V6 01/11] dt-bindings: ARM: Mediatek: add MT2701/7623 string to the PMIC wrapper doc
` [PATCH V6 02/11] soc: mediatek: PMIC wrap: don't duplicate the wrapper data
` [PATCH V6 03/11] soc: mediatek: PMIC wrap: add wrapper callbacks for init_reg_clock
` [PATCH V6 04/11] soc: mediatek: PMIC wrap: split SoC specific init into callback
` [PATCH V6 05/11] soc: mediatek: PMIC wrap: WRAP_INT_EN needs a different bitmask for MT2701/7623
` [PATCH V6 06/11] soc: mediatek: PMIC wrap: SPI_WRITE "
` [PATCH V6 07/11] soc: mediatek: PMIC wrap: move wdt_src into the pmic_wrapper_type struct
` [PATCH V6 08/11] soc: mediatek: PMIC wrap: remove pwrap_is_mt8135() and pwrap_is_mt8173()
` [PATCH V6 09/11] soc: mediatek: PMIC wrap: add a slave specific struct
` [PATCH V6 10/11] soc: mediatek: PMIC wrap: add mt6323 slave support
` [PATCH V6 11/11] soc: mediatek: PMIC wrap: add MT2701/7623 support

[PATCH v2 1/2] mfd: intel_quark_i2c_gpio: remove clock tree on error path
 2016-02-19  8:42 UTC  (2+ messages)
` [PATCH v2 2/2] mfd: intel_quark_i2c_gpio: switch to use struct device *

[patch 00/11] x86/perf/intel_uncore: Cleanup and enhancements
 2016-02-19  8:39 UTC  (10+ messages)
` [patch 07/11] x86/perf/uncore: Track packages not per cpu data

[PATCH 0/7] Runtime PM support for AHCI host controller driver
 2016-02-19  8:39 UTC  (6+ messages)
` [PATCH 3/7] scsi: Drop runtime PM usage count after host is added

[PATCH v1] GPIO/ACPI: DesignWare: Add GPIO-signaled ACPI events support for power button
 2016-02-19  8:35 UTC  (2+ messages)

[PATCH] serial: samsung: fix the inconsistency in spinlock
 2016-02-19  8:34 UTC  (9+ messages)

[PATCH v2] staging/android/ion : fix a race condition in the ion driver
 2016-02-19  8:31 UTC 

[PATCH v2] net: phy: spi_ks8995: add dependency on GPIO
 2016-02-19  8:29 UTC  (3+ messages)

V4L docs and docbook
 2016-02-19  8:28 UTC  (7+ messages)

[RFC][PATCH] sched: Kick bandwidth timer immediately on start up
 2016-02-19  8:24 UTC  (3+ messages)

[RFC5 PATCH v6 00/21] ILP32 for ARM64
 2016-02-19  8:23 UTC  (4+ messages)

[PATCH] pinctrl: sirf/atlas7: stop poking around in GPIO internals
 2016-02-19  8:21 UTC  (5+ messages)

[PATCH] drm: ARM HDLCD - get rid of devm_clk_put()
 2016-02-19  8:15 UTC 

[PATCH v1 1/2] mfd: intel_quark_i2c_gpio: remove clock tree on error path
 2016-02-19  8:12 UTC  (3+ messages)

[PATCH 1/2] mm: cma: split out in_cma check to separate function
 2016-02-19  8:12 UTC  (2+ messages)
` [PATCH 2/2] ARM: dma-mapping: fix alloc/free for coherent + CMA + gfp=0

[PATCH 0/3] cpufreq: Replace timers with utilization update callbacks
 2016-02-19  8:09 UTC  (6+ messages)
` [PATCH v8 1/3] cpufreq: Add mechanism for registering "
  ` [PATCH v9 "
    ` [PATCH v10 "

linux-next: build failure after merge of the wireless-drivers-next tree
 2016-02-19  8:08 UTC  (2+ messages)

[PATCH v2] f2fs: reuse read_inline_data for f2fs_convert_inline_page
 2016-02-19  8:02 UTC 

[PATCH v2 0/2] arm: am43xx: Register rtc hwmod
 2016-02-19  7:59 UTC  (4+ messages)
` [PATCH v2 2/2] ARM: AM43XX: HWMOD: Add "

[PATCH] f2fs: add new wraper function for reading inline data
 2016-02-19  7:46 UTC  (3+ messages)

[PATCH] b43: fix memory leak
 2016-02-19  7:44 UTC  (3+ messages)

[PATCH 2/3] thermal: Add Mediatek thermal controller support
 2016-02-19  7:21 UTC  (11+ messages)

[PATCH v12] Add Mediatek thermal support
 2016-02-19  7:20 UTC  (4+ messages)
` [PATCH 3/3] ARM64: dts: mt8173: Add thermal/auxadc device nodes

[PATCHv3 00/11] Fixes and improvements to f_fs and f_midi
 2016-02-19  7:12 UTC  (4+ messages)

[PATCH v7 00/10] usb: early: add support for early printk through USB3 debug port
 2016-02-19  7:09 UTC  (4+ messages)
` [PATCH v7 05/10] usb: dbc: add bulk out and bulk in interfaces

[RFC PATCH] proc: do not include shmem and driver pages in /proc/meminfo::Cached
 2016-02-19  6:57 UTC  (4+ messages)

commit 271e1b86e691 is breaking DMA uart on SoCFPGA
 2016-02-19  6:51 UTC  (4+ messages)

[PATCH 3/3] lockdep: prevent chain_key collisions
 2016-02-19  6:48 UTC  (4+ messages)
` [PATCH v2 0/3] lockdep: liblockdep: Prevent "
  ` [PATCH v2 1/3] tools/liblockdep: add userspace version of READ_ONCE
  ` [PATCH v2 3/3] lockdep: prevent and detect chain_key collisions

[lkp] [xfs] fbcc025613: -5.6% fsmark.files_per_sec
 2016-02-19  6:49 UTC  (2+ messages)

[RFC PATCH 18/20] IMA: Use the system blacklist keyring [ver #2]
 2016-02-10 19:12 UTC 

[RFC PATCH 12/20] PKCS#7: Make the signature a pointer rather than embedding it [ver #2]
 2016-02-08 12:00 UTC 


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