linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-28 10:34:40 to 2015-04-28 13:38:35 UTC [more...]

[GIT PULL 00/64] perf/core improvements and fixes
 2015-04-28 13:30 UTC  (52+ messages)
` [PATCH 01/64] perf hists: Get rid of position field from struct hist_entry
` [PATCH 02/64] perf diff: Make hist_entry_diff fields union
` [PATCH 03/64] perf data: Show error message when conversion failed
` [PATCH 04/64] tools lib traceevent: Add alias field to struct format_field
` [PATCH 05/64] tools build: No need to make libapi for perf explicitly
` [PATCH 06/64] tools build: Fix Makefile(s) to properly invoke tools build
` [PATCH 07/64] perf tests: Add build tests for building perf from kernel source root and tools
` [PATCH 08/64] perf data: Switch to multiple cpu stream files
` [PATCH 09/64] perf data: Enable stream flush within processing
` [PATCH 11/64] perf data: Fix duplicate field names and avoid reserved keywords
` [PATCH 12/64] perf data: Fix signedness of value
` [PATCH 13/64] perf header: Add AUX area tracing feature
` [PATCH 14/64] perf evlist: Add support for mmapping an AUX area buffer
` [PATCH 15/64] perf tools: Add user events for AUX area tracing
` [PATCH 16/64] perf auxtrace: Add support for AUX area recording
` [PATCH 17/64] perf record: Add basic AUX area tracing support
` [PATCH 18/64] perf record: Extend -m option for AUX area tracing mmap pages
` [PATCH 20/64] perf session: Add hooks to allow transparent decoding of AUX area tracing data
` [PATCH 21/64] perf session: Add instruction tracing options
` [PATCH 22/64] perf auxtrace: Add helpers for AUX area tracing errors
` [PATCH 24/64] perf auxtrace: Add a heap for sorting AUX area tracing queues
` [PATCH 25/64] perf auxtrace: Add processing for AUX area tracing events
` [PATCH 27/64] perf tools: Add member to struct dso for an instruction cache
` [PATCH 29/64] perf inject: Re-pipe AUX area tracing events
` [PATCH 30/64] perf inject: Add Instruction Tracing support
` [PATCH 31/64] perf script: Add field option 'flags' to print sample flags
` [PATCH 33/64] perf tools: Add parse_events_error interface
` [PATCH 34/64] perf tools: Add flex support for parse_events_error
` [PATCH 36/64] perf tools: Change parse_events_add_pmu interface
` [PATCH 37/64] perf tools: Add location to pmu event terms
` [PATCH 39/64] perf tools: Add static terms support for parse_events_error
` [PATCH 41/64] perf tools: Add symbolic events "
` [PATCH 43/64] perf probe: Remove all probes matches given pattern at once
` [PATCH 44/64] perf trace: Fix --filter-pids OPTION description
` [PATCH 45/64] perf trace: Clarify that -e is about syscalls, not perf events in general
` [PATCH 46/64] perf stat: Fix metrics calculation with event qualifiers
` [PATCH 47/64] perf stat: Change metrics context calculation
` [PATCH 48/64] perf stat: Add metrics support for exclude_hv
` [PATCH 50/64] perf stat: Add metrics support for exclude_idle
` [PATCH 52/64] perf tools: Move TUI-specific fields into unnamed union
` [PATCH 54/64] perf hists browser: Fix possible memory leak
` [PATCH 55/64] perf hists browser: Save hist_browser_timer pointer in hist_browser
` [PATCH 56/64] perf hists browser: Save pstack in the hist_browser
` [PATCH 57/64] perf hists browser: Save perf_session_env "
` [PATCH 58/64] perf hists browser: Split popup menu actions
` [PATCH 59/64] perf hists browser: Split popup menu actions - part 2
` [PATCH 60/64] perf tools: Introduce pstack_peek()
` [PATCH 61/64] perf hists browser: Simplify zooming code using pstack_peek()
` [PATCH 62/64] perf tools: Move TUI-specific fields out of map_symbol
` [PATCH 63/64] perf tools: Use getconf to determine number of online CPUs
` [PATCH 64/64] perf bench numa: Show more stats of particular threads in verbose mode

[PATCH] mlx4: Fix tx ring affinity_mask creation
 2015-04-28 13:37 UTC  (5+ messages)

[PATCH v1 0/3] mfd: introduce a driver for LPSS devices on SPT
 2015-04-28 13:32 UTC  (3+ messages)
` [PATCH v1 3/3] mfd: Add support for Intel Sunrisepoint LPSS devices

