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

[PATCH 00/55] perf tools: Bugfix, BPF improvements and overwrite ring buffer support
 2016-02-19 15:08 UTC  (52+ messages)
` [PATCH 01/55] perf tools: Record text offset in dso to calculate objdump address
` [PATCH 02/55] perf tools: Adjust symbol for shared objects
` [PATCH 03/55] perf tools: Rename bpf_prog_priv__clear() to clear_prog_priv()
` [PATCH 04/55] perf tools: Fix checking asprintf return value
` [PATCH 05/55] perf tools: Add API to config maps in bpf object
` [PATCH 06/55] perf tools: Enable BPF object configure syntax
` [PATCH 07/55] perf record: Apply config to BPF objects before recording
` [PATCH 08/55] perf tools: Enable passing event to BPF object
` [PATCH 09/55] perf tools: Create config_term_names array
` [PATCH 10/55] perf stat: Forbid user passing improper config terms
` [PATCH 11/55] perf tools: Rename and move pmu_event_name to get_config_name
` [PATCH 12/55] perf tools: Enable config raw and numeric events
` [PATCH 13/55] perf tools: Enable config and setting names for legacy cache events
` [PATCH 14/55] perf tools: Support setting different slots in a BPF map separately
` [PATCH 15/55] perf tools: Enable indices setting syntax for BPF maps
` [PATCH 16/55] perf tools: Pass tracepoint options to BPF script
` [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 23/55] perf core: Add backward attribute to perf event
` [PATCH 25/55] perf tools: Only validate is_pos for tracking evsels
` [PATCH 26/55] perf tools: Print write_backward value in perf_event_attr__fprintf
` [PATCH 27/55] perf tools: Make ordered_events reusable
` [PATCH 28/55] perf record: Extract synthesize code to record__synthesize()
` [PATCH 29/55] perf tools: Add perf_data_file__switch() helper
` [PATCH 30/55] perf record: Turns auxtrace_snapshot_enable into 3 states
` [PATCH 31/55] perf record: Introduce record__finish_output() to finish a perf.data
` [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 35/55] perf record: Disable buildid cache options by default in switch output mode
` [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 41/55] perf tools: Automatically add new channel according to evlist
` [PATCH 42/55] perf tools: Operate multiple channels
` [PATCH 43/55] perf tools: Squash overwrite setting into channel
` [PATCH 45/55] perf record: Don't poll on overwrite channel
` [PATCH 47/55] perf tools: Enable overwrite settings
` [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] b43: fix memory leak
 2016-02-19 15:07 UTC  (4+ messages)

[PATCH v2] mm,oom: exclude oom_task_origin processes if they are OOM-unkillable
 2016-02-19 15:07 UTC  (6+ messages)

[PATCH] irqchip/gic: Return IRQ_SET_MASK_OK_DONE in the set_affinity method
 2016-02-19 15:06 UTC  (2+ messages)

[PATCH] tpm_crb: fix bad name pointer usage with struct resource
 2016-02-19 15:06 UTC  (6+ messages)
` [tpmdd-devel] "

[PATCH v2 00/14] KVM: x86: change PIT discard policy and untangle related code
 2016-02-19 15:06 UTC  (14+ messages)
` [PATCH v2 01/14] KVM: x86: change PIT discard tick policy
` [PATCH v2 07/14] KVM: x86: remove unnecessary uses of PIT state lock
` [PATCH v2 08/14] KVM: x86: remove notifiers from PIT discard policy

[PATCH v4 00/20] PM / devferq: Add generic exynos bus frequency driver and new passive governor
 2016-02-19 15:05 UTC  (2+ messages)

[PATCH v8 0/3] add support for DWC UFS Controller
 2016-02-19 15:03 UTC  (3+ messages)
` [PATCH v8 3/3] add support for DWC UFS Host Controller
  ` [PATCH v9 "

[PATCH V3 1/2] irq: Track the interrupt timings
 2016-02-19 15:01 UTC  (8+ messages)
` [PATCH V3 2/2] sched: idle: IRQ based next prediction for idle period

[PATCH 1/2] vfs: make sure struct filename->iname is word-aligned
 2016-02-19 15:00 UTC  (4+ messages)

[PATCH 0/2] sched/deadline: fix cpusets bandwidth accounting
 2016-02-19 14:57 UTC  (9+ messages)
` [PATCH 1/2] sched/deadline: add per rq tracking of admitted bandwidth

[RFC v2 0/7] linux: add linker tables
 2016-02-19 14:55 UTC  (10+ messages)
` [RFC v2 1/7] sections.h: add sections header to collect all section info
` [RFC v2 2/7] tables.h: add linker table support
` [RFC v2 3/7] firmware: port built-in section to linker table
` [RFC v2 4/7] asm/sections: add a generic push_section_tbl()
` [RFC v2 5/7] jump_label: port __jump_table to linker tables
` [RFC v2 6/7] dynamic_debug: port to use "
` [RFC v2 7/7] kprobes: port to linker table

