public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-12-11 10:28:24 to 2013-12-11 14:05:40 UTC [more...]

[PATCH v5 00/14] kexec kernel efi runtime support
 2013-12-11 14:05 UTC  (17+ messages)
` [PATCH v5 01/14] x86/mm: sparse warning fix for early_memremap
` [PATCH v5 02/14] efi: use early_memremap and early_memunmap
` [PATCH v5 09/14] efi: passing kexec necessary efi data via setup_data

[GIT PULL RESEND2] clocksource/clockevents fixes for 3.13
 2013-12-11 14:05 UTC  (8+ messages)
` [PATCH 1/6] clocksource: time-efm32: Select CLKSRC_MMIO
  ` [PATCH 6/6] clocksource: dw_apb_timer_of: Fix support for dts binding "snps,dw-apb-timer"
    ` [PATCH 6/6] clocksource: dw_apb_timer_of: Fix support for dts binding "snps, dw-apb-timer"

[PATCH -v1.1 0/2] perf tool: Carve out fs.* stuff
 2013-12-11 14:02 UTC  (13+ messages)
` [PATCH 1/2] tools/: Convert to new topic libraries

[PATCH] serial: 8250_dw: Fix LCR workaround regression
 2013-12-11 14:00 UTC  (2+ messages)

[PATCH v0 00/71] perf: Add support for Intel Processor Trace
 2013-12-11 13:52 UTC  (76+ messages)
` [PATCH v0 01/71] perf: Disable all pmus on unthrottling and rescheduling
` [PATCH v0 02/71] x86: Add Intel Processor Trace (INTEL_PT) cpu feature detection
` [PATCH v0 03/71] perf: Abstract ring_buffer backing store operations
` [PATCH v0 04/71] itrace: Infrastructure for instruction flow tracing units
` [PATCH v0 05/71] x86: perf: Intel PT PMU driver
` [PATCH v0 06/71] perf: Allow set-output for task contexts of different types
` [PATCH v0 07/71] perf tools: Record whether a dso is 64-bit
` [PATCH v0 08/71] perf tools: Let a user specify a PMU event without any config terms
` [PATCH v0 09/71] perf tools: Let default config be defined for a PMU
` [PATCH v0 10/71] perf tools: Add perf_pmu__scan_file()
` [PATCH v0 11/71] perf tools: Add perf_event_paranoid()
` [PATCH v0 12/71] perf tools: Add dsos__hit_all()
` [PATCH v0 13/71] perf tools: Add machine__get_thread_pid()
` [PATCH v0 14/71] perf tools: Add cpu to struct thread
` [PATCH v0 15/71] perf tools: Add ability to record the current tid for each cpu
` [PATCH v0 16/71] perf tools: Allow header->data_offset to be predetermined
` [PATCH v0 17/71] perf tools: Add perf_evlist__can_select_event()
` [PATCH v0 18/71] perf session: Flag if the event stream is entirely in memory
` [PATCH v0 19/71] perf evlist: Pass mmap parameters in a struct
` [PATCH v0 20/71] perf tools: Move mem_bswap32/64 to util.c
` [PATCH v0 21/71] perf tools: Add feature test for __sync_val_compare_and_swap
` [PATCH v0 22/71] perf tools: Add option macro OPT_CALLBACK_OPTARG
` [PATCH v0 23/71] perf evlist: Add perf_evlist__to_front()
` [PATCH v0 24/71] perf evlist: Add perf_evlist__set_tracking_event()
` [PATCH v0 25/71] perf evsel: Add 'no_aux_samples' option
` [PATCH v0 26/71] perf evsel: Add 'immediate' option
` [PATCH v0 27/71] perf evlist: Add 'system_wide' option
` [PATCH v0 28/71] perf tools: Add id index
` [PATCH v0 29/71] perf pmu: Let pmu's with no events show up on perf list
` [PATCH v0 30/71] perf session: Add ability to skip 4GiB or more
` [PATCH v0 31/71] perf session: Add perf_session__deliver_synth_event()
` [PATCH v0 32/71] perf tools: Allow TSC conversion on any arch
` [PATCH v0 33/71] perf tools: Move rdtsc() function
` [PATCH v0 34/71] perf evlist: Add perf_evlist__enable_event_idx()
` [PATCH v0 35/71] perf tools: Add itrace members of struct perf_event_attr
` [PATCH v0 36/71] perf tools: Add support for parsing pmu itrace_config
` [PATCH v0 37/71] perf tools: Add support for PERF_RECORD_ITRACE_LOST
` [PATCH v0 38/71] perf tools: Add itrace sample parsing
` [PATCH v0 39/71] perf header: Add Instruction Tracing feature
` [PATCH v0 40/71] perf evlist: Add ability to mmap itrace buffers
` [PATCH v0 41/71] perf tools: Add user events for Instruction Tracing
` [PATCH v0 42/71] perf tools: Add support for Instruction Trace recording
` [PATCH v0 43/71] perf record: Add basic Instruction Tracing support
` [PATCH v0 44/71] perf record: Extend -m option for Instruction Tracing mmap pages
` [PATCH v0 45/71] perf tools: Add a user event for Instruction Tracing errors
` [PATCH v0 46/71] perf session: Add Instruction Tracing hooks
` [PATCH v0 47/71] perf session: Add Instruction Tracing options
` [PATCH v0 48/71] perf session: Make perf_event__itrace_swap() non-static
` [PATCH v0 49/71] perf itrace: Add helpers for Instruction Tracing errors
` [PATCH v0 50/71] perf itrace: Add helpers for queuing Instruction Tracing data
` [PATCH v0 51/71] perf itrace: Add a heap for sorting Instruction Tracing queues
` [PATCH v0 52/71] perf itrace: Add processing for Instruction Tracing events
` [PATCH v0 53/71] perf script: Add Instruction Tracing support
` [PATCH v0 54/71] perf script: Always allow fields 'addr' and 'cpu' for itrace
` [PATCH v0 55/71] perf report: Add Instruction Tracing support
` [PATCH v0 56/71] perf tools: Add Instruction Trace sampling support
` [PATCH v0 57/71] perf record: "
` [PATCH v0 58/71] perf tools: Add Instruction Tracing Snapshot Mode
` [PATCH v0 59/71] perf record: Add Instruction Tracing Snapshot Mode support
` [PATCH v0 60/71] perf inject: Re-pipe Instruction Tracing events
` [PATCH v0 61/71] perf inject: Add Instruction Tracing support
` [PATCH v0 62/71] perf inject: Cut Instruction Tracing samples
` [PATCH v0 63/71] perf tools: Add Instruction Tracing index
` [PATCH v0 64/71] perf tools: Hit all build ids when Instruction Tracing
` [PATCH v0 65/71] perf itrace: Add Intel PT as an Instruction Tracing type
` [PATCH v0 66/71] perf tools: Add Intel PT packet decoder
` [PATCH v0 67/71] perf tools: Add Intel PT instruction decoder
` [PATCH v0 68/71] perf tools: Add Intel PT log
` [PATCH v0 69/71] perf tools: Add Intel PT decoder
` [PATCH v0 70/71] perf tools: Add Intel PT support
` [PATCH v0 71/71] perf tools: Take Intel PT into use

