linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-29 03:38:14 to 2015-01-29 08:17:17 UTC [more...]

[RFC/PATCHSET 00/42] perf tools: Speed-up perf report by using multi thread (v2)
 2015-01-29  8:07 UTC  (31+ messages)
` [PATCH 01/42] perf tools: Support to read compressed module from build-id cache
` [PATCH 03/42] perf record: Show precise number of samples
` [PATCH 07/42] perf tools: Use perf_data_file__fd() consistently
` [PATCH 08/42] perf tools: Add rm_rf() utility function
` [PATCH 09/42] perf tools: Introduce copyfile_offset() function
` [PATCH 18/42] perf tools: Introduce thread__comm_time() helpers
` [PATCH 19/42] perf tools: Add a test case for thread comm handling
` [PATCH 20/42] perf tools: Use thread__comm_time() when adding hist entries
` [PATCH 21/42] perf tools: Convert dead thread list into rbtree
` [PATCH 22/42] perf tools: Introduce machine__find*_thread_time()
` [PATCH 23/42] perf tools: Add a test case for timed thread handling
` [PATCH 24/42] perf tools: Maintain map groups list in a leader thread
` [PATCH 25/42] perf tools: Introduce thread__find_addr_location_time() and friends
` [PATCH 26/42] perf tools: Add a test case for timed map groups handling
` [PATCH 27/42] perf tools: Protect dso symbol loading using a mutex
` [PATCH 28/42] perf tools: Protect dso cache tree using dso->lock
` [PATCH 29/42] perf tools: Protect dso cache fd with a mutex
` [PATCH 30/42] perf session: Pass struct events stats to event processing functions
` [PATCH 31/42] perf hists: Pass hists struct to hist_entry_iter functions
` [PATCH 32/42] perf tools: Move BUILD_ID_SIZE definition to perf.h
` [PATCH 33/42] perf report: Parallelize perf report using multi-thread
` [PATCH 34/42] perf tools: Add missing_threads rb tree
` [PATCH 35/42] perf record: Synthesize COMM event for a command line workload
` [PATCH 36/42] perf tools: Fix progress ui to support multi thread
` [PATCH 37/42] perf report: Add --multi-thread option and config item
` [PATCH 38/42] perf session: Handle index files generally
` [PATCH 39/42] perf tools: Convert lseek + read to pread
` [PATCH 40/42] perf callchain: Save eh/debug frame offset for dwarf unwind
` [PATCH 41/42] perf tools: Add new perf data command
` [PATCH 42/42] perf data: Implement 'index' subcommand

linux-next: Tree for Jan 29
 2015-01-29  8:11 UTC 

i915 framebuffer init too slow to find logo
 2015-01-29  8:09 UTC  (2+ messages)

[PATCH -mm v2 0/3] slub: make dead caches discard free slabs immediately
 2015-01-29  8:07 UTC  (4+ messages)
` [PATCH -mm v2 1/3] slub: never fail to shrink cache

[v3 00/26] Add VT-d Posted-Interrupts support
 2015-01-29  7:55 UTC  (8+ messages)
` [v3 04/26] iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chip
` [v3 06/26] iommu, x86: No need to migrating irq for VT-d Posted-Interrupts
` [v3 26/26] iommu/vt-d: Add a command line parameter for VT-d posted-interrupts

[PATCH 0/4] New Lenovos 2015 touchpads: party time!
 2015-01-29  7:52 UTC  (2+ messages)

[PATCH v4 1/2] dts: Documentation: Add documentation for Exynos7 SoC thermal bindings
 2015-01-29  7:52 UTC  (5+ messages)

[RFC][PATCH 0/3] perf fixes
 2015-01-29  7:51 UTC  (6+ messages)
` [RFC][PATCH 2/3] perf: Add a bit of paranoia

[PATCH] Input: sun4i-ts: add thermal driver dependency
 2015-01-29  7:50 UTC  (2+ messages)

[PATCH v3 0/3] mm: cma: debugfs access to CMA
 2015-01-29  7:51 UTC  (3+ messages)
` [PATCH v3 3/3] mm: cma: release trigger

[PATCH v6 0/2] x86: Add IMR support to Quark/Galileo
 2015-01-29  7:44 UTC  (4+ messages)
` [PATCH 1/2] x86: Add Isolated Memory Regions for Quark X1000

[RFC 0/3] Slab allocator array operations
 2015-01-29  7:44 UTC  (7+ messages)
` [RFC 1/3] Slab infrastructure for "

3.19 on Nokia n900: audio quality awful
 2015-01-29  7:35 UTC  (6+ messages)