[PATCH 0/9] mm: improve OOM mechanism v2
 2015-04-28 13:30 UTC  (6+ messages)
` [PATCH 8/9] mm: page_alloc: wait for OOM killer progress before retrying
` [PATCH 9/9] mm: page_alloc: memory reserve access for OOM-killing allocations

[PATCH v3 00/13] Earlycon cleanup
 2015-04-28 13:28 UTC  (7+ messages)
` [PATCH v3 01/13] of: earlycon: Fix 'stdout-path' with ':' path terminator
` [PATCH v3 12/13] serial: 8250_early: Use port->regshift

[PATCHv3 00/12] usb: ulpi bus
 2015-04-28 13:24 UTC  (12+ messages)
` [PATCHv3 01/11] usb: add bus type for USB ULPI
` [PATCHv3 02/11] usb: dwc3: USB2 PHY register access bits
` [PATCHv3 03/11] usb: dwc3: ULPI or UTMI+ select
` [PATCHv3 04/11] usb: dwc3: store driver data earlier
` [PATCHv3 05/11] usb: dwc3: cache hwparams earlier
` [PATCHv3 06/11] usb: dwc3: soft reset to it's own function
` [PATCHv3 07/11] usb: dwc3: setup phys earlier
` [PATCHv3 08/11] usb: dwc3: add hsphy_interface property
` [PATCHv3 09/11] usb: dwc3: pci: add quirk for Baytrails
` [PATCHv3 10/11] phy: helpers for USB ULPI PHY registering
` [PATCHv3 11/11] phy: add driver for TI TUSB1210 ULPI PHY

[PATCH v2 0/3] leds: blink resolution improvements
 2015-04-28 13:26 UTC  (5+ messages)

[PATCH V3 00/25] perf tools: Introduce an abstraction for AUX Area and Instruction Tracing
 2015-04-28 13:24 UTC  (14+ messages)
` [PATCH V3 04/25] perf tools: Add AUX area tracing index
` [PATCH V3 05/25] perf tools: Hit all build ids when AUX area tracing
` [PATCH V3 06/25] perf tools: Add build option NO_AUXTRACE to exclude "
` [PATCH V3 07/25] perf auxtrace: Add option to synthesize events for transactions
` [PATCH V3 08/25] perf tools: Add support for PERF_RECORD_AUX
` [PATCH V3 11/25] perf record: Add AUX area tracing Snapshot Mode support

[PATCH 2/2] builddeb: parallelize debug module installation
 2015-04-28 13:24 UTC  (6+ messages)
` [PATCH v2] "
      ` [PATCH v3] "

[PATCH v9 00/17] Re-introduce h8300 architecture
 2015-04-28 13:22 UTC  (7+ messages)
` [PATCH v9 01/17] h8300: Assembly headers

[PATCH] arm64: perf: Fix callchain parse error with kernel tracepoint events
 2015-04-28 13:20 UTC 

[PATCH v5] extcon-axp288: Add axp288 extcon driver support
 2015-04-28 16:13 UTC  (9+ messages)

[PATCH 00/20] clockevents_notify() removal
 2015-04-28 13:37 UTC  (10+ messages)
` [PATCH 16/20] sched/idle: Use explicit broadcast oneshot control function

[PATCH 00/11] Delete new __cpuinit users and then delete stubs
 2015-04-28 13:12 UTC  (3+ messages)
` [PATCH 09/11] kernel/cpu.c: remove new instance of __cpuinit that crept back in

