linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-15 01:31:12 to 2016-04-15 09:15:20 UTC [more...]

[PATCH 00/27] Move LRU page reclaim from zones to nodes v5
 2016-04-15  9:13 UTC  (9+ messages)
` [PATCH 02/27] mm, vmscan: Move lru_lock to the node
` [PATCH 03/27] mm, vmscan: Move LRU lists to node
` [PATCH 04/27] mm, vmscan: Begin reclaiming pages on a per-node basis
` [PATCH 05/27] mm, vmscan: Have kswapd only scan based on the highest requested zone
` [PATCH 06/27] mm, vmscan: Make kswapd reclaim in terms of nodes
` [PATCH 07/27] mm, vmscan: Remove balance gap
` [PATCH 08/27] mm, vmscan: Simplify the logic deciding whether kswapd sleeps
` [PATCH 09/27] mm, vmscan: By default have direct reclaim only shrink once per node

[PATCH v8] drivers: amba: properly handle devices with power domains
 2016-04-15  9:13 UTC 

[PATCH 00/28] Optimise page alloc/free fast paths v3
 2016-04-15  9:07 UTC  (28+ messages)
` [PATCH 01/28] mm, page_alloc: Only check PageCompound for high-order pages
` [PATCH 02/28] mm, page_alloc: Use new PageAnonHead helper in the free page fast path
` [PATCH 03/28] mm, page_alloc: Reduce branches in zone_statistics
` [PATCH 04/28] mm, page_alloc: Inline zone_statistics
` [PATCH 05/28] mm, page_alloc: Inline the fast path of the zonelist iterator
` [PATCH 06/28] mm, page_alloc: Use __dec_zone_state for order-0 page allocation
` [PATCH 07/28] mm, page_alloc: Avoid unnecessary zone lookups during pageblock operations
` [PATCH 08/28] mm, page_alloc: Convert alloc_flags to unsigned
` [PATCH 09/28] mm, page_alloc: Convert nr_fair_skipped to bool
` [PATCH 10/28] mm, page_alloc: Remove unnecessary local variable in get_page_from_freelist
` [PATCH 11/28] mm, page_alloc: Remove unnecessary initialisation "
` [PATCH 13/28] mm, page_alloc: Remove redundant check for empty zonelist
  ` [PATCH 14/28] mm, page_alloc: Simplify last cpupid reset
  ` [PATCH 15/28] mm, page_alloc: Move might_sleep_if check to the allocator slowpath
  ` [PATCH 16/28] mm, page_alloc: Move __GFP_HARDWALL modifications out of the fastpath
  ` [PATCH 17/28] mm, page_alloc: Check once if a zone has isolated pageblocks
  ` [PATCH 18/28] mm, page_alloc: Shorten the page allocator fast path
  ` [PATCH 19/28] mm, page_alloc: Reduce cost of fair zone allocation policy retry
  ` [PATCH 20/28] mm, page_alloc: Shortcut watermark checks for order-0 pages
  ` [PATCH 21/28] mm, page_alloc: Avoid looking up the first zone in a zonelist twice
  ` [PATCH 22/28] mm, page_alloc: Remove field from alloc_context
  ` [PATCH 23/28] mm, page_alloc: Check multiple page fields with a single branch
  ` [PATCH 24/28] mm, page_alloc: Remove unnecessary variable from free_pcppages_bulk
  ` [PATCH 25/28] mm, page_alloc: Inline pageblock lookup in page free fast paths
  ` [PATCH 26/28] cpuset: use static key better and convert to new API
  ` [PATCH 27/28] mm, page_alloc: Defer debugging checks of freed pages until a PCP drain
  ` [PATCH 28/28] mm, page_alloc: Defer debugging checks of pages allocated from the PCP

[PATCH v2 0/8] PM / devfreq: Add NoCP devfreq-event and support busfreq on exyno5422-odroidxu3
 2016-04-15  9:07 UTC  (13+ messages)
` [PATCH v2 1/8] PM / devfreq: event: Add new Exynos NoC probe driver
` [PATCH v2 2/8] PM / devfreq: event: Find the instance of devfreq-event device by using phandle
` [PATCH v2 3/8] PM / devfreq: exynos: Add the detailed correlation for Exynos5422 bus
` [PATCH v2 4/8] ARM: dts: Add NoC Probe dt node for Exynos542x SoC
` [PATCH v2 5/8] dt-bindings: clock: Add the clock id for ACLK clock of "
` [PATCH v2 6/8] clk: samsung: exynos542x: Add the clock id for ACLK
` [PATCH v2 7/8] ARM: dts: Add bus nodes using VDD_INT for Exynos542x SoC
` [PATCH v2 8/8] ARM: dts: Add support of Bus frequency using VDD_INT for exynos5422-odroidxu3

[PATCH v5 00/21] x86, boot: KASLR cleanup and 64-bit improvements
 2016-04-15  9:05 UTC  (14+ messages)
` [PATCH v5 01/21] x86, KASLR: Remove unneeded boot_params argument
` [PATCH v5 02/21] x86, KASLR: Handle kernel relocation above 2G
` [PATCH v5 03/21] x86, KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSET
` [PATCH v5 04/21] x86, boot: Move compressed kernel to end of decompression buffer
` [PATCH v5 05/21] x86, boot: Calculate decompression size during boot not build
` [PATCH v5 07/21] x86, boot: Fix run_size calculation

[RFC 0/8] drm: explicit fencing support
 2016-04-15  9:03 UTC  (17+ messages)
` [RFC 1/8] dma-buf/fence: add fence_collection fences
` [RFC 2/8] dma-buf/sync_file: add sync_file_fences_get()
` [RFC 3/8] drm/fence: allow fence waiting to be interrupted by userspace
` [RFC 4/8] drm/fence: add in-fences support
` [RFC 5/8] drm/fence: add fence to drm_pending_event
` [RFC 6/8] drm/fence: create DRM_MODE_ATOMIC_OUT_FENCE flag
` [RFC 8/8] drm/fence: add out-fences support