[PATCH 0/3] arm: tegra: implement NVEC driver using tegra i2c
 2015-01-29  7:20 UTC  (4+ messages)
` [PATCH 1/3] i2c: tegra: implement slave mode
` [PATCH 2/3] staging/nvec: reimplement on top of tegra i2c driver
` [PATCH 3/3] dt: paz00: define nvec as child of i2c bus

linux-next: manual merge of the akpm-current tree with the xen-tip tree
 2015-01-29  7:28 UTC 

[PATCH] checkpatch: Add ability to --fix unnecessary blank lines around braces
 2015-01-29  7:27 UTC 

[PATCH v11 00/28] Add gdb python scripts as kernel debugging helpers
 2015-01-29  6:46 UTC  (29+ messages)
` [PATCH v11 01/28] scripts/gdb: Add infrastructure
` [PATCH v11 02/28] scripts/gdb: Add cache for type objects
` [PATCH v11 03/28] scripts/gdb: Add container_of helper and convenience function
` [PATCH v11 04/28] scripts/gdb: Add module iteration class
` [PATCH v11 05/28] scripts/gdb: Add lx-symbols command
` [PATCH v11 06/28] module: Do not inline do_init_module
` [PATCH v11 07/28] scripts/gdb: Add automatic symbol reloading on module insertion
` [PATCH v11 08/28] scripts/gdb: Add internal helper and convenience function to look up a module
` [PATCH v11 09/28] scripts/gdb: Add get_target_endianness helper
` [PATCH v11 10/28] scripts/gdb: Add read_u16/32/64 helpers
` [PATCH v11 11/28] scripts/gdb: Add lx-dmesg command
` [PATCH v11 12/28] scripts/gdb: Add task iteration class
` [PATCH v11 13/28] scripts/gdb: Add helper and convenience function to look up tasks
` [PATCH v11 14/28] scripts/gdb: Add is_target_arch helper
` [PATCH v11 15/28] scripts/gdb: Add internal helper and convenience function to retrieve thread_info
` [PATCH v11 16/28] scripts/gdb: Add get_gdbserver_type helper
` [PATCH v11 17/28] scripts/gdb: Add internal helper and convenience function for per-cpu lookup
` [PATCH v11 18/28] scripts/gdb: Add lx_current convenience function
` [PATCH v11 19/28] scripts/gdb: Add class to iterate over CPU masks
` [PATCH v11 20/28] scripts/gdb: Add lx-lsmod command
` [PATCH v11 21/28] scripts/gdb: Add basic documentation
` [PATCH v11 22/28] scripts/gdb: Port to python3 / gdb7.7
` [PATCH v11 23/28] scripts/gdb: Ignore byte-compiled python files
` [PATCH v11 24/28] scripts/gdb: Use a generator instead of iterator for task list
` [PATCH v11 25/28] scripts/gdb: Convert ModuleList to generator function
` [PATCH v11 26/28] scripts/gdb: Convert CpuList "
` [PATCH v11 27/28] scripts/gdb: Define maintainer
` [PATCH v11 28/28] scripts/gdb: Disable pagination while printing from breakpoint handler

[PATCH 1/2] zram: free meta table in zram_meta_free
 2015-01-29  7:08 UTC  (9+ messages)
  ` [PATCH v1 2/2] zram: remove init_lock in zram_make_request

[PATCH] hwmon: (ads7828) Make sample interval configurable
 2015-01-29  7:05 UTC  (12+ messages)
  ` [lm-sensors] "

[PATCH v2 linux-trace 1/8] tracing: attach eBPF programs to tracepoints and syscalls
 2015-01-29  7:04 UTC 

[RFC 1/2] perf: update shadow timestamp before add event
 2015-01-29  7:00 UTC  (5+ messages)
` [RFC 2/2] perf: update userspace page info for software event

[PATCH] g_NCR5380: Kill compiler warning if builtin
 2015-01-29  6:57 UTC  (2+ messages)

[PATCH V3 0/2] perf symbols: debuglink and arm mapping symbols changes
 2015-01-29  6:54 UTC  (5+ messages)
` [PATCH V3 2/2] perf symbols: debuglink should take symfs option into account

[PATCH 0/7] scsi: Some seq_file cleanups/optimizations
 2015-01-29  6:56 UTC  (3+ messages)
` [PATCH v2 0/6] "

[PATCH 00/28] remove .owner for most platform_drivers: the missing bits
 2015-01-29  6:54 UTC  (3+ messages)
` [PATCH 17/28] scsi: drop owner assignment from platform_drivers

[PATCH] x86, microcode: Return error from driver init code when loader is disabled
 2015-01-29  6:54 UTC  (2+ messages)
` [tip:x86/urgent] "

