All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-05-31 04:53:22 to 2016-05-31 06:31:54 UTC [more...]

[PATCH 00/15] thermal: sysfs: add locking
 2016-05-31  6:31 UTC  (11+ messages)
` [PATCH 01/15] thermal: sysfs: lock tz in type_show
` [PATCH 02/15] thermal: sysfs: lock tz while on access to mode properties
` [PATCH 03/15] thermal: sysfs: lock tz while on trip_point_type properties
` [PATCH 04/15] thermal: sysfs: lock tz while on trip_point_temp properties
` [PATCH 05/15] thermal: sysfs: lock tz while on trip_point_hyst properties
` [PATCH 07/15] thermal: sysfs: lock tz while on policy properties
` [PATCH 08/15] thermal: sysfs: improve locking of emul_temp_store()
` [PATCH 09/15] thermal: sysfs: lock tz when access sustainable power properties
` [PATCH 10/15] thermal: sysfs: lock tz when access tzp properties
` [PATCH 15/15] thermal: sysfs: add comments describing locking strategy

[PATCH v2 0/3] sched/fair: Skip attach and detach for new group task in task_move_group_fair()
 2016-05-30 22:32 UTC  (4+ messages)
` [PATCH v2 1/3] sched/fair: Clean up attach_entity_load_avg()
` [PATCH v2 2/3] sched/fair: Skip detach and attach new group task
` [PATCH v2 3/3] sched/fair: Add inline to detach_entity_load_evg()

[Buildroot] [autobuild.buildroot.net] Build results for 2016-05-30
 2016-05-31  6:30 UTC 

[PATCH] pinctrl: uniphier: fix .pin_dbg_show() callback
 2016-05-31  6:30 UTC  (2+ messages)

[PATCH] veth: delay peer link configuration after interfaces are tied
 2016-05-31  6:29 UTC  (5+ messages)
` [net v3] veth: advertise peer link once both links are tied together

[PATCH] Add virtio gpu driver
 2016-05-31  6:29 UTC  (11+ messages)

pxa_defconfig runtime failures due to 'ARM: pxa: activate pinctrl for device-tree machines'
 2016-05-31  6:27 UTC  (5+ messages)

MCI print revision
 2016-05-31  6:26 UTC  (2+ messages)

[PATCH 1/3] powerpc/mm/radix: Update LPCR only if it is powernv
 2016-05-31  6:26 UTC  (3+ messages)
` [PATCH 2/3] powerpc/mm/hash: Fix the reference bit update when handling hash fault
` [PATCH 3/3] powerpc/mm/radix: Add missing tlb flush

fou: dead build rule for fou6.o
 2016-05-31  6:25 UTC 

[PATCH 0/2] Rework clk/vt8500 wm8650_find_pll_bits()
 2016-05-31  6:23 UTC  (3+ messages)

[PATCH v3 1/2] powerpc/timer - large decrementer support
 2016-05-31  6:25 UTC  (2+ messages)

next-20160531 build: 0 failures 3 warnings (next-20160531)
 2016-05-31  6:24 UTC 

[RFC 00/13] make direct compaction more deterministic
 2016-05-31  6:25 UTC  (9+ messages)
` [RFC 02/13] mm, page_alloc: set alloc_flags only once in slowpath
` [RFC 03/13] mm, page_alloc: don't retry initial attempt "

[PATCH 00/27] locklesss gem BO free driver patches
 2016-05-31  6:22 UTC  (3+ messages)
` [PATCH 27/27] drm/mediatek: Use lockless gem BO free callback

[PATCH 0/2] strbuf: improve API
 2016-05-31  6:21 UTC  (5+ messages)
` [PATCH 2/2] strbuf: allow to use preallocated memory

[PATCHv4 00/48] thermal: reorganizing thermal core
 2016-05-31  6:18 UTC  (49+ messages)