[PATCH] x86/vdso: add mremap hook to vm_special_mapping
 2016-04-15  8:46 UTC  (4+ messages)
` [PATCHv2] "

[PATCH] mmc: reduce nesting and join error strings into one line
 2016-04-15  9:01 UTC  (2+ messages)

[PATCH v3 1/2] ARM: dts: Add expansion bus to VExpress
 2016-04-15  8:55 UTC  (2+ messages)

[PATCH v6 1/2] Documentation: DT: dma: Add Xilinx zynqmp dma device tree binding documentation
 2016-04-15  8:52 UTC  (2+ messages)
` [PATCH v6 2/2] dmaengine: Add Xilinx zynqmp dma engine driver support

[PATCH v5 1/2] Documentation: DT: dma: Add Xilinx zynqmp dma device tree binding documentation
 2016-04-15  8:52 UTC  (3+ messages)

[PATCH v5 00/10] Support for Cortex-M Prototyping System
 2016-04-15  8:52 UTC  (4+ messages)

[PATCH 0/7] pinctrl: soc/tegra: Add support to configure IO rail voltage and pad power states
 2016-04-15  8:39 UTC  (11+ messages)
` [PATCH 1/7] soc/tegra: pmc: Use BIT macro for register field definition
` [PATCH 4/7] soc/tegra: pmc: Add interface to set voltage of IO rails
` [PATCH 7/7] pinctrl: tegra: Add driver to configure voltage and power state of io pads

[PATCH] drm/amdgpu: fix compare_const_fl.cocci warnings
 2016-04-15  8:46 UTC  (2+ messages)

mmotm woes, mainly compaction
 2016-04-15  8:42 UTC  (4+ messages)

binary execution from DAX mount hang since next-20160407
 2016-04-15  8:38 UTC  (3+ messages)

[PATCH] gpio: omap: fix irq triggering in smart-idle wakeup mode
 2016-04-15  8:32 UTC  (2+ messages)

[PATCH v3 1/2] mfd: mt6397: irq domain should initialize before mfd_add_devices()
 2016-04-15  8:30 UTC  (2+ messages)
` [PATCH v3 2/2] dt-bindings: ARM: Mediatek: add interrupt as required properties to the mt6397/mt6323 doc

[RESEND 00/11] pwm: Add support for PWM Capture
 2016-04-15  8:29 UTC  (6+ messages)
