All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-10-27 17:03:56 to 2015-10-27 17:32:38 UTC [more...]

[PATCHv2] arm: perf: Add event descriptions
 2015-10-27 17:32 UTC  (4+ messages)

[PATCH 00/25] toaster: 8279: Provide a single way of starting Toaster
 2015-10-27 17:28 UTC  (13+ messages)
` [PATCH 01/25] toaster: don't allow to run toaster as a script
` [PATCH 02/25] toaster: implement get-dburl command
` [PATCH 03/25] toaster: set DATABASE_URL in toaster script
` [PATCH 04/25] toaster: run bitbake the same way
` [PATCH 05/25] toaster: remove unused variable
` [PATCH 06/25] toaster: check for toaster configuration later
` [PATCH 07/25] toaster: use parent of the build dir
` [PATCH 08/25] toaster: make runbuilds to loop
` [PATCH 09/25] toaster: start 'manage.py runbuilds' in the script
` [PATCH 10/25] toaster: update brbe and project attributes
` [PATCH 11/25] toaster: implement stop_bitbake function
` [PATCH 12/25] toaster: implement start_bitbake function

[PATCH 0/3] staging: rtl8188eu: Remove unnecessary functions
 2015-10-27 17:32 UTC 

[PATCH v3] EDAC: Add ARM64 EDAC
 2015-10-27 17:29 UTC  (3+ messages)

[PATCH] ixgbe: change logging for ixgbe tx code path selection
 2015-10-27 17:31 UTC  (4+ messages)

[Intel-wired-lan] [PATCH] ixgbe: Wait for 1ms, not 1us, after RST
 2015-10-27 17:32 UTC  (3+ messages)