[PATCH v4 1/2] firmware: qcom: scm: Split out 32-bit specific SCM code
 2015-04-28 13:11 UTC  (3+ messages)
` [PATCH v4 2/2] firmware: qcom: scm: Add support for ARM64 SoCs

[RFCv3 PATCH 00/48] sched: Energy cost model for energy-aware scheduling
 2015-04-28 13:06 UTC  (9+ messages)
` [RFCv3 PATCH 33/48] sched: Energy-aware wake-up task placement

Audio crackles with 4.1-rc1
 2015-04-28 13:05 UTC  (4+ messages)

[PATCH 0/1] extcon: arizona: Rename hpdet_ip to make its purpose clearer
 2015-04-28 13:04 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 00/21] ND: NFIT-Defined / NVDIMM Subsystem
 2015-04-28 13:01 UTC  (15+ messages)
` [PATCH 01/21] e820, efi: add ACPI 6.0 persistent memory types
  ` [Linux-nvdimm] "
` [PATCH 02/21] ND NFIT-Defined/NVIDIMM Subsystem
  ` [Linux-nvdimm] "
` [PATCH 03/21] nd_acpi: initial core implementation and nfit skeleton
  ` [Linux-nvdimm] "
` [PATCH 05/21] nfit-test: manufactured NFITs for interface development
  ` [Linux-nvdimm] "
` [PATCH 12/21] nd_pmem: add NFIT support to the pmem driver
      ` [Linux-nvdimm] "
` [PATCH 19/21] nd: infrastructure for btt devices
  ` [Linux-nvdimm] "

[PATCH 0/8] Add support for Wolfson WM8998 and WM1814 codecs
 2015-04-28 12:59 UTC  (3+ messages)
` [PATCH 4/8] gpio: arizona: add support for WM8998 and WM1814

[PATCH v2 06/10] KVM: arm64: guest debug, add SW break point support
 2015-04-28 12:56 UTC  (8+ messages)

[PATCH v2 0/9] ARM: at91 cleanups for 4.1 #2
 2015-04-28 12:55 UTC  (4+ messages)
` [PATCH v2 3/9] mfd: syscon: Add Atmel MC (Memory Controller) registers definition

[PATCH v2] context_tracking: remove local_irq_save from __acct_update_integrals
 2015-04-28 12:53 UTC  (5+ messages)

[PATCH 2/3] spidev: Add DT binding example
 2015-04-28 12:52 UTC  (11+ messages)
      ` [linux-sunxi] "
        ` [linux-sunxi] "

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

[PATCH] context_tracking: remove duplicate enabled check
 2015-04-28 12:50 UTC  (2+ messages)

[RFC 00/12] On-demand device registration
 2015-04-28 12:49 UTC  (3+ messages)

[GIT PULL] kdbus for 4.1-rc1
 2015-04-28 12:49 UTC  (17+ messages)

[PATCH v6 2/3] sched/rt: Fix wrong SMP scheduler behavior for equal prio cases
 2015-04-28 12:48 UTC  (8+ messages)
        `  "
            `  "

[PATCH] ipmi: Fix a problem that messages are not issued in run_to_completion mode
 2015-04-28 12:41 UTC  (3+ messages)

[PATCH 0/2] i8k.c => dell-smm-hwmon.c
 2015-04-28 12:38 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] hwmon: Allow to compile dell-smm-hwmon driver without /proc/i8k

improve futex on -RT by avoiding the double wake-up
 2015-04-28 12:37 UTC  (7+ messages)
` [PATCH 3/3] ipc/mqueue: remove STATE_PENDING
    ` [PATCH v2] "

[PATCH v3 6/7] ARM: mediatek: dts: Add emmc support to mt8135
 2015-04-28 12:37 UTC 

[PATCH] xen: vcpu_info reinit error after 'xl save -c' & 'xl restore' on PVOPS VM which has multi-cpu
 2015-04-28 12:30 UTC  (3+ messages)