` [RESEND 09/11] pwm: sti: Add PWM Capture call-back

[PATCH v2] pinctrl: mediatek: correct debounce time unit in mtk_gpio_set_debounce
 2016-04-15  8:29 UTC  (2+ messages)

[PATCH 0/5] Live patching for powerpc
 2016-04-15  8:28 UTC  (6+ messages)
  `  "

[RFC PATCH 1/1] powerpc/fsl: Fix build of the dtb embedded kernel images
 2016-04-15  8:27 UTC  (2+ messages)

[PATCH 1/1] powerpc/86xx: Set the right interrupt-cells for pcie nodes
 2016-04-15  8:24 UTC 

[PATCH 0/4] Additional iProc GPIO support
 2016-04-15  8:24 UTC  (5+ messages)
` [PATCH 2/4] pinctrl: iproc: Allow certain PINCONF functions to be disabled
` [PATCH 4/4] pinctrl: iproc: Allow PINCONF to be disabled completely

[PATCH] blackfin: optimize ffz, __ffs, ffs, __fls, and fls functions
 2016-04-15  8:23 UTC  (2+ messages)
` [PATCH V2] "

[PATCH] ti-st: Fix complete_all() wrong usage
 2016-04-15  8:22 UTC 

[PATCH v3 0/2] ext4: Improve parallel I/O performance on NVDIMM
 2016-04-15  8:17 UTC  (5+ messages)
` [PATCH v3 1/2] ext4: Pass in DIO_SKIP_DIO_COUNT flag if inode_dio_begin() called

[PATCH v5 00/24] pwm: add support for atomic update
 2016-04-15  8:17 UTC  (5+ messages)
` [PATCH v5 07/24] regulator: pwm: use pwm_get_args() where appropriate
` [PATCH v5 16/24] ARM: explicitly apply PWM config extracted from pwm_args

[PATCH] sched/deadline: Fix a bug in dl_overflow()
 2016-04-15  8:13 UTC  (3+ messages)

[PATCH 0/5] hisi_sas: v2 hw SATA fixes
 2016-04-15  8:04 UTC  (3+ messages)

[PATCH v2] i2c: Add generic support passing secondary devices addresses
 2016-04-15  8:01 UTC  (2+ messages)

[PATCH v7 0/3] gpio: dwapb: add gpio-signaled acpi event support for power button
 2016-04-15  7:58 UTC  (10+ messages)
` [PATCH v7 2/3] gpio: dwapb: convert device node to fwnode
` [PATCH v7 3/3] gpio: dwapb: add gpio-signaled acpi event support

[PATCH 0/19] get rid of superfluous __GFP_REPORT
 2016-04-15  7:44 UTC  (4+ messages)
` [PATCH 01/19] tree wide: get rid of __GFP_REPEAT for order-0 allocations part I

[PATCH] acpi/acpica: fix Thunderbolt hotplug
 2016-04-15  7:39 UTC  (2+ messages)

[PATCH] i2c: designware-platdrv: implement bus recovery
 2016-04-15  7:30 UTC  (5+ messages)

[PATCH] fujitsu-laptop: Support radio LED
 2016-04-15  7:32 UTC  (12+ messages)

[PATCH v5 0/2] updates for rk3399 i2c support
 2016-04-15  7:31 UTC  (4+ messages)
` [PATCH v5 2/2] i2c: rk3x: add i2c support for rk3399 soc

[RESEND PATCH v4 0/2] Add UCS1002 USB Port Power Controller
 2016-04-15  7:26 UTC  (3+ messages)
` [RESEND PATCH v4 1/2] devicetree: Add UCS1002 USB Port Power Controller binding
` [RESEND PATCH v4 2/2] power: ucs1002: Add support for Programmable USB Port Power Controller

[PATCH] mpt3sas: Remove usage of 'struct timeval'
 2016-04-15  7:16 UTC  (3+ messages)

[RT PATCH] cputime: remove raw locks introduced by RT patchset
 2016-04-15  7:13 UTC  (2+ messages)

[PATCH] libnvdimm, pmem: clarify the write+clear_poison+write flow
 2016-04-15  7:11 UTC  (2+ messages)

[PATCHSET] tracing: Make event triggers affect correct instance
 2016-04-15  7:10 UTC  (7+ messages)
