linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-09 13:38:31 to 2015-04-09 16:55:08 UTC [more...]

[PATCH 0/3] dm-crypt: Adds support for wiping key when doing suspend/hibernation
 2015-04-09 17:13 UTC  (13+ messages)
` [PATCH 1/3] PM suspend/hibernate: Call notifier after freezing processes

[PATCH v2 0/2] rtc: add Abracon ABx80x
 2015-04-09 16:52 UTC  (4+ messages)
` [PATCH v2 1/2] Documentation: bindings: add abracon,abx80x
    ` [rtc-linux] "

[PATCH] perf tools: Fix ppid for non-main thread
 2015-04-09 16:48 UTC 

[PATCH 0/2] locking: Simplify mutex and rwsem spinning code
 2015-04-09 16:47 UTC  (6+ messages)
` [PATCH 2/2] locking/rwsem: Use a return variable in rwsem_spin_on_owner()

Preventing 32-bit time_t overflow
 2015-04-09 16:45 UTC 

[PATCH 1/2] Input: atmel_mxt_ts - add support for Google Pixel 2
 2015-04-09 16:42 UTC  (6+ messages)
` [PATCH 2/2] Input: atmel_mxt_ts - allow specifying device-specific configs

ACPI events broken on non-SMP since 3.16
 2015-04-09 16:41 UTC  (7+ messages)
` [PATCH] x86/ACPI: Fix regression caused by 16ee7b3dcc56

[PATCH V6 0/6] large PEBS interrupt threshold
 2015-04-09 16:37 UTC  (7+ messages)
` [PATCH V6 1/6] perf, x86: use the PEBS auto reload mechanism when possible
` [PATCH V6 2/6] perf, x86: introduce setup_pebs_sample_data()
` [PATCH V6 3/6] perf, x86: large PEBS interrupt threshold
` [PATCH V6 4/6] perf, x86: handle multiple records in PEBS buffer
` [PATCH V6 5/6] perf, x86: drain PEBS buffer during context switch
` [PATCH V6 6/6] perf, x86: enlarge PEBS buffer

"tcp: refine TSO autosizing" causes performance regression on Xen
 2015-04-09 16:36 UTC  (3+ messages)

[PATCH v4 0/9] latched RB-trees and __module_address()
 2015-04-09 16:31 UTC  (7+ messages)
` [PATCH v4 6/9] rbtree: Implement generic latch_tree

[PATCH 0/3] Btrfs: show subvolume name and ID in /proc/mounts
 2015-04-09 16:28 UTC  (7+ messages)
` [PATCH 2/3] Btrfs: unify subvol= and subvolid= mounting
` [PATCH 3/3] Btrfs: show subvol= and subvolid= in /proc/mounts

[PATCH RFC v2] Support for write stream IDs
 2015-04-09 16:28 UTC  (4+ messages)
` [PATCH 2/7] Add support for per-file stream ID

[PATCH 0/1] Fix NULL pointer dereference
 2015-04-09 16:23 UTC  (8+ messages)
` [PATCH 1/1] spi: altera: Add empty implementation of setup_transfer callback
` [PATCH v2] "

[PATCH v3 0/4] Ensure that lun ids are contiguous
 2015-04-09 16:18 UTC  (5+ messages)
` [PATCH v3 1/4] fs: configfs: Add unlocked version of configfs_depend_item()
` [PATCH v3 2/4] usb: gadget: mass_storage: Store lun_opts in fsg_opts
` [PATCH v3 3/4] usb: gadget: mass_storage: Ensure that lun ids are contiguous
` [PATCH v3 4/4] Documentation: ABI: Fix documentation for mass_storage function

[PATCH] mm/hugetlb: use pmd_page() in follow_huge_pmd()
 2015-04-09 16:11 UTC 

[PATCH 00/44] perf tools: Introduce an abstraction for AUX Area and Instruction Tracing
 2015-04-09 15:54 UTC  (45+ messages)