`  "

[PATCH 01/70] cpufreq: interactive: New 'interactive' governor
 2015-10-27 17:30 UTC  (63+ messages)
` [PATCH 02/70] cpufreq interactive governor: event tracing
` [PATCH 03/70] cpufreq: interactive: apply intermediate load to max speed not current
` [PATCH 04/70] cpufreq: interactive: set at least hispeed when above hispeed load
` [PATCH 05/70] cpufreq: interactive: don't drop speed if recently at higher load
` [PATCH 06/70] cpufreq: interactive: configurable delay before raising above hispeed
` [PATCH 07/70] cpufreq: interactive: adjust code and documentation to match
` [PATCH 08/70] cpufreq: interactive: base hispeed bump on target freq, not actual
` [PATCH 09/70] cpufreq: interactive: Separate speed target revalidate time and initial set time
` [PATCH 10/70] cpufreq: interactive: Boost frequency on touchscreen input
` [PATCH 11/70] cpufreq: interactive: remove unused target_validate_time_in_idle
` [PATCH 12/70] cpufreq: interactive: Add sysfs boost interface for hints from userspace
` [PATCH 13/70] cpufreq: interactive: set floor for boosted speed
` [PATCH 14/70] cpufreq: interactive: add boost pulse interface
` [PATCH 15/70] cpufreq-interactive: Compile fixup
` [PATCH 16/70] cpufreq: interactive: restart above_hispeed_delay at each hispeed load
` [PATCH 17/70] cpufreq: interactive: take idle notifications only when active
` [PATCH 18/70] cpufreq: interactive: keep freezer happy when not current governor
` [PATCH 19/70] cpufreq: interactive: handle speed up and down in the realtime task
` [PATCH 20/70] cpufreq: interactive: remove input_boost handling
` [PATCH 21/70] cpufreq: interactive: always limit initial speed bump to hispeed
` [PATCH 22/70] cpufreq: interactive: run at fraction of hispeed_freq when load is low
` [PATCH 23/70] cpufreq: interactive: pin timers to associated CPU
` [PATCH 24/70] cpufreq: interactive: use deferrable timer by default
` [PATCH 26/70] cpufreq: interactive: trace actual speed in target speed decisions
` [PATCH 27/70] cpufreq: interactive: change speed according to current speed and target load
` [PATCH 28/70] cpufreq: interactive: apply above_hispeed_delay to each step above hispeed
` [PATCH 29/70] cpufreq: interactive: allow arbitrary speed / target load mappings
` [PATCH 30/70] cpufreq: interactive: remove load since last speed change
` [PATCH 31/70] cpufreq: interactive: adjust load for changes in speed
` [PATCH 32/70] cpufreq: interactive: specify duration of CPU speed boost pulse
` [PATCH 33/70] cpufreq: interactive: add timer slack to limit idle at speed > min
` [PATCH 34/70] cpufreq: interactive: fix boosting logic
` [PATCH 35/70] cpufreq: interactive: fix racy timer stopping
` [PATCH 36/70] cpufreq: interactive: fix race on timer restart on governor start
` [PATCH 37/70] cpufreq: interactive: default go_hispeed_load 99%, doc updates
` [PATCH 39/70] cpufreq: interactive: don't handle transition notification if not enabled
` [PATCH 40/70] cpufreq: interactive: fix deadlock on spinlock in timer
` [PATCH 41/70] cpufreq: interactive: fix race on governor start/stop
` [PATCH 42/70] cpufreq: interactive: allow arbitrary speed / delay mappings
` [PATCH 43/70] cpufreq: interactive: add io_is_busy interface
` [PATCH 44/70] cpufreq: interactive: fix crash on error paths in get_tokenized_data
` [PATCH 45/70] cpufreq: interactive: base above_hispeed_delay on target freq, not current
` [PATCH 46/70] cpufreq: interactive: fix uninitialized spinlock
` [PATCH 47/70] cpufreq: interactive: handle errors from cpufreq_frequency_table_target
` [PATCH 48/70] cpufreq: interactive: reduce chance of zero time delta on load eval
` [PATCH 49/70] cpufreq: interactive: avoid underflow on active time calculation
` [PATCH 50/70] cpufreq: interactive: fix race on cpufreq TRANSITION notifier
` [PATCH 52/70] cpufreq: interactive: fix show_target_loads and show_above_hispeed_delay
` [PATCH 54/70] cpufreq: interactive: Move definition of cpufreq_gov_interactive downwards
` [PATCH 55/70] cpufreq: Interactive: Implement per policy instances of governor
` [PATCH 56/70] cpufreq: interactive: delete timers for GOV_START
` [PATCH 57/70] cpufreq: interactive: fix compiling warnings
` [PATCH 59/70] cpufreq: interactive: Use generic get_cpu_idle_time() from cpufreq.c
` [PATCH 60/70] cpufreq: interactive: hold reference on global cpufreq kobject if needed
` [PATCH 63/70] cpufreq: interactive: remove compilation error from commit 49cc72365fb7ee87762a7ccc6a32ef68627216c5
` [PATCH 64/70] cpufreq: interactive: prevents the frequency to directly raise above the hispeed_freq from a lower frequency
` [PATCH 65/70] cpufreq: interactive: make common_tunables static
` [PATCH 66/70] cpufreq: interactive: Fix compile errors in accordance with changes from 3.14 to 3.18
` [PATCH 67/70] cpufreq: interactive: Put global cpufreq kobject on failure
` [PATCH 68/70] subsystem: CPU FREQUENCY DRIVERS- Set cpu_load calculation on current frequency
` [PATCH 69/70] cpufreq: interactive: Don't set floor_validate_time during boost
` [PATCH 70/70] cpufreq: interactive: Round up timer_rate to match jiffy

[PATCH v2] drm/i915: Add extra plane information in debugfs
 2015-10-27 17:31 UTC  (2+ messages)

[Qemu-devel] [PATCH] backends/hostmem: Ignore ENOSYS while setting MPOL_DEFAULT
 2015-10-27 17:31 UTC  (2+ messages)

[PATCH] oxenstored: fix short-write issue
 2015-10-27 17:31 UTC  (7+ messages)

[PATCH v2 0/5] block, dax: updates for 4.4
 2015-10-27 17:31 UTC  (4+ messages)
` [PATCH v2 1/5] pmem, dax: clean up clear_pmem()