` [PATCHv4 01/48] thermal: core: prevent zones with no types to be registered
` [PATCHv4 02/48] thermal: core: group thermal_zone DEVICE_ATTR's declarations
` [PATCHv4 03/48] thermal: core: group device_create_file() calls that are always created
` [PATCHv4 04/48] thermal: core: use dev.groups to manage always present tz attributes
` [PATCHv4 05/48] thermal: core: move emul_temp creation to tz->device.groups
` [PATCHv4 06/48] thermal: core: move mode attribute "
` [PATCHv4 07/48] thermal: core: move passive attr "
` [PATCHv4 08/48] thermal: core: improve power actor documentation
` [PATCHv4 09/48] thermal: core: move power actor code out of sysfs I/F section
` [PATCHv4 10/48] thermal: core: remove useless empty line
` [PATCHv4 11/48] thermal: core: fix style on remove_trip_attrs()
` [PATCHv4 12/48] thermal: core: move the trip attrs to the tz sysfs I/F section
` [PATCHv4 13/48] thermal: core: create tz->device.groups dynamically
` [PATCHv4 14/48] thermal: core: move trips attributes to tz->device.groups
` [PATCHv4 15/48] thermal: core: remove unnecessary device_remove() calls
` [PATCHv4 16/48] thermal: core: split passive_store
` [PATCHv4 17/48] thermal: core: split policy_store
` [PATCHv4 18/48] thermal: core: split available_policies_show()
` [PATCHv4 19/48] thermal: core: move to_thermal_zone() macro to header file
` [PATCHv4 20/48] thermal: core: treat correctly the return value of *scanf calls
` [PATCHv4 21/48] thermal: core: match parenthesis on code alignment
` [PATCHv4 22/48] thermal: core: move thermal_zone sysfs to thermal_sysfs.c
` [PATCHv4 23/48] thermal: core: move to_cooling_device macro to header file
` [PATCHv4 24/48] thermal: core: move cooling device sysfs to thermal_sysfs.c
` [PATCHv4 25/48] thermal: core: remove a couple of style issues on helpers
` [PATCHv4 26/48] thermal: core: introduce thermal_helpers.c
` [PATCHv4 27/48] thermal: core: group functions related to governor handling
` [PATCHv4 28/48] thermal: core: move idr handling to device management section
` [PATCHv4 29/48] thermal: core: small style fix on __unbind() helper
` [PATCHv4 30/48] thermal: core: move __unbind() helper to where it is used
` [PATCHv4 31/48] thermal: core: move bind_cdev() "
` [PATCHv4 32/48] thermal: core: move bind_tz() "
` [PATCHv4 33/48] thermal: core: fix couple of style issues on __bind() helper
` [PATCHv4 34/48] thermal: core: move __bind() to where it is used
` [PATCHv4 35/48] thermal: core: add inline to print_bind_err_msg()
` [PATCHv4 36/48] thermal: core: move notify to the zone update section
` [PATCHv4 37/48] thermal: core: add a comment describing the main update loop
` [PATCHv4 38/48] thermal: core: add a comment describing the power actor section
` [PATCHv4 39/48] thermal: core: add a comment describing the device management section
` [PATCHv4 40/48] thermal: sysfs: remove symbols of emul_temp when config is disabled
` [PATCHv4 41/48] thermal: core: remove FSF address in the GPL notice
` [PATCHv4 42/48] thermal: core: small style fix when checking for __find_governor()
` [PATCHv4 43/48] thermal: core: standardize line breaking alignment
` [PATCHv4 44/48] thermal: core: remove void function return statements
` [PATCHv4 45/48] thermal: core: remove style warnings and checks
` [PATCHv4 46/48] thermal: core: improve kerneldoc entry of thermal_cooling_device_unregister
` [PATCHv4 47/48] thermal: core: use kzalloc(sizeof(*ptr),...)
` [PATCHv4 48/48] thermal: sysfs: use kcalloc() instead of kzalloc()

[PATCH ipmi-fru-parser v2] Replacing std::ifstream by access(2) for checking file existence
 2016-05-31  6:20 UTC  (2+ messages)

[PATCH] ASoC: wm8731: Add 32 bit functionality
 2016-05-31  6:18 UTC 

[PATCH v3 0/7] virtio-gpu: bugfixes, virgl/3d rendering support
 2016-05-31  6:18 UTC  (11+ messages)
` [PATCH v3 7/7] [wip] virtio-gpu: add page flip support

[Qemu-devel] [RFC PATCH V4 0/4] Introduce COLO-compare
 2016-05-31  6:16 UTC  (4+ messages)

[PATCH ipmi-fru-parser] Replacing std::ifstream by access(2) for checking file existence
 2016-05-31  6:15 UTC  (4+ messages)

[Qemu-devel] [Bug 1585533] [NEW] cache-miss-rate / Invalid JSON
 2016-05-31  6:10 UTC  (2+ messages)
` [Qemu-devel] [Bug 1585533] "

[PATCHv3 00/48] thermal: reorganizing thermal core
 2016-05-31  6:13 UTC  (5+ messages)
` [PATCHv3 04/48] thermal: core: use dev.groups to manage always present tz attributes

[PATCH v2 0/1] More fixes for a distro with a merged /usr
 2016-05-31  5:21 UTC  (3+ messages)
` [PATCH v2 1/1] linux-firmware: remove hard-coded paths

xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage
 2016-05-31  6:11 UTC  (16+ messages)
          ` shrink_active_list/try_to_release_page bug? (was Re: xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage)

[PATCH] f2fs: fix to redirty page if fail to gc data page
 2016-05-31  6:10 UTC  (4+ messages)

[libdrm][PATCH] drm: fix multi GPU drmGetDevices only return one device
 2016-05-31  5:54 UTC 

[PATCH 00/13] Reference iterators
 2016-05-31  6:10 UTC  (4+ messages)
` [PATCH 09/13] refs: introduce an iterator interface

[PATCH 0/3] watchdog, sbsa_gwdt: Update SBSA watchdog with the new infrastructure of watchdog
 2016-05-31  6:08 UTC  (8+ messages)
` [PATCH 1/3] watchdog: skip min and max timeout validity check when max_hw_heartbeat_ms is defined
` [PATCH 2/3] sbsa_gwdt: Use max_hw_heartbeat_ms instead of max_timeout
` [PATCH 3/3] sbsa_gwdt: Set WDOG_HW_RUNNING, when watchdog is already running

[Qemu-devel] [PATCH v6 00/17] Introduce Intel 82574 GbE Controller Emulation (e1000e)
 2016-05-31  6:08 UTC  (4+ messages)
` [Qemu-devel] [PATCH v6 16/17] net: Introduce e1000e device emulation

[U-Boot] Please pull u-boot-marvell/master
 2016-05-31  6:08 UTC 

Aims for BMC emulation in qemu
 2016-05-31  6:07 UTC  (6+ messages)

[PATCH 1/3] gpio: max77620: Configure interrupt trigger level
 2016-05-31  5:53 UTC  (4+ messages)
` [PATCH 2/3] gpio: max77620: Implement gpio_get_direction callback

[ANNOUNCE] makedumpfile: v1.6.0 release date
 2016-05-31  5:53 UTC 

Inquiry
 2016-05-31  6:02 UTC 

Git reset --hard with staged changes
 2016-05-31  6:02 UTC  (6+ messages)

We Humbly Need Your Assistance
 2016-05-31  6:01 UTC 

[PATCH] net/wireless: Fix 'multiple blank lines' check
 2016-05-31  5:58 UTC  (2+ messages)

[U-Boot] [PATCH] dm: gpio: MPC85XX GPIO platform data support
 2016-05-31  5:58 UTC  (2+ messages)

[U-Boot] [PATCH] clearfog: add HUSH parser
 2016-05-31  5:57 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] arm: spear: x600: Add support for Micrel KSZ9031 PHY
 2016-05-31  5:57 UTC  (4+ messages)
` [U-Boot] [PATCH 2/3] arm: spear: x600: Remove EFI support to reduce image size

[PATCH] mtd: Replace if and BUG with BUG_ON
 2016-05-31  5:41 UTC  (3+ messages)

[PATCH perf/core v9 00/16] perf-probe --cache and SDT support
 2016-05-31  5:54 UTC  (5+ messages)
` [PATCH perf/core v9 01/16] perf-symbol: Introduce filename__readable to check readability

Add MediaTek USB3 DRD Driver
 2016-05-31  5:52 UTC  (17+ messages)
` [PATCH v2,1/5] dt-bindings: mt8173-xhci: support host side of dual-role mode
  ` [PATCH v2, 1/5] "
` [PATCH v2,2/5] usb: xhci-mtk: make IPPC register optional
` [PATCH v2,3/5] dt-bindings: mtu3: add devicetree bindings
` [PATCH v2,4/5] usb: Add MediaTek USB3 DRD Driver
` [PATCH v2,5/5] arm64: dts: mediatek: add USB3 DRD driver

[PATCH babeltrace 2/2] Fix: strerror_r behavior is glibc specific
 2016-05-31  5:53 UTC  (2+ messages)
` [PATCH babeltrace 1/2] sys/param.h is required for MAXNAMLEN on musl libc

[PATCH] reset: Put back *_optional variants
 2016-05-31  5:53 UTC  (7+ messages)

t7800 test failure
 2016-05-31  5:51 UTC  (10+ messages)
            ` [PATCH] t7800 readlink not found

[PATCH] powerpc/pseries: Add POWER8NVL support to ibm, client-architecture-support call
 2016-05-31  5:51 UTC  (2+ messages)
` [PATCH] powerpc/pseries: Add POWER8NVL support to ibm,client-architecture-support call

[Bug 118401] New: Lenovo A740 gave up waiting for root device with kernels >= 4.3
 2016-05-31  5:51 UTC  (2+ messages)