` [PATCH 01/44] perf header: Add AUX area tracing feature
` [PATCH 02/44] perf evlist: Add support for mmapping an AUX area buffer
` [PATCH 03/44] perf tools: Add user events for AUX area tracing
` [PATCH 04/44] perf tools: Add support for AUX area recording
` [PATCH 05/44] perf record: Add basic AUX area tracing support
` [PATCH 06/44] perf record: Extend -m option for AUX area tracing mmap pages
` [PATCH 07/44] perf tools: Add a user event for AUX area tracing errors
` [PATCH 08/44] perf session: Add hooks to allow transparent decoding of AUX area tracing data
` [PATCH 09/44] perf session: Add instruction tracing options
` [PATCH 10/44] perf auxtrace: Add helpers for AUX area tracing errors
` [PATCH 11/44] perf auxtrace: Add helpers for queuing AUX area tracing data
` [PATCH 12/44] perf auxtrace: Add a heap for sorting AUX area tracing queues
` [PATCH 13/44] perf auxtrace: Add processing for AUX area tracing events
` [PATCH 14/44] perf auxtrace: Add a hashtable for caching
` [PATCH 15/44] perf tools: Add member to struct dso for an instruction cache
` [PATCH 16/44] perf script: Add Instruction Tracing support
` [PATCH 17/44] perf script: Always allow fields 'addr' and 'cpu' for auxtrace
` [PATCH 18/44] perf report: Add Instruction Tracing support
` [PATCH 19/44] perf inject: Re-pipe AUX area tracing events
` [PATCH 20/44] perf inject: Add Instruction Tracing support
` [PATCH 21/44] perf tools: Add AUX area tracing index
` [PATCH 22/44] perf tools: Hit all build ids when AUX area tracing
` [PATCH 23/44] perf tools: Add build option NO_AUXTRACE to exclude "
` [PATCH 24/44] perf auxtrace: Add option to synthesize events for transactions
` [PATCH 25/44] perf script: Add field option 'flags' to print sample flags
` [PATCH 26/44] perf tools: Add aux_watermark member of struct perf_event_attr
` [PATCH 27/44] perf tools: Add support for PERF_RECORD_AUX
` [PATCH 28/44] perf tools: Add support for PERF_RECORD_ITRACE_START
` [PATCH 29/44] perf tools: Add AUX area tracing Snapshot Mode
` [PATCH 30/44] perf record: Add AUX area tracing Snapshot Mode support
` [PATCH 31/44] perf auxtrace: Add Intel PT as an AUX area tracing type
` [PATCH 32/44] perf tools: Add Intel PT packet decoder
` [PATCH 33/44] perf tools: Add Intel PT instruction decoder
` [PATCH 34/44] perf tools: Add Intel PT log
` [PATCH 35/44] perf tools: Add Intel PT decoder
` [PATCH 36/44] perf tools: Add Intel PT support
` [PATCH 37/44] perf tools: Take Intel PT into use
` [PATCH 38/44] perf tools: Allow auxtrace data alignment
` [PATCH 39/44] perf tools: Add Intel BTS support
` [PATCH 40/44] perf tools: Output sample flags and insn_len from intel_pt
` [PATCH 41/44] perf tools: Output sample flags and insn_len from intel_bts
` [PATCH 42/44] perf tools: Intel PT to always update thread stack trace number
` [PATCH 43/44] perf tools: Intel BTS "
` [PATCH 44/44] perf tools: Add example call-graph script

[PATCH] iio: light: ltr501: Fix alignment to match open parenthesis
 2015-04-09 16:10 UTC  (4+ messages)

[PATCH 1/2] perf tools: Add 'perf-config' command
 2015-04-09 15:57 UTC  (3+ messages)
` [PATCH 2/2] perf tools: Add a option 'remove' to perf-config and features which get or set a config variable

[PATCH RFC v02 00/45] Compile test and fixes for exported header files
 2015-04-09 16:09 UTC  (8+ messages)
` [PATCH 05/45] drm.h: include stdlib.h in userspace

[GIT PULL] Samsung Thermal for v4.1 merge window
 2015-04-09 16:09 UTC 

[PATCH 1/3] pinctrl: qcom-spmi-gpio: Fix output type configuration
 2015-04-09 16:03 UTC  (6+ messages)
` [PATCH 2/3] pinctrl: qcom-spmi-gpio: Fix input value report
` [PATCH 3/3] pinctrl: qcom-spmi-mpp: "

[PATCH v2 00/17] IB/Verbs: IB Management Helpers
 2015-04-09 16:01 UTC  (8+ messages)
