LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-06 13:25:19 to 2015-07-06 15:46:25 UTC [more...]

[GIT PULL 00/11] perf/core improvements and fixes
 2015-07-06 15:41 UTC  (6+ messages)
` [PATCH 03/11] perf trace: Store the syscall ids for the event qualifiers in a table
` [PATCH 05/11] perf evsel: Introduce set_filter method
` [PATCH 06/11] perf evlist: Make perf_evlist__set_filter use perf_evsel__set_filter
` [PATCH 09/11] perf probe: Delete an unnecessary check before the function call "strfilter__delete"
` [PATCH 11/11] tools lib api debugfs: Check for tracefs when reporting errors

[PATCH v3 17/18] x86/kvm/tsc: Drop extra barrier and use rdtsc_ordered in kvmclock
 2015-07-06 15:45 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc, x86/kvm: Drop open-coded barrier and use rdtsc_ordered() "

[PATCH] clocksource: Allow toggling between runtime and persistent clocksource for idle
 2015-07-06 15:46 UTC  (4+ messages)

[PATCH v3 16/18] x86/tsc: In read_tsc, use rdtsc_ordered() instead of get_cycles()
 2015-07-06 15:44 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc: Use rdtsc_ordered() in read_tsc() "

[PATCH v2] ipc: Modify message queue accounting to reflect both total user data and auxiliary kernel data
 2015-07-06 15:49 UTC  (5+ messages)
      ` [PATCH v3] ipc: Modify message queue accounting to not take kernel data structures into account

[PATCH v3 15/18] x86/tsc: Use rdtsc_ordered() in check_tsc_warp() and drop extra barriers
 2015-07-06 15:44 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc/sync: "

[PATCH v3 14/18] x86: Add rdtsc_ordered() and use it in trivial call sites
 2015-07-06 15:44 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc: "

[PATCH v3 13/18] x86/tsc: Rename native_read_tsc() to rdtsc()
 2015-07-06 15:43 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc: "

[PATCH v3 12/18] x86/tsc: Remove rdtscl()
 2015-07-06 15:43 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc: "

[PATCH v3 0/5] x86: pmc_atom: Add Cherrytrail support
 2015-07-06 15:44 UTC  (7+ messages)
` [PATCH v3 1/5] x86: pmc_atom: export accessors to PMC registers
` [PATCH v3 2/5] x86: pmc_atom: print index of device in loop
` [PATCH v3 3/5] x86: pmc_atom: supply register mappings via pmc object
` [PATCH v3 4/5] x86: pmc_atom: Add Cherrytrail PMC interface
` [PATCH v3 5/5] x86: pmc_atom: place it under arch/x86/platform/atom

[patch 0/2] tic/broadcast: Plug a few corner cases which cause malfunction
 2015-07-06 15:44 UTC  (8+ messages)
` [patch 1/2] tick/broadcast: Prevent deep idle states if no broadcast device available
` [patch 2/2] tick/broadcast: Handle spurious interrupts gracefully

[PATCH v3 11/18] drivers/input/gameport: Replace rdtscl() with native_read_tsc()
 2015-07-06 15:43 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc, drivers/input/gameport: Replace rdtscl () "

[PATCH v3 10/18] input/joystick/analog: Switch from rdtscl() to native_read_tsc()
 2015-07-06 15:42 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc, "

[PATCH v3 09/18] staging/lirc_serial: Remove TSC-based timing
 2015-07-06 15:42 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc, "

[PATCH v3 08/18] baycom_epp: Replace rdtscl() with native_read_tsc()
 2015-07-06 15:42 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc, drivers/net/hamradio/baycom_epp: "

[PATCH 0/4] locking/qrwlock: Improve qrwlock performance
 2015-07-06 15:43 UTC  (2+ messages)
` [PATCH 3/4] locking/qrwlock: Reduce writer to writer lock transfer latency

[PATCH v3 07/18] x86/cpu/amd: Use the full 64-bit TSC to detect the 2.6.2 bug
 2015-07-06 15:41 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc, "

[PATCH v3 06/18] x86/tsc: Use the full 64-bit tsc in tsc_delay
 2015-07-06 15:41 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc: Use the full 64-bit TSC in delay_tsc()

[PATCH v3 05/18] x86/tsc: Remove the rdtscp and rdtscpll macros
 2015-07-06 15:41 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc: Remove the rdtscp() and rdtscpll() macros