[GIT PULL] A microcode loader fix for 3.19
 2015-01-29  6:52 UTC  (2+ messages)

[PATCH v5 00/13] AT91 pm cleanup for 3.20
 2015-01-29  6:44 UTC  (14+ messages)
` [PATCH v5 01/13] pm: at91: pm_slowclock: fix suspend/resume hang up in timeouts
` [PATCH v5 02/13] pm: at91: pm_slowclock: remove clocks which are already stopped when entering slow clock mode
` [PATCH v5 03/13] pm: at91: Workaround DDRSDRC self-refresh bug with LPDDR1 memories
` [PATCH v5 04/13] pm: at91: pm_slowclock: remove the unused code related with SLOWDOWN_MASTER_CLOCK
` [PATCH v5 05/13] pm: at91: move the copying the sram function to the sram initializationi phase
` [PATCH v5 06/13] ARM: at91: move select SRAM to ARCH_AT91
` [PATCH v5 07/13] pm: at91: remove the config item CONFIG_AT91_SLOW_CLOCK
` [PATCH v5 08/13] pm: at91: the standby mode uses the same sram function as the suspend to memory mode
` [PATCH v5 09/13] pm: at91: rename file name: pm_slowclock.S -->pm_suspend.S
` [PATCH v5 10/13] pm: at91: rename function name: at91_slow_clock()-->at91_pm_suspend_sram_fn
` [PATCH v5 11/13] pm: at91: remove the at91_xxx_standby() function definitions in the pm.h
` [PATCH v5 12/13] pm: at91: remove the data member at91_xxx_standby() of struct ramc_ids
` [PATCH v5 13/13] pm: at91: amend the pm_suspend entry for at91_cpuidle_device

[PATCH 0/6] GSBI CRCI Autoconfiguration Support
 2015-01-29  6:45 UTC  (5+ messages)
` [PATCH 1/6] soc: qcom: gsbi: Add support for ADM CRCI muxing

[PATCH] net, ethernet, LLVMLinux: Add missing MODULE_DEVICE_TABLE()
 2015-01-29  6:42 UTC  (2+ messages)

[PATCH v13 0/6] Per-user clock constraints
 2015-01-29  6:41 UTC  (4+ messages)

[PATCH] cpufreq: fix another race between PPC notification and vcpu_hotplug()
 2015-01-29  6:42 UTC 

[PATCH v2 linux-trace 1/8] tracing: attach eBPF programs to tracepoints and syscalls
 2015-01-29  6:41 UTC  (3+ messages)

[PATCH v2 linux-trace 1/8] tracing: attach eBPF programs to tracepoints and syscalls
 2015-01-29  6:39 UTC 

[PATCH] net:wan:Change location of debug printk statement in the function,hss_hdlc_poll
 2015-01-29  6:35 UTC 

randconfig build error with next-20150127, in drivers/i2c/busses/i2c-designware-baytrail.c
 2015-01-28  6:59 UTC  (2+ messages)

patch-2.7.3 no longer applies relative symbolic link patches
 2015-01-29  6:34 UTC  (7+ messages)

[PATCH v2] lib/checksum.c: fix carry in csum_tcpudp_nofold
 2015-01-29  6:32 UTC  (2+ messages)

[PATCH 00/16] PCI generic configuration space accessors
 2015-01-29  6:16 UTC  (3+ messages)
` [PATCH 06/16] ARM: cns3xxx: convert PCI to use generic config accesses

[PATCH V2] cpuidle/powernv: Read target_residency value of idle states from DT if available
 2015-01-28  9:15 UTC  (2+ messages)

[PATCH] toshiba_acpi: Add a check for TOS_NOT_SUPPORTED in the sci_open function
 2015-01-29  6:19 UTC  (2+ messages)

[PATCH 2/2] afs: Prevent callback expiry timer overflow
 2015-01-29  6:07 UTC 

[PATCH 1/2] afs: Migrate vlocation fields to 64-bit
 2015-01-29  6:06 UTC 

[PATCH 0/2] afs: Migrate to 64-bit timekeeping
 2015-01-29  6:05 UTC 

[RFC][PATCH 0/3] kprobes/ftrace/x86: Function graph trace jprobes
 2015-01-29  6:04 UTC  (2+ messages)

[PATCH v3] ocfs2: Use 64bit variables to track heartbeat time
 2015-01-29  6:00 UTC 

[PATCH] AFS: Correctly use 64-bit time for UUID
 2015-01-29  5:53 UTC 

[PATCH v2] tpm: fix suspend/resume paths for TPM 2.0
 2015-01-29  5:43 UTC 

Edited kexec_load(2) [kexec_file_load()] man page for review
 2015-01-29  5:39 UTC  (13+ messages)

[PATCH] ARM: /proc/atags: Export also for DT
 2015-01-28  8:06 UTC  (12+ messages)

mmotm 2015-01-22-15-04 uploaded
 2015-01-28 15:03 UTC  (6+ messages)
` mmotm 2015-01-22-15-04: qemu failure due to 'mm: memcontrol: remove unnecessary soft limit tree node test'