Build regressions/improvements in v4.1-rc1
 2015-04-28 12:29 UTC  (6+ messages)

[PATCHSET 00/10] perf tools: Assorted cleanup for TUI (v3)
 2015-04-28 12:29 UTC  (5+ messages)
` [PATCH 10/10] perf tools: Move TUI-specific fields out of map_symbol

[PATCH 00/11] Support for coresight ETMv4 tracer
 2015-04-28 12:28 UTC  (5+ messages)
` [PATCH 01/11] coresight-etm4x: Adding CoreSight ETM4x driver

[PATCH v3 0/3] idle memory tracking
 2015-04-28 12:24 UTC  (4+ messages)
` [PATCH v3 1/3] memcg: add page_cgroup_ino helper
` [PATCH v3 2/3] proc: add kpagecgroup file
` [PATCH v3 3/3] proc: add kpageidle file

[PATCH] earlycon: Fix uart_parse_earlycon() if !CONFIG_SERIAL_CORE_CONSOLE
 2015-04-28 12:22 UTC  (2+ messages)

[PATCH] ASoC: rt5645: fixed section mismatch
 2015-04-28 12:21 UTC 

[PATCH 0/2] Compile-time stack frame pointer validation
 2015-04-28 12:16 UTC  (3+ messages)
` [PATCH 1/2] x86, stackvalidate: "

[PATCH 0/3 V8] workqueue: Introduce low-level unbound wq sysfs cpumask
 2015-04-28 12:15 UTC  (8+ messages)
` [PATCH 3/3 V8] workqueue: Allow modifying low level unbound workqueue cpumask

[RFC PATCH v2 00/10] simplify block layer based on immutable biovecs
 2015-04-28 12:14 UTC  (7+ messages)
` [PATCH 01/10] block: make generic_make_request handle arbitrarily sized bios
` [PATCH 02/10] block: simplify bio_add_page()
` [PATCH 04/10] bcache: clean up hacks around bio_split_pool

[PATCH v6 00/15] Add support to STMicroelectronics STM32 family
 2015-04-28 12:13 UTC  (4+ messages)
` [PATCH v6 10/15] serial: stm32-usart: Add STM32 USART Driver

Should mmap MAP_LOCKED fail if mm_poppulate fails?
 2015-04-28 12:11 UTC  (5+ messages)
  ` [RFC 1/3] mm: mmap make MAP_LOCKED really mlock semantic
  ` [RFC 2/3] mm: allow munmap related functions to understand gfp_mask
  ` [RFC 3/3] mm: introduce do_munmap_nofail

[PATCH 0/2] introduce kaslr_offset() and its users
 2015-04-28 12:09 UTC  (5+ messages)
` [PATCH 1/2] x86: introduce kaslr_offset()
` [PATCH 2/2] livepatch: x86: make kASLR logic more accurate

[PATCH v3 0/7] Fixes for perf probe issues on ppc
 2015-04-28 12:05 UTC  (8+ messages)
` [PATCH v3 1/7] perf probe: Improve detection of file/function name in the probe pattern
` [PATCH v3 2/7] perf probe/ppc: Fix symbol fixup issues due to ELF type
` [PATCH v3 3/7] perf probe/ppc: Use the right prefix when ignoring SyS symbols on ppc
` [PATCH v3 4/7] perf probe/ppc: Enable matching against dot symbols automatically
` [PATCH v3 5/7] perf probe/ppc64le: Fix ppc64 ABIv2 symbol decoding
` [PATCH v3 6/7] perf probe/ppc64le: Prefer symbol table lookup over DWARF
` [PATCH v3 7/7] perf probe/ppc64le: Fixup function entry if using kallsyms lookup

NFC: CONFIG_NFC_DEBUG not defined
 2015-04-28  8:38 UTC  (5+ messages)

[RESEND PATCH V2 0/2] Add OnKey support for DA9063
 2015-04-28 11:56 UTC  (3+ messages)
` [RESEND PATCH V2 1/2] input: misc: da9063: OnKey driver