[PATCH v3 04/18] x86/tsc: Replace rdtscll with native_read_tsc
 2015-07-06 15:40 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc: Replace rdtscll() with native_read_tsc ()

[PATCH v3 03/18] x86/tsc/paravirt: Remove the read_tsc and read_tscp paravirt hooks
 2015-07-06 15:40 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() "

[PATCH v3 02/18] x86/msr/kvm: Remove vget_cycles()
 2015-07-06 15:40 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc, kvm: "

[PATCH v3 01/18] x86/tsc: Inline native_read_tsc and remove __native_read_tsc
 2015-07-06 15:39 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc()

[PATCH] perf record: Allow passing perf's own pid to '--filter'
 2015-07-06 15:40 UTC  (4+ messages)

[PATCH] sched/numa: check sched_feat(NUMA) in migrate_improves_locality
 2015-07-06 15:39 UTC  (2+ messages)
` [tip:sched/core] sched/numa: Check sched_feat(NUMA) in migrate_improves_locality()

[PATCH v3 2/2] x86, espfix: init espfix on the boot cpu side
 2015-07-06 15:39 UTC  (2+ messages)
` [tip:x86/urgent] x86/espfix: Init espfix on the boot CPU side

[PATCH RESEND] x86/asm/entry/32: Replace RESTORE_RSI_RDI[_RDX] with open-coded 32-bit reads
 2015-07-06 15:38 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/entry/32: Replace RESTORE_RSI_RDI "

[PATCH v3 1/2] espfix: add cpu parameter to init_espfix_ap()
 2015-07-06 15:38 UTC  (2+ messages)
` [tip:x86/urgent] x86/espfix: Add 'cpu' "

[PATCH v2 6/6] x86_64: kasan: move KASAN_SHADOW_OFFSET to the arch Kconfig
 2015-07-06 15:38 UTC  (2+ messages)
` [tip:x86/urgent] x86/kasan: Move "

[PATCH 0/7] KVM: arm/arm64: gsi routing support
 2015-07-06 15:37 UTC  (18+ messages)
` [PATCH 1/7] KVM: api: add kvm_irq_routing_extended_msi

[PATCH v2 5/6] x86_64: kasan: add message about kasan being initialized
 2015-07-06 15:37 UTC  (2+ messages)
` [tip:x86/urgent] x86/kasan: Add message about KASAN "

[PATCH v2 4/6] x86_64: kasan: fix boot crash on AMD processors
 2015-07-06 15:37 UTC  (2+ messages)
` [tip:x86/urgent] x86/kasan: Fix "

[PATCH v2 3/6] x86_64: kasan: flush tlbs after switching cr3
 2015-07-06 15:37 UTC  (2+ messages)
` [tip:x86/urgent] x86/kasan: Flush TLBs after switching CR3

[PATCH v2 2/6] x86_64: kasan: fix kasan shadow region page tables
 2015-07-06 15:36 UTC  (2+ messages)
` [tip:x86/urgent] x86/kasan: Fix KASAN "

[PATCH v2 1/6] x86_64, init: clear init_level4_pgt earlier
 2015-07-06 15:36 UTC  (2+ messages)
` [tip:x86/urgent] x86/init: Clear 'init_level4_pgt' earlier

[PATCH] Sched/rt:Fix memory leak in alloc_rt_sched_group
 2015-07-06 15:35 UTC  (2+ messages)
` [tip:sched/core] sched/rt: Fix memory leak in alloc_rt_sched_group()

[PATCH] sched_fair: test list head instead of list entry in throttle_cfs_rq()
 2015-07-06 15:35 UTC  (2+ messages)
` [tip:sched/core] sched/fair: Test "

[PATCH v5 2/3] locking/qrwlock: Better optimization for interrupt context readers
 2015-07-06 15:35 UTC  (2+ messages)
` [tip:locking/urgent] "

[PATCH v5 1/3] locking/qrwlock: Rename functions to queued_*()
 2015-07-06 15:34 UTC  (2+ messages)
` [tip:locking/urgent] "

[RFC v2 0/6] IRQ bypass manager and irqfd consumer
 2015-07-06 15:35 UTC  (4+ messages)