` [PATCH v2 01/17] IB/Verbs: Implement new callback query_transport() for each HW

[PATCH] kasan: Makefile: shut up warnings if CONFIG_COMPILE_TEST=y
 2015-04-09 16:01 UTC  (4+ messages)

[PATCH 0/2] crypto: add new driver for Marvell CESA
 2015-04-09 15:57 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] crypto: marvell/CESA: update DT bindings documentation

[PATCH] vfio-pci: Attempt bus/slot reset on open
 2015-04-09 15:55 UTC 

[PATCH] PCI: Export pci_probe_reset_function()
 2015-04-09 15:51 UTC 

[PATCH -next] leds: Fix build failure seen if LEDS_TRIGGERS is not configured
 2015-04-09 15:42 UTC 

[PATCH] leds: fix redundant trigger API #ifdef
 2015-04-09 15:37 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] drivers: CCI: fix used_mask init in validate_group()
 2015-04-09 15:36 UTC  (8+ messages)
          ` [PATCH V2] "

[PATCH] Add parse_integer() (replacement for simple_strto*())
 2015-04-09 15:28 UTC  (2+ messages)

[PATCH 0/8] clk: Minor cleanups
 2015-04-09 15:28 UTC  (6+ messages)
` [PATCH 4/8] clk: tegra: Fix duplicate const for parent names

[RFC] capabilities: Ambient capabilities
 2015-04-09 15:25 UTC  (14+ messages)

[PATCH 0/2] test returned value
 2015-04-09 15:23 UTC  (4+ messages)
` [PATCH 1/2] clk: versatile: "

[PATCH v5 0/8] dmaengine/dra7x: DMA router (crossbar support)
 2015-04-09 15:18 UTC  (3+ messages)
` [PATCH v5 8/8] ARM: DTS: dra7x: Integrate sDMA crossbar

[PATCH 3.4 000/176] 3.4.107-rc1 review
 2015-04-09 15:20 UTC  (2+ messages)

ext4: WARNING: CPU: 10 PID: 23340 at fs/block_dev.c
 2015-04-09 15:19 UTC  (3+ messages)

[PATCH 0/2] pci to dma
 2015-04-09 15:13 UTC  (9+ messages)
` [PATCH 2/2] ide: replace GFP_ATOMIC by GFP_KERNEL

[PATCH] Makefile: Fix detection of clang when cross-compiling
 2015-04-09 14:34 UTC 

[v3 0/5] arm64: kvm: reset hyp context for kexec
 2015-04-09 15:02 UTC  (5+ messages)
` [v3 2/5] arm64: kvm: allow EL2 context to be reset on shutdown

linux-next: build failure after merge of the regulator tree
 2015-04-09 15:00 UTC  (2+ messages)

[PATCH 1/1] pty, n_tty: continue processing input until the tty_buffer chain is flushed
 2015-04-09 14:54 UTC  (2+ messages)
` [PATCH] pty: Fix input race when closing

[patch] rt, hotplug: Use set_cpus_allowed_ptr() in sync_unplug_thread()
 2015-04-09 14:54 UTC  (4+ messages)

[PATCH v7 0/9] mfd: watchdog: rtc: New driver for ST's LPC IP
 2015-04-09 14:47 UTC  (10+ messages)
` [PATCH v7 1/9] mfd: dt-bindings: Provide human readable defines for LPC mode choosing
` [PATCH v7 2/9] ARM: multi_v7_defconfig: Enable support for ST's LPC Watchdog
` [PATCH v7 3/9] ARM: multi_v7_defconfig: Enable support for ST's LPC RTC
` [PATCH v7 4/9] ARM: STi: DT: STiH407: Add Device Tree node for the LPC
` [PATCH v7 5/9] watchdog: bindings: Provide ST bindings for ST's LPC Watchdog device
` [PATCH v7 6/9] watchdog: st_wdt: Add new driver for ST's LPC Watchdog
` [PATCH v7 7/9] rtc: bindings: Provide ST bindings for ST's LPC RTC device
` [PATCH v7 8/9] rtc: st: add new driver for ST's LPC RTC
` [PATCH v7 9/9] MAINTAINERS: Add Watchdog and RTC files to STI's maintainer entry

[GIT PULL] selftest: Add futex functional tests
 2015-04-09  5:44 UTC  (6+ messages)

drm/msm/mdp5: undefined CONFIG_MSM_BUS_SCALING
 2015-04-09 14:50 UTC  (4+ messages)

[PATCH 0/5] Ensure that lun ids are contiguous
 2015-04-09 14:50 UTC  (8+ messages)
` [PATCH 1/5] fs: configfs: Fix typo in comment
` [PATCH 3/5] usb: gadget: mass_storage: Store lun_opts in fsg_opts
` [PATCH 4/5] usb: gadget: mass_storage: Ensure that lun ids are contiguous