[PATCH v2 02/02] STAGING: Fix pcl818.c coding style issue: line over 80 characters
 2015-01-29  5:34 UTC 

[PATCH v2 01/02] STAGING: Fix pcl818.c coding style issue: code indent should use tabs where possible
 2015-01-29  5:33 UTC 

[PATCH v4 0/6] KVM: nVMX: Enable nested apicv support
 2015-01-29  5:31 UTC  (3+ messages)

[PATCH v2] zram: free meta table in zram_meta_free
 2015-01-29  5:22 UTC  (3+ messages)

[PATCH] samsung-laptop: enable better lid handling
 2015-01-29  5:20 UTC  (3+ messages)
` [PATCH v2] "

cxgb4: CONFIG_CXGB4_DCB?
 2015-01-29  5:16 UTC  (2+ messages)

linux-next: manual merge of the block tree with the vfs tree
 2015-01-29  5:15 UTC  (5+ messages)

[PATCH_V3 0/3] usb: ohci: jz4740: Add DT support and a fix
 2015-01-28 13:26 UTC  (4+ messages)
` [PATCH_V3 1/3] dt: usb: jz4740: Add DT binding document for OHCI
` [PATCH_V3 2/3] usb: ohci: jz4740: add DT support
` [PATCH_V3 3/3] usb: ohci: jz4740: prepare the clock before enabling it

[PATCH 0/8] usb: ulpi bus
 2015-01-29  5:09 UTC  (7+ messages)
` [PATCH 1/8] usb: add bus type for USB ULPI
` [PATCH 7/8] phy: helpers for USB ULPI PHY registering
` [PATCH 8/8] phy: add driver for TI TUSB1210 ULPI PHY

[PATCH] Repair soft lockup with monitor mode of ath9k_htc card
 2015-01-29  4:09 UTC 

[PATCH] sound: sscape: add missing include of asm/io.h
 2015-01-28 15:04 UTC  (3+ messages)
  ` [PATCH] sound: sscape: add missing include of linux/io.h

[PATCH V3] tick/broadcast: Make movement of broadcast hrtimer robust against hotplug
 2015-01-29  4:52 UTC  (8+ messages)

[PATCH] tools: unbreak 'make tools/*'
 2015-01-29  4:47 UTC 

[PATCH v4] trace: Use 64-bit timekeeping
 2015-01-28 14:55 UTC  (3+ messages)

[PATCH v7 0/4] Add support for parametrized events
 2015-01-29  4:28 UTC  (6+ messages)

[PATCH 0/4] Introduce <linux/mm_struct.h>
 2015-01-29  4:22 UTC  (4+ messages)
` [PATCH 2/4] mm: split up mm_struct to separate header file

[PATCH v2 linux-trace 4/8] samples: bpf: simple tracing example in C
 2015-01-29  4:19 UTC 

PCIe 32-bit MMIO exhaustion
 2015-01-28  8:42 UTC 

[PATCH] vt_buffer: drop console buffer copying optimisations
 2015-01-29  4:11 UTC 

[PATCH 3.4 000/177] 3.4.106-rc1 review
 2015-01-28  8:47 UTC  (3+ messages)
` [PATCH 3.4 152/177] KVM: x86: Fix uninitialized op->type for some immediate values

[PATCH 2/2] mm: fix undefined reference to `.kernel_map_pages' on PPC builds
 2015-01-29  4:05 UTC  (16+ messages)
                ` [PATCH v3] powerpc/mm: fix undefined reference to `.__kernel_map_pages' on FSL PPC64

[PATCH v4 2/6] KVM: nVMX: Enable nested virtualize x2apic mode
 2015-01-29  4:05 UTC  (4+ messages)

[PATCH v7 1/4] Documentation: dt: add common bindings for hwspinlock
 2015-01-29  3:58 UTC  (12+ messages)

[PATCH] genirq: set initial affinity when hinting
 2015-01-28 16:43 UTC  (4+ messages)
` [tip:irq/core] genirq: Set initial affinity in irq_set_affinity_hint()