` [RFC v2 3/6] irq: bypass: Extend skeleton for ARM forwarding control

perf: aux area related crash and warnings
 2015-07-06 15:34 UTC  (2+ messages)
` [tip:perf/urgent] perf: Fix AUX buffer refcounting

[PATCH] x86: fix copy_from_user_nmi() return if range is not ok
 2015-07-06 15:34 UTC  (2+ messages)
` [tip:perf/urgent] perf/x86: Fix "

[PATCH 0/3] kmod: Make nohz-full friendly + cleanups
 2015-07-06 15:33 UTC  (4+ messages)
` [PATCH 1/3] kmod: Bunch of internal functions renames
` [PATCH 2/3] kmod: Add up-to-date explanations on the purpose of each asynchronous levels
` [PATCH 3/3] kmod: Remove unecessary explicit wide CPU affinity setting

[PATCH v2] bonding: "primary_reselect" with "failure" is not working properly
 2015-07-06 15:32 UTC  (6+ messages)

[PATCH] perf record: Let user have timestamps with per-thread recording
 2015-07-06 15:31 UTC  (2+ messages)

Documentation: rpcrdma: Merge svcrdma and xprtrdma modules into one
 2015-07-06 15:30 UTC  (3+ messages)

Linux 3.14.47
 2015-07-06 15:30 UTC  (2+ messages)

[GIT PULL] perf fixes
 2015-07-06 15:29 UTC 

Linux 3.10.83
 2015-07-06 15:29 UTC  (2+ messages)

[PATCH] pinctrl: single: ensure pcs irq will not be forced threaded
 2015-07-06 15:29 UTC  (2+ messages)

[GIT PULL] Samsung Thermal FIXES for v4.2-rc1
 2015-07-06 15:26 UTC 

[PATCH] pinctrl: single: dra7: remove PCS_QUIRK_SHARED_IRQ
 2015-07-06 15:25 UTC  (2+ messages)

[RESEND] [PATCH v2 0/2] ARM: /proc/cpuinfo: DT: Add support for Revision
 2015-07-06 15:24 UTC  (10+ messages)
` [RESEND] [PATCH v2 1/2] arm: devtree: Set system_rev from DT revision

[PATCH v2] mm: nommu: fix typos in comment blocks
 2015-07-06 15:19 UTC  (3+ messages)

[PATCH 0/2] thermal: exynos: Fix minor issue
 2015-07-06 15:19 UTC  (2+ messages)

[PATCH] gpio: omap: prevent module from being unloaded while in use
 2015-07-06 15:15 UTC  (3+ messages)

[PATCH] leds: Allow compile test of LEDS_AAT1290 and LEDS_KTD2692 if !GPIOLIB
 2015-07-06 15:13 UTC  (2+ messages)

[PATCH] mm/page_alloc: deferred meminit: replace rwsem with completion
 2015-07-06 15:11 UTC  (3+ messages)

[PATCH v4 0/8] mfd: introduce a driver for LPSS devices on SPT
 2015-07-06 15:10 UTC  (8+ messages)
` [PATCH v4 6/8] mfd: make mfd_remove_devices() iterate in reverse order

[PATCH] thermal: exynos: Disable the regulator on probe failure
 2015-07-06 15:05 UTC  (4+ messages)

[PATCH] x86/irq: hide HYP in /proc/interrupts when not on Xen/Hyper-V
 2015-07-06 15:02 UTC  (5+ messages)

[PATCH 0/4] x86: Untangle and standardize x86 system call entry point names
 2015-07-06 15:00 UTC  (5+ messages)
` [PATCH 4/4] x86/asm/entry/32: Clean up entry_32.S
    ` [PATCH] x86/asm/entry/64: Clean up entry_64.S

[PATCH RFC tip/core/rcu 1/5] rcu: Prepare for expedited GP driving normal GP
 2015-07-06 14:52 UTC  (11+ messages)
` [PATCH RFC tip/core/rcu 2/5] rcu: Short-circuit normal GPs via expedited GPs

[PATCH v5 0/2] arm64: kvm: reset hyp context for kexec
 2015-07-06 14:53 UTC  (4+ messages)
` [PATCH v5 1/2] arm64: kvm: allows kvm cpu hotplug

[PATCH] clk: qcom: Use parent rate when set rate to pixel RCG clock
 2015-07-06 14:49 UTC  (2+ messages)