[PATCH] security: ima: new helper: file_inode(file)
 2013-12-11 13:47 UTC  (2+ messages)

[PATCH] vfs, eventfd: fix the typo
 2013-12-11 13:47 UTC 

[PATCH] of/platform: Fix no irq domain found errors when populating interrupts
 2013-12-11 13:45 UTC  (4+ messages)

[PATCH] binfmt_elf: fix PIE load with randomization disabled
 2013-12-11 13:41 UTC  (13+ messages)

50 Watt idle power regression bisected to Linux-3.10
 2013-12-11 13:40 UTC  (15+ messages)

[PATCH v2] of: unflatten_and_copy: handle NULL initial_boot_params
 2013-12-11 13:40 UTC  (3+ messages)

[PATCHv6 00/13] Unifying SMMU driver among Tegra SoCs
 2013-12-11 13:33 UTC  (6+ messages)
    ` [PATCHv6+ 01/13] of: introduce of_property_for_earch_phandle_with_args()

[PATCH -tip v4 0/6] kprobes: introduce NOKPROBE_SYMBOL() and fixes crash bugs
 2013-12-11 13:34 UTC  (11+ messages)
` [PATCH -tip v4 6/6] [RFC] kprobes/x86: Call exception handlers directly from do_int3/do_debug

[PATCH 0/8] Modernize pm8921 with irqdomains + regmap
 2013-12-11 13:27 UTC  (7+ messages)