[PATCH 0/2] Two printf fixes
 2015-01-28 16:43 UTC  (5+ messages)
` [PATCH 1/2] lib/vsprintf.c: Fix potential NULL deref in hex_string

[PATCH V3 0/6] x86: Intel Cache Allocation Support
 2015-01-28 22:11 UTC  (3+ messages)
` [PATCH 1/6] x86/intel_cat: Intel Cache Allocation Technology detection

[PATCH 0/7] [media] ARM randconfig fixes
 2015-01-28 22:11 UTC  (5+ messages)
` [PATCH 6/7] [media] marvell-ccic: MMP_CAMERA never worked
  ` [PATCH v2 6/7] [media] marvell-ccic: MMP_CAMERA no longer builds
` [PATCH 7/7] [media] marvell-ccic needs VIDEOBUF2_DMA_SG

[PATCH] soc: ti: knav_qmss_queue: export API calls for use by user driver
 2015-01-28 23:00 UTC 

[PATCH 0/2] Add device_create_files() and device_remove_files() helpers
 2015-01-28 21:34 UTC  (4+ messages)

[PATCH v3] ARM: AM43xx: hwmod: add VPFE hwmod entries
 2015-01-28 21:01 UTC  (3+ messages)

[PATCH v3 1/6] KVM: nVMX: Use hardware MSR bitmap
 2015-01-28  8:57 UTC  (3+ messages)

module: fix module_refcount() return when running in a module exit routine
 2015-01-28 21:45 UTC  (13+ messages)

[PATCH] staging: gdm724x: gdm_usb: Removed variables that is never used
 2015-01-28 22:45 UTC 

[PATCH V4] regulator: da9211: Add gpio control for enable/disable of buck
 2015-01-28 17:38 UTC  (2+ messages)

[PATCH v3 00/10] Improvements to Tegra-based Chromebook support
 2015-01-28 18:24 UTC  (5+ messages)
` [PATCH v3 06/10] ASoC: tegra: Add a control for the headphone switch

[PATCH v2 00/15] spi/xilinx: Speed-up
 2015-01-28 19:43 UTC  (2+ messages)

[PATCH v2 0/7] ASoC: pcm512x: Clock master modes
 2015-01-28 19:12 UTC  (3+ messages)
` [PATCH v2 3/7] ASoC: pcm512x: Change register default to match actual content after reset

[PATCH 0/9] Simplify regulator_set_optimum_mode
 2015-01-28 19:52 UTC  (3+ messages)
` [PATCH 1/9] regulator: core: Consolidate drms update handling

[patch] regulator: qcom-rpm: signedness bug in probe()
 2015-01-28 19:43 UTC  (2+ messages)

[PATCH 0/2] usb/gadget: independent registration of gadgets and gadget
 2015-01-29  1:25 UTC  (2+ messages)
` [PATCH 1/2] usb: gadget: udc-core: independent registration of gadgets and gadget drivers

[PATCH 6/7] spi: spi-fsl-dspi: split the resuable code
 2015-01-28 19:03 UTC  (3+ messages)
` [PATCH 7/7] spi: spi-fsl-dspi: Add support for TCFQ transfer mode

[PATCH] ASoc: Fix warning with make xmldocs caused by soc-devres.c
 2015-01-28 11:36 UTC  (2+ messages)

Documentation: DT bindings: update DT binding docs with Tegra chips
 2015-01-28 23:49 UTC  (4+ messages)
` [PATCH 02/24] Documentation: DT bindings: add more chip compatible strings for Tegra PCIe
` [PATCH 06/24] Documentation: DT bindings: add more chip compatible strings for Tegra APB_MISC
` [PATCH 01/24] Documentation: DT: document compatible string existence requirement

[PATCH 0/4] sched: schedule/preempt optimizations and cleanups
 2015-01-28 15:42 UTC  (3+ messages)
` [RFC PATCH 2/4] sched: Use traced preempt count operations to toggle PREEMPT_ACTIVE

[perf] WARNING: CPU: 0 PID: 1457 at kernel/events/core.c:890 add_event_to_ctx()
 2015-01-28 12:38 UTC  (4+ messages)

[PATCH v9 0/2] Add Spreadtrum SoC bindings and serial driver support
 2015-01-28  8:46 UTC  (4+ messages)
` [PATCH v9 2/2] tty/serial: Add Spreadtrum sc9836-uart "

sched/fair: avoid using uninitialized variable in preferred_group_nid()
 2015-01-28 15:37 UTC  (4+ messages)
` [tip:sched/urgent] sched/fair: Avoid "


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