` [PATCH v2] "

[PATCHv3 00/16] vme DMA and user space driver improvements
 2015-07-06 14:48 UTC  (6+ messages)
` [PATCHv3 08/16] staging: vme_user: provide DMA functionality

[PATCH 0/2] extcon: fixes for v4.2-rc1
 2015-07-06 14:46 UTC  (3+ messages)
` [PATCH 1/2] extcon: fix hang and extcon_get/set_cable_state()
` [PATCH 2/2] extcon: Fix extcon_cable_get_state() from getting old state after notification

[PATCH] staging: board: Kconfig: Let STAGING_BOARD depend on CLKDEV_LOOKUP
 2015-07-06 14:44 UTC  (6+ messages)

[PATCH 0/3] VME bus error handling overhaul
 2015-07-06 14:43 UTC  (4+ messages)
  ` [PATCH] vme: print unhandled VME access errors

[PATCH 0/2] arm64: some symbols blacklisted for kprobing
 2015-07-06 14:42 UTC  (5+ messages)
` [PATCH 1/2] arm64: Blacklist non-kprobe-able symbols

[PATCH] Doc: powerpc: Fix typos in Documentation/powerpc
 2015-07-06 14:41 UTC 

[PATCH] ARM: mm: use virt_to_idmap to get phys_reset address
 2015-07-06 14:41 UTC  (2+ messages)

[PATCH] sched,fair: Remove > u32 weight handling for delta
 2015-07-06 14:39 UTC  (4+ messages)

[PATCH RESEND] sched: prefer an idle cpu vs an idle sibling for BALANCE_WAKE
 2015-07-06 14:34 UTC  (14+ messages)

[PATCH] xtensa: reimplement DMA API using common helpers
 2015-07-06 14:33 UTC 

[PATCH v2 0/4] Add support for DA9150 Fuel-Gauge
 2015-07-06 14:27 UTC  (10+ messages)
` [PATCH v2 1/4] mfd: da9150: Add support for Fuel-Gauge
` [PATCH v2 2/4] mfd: da9150: Update DT bindings for Fuel-Gauge support
` [PATCH v2 3/4] power: Add support for DA9150 Fuel-Gauge

[PATCH 0/8] Support hardware perf counters on xtensa
 2015-07-06 14:22 UTC  (15+ messages)
` [PATCH 1/8] xtensa: clean up Kconfig dependencies for custom cores
` [PATCH 2/8] xtensa: keep exception/interrupt stack continuous
` [PATCH 3/8] xtensa: move oprofile stack tracing to stacktrace.c
` [PATCH 4/8] xtensa: select PERF_USE_VMALLOC for cache-aliasing configurations
` [PATCH 5/8] xtensa: add profiling IRQ type to xtensa_irq_map
` [PATCH 6/8] xtensa: count software page fault perf events
` [PATCH 7/8] xtensa: implement counting and sampling "
` [PATCH 8/8] perf tools: xtensa: add DWARF register names

[PATCH v3 0/2] irqchip: dw-apb-ictl: add irq_set_affinity support
 2015-07-06 14:17 UTC  (6+ messages)
` [PATCH v3 2/2] "

[PATCH trivial] staging: comedi: Grammar s/Enable support a/Enable support for a/
 2015-07-06 14:15 UTC  (2+ messages)

[RFC][PATCH] x86: Allow early_printk to use console style param like 115200n8
 2015-07-06 14:14 UTC  (6+ messages)
` [PATCH] "

[PATCH v4 0/3] Add MediaTek display PWM driver
 2015-07-06 14:12 UTC  (6+ messages)
` [PATCH v4 1/3] dt-bindings: pwm: add MediaTek display PWM bindings
` [PATCH v4 2/3] pwm: add MediaTek display PWM driver support
` [PATCH v4 3/3] arm64: dts: mt8173: add MT8173 display PWM driver support dtsi

[PATCH] staging: dgnc: Replace macro with flow control statement by a function
 2015-07-06 14:10 UTC  (6+ messages)

[PATCH 1/1] kernel/sysctl.c: Add /proc/sys/vm/shrink_memory feature
 2015-07-06 14:03 UTC  (5+ messages)