[PATCH] genirq: MSI: Fix freeing of unallocated MSI
 2015-04-09 14:49 UTC  (6+ messages)
` [tip:irq/core] "

[PATCH] usb: ehci-msm: Don't ioremap configuration space exclusively
 2015-04-09 14:49 UTC  (2+ messages)

[PATCH 1/2] perf data: Show error message when ctf setup failed
 2015-04-09 14:37 UTC  (5+ messages)

[PATCH 1/3] kernel: Add a new config option to remove command line parsing
 2015-04-09 14:44 UTC 

[PATCH v4 00/10] Add simple EEPROM Framework via regmap
 2015-04-09 14:45 UTC  (5+ messages)
` [PATCH v4 04/10] eeprom: Add a simple EEPROM framework for eeprom consumers

[PATCH v15 16/16] unfair qspinlock: a queue based unfair lock
 2015-04-09 14:30 UTC  (5+ messages)

[PATCH 0/2] iio: ti_am335x_adc: Add optional DT properties for tscadc
 2015-04-09 14:19 UTC  (5+ messages)
` [PATCH 1/2] iio: adc: ti_am335x_adc: refactor DT parsing into a function
` [PATCH 2/2] iio: adc: ti_am335x_adc: make sample delay, open delay, averaging DT parameters

[PATCH v2 04/10] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
 2015-04-09 14:19 UTC  (11+ messages)
` [PATCH v2 05/10] KVM: arm: introduce kvm_arch_setup/clear_debug()
` [PATCH v2 07/10] KVM: arm64: guest debug, add support for single-step

[PATCH] hwlat_detector: Detect hardware-induced latencies
 2015-04-09 14:10 UTC  (5+ messages)

How to get instance for kallsyms_address or kallsyms_num_syms?
 2015-04-09 14:09 UTC 

[Question] ksm: rmap_item pointing to some stale vmas
 2015-04-09 14:05 UTC 

[PATCH 1/3] jump_label: Allow asm/jump_label.h to be included in assembly
 2015-04-09 14:04 UTC  (6+ messages)
` [PATCH 2/3] jump_label: Allow jump labels to be used "
` [PATCH 3/3] powerpc: Include linux/jump_label.h to get HAVE_JUMP_LABEL define

[PATCH v2 1/2] tty: serial: msm: Add mask value for UART_DM registers
 2015-04-09 14:04 UTC  (5+ messages)
` [PATCH v2 2/2] tty: serial: msm: Disable pclk when port is closed

[PATCH 0/2] i8k.c => dell-smm-hwmon.c
 2015-04-09 14:02 UTC  (5+ messages)
` [PATCH v2 "

[PATCH v2 0/4] ARM: berlin: ADC support
 2015-04-09 14:00 UTC  (5+ messages)
` [PATCH v2 1/4] iio: adc: add support for Berlin
` [PATCH v2 2/4] Documentation: bindings: document the Berlin ADC driver

[PATCH v5 1/3] lib/plist: Provide plist_add_head() for nodes with the same prio
 2015-04-09 13:56 UTC  (4+ messages)
` [PATCH v5 2/3] sched/rt: Fix wrong SMP scheduler behavior for equal prio cases

[PATCH v2 0/7] New Lenovos 2015 touchpads: party time!
 2015-04-09 13:56 UTC  (7+ messages)

[GIT PULL] USB resume timeout rework for v4.1
 2015-04-09 13:44 UTC  (3+ messages)

[RFC PATCH 0/2] Add support for Lite On LTR559 sensor
 2015-04-09 13:44 UTC  (4+ messages)
` [RFC PATCH 2/2] iio: light: Add support for LTR559 chip

[Patch V2 00/15] xen: support pv-domains larger than 512GB
 2015-04-09 12:41 UTC  (3+ messages)
` [Patch V2 08/15] xen: find unused contiguous memory area
  ` [Xen-devel] "

[PATCH] axp288_fuel_gauge: Add original author details
 2015-04-09 13:39 UTC  (3+ messages)

[PATCH RT 0/4] Linux 3.10.70-rt75-rc2
 2015-04-09 13:39 UTC  (8+ messages)
` [PATCH RT 2/4] Revert "timers: do not raise softirq unconditionally"

[PATCH] blackfin: Makefile: Skip reloc overflow issue when COMPILE_TEST enabled
 2015-04-09 13:38 UTC  (5+ 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).