` [PATCH 1/5] tracing: Add param to event_trigger_ops.func() for instances
` [PATCH 2/5] tracing: Make stacktrace trigger affect the correct instance
` [PATCH 3/5] tracing: Make traceon, traceoff "
` [PATCH 4/5] tracing: Make snapshot "
` [PATCH 5/5] tracing: Make internal_trace_puts() write to "

[PATCH] libnvdimm, btt: add btt startup debug
 2016-04-15  7:10 UTC  (2+ messages)

[PATCH] ARM: cache-uniphier: activate ways for secondary CPUs
 2016-04-15  7:05 UTC 

[BUG] cgroup/workques/fork: deadlock when moving cgroups
 2016-04-15  7:06 UTC  (5+ messages)

[PATCH v4 00/20] x86, boot: kaslr cleanup and 64bit kaslr support
 2016-04-15  6:55 UTC  (11+ messages)

[PATCH 0/6 v4] arm64/perf: Add ACPI support
 2016-04-15  6:47 UTC  (2+ messages)

[PATCH v11 00/17] Add ACPI support for Xen Dom0 on ARM64
 2016-04-15  6:43 UTC  (3+ messages)
` [PATCH v11 01/17] Xen: ACPI: Hide UART used by Xen

[PATCH] efi: Use GFP_ATOMIC instead of GFP_KERNEL
 2016-04-15  6:38 UTC  (3+ messages)

[PATCH 0/2] da8xx clocks (was part of "da8xx USB clocks")
 2016-04-15  6:36 UTC  (3+ messages)

[PATCH] regmap: spmi: Fix regmap_spmi_ext_read in multi-byte case
 2016-04-15  6:37 UTC 

[PATCH v2 0/2] cpufreq: powernv: Ramp-down global pstate slower than local-pstate
 2016-04-15  6:28 UTC  (3+ messages)
` [PATCH v2 1/2] cpufreq: powernv: Remove flag use-case of policy->driver_data
` [PATCH v2 2/2] cpufreq: powernv: Ramp-down global pstate slower than local-pstate

[PATCH v2 1/2] spi: pic32-sqi: add binding document for PIC32 Quad-SPI driver
 2016-04-15  6:29 UTC  (4+ messages)
` [PATCH v2 2/2] spi: pic32-sqi: add SPI driver for PIC32 SQI controller

[PATCH 0/7] PM / devfreq: Add NoCP devfreq-event and support busfreq on exyno5422-odroidxu3
 2016-04-15  6:08 UTC  (7+ messages)
` [PATCH 1/7] PM / devfreq: event: Add new Exynos NoC probe driver
` [PATCH 2/7] PM / devfreq: exynos: Add the detailed correlation for Exynos5422 bus

[patch v2] scsi_dh_alua: uninitialized variable in alua_rtpg()
 2016-04-15  5:59 UTC  (2+ messages)

[-next] BUG_ON in scsi_target_destroy()
 2016-04-15  5:53 UTC  (5+ messages)

HVMLite / PVHv2 - using x86 EFI boot entry
 2016-04-15  5:50 UTC  (11+ messages)
` [Xen-devel] "

[PATCH] force inlining of some byteswap operations
 2016-04-15  5:45 UTC  (11+ messages)
` This patch triggers a bad gcc bug (was Re: [PATCH] force inlining of some byteswap operations)

[PATCH] platform:x86 decouple telemetry driver from the optional IPC resources
 2016-04-15  5:05 UTC  (6+ messages)

linux-next: Tree for Apr 15
 2016-04-15  4:58 UTC 

[PATCH V2] regulator: pv88080: new regulator driver
 2016-04-15  4:34 UTC 

[git pull] drm fixes
 2016-04-15  4:34 UTC 

WARNING: CPU: 1 PID: 2485 at drivers/net/wireless/intel/iwlwifi/pcie/trans.c:1752 iwl_trans_pcie_grab_nic_access+0x110/0x120 [iwlwifi]
 2016-04-15  4:16 UTC  (2+ messages)

[RFC PATCH] aliworkqueue: Adaptive lock integration on multi-core platform
 2016-04-15  4:05 UTC 

[PATCH 0/7] IB/hfi1: Remove write() and use ioctl() for user access
 2016-04-15  4:01 UTC  (4+ messages)

[PATCH 0/4] Optimize sched avg computation and implement flat util hierarchy
 2016-04-14 20:05 UTC  (7+ messages)
` [PATCH 2/4] sched/fair: Drop out incomplete current period when sched averages accrue