[PATCH v2 00/11] arm64: kernel: Add support for hibernate/suspend-to-disk
 2015-10-27 17:29 UTC  (24+ messages)
` [PATCH v2 01/11] arm64: kernel: fix tcr_el1.t0sz restore on systems with extended idmap
` [PATCH v2 02/11] arm64: Fold proc-macros.S into assembler.h
` [PATCH v2 03/11] arm64: Convert hcalls to use HVC immediate value
` [PATCH v2 04/11] arm64: Add new hcall HVC_CALL_FUNC
` [PATCH v2 05/11] arm64: kvm: allows kvm cpu hotplug
` [PATCH v2 06/11] arm64: kernel: Rework finisher callback out of __cpu_suspend_enter()
` [PATCH v2 07/11] arm64: Change cpu_resume() to enable mmu early then access sleep_sp by va
` [PATCH v2 08/11] arm64: kernel: Include _AC definition in page.h
` [PATCH v2 09/11] arm64: Promote KERNEL_START/KERNEL_END definitions to a header file
` [PATCH v2 10/11] PM / Hibernate: clean cached pages on architectures that require it
` [PATCH v2 11/11] arm64: kernel: Add support for hibernate/suspend-to-disk

[PATCH] sepolgen: Reset line numbers when parsing files
 2015-10-27 17:30 UTC  (2+ messages)

doesn't fix for paranoid umask while 'make deb-pkg'
 2015-10-27 16:55 UTC 

[PATCH i-g-t 1/4] tests/kms_pipe_crc_basic: Skip invalid pipe/port combos
 2015-10-27 17:29 UTC  (5+ messages)
` [PATCH i-g-t 2/4] lib: Skip suspend/hibernate tests if the system doesn't support them

[Intel-wired-lan] [PATCH] ixgbe: check Master Disable bit after setting
 2015-10-27 17:28 UTC  (5+ messages)
`  "

[PATCH] Staging: wilc1000: coreconfigurator: Remove trailing whitespace
 2015-10-27 17:28 UTC 

memtest updates
 2015-10-27 17:27 UTC  (3+ messages)

[PATCH v2 00/17] add fixes, device quirks, error recovery,
 2015-10-27 17:27 UTC  (5+ messages)
` [PATCH v2 17/17] scsi: ufs-qcom: fix compilation warnings

[PATCH 0/6] Miscellaneous platform-independent patches from Git for Windows
 2015-10-27 17:27 UTC  (8+ messages)
` [PATCH 2/6] remote-http(s): Support SOCKS proxies

[PATCH V1 00/11] MMCONFIG refactoring and ARM64 PCI hostbridge init based on ACPI
 2015-10-27 17:25 UTC  (5+ messages)
` [PATCH V1 07/11] XEN / PCI: Remove the dependence on arch x86 when PCI_MMCONFIG=y
  ` [Linaro-acpi] "

[Qemu-devel] [PATCH for-2.5 v1 0/4] ARM: Machine specific boot blobs
 2015-10-27 17:26 UTC  (11+ messages)
` [Qemu-devel] [PATCH for-2.5 v1 3/4] arm: highbank: Implement PSCI and dummy monitor
` [Qemu-devel] [PATCH for-2.5 v1 4/4] arm: xilinx_zynq: Add linux pre-boot

[LTP] [PATCH 1/4] network: add test for low latency busy poll
 2015-10-27 17:26 UTC  (3+ messages)

[PATCH v2 0/2] Fix interactive rebase when the editor saves with CR/LF
 2015-10-27 17:25 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] rebase-i: work around Windows CRLF line endings

[PATCH] MAINTAINERS: Start using the 'reviewer' (R) tag
 2015-10-27 17:24 UTC  (3+ messages)

[Intel-wired-lan] [next-queue v2] fm10k: bump driver version
 2015-10-27 17:24 UTC  (2+ messages)

[PATCH] thermal: Add Raspberry Pi BCM2835 thermal driver
 2015-10-27 17:23 UTC  (2+ messages)

[Intel-wired-lan] [PATCH] fm10k:Fix error handling in the function fm10k_setup_tc
 2015-10-27 17:23 UTC  (3+ messages)

[RFC PATCH 1/3] net: dsa: bcm_sf2: cleanup resources in remove callback
 2015-10-27 17:22 UTC  (2+ messages)

[PATCH net-next V18 0/3] openvswitch: Add support for 802.1ad
 2015-10-27 17:22 UTC  (5+ messages)
` [PATCH net-next V18 3/3] 802.1AD: Flow handling, actions, vlan parsing and netlink attributes