` [Bug 118401] "

[Qemu-devel] [PATCH v2 4/4] target-tricore: Added new JNE instruction variant
 2016-05-31  5:49 UTC 

[Qemu-devel] [PATCH v2 3/4] target-tricore: Added new MOV instruction variant
 2016-05-31  5:48 UTC 

[Qemu-devel] [PATCH v3] linux-user: Fix qemu-binfmt-conf.h to store config across reboot
 2016-05-31  5:46 UTC  (7+ messages)

DPCM: skip DAPM_STREAM_STOP event to BE, if still used by other FE
 2016-05-31  5:45 UTC 

[Buildroot] gstreamer-1.0 and egl
 2016-05-31  5:31 UTC  (3+ messages)

[PATCH v4] Axi-usb: Add support for 64-bit addressing
 2016-05-31  5:15 UTC  (5+ messages)

[PATCH 1/5] powerpc/pseries: Drop support for MPIC in pseries
 2016-05-31  5:30 UTC  (6+ messages)

[PATCH v2 0/3] cpufreq: avoid redundant driver calls in schedutil
 2016-05-31  5:30 UTC  (5+ messages)
` [PATCH v2 1/3] cpufreq: add resolve_freq driver callback

[PATCH] kvm/x86: remove unnecessary header file inclusion
 2016-05-31  5:21 UTC 

[LTP] [PATCH] syscalls/epoll_create1: Cleanup && Convert to new API
 2016-05-31  5:27 UTC 

[PATCH v2 1/1] drm/i915: Update GEN6_PMINTRMSK setup with GuC enabled
 2016-05-31  5:24 UTC  (5+ messages)
` [PATCH 1/2] SNB (and IVB too I suppose) starts to misbehave if the GPU gets stuck in an infinite batch buffer loop. The GPU apparently hogs something critical and CPUs start to lose interrupts and whatnot. We can keep the system limping along by unmasking some interrupts in GEN6_PMINTRMSK. The EI up interrupt has been previously chosen for that task, so let's never mask it
  ` [PATCH v3 1/1] drm/i915: Update GEN6_PMINTRMSK setup with GuC enabled

[Qemu-devel] [PATCH] scsi: esp: check TI buffer index before read/write
 2016-05-31  5:20 UTC  (3+ messages)

regression: b43-sdio: probe of mmc0:0001:1 failed with error -16
 2016-05-31  5:17 UTC  (8+ messages)

Name and Class in main.conf ignored
 2016-05-31  5:11 UTC  (3+ messages)

[PATCH v7 0/5] dtc: Dynamic DT support
 2016-05-31  5:06 UTC  (4+ messages)
` [PATCH v7 4/5] dtc: Plugin and fixup support

[U-Boot] [PATCH] env: Setup GD_FLG_ENV_DEFAULT flag when default environment are used
 2016-05-31  5:04 UTC  (3+ messages)

Patch to parameterize DMA_MIN_BYTES for omap2-mcspi
 2016-05-31  5:03 UTC  (7+ messages)

[PATCH RESEND 00/14] Xen ARM DomU ACPI support
 2016-05-31  5:03 UTC  (15+ messages)
` [PATCH RESEND 01/14] libxl/arm: Fix the function name in error log
` [PATCH RESEND 02/14] libxl/arm: Factor out codes for generating DTB
` [PATCH RESEND 03/14] libxc: Add placeholders for ACPI tables blob and size
` [PATCH RESEND 04/14] tools: add ACPI tables relevant definitions
` [PATCH RESEND 05/14] libxl/arm: Construct ACPI GTDT table
` [PATCH RESEND 06/14] libxl/arm: Construct ACPI FADT table
` [PATCH RESEND 07/14] libxl/arm: Construct ACPI DSDT table
` [PATCH RESEND 08/14] libxl/arm: Construct ACPI MADT table
` [PATCH RESEND 09/14] libxl/arm: Construct ACPI XSDT table
` [PATCH RESEND 10/14] libxl/arm: Construct ACPI RSDP table
` [PATCH RESEND 11/14] libxl/arm: Initialize domain param HVM_PARAM_CALLBACK_IRQ
` [PATCH RESEND 12/14] libxl/arm: Add ACPI module
` [PATCH RESEND 13/14] libxl/arm: initialize memory information of ACPI blob
` [PATCH RESEND 14/14] libxc/xc_dom_core: Copy ACPI tables to guest memory space

[PATCH] OvmfPkg: Add ACPI support for Virt Xen ARM
 2016-05-31  4:59 UTC 

[qemu-upstream-4.3-testing test] 94966: trouble: blocked/broken
 2016-05-31  4:58 UTC 

[PATCH] Add support to parse RASF Table
 2016-05-31  4:57 UTC  (3+ messages)

[PATCH 00/14] Xen ARM DomU ACPI support
 2016-05-31  4:56 UTC  (2+ messages)

[U-Boot] Broken H3 EMAC Driver
 2016-05-31  4:53 UTC  (2+ messages)


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.