[PATCH 1/3] rxrpc: Don't permit use of connect() op and simplify sendmsg() op
 2016-04-15  3:26 UTC  (4+ messages)
` [PATCH 0/3] RxRPC: 2nd rewrite part 2

[PATCH v4 0/2] Update SCSI target removal path
 2016-04-15  3:24 UTC  (5+ messages)
` [PATCH v4 1/2] scsi: Add intermediate STARGET_REMOVE state to scsi_target_state

[PATCH 01/14] drm/amdgpu: use drm_crtc_send_vblank_event()
 2016-04-15  2:55 UTC  (2+ messages)

[PATCH 0/3] fec: ethtool: move to new api {get|set}_link_ksettings
 2016-04-15  2:50 UTC  (5+ messages)
` [PATCH 2/3] phy: add generic function to support ksetting support
` [PATCH 3/3] fec: move to new ethtool api {get|set}_link_ksettings

[PATCH net-next 0/2] ethernet: intel: Support Hyper-V hosts
 2016-04-15  2:51 UTC  (7+ messages)
` [PATCH net-next 1/2] ethernet: intel: Add the device ID's presented while running on Hyper-V
  ` [PATCH net-next 2/2] intel: ixgbevf: Support Windows hosts (Hyper-V)

[PATCH] mpt3sas: fix possible NULL dereference
 2016-04-15  2:43 UTC  (2+ messages)

[PATCH v2 0/6] ARM/ARM64: Drop arm_pm_restart
 2016-04-15  2:42 UTC  (7+ messages)
` [PATCH v2 1/6] ARM: prima2: Register with kernel restart handler
` [PATCH v2 2/6] ARM: xen: "
` [PATCH v2 3/6] ARM: PSCI: "
` [PATCH v2 4/6] ARM: "
` [PATCH v2 5/6] ARM64: Remove arm_pm_restart
` [PATCH v2 6/6] ARM: "

[PATCHSET RFC cgroup/for-4.6] cgroup, sched: implement resource group and PRIO_RGRP
 2016-04-15  2:42 UTC  (12+ messages)

[PATCH] pm80xx: Remove bogus address masking in pm8001_ioremap()
 2016-04-15  2:38 UTC  (2+ messages)

[PATCH] platform/chrome: cros_ec_dev - Populate compat_ioctl
 2016-04-15  2:35 UTC 

[PATCH, RESEND 3] qla2xxx: Remove use of 'struct timeval'
 2016-04-15  2:27 UTC  (4+ messages)

[PATCH] fs: add the FIGETFROZEN ioctl call
 2016-04-15  2:17 UTC  (2+ messages)

[PATCH v3 0/6] sched/deadline/rtmutex: Fix two deadline PI issues
 2016-04-15  2:19 UTC  (5+ messages)
` [PATCH v3 5/6] sched/deadline/rtmutex: Fix unprotected PI access in enqueue_task_dl()

HVMLite / PVHv2 - using x86 EFI boot entry
 2016-04-15  2:02 UTC  (9+ messages)
    ` [Xen-devel] "

[PATCH v6 0/4] Mediatek MT2701 SCPSYS power domain support
 2016-04-15  2:02 UTC  (4+ messages)
` [PATCH v6 3/4] soc: mediatek: Add MT2701 power dt-bindings

[alsa-devel] [RFC PATCH v2 0/5] ASoC: Mediatek: Add support for MT2701 SOC
 2016-04-15  1:56 UTC  (7+ messages)
` [alsa-devel] [RFC PATCH v2 1/5] ASoC: Mediatek: Refine mt8173 driver
` [alsa-devel] [RFC PATCH v2 5/5] ASoC: mediatek: Add mt2701-cs42448 driver and config option

[RESEND PATCH v10 0/6] ARM: hisi: Add initial support including clock driver for Hi3519 soc
 2016-04-15  1:30 UTC  (3+ messages)
` [RESEND PATCH v10 2/6] clk: hisilicon: add CRG driver for hi3519 soc


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