[PATCH v2] Staging: wilc1000: Prefer eth_broadcast_addr over memset()
 2015-10-27 17:21 UTC 

[Buildroot] [PATCH 0/4] Supporting a second Barebox build to build the MLO/SPL
 2015-10-27 17:21 UTC  (4+ messages)

[Intel-wired-lan] [next-queue v5 01/17] fm10k: conditionally compile DCB and DebugFS support
 2015-10-27 17:21 UTC  (9+ messages)
` [Intel-wired-lan] [next-queue v5 09/17] fm10k: rename mbx_tx_oversized statistic to mbx_tx_dropped
` [Intel-wired-lan] [next-queue v5 14/17] fm10k: use macro for default Tx and Rx ITR values
` [Intel-wired-lan] [next-queue v5 15/17] fm10k: change default Tx ITR to 25usec
` [Intel-wired-lan] [next-queue v5 16/17] fm10k: TRIVIAL fix typo of hardware

[Qemu-devel] [Bug 1508405] [NEW] qemu 2.4.0 with --enable-kvm hangs, takes 100% CPU
 2015-10-27 17:14 UTC  (2+ messages)
` [Qemu-devel] [Bug 1508405] "

[PATCH v3 0/7] Inode security label invalidation
 2015-10-27 17:20 UTC  (4+ messages)
` [PATCH v3 2/7] selinux: Add accessor functions for inode->i_security
    ` [Ocfs2-devel] "

[Buildroot] [PATCH v3] rfkill: new package
 2015-10-27 17:20 UTC  (4+ messages)

[PATCH 0/2] Remove wrapper functions and neat up code
 2015-10-27 17:20 UTC  (4+ messages)
` [PATCH 2/2] Staging: wilc1000: coreconfigurator: Remove unnecessary parentheses
  ` [Outreachy kernel] "

[Qemu-devel] [PATCH for-2.5 v2 0/4] mips: add Global Interrupt Controller
 2015-10-27 17:12 UTC  (5+ messages)
` [Qemu-devel] [PATCH for-2.5 v2 1/4] target-mips: add CMGCRBase register
` [Qemu-devel] [PATCH for-2.5 v2 2/4] mips: add Global Config Register block (part)
` [Qemu-devel] [PATCH for-2.5 v2 3/4] mips: add Global Interrupt Controller
` [Qemu-devel] [PATCH for-2.5 v2 4/4] mips: add gic support to malta

[Bug 91917] linux-firmware.git should carry most recent firmware for SI, CI et al
 2015-10-27 17:19 UTC  (2+ messages)

[PATCH][fido] fontcache: allow to pass extra parameters and environment to fc-cache
 2015-10-27 17:18 UTC 

[PATCH][dizzy] fontcache: allow to pass extra parameters and environment to fc-cache
 2015-10-27 17:18 UTC 

[PATCH 0/9] vfs: move btrfs clone ioctls to common code
 2015-10-27 17:13 UTC  (3+ messages)
` [PATCH 2/9] cifs: add .copy_file_range file operation

[PATCH v2 00/16] Support ARMv7 architecture
 2015-10-27 17:10 UTC  (4+ messages)
` [PATCH v2 16/16] acl: check for SSE 4.1 support

[PATCH v4] arm-soc: Add support for Sigma Designs Tango4 platforms
 2015-10-27 17:12 UTC  (3+ messages)
` [PATCH v6] "