` [PATCH 3/8] regmap: Add support for using regmap over ssbi

[Query] Ticks happen in pair for NO_HZ_FULL cores ?
 2013-12-11 13:22 UTC 

[PATCH 00/17] NUMA balancing segmentation fault fixes and misc followups v4
 2013-12-11 13:21 UTC  (2+ messages)
` [PATCH] mm: numa: Guarantee that tlb_flush_pending updates are visible before page table updates

[PATCH 3/3] OF: kobj ops should only happen on attached nodes
 2013-12-11 13:14 UTC  (2+ messages)

process 'stuck' at exit
 2013-12-11 12:45 UTC  (11+ messages)

[patch 1/8] fork: collapse copy_flags into copy_process
 2013-12-11 12:42 UTC  (11+ messages)
` [patch 7/8] mm, memcg: allow processes handling oom notifications to access reserves

[PATCH 00/10] net: stmmac: Add sun7i GMAC glue layer
 2013-12-11 12:17 UTC  (6+ messages)
` [PATCH 04/10] net: stmmac: sunxi platfrom extensions for GMAC in Allwinner A20 SoC's

[PATCH V6 0/4] perf/x86/amd: AMD Family 16h Data Breakpoint Extensions
 2013-12-11 12:28 UTC  (5+ messages)
` [PATCH 1/4] perf/x86/amd: AMD support for bp_len > HW_BREAKPOINT_LEN_8
` [PATCH 2/4] perf tools: allow user to specify hardware breakpoint bp_len
` [PATCH 3/4] perf tools: add hardware breakpoint bp_len test cases
` [PATCH 4/4] perf/x86: Remove get_hbp_len and replace with bp_len

[3.10.22+][3.12][performance regression] - huge softirq increase on netfilter
 2013-12-11 12:01 UTC 

[PATCH] perf: POSIX CLOCK_PERF to report current time value
 2013-12-11 12:07 UTC  (5+ messages)

[PATCH V5 0/3] perf/x86/amd: AMD Family 16h Data Breakpoint Extensions
 2013-12-11 12:05 UTC  (4+ messages)
` [PATCH 1/3] perf/x86/amd: AMD support for bp_len > HW_BREAKPOINT_LEN_8

[PATCH v4] mmc: sdhci-moxart: Add MOXA ART SDHCI driver
 2013-12-11 12:03 UTC  (2+ messages)
` [PATCH v5] "

[PATCH v3 0/6] gpio / ACPI: convert users to gpiod_* and drop acpi_gpio.h
 2013-12-11 12:00 UTC  (3+ messages)
` [PATCH v3 2/6] net: rfkill: gpio: convert to descriptor-based GPIO interface

[PATCH v3 1/6] ARM: tegra: add gpiod_lookup table for paz00
 2013-12-11 11:51 UTC  (3+ messages)
` [PATCHv4] "

[PATCH 0/5] Remove deprecates usage of device_type
 2013-12-11 11:41 UTC  (7+ messages)
` [PATCH 1/5] dt/bindings: Remove all references to device_type "ethernet-phy"
` [PATCH 2/5] dt/bindings: Remove references to linux,phandle properties
` [PATCH 3/5] dt/bindings: remove users of device_type "mdio"
` [PATCH 4/5] dt/bindings: remove device_type "network" references
` [PATCH 5/5] dt/bindings: Remove device_type "serial" from marvell,mv64360-mpsc

[patch net-next v2] ipv6: log autoconfiguration failures
 2013-12-11 11:45 UTC 

[PATCH] crash_dump: fix compilation error (on MIPS at least)
 2013-12-11 11:43 UTC  (3+ messages)

[PATCH v2] vmcore: copy fractional pages into buffers in the kdump 2nd kernel
 2013-12-11 11:33 UTC  (2+ messages)

[PATCH] fs: cifs: new helper: file_inode(file)
 2013-12-11 11:33 UTC  (2+ messages)

[RESENT PATCH] logfs: Check for the return value after calling find_or_create_page()
 2013-12-11 11:29 UTC 

[3.11.y.z extended stable] Linux 3.11.10.1
 2013-12-11 11:25 UTC  (2+ messages)

perf: hsw model numbers
 2013-12-11 11:24 UTC  (2+ messages)

[PATCH 00/18] NUMA balancing segmentation fault fixes and misc followups v3
 2013-12-11 11:21 UTC  (6+ messages)
` [PATCH 11/18] mm: fix TLB flush race between migration, and change_protection_range