[RFC][PATCH 0/7] perf: more fuzzer inspired patches
 2016-02-19 14:37 UTC  (8+ messages)
` [RFC][PATCH 1/7] perf: Close install vs exit race
` [RFC][PATCH 2/7] perf: Do not double free
` [RFC][PATCH 3/7] perf: Allow perf_release() with !event->ctx
` [RFC][PATCH 4/7] perf: Fix scaling vs enable_on_exec
` [RFC][PATCH 5/7] perf: Fix cloning
` [RFC][PATCH 6/7] perf: Fix race between event install and jump_labels
` [RFC][PATCH 7/7] perf: Cure event->pending_disable race

[PATCH v3] irqchip: irq-mvebu-odmi: new driver for platform MSI on Marvell 7K/8K
 2016-02-19 14:50 UTC  (6+ messages)

[PATCH 0/9] x86/init: replace paravirt_enabled() were possible
 2016-02-19 14:48 UTC  (18+ messages)
` [PATCH 1/9] x86/boot: enumerate documentation for the x86 hardware_subarch
  ` [Xen-devel] "
` [PATCH 2/9] tools/lguest: make lguest launcher use X86_SUBARCH_LGUEST explicitly
` [PATCH 3/9] x86/xen: use X86_SUBARCH_XEN for PV guest boots
` [PATCH 4/9] x86/init: make ebda depend on PC subarch
` [PATCH 5/9] apm32: remove paravirt_enabled() use
` [PATCH 6/9] x86/tboot: remove paravirt_enabled()
` [PATCH 7/9] x86/cpu/intel: replace paravirt_enabled() for f00f work around
` [PATCH 8/9] x86/rtc: replace paravirt_enabled() check with subarch check
  ` [Xen-devel] "
` [PATCH 9/9] pnpbios: replace paravirt_enabled() check with subarch checks
` [Xen-devel] [PATCH 0/9] x86/init: replace paravirt_enabled() were possible

[GIT PULL] irqchip core changes for v4.6
 2016-02-19 14:48 UTC 

[PATCH] ARM: at91/dt: fix typo in sama5d2 pinmux descriptions
 2016-02-19 14:48 UTC 

[PATCH v4 0/3] Adding NPS400 drivers
 2016-02-19 14:42 UTC  (4+ messages)
` [PATCH v5 3/3] irqchip: add nps Internal and external irqchips

[PATCH v1 1/4] net: ti: netcp: restore get/set_pad_info() functionality
 2016-02-19 14:41 UTC  (6+ messages)
` [PATCH v1 2/4] soc: ti: knav_dma: rename pad in struct knav_dma_desc to sw_data
` [PATCH v1 3/4] net: netcp: rename {get/set}pad_info to {get/set}_sw_data

[PATCH v5 0/7] introduce post-init read-only memory
 2016-02-19 14:38 UTC  (3+ messages)
` [PATCH v5 1/7] asm-generic: consolidate mark_rodata_ro()

[PATCH 1/2] chrdev: emit a warning when we go below dynamic major range
 2016-02-19 14:36 UTC  (2+ messages)
` [PATCH 2/2] RFC: chrdev: allocate chardevs in all unused holes

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

[PATCH v2 0/2] clk: Add Artpec-6 SoC support
 2016-02-19 14:30 UTC  (3+ messages)
` [PATCH v2 1/2] clk: add device tree binding for Artpec-6 clock controller
` [PATCH v2 2/2] clk: add artpec-6 "

[PATCH v4 22/23] arm64: VHE: Add support for running Linux in EL2 mode
 2016-02-19 14:30 UTC  (3+ messages)
` [PATCH v4.1] arm64: hw_breakpoint: Allow EL2 breakpoints if running in HYP

[PATCH v4 21/23] arm64: hw_breakpoint: Allow EL2 breakpoints if running in HYP
 2016-02-19 14:30 UTC  (3+ messages)
` [PATCH v4.1] arm64: perf: Count EL2 events if the kernel is "

[PATCH] crypto: allow rfc3686 aes-ctr variants in fips mode
 2016-02-19 14:29 UTC  (2+ messages)

[PATCH 4/9] ARM: add CONFIG_PHYS_OFFSET default values
 2016-02-19 14:29 UTC  (4+ messages)

[PATCH 1/3] [RESEND] ARM: pass -march=armv7-a when building NEON files with clang
 2016-02-19 14:23 UTC  (3+ messages)

[RFC v2 0/6] x86/init: use linker table
 2016-02-19 14:15 UTC  (7+ messages)