[PATCH v5 6/7] zsmalloc: account the number of compacted pages
 2015-07-06 14:01 UTC  (5+ messages)
    ` [PATCH v5 5/7] zsmalloc/zram: store compaction stats in zspool

[PATCH v2] rhashtable: fix for resize events during table walk
 2015-07-06 13:53 UTC  (2+ messages)

USB Ethernet gadget on Nokia n900
 2015-07-06 13:53 UTC  (5+ messages)

[PATCH] rhashtable: fix for resize events during table walk
 2015-07-06 13:52 UTC  (3+ messages)

[PATCHv2 0/9] vme_user checkpatch fixes and read()/write() rework
 2015-07-06 13:51 UTC  (6+ messages)
` [PATCHv3 "
  ` [PATCHv3 6/9] staging: vme_user: switch to returning -EFAULT on __copy_*_user errors

[PATCH] clk: qcom: Constify the parent names arrays
 2015-07-06 13:51 UTC 

perf: fuzzer triggered warning in intel_pmu_drain_pebs_nhm()
 2015-07-06 13:47 UTC  (5+ messages)

[PATCH 4/7] dm: introduce dm_kvmalloc
 2015-07-06 13:47 UTC 

[PATCH] sched/fair: code clean up for __sched_period()
 2015-07-06 13:47 UTC  (6+ messages)

[PATCH 0/4] TLB flush multiple pages per IPI v7
 2015-07-06 13:45 UTC  (6+ messages)
` [PATCH 1/4] x86, mm: Trace when an IPI is about to be sent
` [PATCH 2/4] mm: Send one IPI per CPU to TLB flush all entries after unmapping pages
` [PATCH 3/4] mm: Defer flush of writable TLB entries
` [PATCH 4/4] mm: Increase SWAP_CLUSTER_MAX to batch TLB flushes

[PATCH] x86: Fix detection of GCC -mpreferred-stack-boundary support
 2015-07-06 13:44 UTC  (2+ messages)

[RFC patch] sctp: sctp_generate_fwdtsn: Initialize sctp_fwdtsn_skip array, neatening
 2015-07-06 13:43 UTC  (4+ messages)

[patch] irqchip/dw-apb-ictl: Fix generic domain chip wreckage
 2015-07-06 13:43 UTC  (9+ messages)

[PATCH] csiostor:Make the function csio_ln_prep_ecwr have a return type of void
 2015-07-06 13:41 UTC  (2+ messages)

[PATCH trivial] proportions: Spelling s/consitent/consistent/
 2015-07-06 13:40 UTC 

[PATCH trivial] dm: Spelling s/consitent/consistent/
 2015-07-06 13:39 UTC 

[PATCH] extcon: Fix kernel hang for find_cable_index_by_name() users
 2015-07-06 13:38 UTC  (2+ messages)

[PATCH trivial] Btrfs: Spelling s/consitent/consistent/
 2015-07-06 13:38 UTC 

[PATCH 0/7] introduce Hyper-V VM Sockets(hvsock)
 2015-07-06 14:39 UTC 

[PATCH 1/1] suspend: delete sys_sync()
 2015-07-06 13:59 UTC  (4+ messages)

[RFC v2 0/9] ARM IRQ forward control based on IRQ bypass manager
 2015-07-06 13:24 UTC  (10+ messages)
` [RFC v2 1/9] VFIO: platform: registration of a dummy IRQ bypass producer
` [RFC v2 2/9] VFIO: platform: test forwarded state when selecting IRQ handler
` [RFC v2 3/9] VFIO: platform: single handler using function pointer
` [RFC v2 4/9] VFIO: platform: add vfio_platform_set_automasked
` [RFC v2 5/9] VFIO: platform: add vfio_platform_is_active
` [RFC v2 6/9] irq: bypass: add active field on producer side
` [RFC v2 7/9] VFIO: platform: add irq bypass producer management
` [RFC v2 8/9] KVM: arm/arm64: vgic: forwarding control
` [RFC v2 9/9] KVM: arm/arm64: implement IRQ bypass consumer functions

[PATCH 1/7] Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock)
 2015-07-06 14:44 UTC 

[PATCH 0/7] introduce Hyper-V VM Sockets(hvsock)
 2015-07-06 14:43 UTC 

[PATCH 5/7] Drivers: hv: vmbus: add a helper function to set a channel's pending send size
 2015-07-06 14:47 UTC 

[PATCH 1/1] suspend: delete sys_sync()
 2015-07-06 13:52 UTC  (4+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).