Twoje konto email przekroczyles limitu bagazu!!!
 2015-04-28 11:46 UTC 

[PATCH]Add support for DS28EA00 sequence to w1-therm
 2015-04-28 11:44 UTC 

[PATCH 0/13] Parallel struct page initialisation v3
 2015-04-28 11:38 UTC  (4+ messages)
` [PATCH 11/13] mm: meminit: Free pages in large chunks where possible

[PATCH] mfd: Constify regmap and irq configuration data
 2015-04-28 11:35 UTC  (2+ messages)

[PATCH v3 0/9] ARM: berlin: refactor the clock
 2015-04-28 11:32 UTC  (3+ messages)
` [PATCH v3 1/9] clk: berlin: move to a dedicated sub-node

[PATCH v4 WIP 1/4] parport: add device-model to parport subsystem
 2015-04-28 11:30 UTC  (4+ messages)
` [PATCH v4 WIP 2/4] i2c-parport: modify driver to use new parport device model
` [PATCH v4 WIP 3/4] paride: "
` [PATCH v4 WIP 4/4] staging: panel: "

God dag
 2015-04-28 11:22 UTC 

[PATCH v2 00/10] ARM: berlin: refactor chip and system controllers
 2015-04-28 11:30 UTC  (3+ messages)
` [PATCH v2 05/10] pinctrl: berlin: use the regmap provided by syscon

[PATCH v6] extcon-axp288: Add axp288 extcon driver support
 2015-04-28 19:37 UTC 

[PATCH] Documentation: bindings: berlin: consider our dt bindings as unstable
 2015-04-28 11:27 UTC  (2+ messages)

[PATCH 0/6] ARM: berlin: relicense the device trees under GPLv2/X11
 2015-04-28 11:27 UTC  (2+ messages)

[PATCH v3 1/3] tty: serial: msm: Add mask value for UART_DM registers
 2015-04-28 11:26 UTC  (2+ messages)

[RFC PATCH] power: axp288_charger: axp288 charger driver
 2015-04-28 11:26 UTC  (2+ messages)

[PATCH 0/5] dmaengine: Fix memory leak amongs virt-dma users
 2015-04-28 11:17 UTC  (5+ messages)
` [PATCH 4/5] dmaengine: hsu: Fix memory leak when stopping a running transfer

[PATCH] MIPS: R6: memcpy bugfix - zero length overwrites memory
 2015-04-28 11:11 UTC  (2+ messages)

[PATCH 00/23] gpio: sysfs: fixes and clean ups
 2015-04-28 11:12 UTC  (8+ messages)
` [PATCH 07/23] gpio: sysfs: rename gpiochip registration functions

[PATCH 3/3] Usb: core: buffer: fixed the checkpatch warning
 2015-04-28 10:59 UTC  (2+ messages)

[PATCH] drivers/usb/core: hcd.c: Removed BitTime space warnings
 2015-04-28 10:59 UTC  (2+ messages)

[PATCH] drivers/usb/core: devio.c: Removed various errors and warnings generated by checkpatch.pl
 2015-04-28 10:56 UTC  (3+ messages)

[PATCH] perf/x86/intel/uncore: fix IMC missing box initialization
 2015-04-28 10:52 UTC  (9+ messages)

[PATCH] mfd: syscon: allow to register syscon with a device
 2015-04-28 10:49 UTC  (3+ messages)

[PATCH] lib/scatterlist: mark input buffer parameters as 'const'
 2015-04-28 10:45 UTC 

[PATCH] usb: core: add usb3 lpm sysfs
 2015-04-28 10:42 UTC  (2+ messages)

[PATCH] usb: image: mdc800: fixed various style issues
 2015-04-28 10:40 UTC  (2+ messages)

[PATCH v2] Fix the license mismatch and add the resolution setting
 2015-04-28 10:35 UTC 

[PATCH kernel] commit 4fbdf9cb ("lpfc: Fix for lun discovery issue with saturn adapter.")
 2015-04-28 10:36 UTC  (3+ 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).