` [RFC v2 1/6] x86/boot: add BIT() to boot/bitops.h
` [RFC v2 2/6] x86/init: use linker tables to simplify x86 init and annotate dependencies
` [RFC v2 3/6] x86/init: move ebda reservations into linker table
` [RFC v2 4/6] x86/init: use linker table for i386 early setup
` [RFC v2 5/6] x86/init: user linker table for ce4100 "
` [RFC v2 6/6] x86/init: use linker table for mid "

[PATCH] Create sysfs entries for PCI VPDI and VPDR tags
 2016-02-19 14:18 UTC  (4+ messages)

[BUG] random kernel crashes after THP rework on s390 (maybe also on PowerPC and ARM)
 2016-02-19 14:15 UTC  (12+ messages)

[PATCH] Revert "regulator: tps65217: remove tps65217.dtsi file"
 2016-02-19 14:12 UTC 

[PATCH][QUESTION] Intentional memory leak in ipmi_msghandler?
 2016-02-19 13:14 UTC  (2+ messages)

[PATCH 0/4] kvmclock: improve accuracy
 2016-02-19 14:12 UTC  (6+ messages)
` [PATCH 4/4] KVM: x86: track actual TSC frequency from the timekeeper struct

[RFC5 PATCH v6 00/21] ILP32 for ARM64
 2016-02-19 14:06 UTC  (6+ messages)

NULL-ptr deref in kvm_arch_vcpu_ioctl under AMD CPUs
 2016-02-19 14:06 UTC 

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

[PATCH 0/8] arm64: Add kernel probes (kprobes) support
 2016-02-19 14:04 UTC  (3+ messages)
` [PATCH 5/8] arm64: kprobes instruction simulation support

Device probing proceeds even when the default pinctrl state is invalid
 2016-02-19 13:54 UTC  (4+ messages)

[PATCH 06/54] perf tools: Add API to config maps in bpf object
 2016-02-19 13:53 UTC 

[PATCH v2] fusion-mptbase: handle failed allocation for workqueue
 2016-02-19 13:46 UTC  (5+ messages)

[GIT PULL] irqchip changes for v4.5
 2016-02-19 13:24 UTC 

[PATCH] ARM: dts: at91: sama5d2 Xplained: Correct the macb irq pinctrl node
 2016-02-19 13:19 UTC  (2+ messages)

[PATCH] scripts/coccinelle: modernize &
 2016-02-19 13:09 UTC  (4+ messages)

[PULL] GICv3 changes for 4.5-rc5
 2016-02-19 13:08 UTC 

[PATCH] ehea: Drop owner assignment from platform_driver
 2016-02-19 13:07 UTC  (5+ messages)

[PATCH 0/4] drm: Add support of ARC PGU display controller
 2016-02-19 13:03 UTC  (5+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] drm: Add DT bindings documentation for "
` [PATCH 3/4] arc: axs10x - add support of ARC PGU
` [PATCH 4/4] MAINTAINERS: Add maintainer for ARC PGU display controller

[PATCH 0/3] LightNVM patches for next 4.5-rc
 2016-02-19 12:56 UTC  (4+ messages)
` [PATCH 1/3] lightnvm: fix up nonsensical configure overrun checking
` [PATCH 2/3] lightnvm: fold get bb tbl when using dual/quad plane mode
` [PATCH 3/3] lightnvm: generalize rrpc ppa calculations

[PATCH v1 0/8] SLAB support for KASAN
 2016-02-19 12:57 UTC  (8+ messages)
` [PATCH v1 2/8] mm, kasan: SLAB support

Question about prio_changed_dl()
 2016-02-19 12:43 UTC 

V4L docs and docbook
 2016-02-19 12:34 UTC  (8+ messages)

[RFC PATCH 02/20] KEYS: Add a system blacklist keyring [ver #2]
 2016-02-19 12:16 UTC  (13+ 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 "

[RFC 0/12] introduce down_write_killable for rw_semaphore
 2016-02-19 12:15 UTC  (2+ messages)

[PATCH V2 1/2] pinctrl: mediatek: Modify pinctrl bindings for mt7623
 2016-02-19 12:12 UTC  (4+ messages)

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

[PATCH 00/33] Compile-time stack metadata validation
 2016-02-19 12:05 UTC  (10+ messages)
                ` [PATCH] sched/x86: Add stack frame dependency to __preempt_schedule[_notrace]

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

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

[PATCH] arm64: add architecture specified current_pt_regs
 2016-02-19 12:01 UTC  (5+ messages)

[PART1 RFC 5/9] svm: Add VMEXIT handlers for AVIC
 2016-02-19 11:59 UTC  (15+ messages)

[PATCH v3 00/11] KVM: x86: track guest page access
 2016-02-19 12:00 UTC  (8+ messages)
` [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 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 "

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

[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  (4+ 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)

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