[PATCH v3 0/6] locks: implement "filp-private" (aka UNPOSIX) locks
 2013-12-11 11:18 UTC  (5+ messages)
` [PATCH v3 1/6] locks: consolidate common code in the flock_to_posix_lock routines

[PATCH v3 0/2] Remodel Tegra cpufreq drivers to support Tegra series SoC
 2013-12-11 11:18 UTC  (6+ messages)
` [PATCH v3 2/2] cpufreq: tegra: Re-model Tegra cpufreq driver

[GIT PULL for v3.13-rc4] media fixes
 2013-12-11 11:17 UTC 

[PATCH V4] dma: add channel request API that supports deferred probe
 2013-12-11 11:14 UTC  (4+ messages)

[GIT PULL 00/21] perf/core improvements and fixes
 2013-12-11 11:07 UTC  (2+ messages)
` [tip:perf/core] perf symbols: Remove open coded management of short_name_allocated member

[PATCH] hwmon: HIH-6130: Support I2C bus drivers without I2C_FUNC_SMBUS_QUICK
 2013-12-11 11:11 UTC 

[PATCH 07/14] tools lib traceevent: Get rid of malloc_or_die() in add_event()
 2013-12-11 11:06 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH v2] perf tools: fix bug in usage of the basename() function
 2013-12-11 11:08 UTC  (2+ messages)
` [tip:perf/core] perf symbols: Fix "

[PATCH 2/2] perf: unwinding: use the per-feature check flags
 2013-12-11 11:08 UTC  (2+ messages)
` [tip:perf/core] perf unwinding: Use "

[PATCH v13 00/16] kmemcg shrinkers
 2013-12-11 11:08 UTC  (4+ messages)
` [PATCH v13 12/16] fs: mark list_lru based shrinkers memcg aware

[PATCH 1/2] perf: add per-feature check flags
 2013-12-11 11:08 UTC  (2+ messages)
` [tip:perf/core] perf tools: Add "

[tip:perf/core] perf symbols: Constify some DSO methods parameters
 2013-12-11 11:08 UTC 

[tip:perf/core] perf symbols: Remove open coded management of long_name_allocated member
 2013-12-11 11:07 UTC 

[tip:perf/core] perf symbols: Set freed members to NULL in dso destructor
 2013-12-11 11:07 UTC 

[tip:perf/core] perf machine: Don't open code assign dso-> short_name
 2013-12-11 11:07 UTC 

[tip:perf/core] perf symbols: Constify dso->long_name
 2013-12-11 11:07 UTC 

[tip:perf/core] perf symbols: Set alloc flag close to setting the long_name
 2013-12-11 11:07 UTC 

[tip:perf/core] perf symbols: Rename [sl] name_alloc to match the members they refer to
 2013-12-11 11:07 UTC 

[PATCH 2/2] perf script: Add --header/--header-only options
 2013-12-11 11:06 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 1/2] perf report: Add --header/--header-only options
 2013-12-11 11:06 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 12/14] tools lib traceevent: Get rid of die() in pevent_filter_clear_trivial()
 2013-12-11 11:06 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 11/14] tools lib traceevent: Get rid of malloc_or_die() in pevent_filter_add_filter_str()
 2013-12-11 11:06 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 08/14] tools lib traceevent: Get rid of die() in create_arg_item()
 2013-12-11 11:06 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH] perf kvm: Introduce option -v for perf kvm command
 2013-12-11 11:04 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 03/14] tools lib traceevent: Get rid of malloc_or_die() in pevent_filter_alloc()
 2013-12-11 11:05 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 2/3] perf tools: Make perf kvm diff support --guestmount
 2013-12-11 11:05 UTC  (2+ messages)
` [tip:perf/core] perf kvm: "