[PATCH v5 0/5] xl: convert exit codes to EXIT_[SUCCESS|FAILURE]
 2015-10-27 17:11 UTC  (3+ messages)
` [PATCH v5 2/5] xl: improve return and exit codes of scheduling related functions

[PATCH v2 00/10] Prevent list poison values from being mapped by userspace processes
 2015-10-27 17:11 UTC  (8+ messages)
` [PATCH v2 10/10] ARM: software-based priviledged-no-access support

[Intel-wired-lan] [PATCH] fm10k:Fix error handling in the function fm10k_setup_tc for certain function calls
 2015-10-27 17:10 UTC  (3+ messages)

[Intel-wired-lan] [PATCH 0/3] use napi_schedule_irqoff()
 2015-10-27 17:08 UTC  (4+ messages)
` [Intel-wired-lan] [PATCH 3/3] fm10k: "

btrfs-balance causes system-freeze on full disk
 2015-10-27 17:09 UTC  (5+ messages)

[PATCH v1 libmlx4 0/7] Completion timestamping
 2015-10-27 17:08 UTC  (8+ messages)
  ` [PATCH v1 libmlx4 1/7] Add support for extended version of ibv_query_device
  ` [PATCH v1 libmlx4 2/7] Add support for ibv_create_cq_ex
  ` [PATCH v1 libmlx4 3/7] Implement ibv_poll_cq_ex extension verb
  ` [PATCH v1 libmlx4 4/7] Add timestmap support to extended poll_cq verb
  ` [PATCH v1 libmlx4 5/7] Add support for ibv_query_values_ex
  ` [PATCH v1 libmlx4 6/7] Add support for different poll_one_ex functions
  ` [PATCH v1 libmlx4 7/7] Optimize ibv_poll_cq_ex for common scenarios

[Qemu-devel] [PATCH] vl.c: Replace fprintf(stderr) with error_report()
 2015-10-27 17:08 UTC  (3+ messages)

[Intel-wired-lan] [net PATCH 0/3] netpoll fixes for Intel drivers
 2015-10-27 17:06 UTC  (4+ messages)
` [Intel-wired-lan] [net PATCH 2/3] fm10k: Fix handling of napi budget when multiple queues are enabled per vector

[PATCH] selinux: export validatetrans decisions
 2015-10-27 17:07 UTC 

[PATCH 2/6] net: dsa: allow switch drivers to cleanup their resources
 2015-10-27 16:59 UTC  (4+ messages)

master - pvs: don't treat duplicate PVs as missed
 2015-10-27 17:06 UTC 

[PATCH 0/3] kvmtool: don't overwrite /virt/init
 2015-10-27 17:06 UTC  (2+ messages)

[PATCH libibverbs 0/7] Completion timestamping
 2015-10-27 17:06 UTC  (15+ messages)
` [PATCH libibverbs 1/7] Add support for extended version of ibv_query_device
` [PATCH libibverbs 2/7] Add support for ibv_create_cq_ex
` [PATCH libibverbs 3/7] Implement ibv_poll_cq_ex extension verb
` [PATCH libibverbs 4/7] Add timestmap support to extended poll_cq verb
` [PATCH libibverbs 5/7] Add support for ibv_query_values_ex
` [PATCH libibverbs 6/7] Add support for different poll_one_ex functions
` [PATCH libibverbs 7/7] Optimize ibv_poll_cq_ex for common scenarios

Updates to meta-fsl-arm (fido) in 2015-10-27
 2015-10-27 17:05 UTC 

[PATCH v10 0/6] Multiple intermediate states for genpd
 2015-10-27 17:04 UTC  (4+ messages)
` [PATCH v10 1/6] PM / Domains: prepare for multiple states

[PATCH 00/16] staging: comedi: comedi_test: enhancements
 2015-10-27 16:59 UTC  (3+ messages)
` [PATCH 01/16] staging: comedi: comedi_test: reformat multi-line comments
` [PATCH 06/16] staging: comedi: comedi_test: move modulo operations for waveform


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.