[PATCH 1/3] perf tools: Move code to generate filename for perf-kvm to function
 2013-12-11 11:05 UTC  (2+ messages)
` [tip:perf/core] perf kvm: "

[PATCH 3/3] perf tools: Fix typo in builtin-annotate.c
 2013-12-11 11:05 UTC  (2+ messages)
` [tip:perf/core] perf annotate: Fix typo

[PATCH 2/3] perf tools: Remove duplicated 'runs' in perf-archive.txt
 2013-12-11 11:05 UTC  (2+ messages)
` [tip:perf/core] perf archive: Remove duplicated 'runs' in man page

[PATCH V2] perf tools: Fix bug of perf kvm stat report
 2013-12-11 11:05 UTC  (2+ messages)
` [tip:perf/core] perf kvm: Fix bug in 'stat report'

[PATCH 3/4] perf tools: Fix mmap pages rounding to power of 2
 2013-12-11 11:04 UTC  (2+ messages)
` [tip:perf/core] perf evlist: "

[PATCH 2/4] perf tools: Fix max mmap_pages
 2013-12-11 11:04 UTC  (2+ messages)
` [tip:perf/core] perf evlist: "

[PATCH 1/4] perf tools: Remove unnecessary parentheses
 2013-12-11 11:04 UTC  (2+ messages)
` [tip:perf/core] perf evlist: "

[PATCH V2 2/3] perf script: Add an option to print the source line number
 2013-12-11 11:04 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 4/4] perf tools: Fix display of incorrect mmap pages
 2013-12-11 11:04 UTC  (2+ messages)
` [tip:perf/core] perf record: "

[PATCH V2 1/3] perf script: Fix symoff printing in callchains
 2013-12-11 11:04 UTC  (2+ messages)
` [tip:perf/core] "

[tip:perf/core] tools lib traceevent: Report better error message on bad function args
 2013-12-11 11:03 UTC 

[PATCH 3/4] perf trace: Fix summary percentage when processing files
 2013-12-11 11:03 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 1/4] perf trace: Add support for syscalls vs raw_syscalls
 2013-12-11 11:03 UTC  (2+ messages)
` [tip:perf/core] "

[RFC part1 PATCH 0/7] Make ACPI core running on ARM64
 2013-12-11 11:02 UTC  (5+ messages)
` [Linaro-acpi] [RFC part1 PATCH 1/7] ACPI: Make ACPI core running without PCI "

[PATCH v3 0/2] Introduce AEMIF driver for Davinci/Keystone archs
 2013-12-11 10:59 UTC  (3+ messages)
` [PATCH v3 1/2] memory: ti-aemif: introduce AEMIF driver
` [PATCH v3 2/2] memory: ti-aemif: add bindings for "

[PATCH -next] x86, kaslr: clarify RANDOMIZE_BASE_MAX_OFFSET
 2013-12-11 11:02 UTC  (2+ messages)

[GIT PULL 00/34] perf/core improvements and fixes
 2013-12-11 11:01 UTC  (2+ messages)

nohz_full left a periodic tick cpu issue
 2013-12-11 11:00 UTC  (2+ messages)

[PATCH] futex: Switch to USER_DS for futex test
 2013-12-11 10:43 UTC 

[PATCH 0/2] Completion for 'perf kvm'
 2013-12-11 10:34 UTC  (3+ messages)
` [PATCH 1/2] perf completion: complete "
` [PATCH 2/2] perf tools: ignore files generated by "

[PATCH 1/1] AX88179_178A: Enable the hardware pseudo header in case of the NET_IP_ALIGN equals 0
 2013-12-11 10:33 UTC  (4+ messages)

[PATCH 0/4] usb: chipidea: msm: Clean and fix glue layer driver
 2013-12-11 10:26 UTC  (8+ messages)
` [PATCH 4/4] usb: chipidea: msm: Use USB PHY API to control PHY state


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox