All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-07-09 23:38:56 to 2015-07-10 02:22:13 UTC [more...]

[PATCH v3] opkg-utils: Change alternatives lib path from /usr/lib/opkg to /var/lib/opkg
 2015-07-10  2:22 UTC  (3+ messages)

[PATCH v2 0/7] cpufreq: use generic cpufreq drivers for Exynos4x12 platform
 2015-07-10  2:20 UTC  (7+ messages)
` [PATCH v2 1/7] opp: add dev_pm_opp_get_turbo_mode_setting() helper
` [PATCH v2 2/7] cpufreq: opp: fix handling of turbo modes

[RFC/PATCH v2 v2 0/6] x86_32: Migrate to new entry/exit paths
 2015-07-10  2:17 UTC  (7+ messages)
` [RFC/PATCH v2 v2 1/6] x86/selftests, x86/vm86: Improve entry_from_vm86 selftest
` [RFC/PATCH v2 v2 2/6] x86/entry/32: Remove 32-bit syscall audit optimizations
` [RFC/PATCH v2 v2 3/6] x86/entry/32: Fix an incorrect comment for work_notifysig_v86
` [RFC/PATCH v2 v2 4/6] x86/entry/32: Remove unnecessary asm check for returns to kernel mode
` [RFC/PATCH v2 v2 5/6] x86/entry/32: Migrate to C exit path and rework vm86 exit hack
` [RFC/PATCH v2 v2 6/6] x86/entry: Remove do_notify_resume, syscall_trace_leave, and their TIF masks

linux-next: manual merge of the drm-intel tree with the drm-intel-fixes tree
 2015-07-10  2:15 UTC  (2+ messages)

[RFC net-next 0/6] Proposal for VRF-lite - v2
 2015-07-10  2:12 UTC  (7+ messages)
` [RFC net-next 3/6] net: Introduce VRF device driver "

linux-next: manual merge of the drm-intel tree with the drm-intel-fixes tree
 2015-07-10  2:08 UTC  (2+ messages)

[Ksummit-discuss] [CORE TOPIC] Recruitment (Reviewers, Testers, Maintainers, Hobbyists)
 2015-07-10  2:07 UTC  (41+ messages)

[PATCH] zsmalloc: consider ZS_ALMOST_FULL as migrate source
 2015-07-10  2:06 UTC  (6+ messages)

[PATCH 1/2] power: reset: at91: add sama5d3 reset function
 2015-07-10  1:59 UTC  (5+ messages)

[PATCH] net: phy: Pass mdix ethtool setting through to phy driver
 2015-07-10  1:56 UTC 

Hang Seng Bank Ltd,Sai Wan Ho Branch
 2015-07-10 21:47 UTC 

Hang Seng Bank Ltd,Sai Wan Ho Branch
 2015-07-10 21:47 UTC 

how to debug watchdog reset problems
 2015-07-10  1:54 UTC  (2+ messages)

[PATCH][v2] asus-rbtn: new driver for asus radio button for Windows 8
 2015-07-10  1:52 UTC  (12+ messages)

[LTP] [PATCH] netns_two_children_ns: solve a problem from netns_two_children_ns
 2015-07-10  1:36 UTC 

[U-Boot] [PATCH 00/55] dm: exynos: Driver model improvements leading to spring support
 2015-07-10  1:46 UTC  (8+ messages)
` [U-Boot] [PATCH 07/55] exynos: i2c: Correct bug in pinmux selection

[tisdk-build-scripts][PATCH] build-oesdk: fold COPY_DEPLOY_TO_WEB and COPY_GOLDEN_TO_WEB under COPY_TO_WEB
 2015-07-10  1:45 UTC 

[RFC Patch V1 00/12] Reorganize struct msi_desc to prepare for support of generic MSI
 2015-07-10  1:41 UTC  (6+ messages)
` [RFC Patch V1 09/12] genirq: Move msi_list from struct pci_dev to struct device

[PATCH v2 0/2] dma: rename write-combine APIs with short form
 2015-07-10  1:34 UTC  (3+ messages)
` [PATCH v2 1/2] drivers/dma/iop-adma: Use dma_alloc_writecombine() kernel-style
` [PATCH v2 2/2] dma: rename dma_*_writecombine() to dma_*_wc()

Question about seperating request and response ring in PV network
 2015-07-10  1:41 UTC 

[linux-4.1 test] 59275: tolerable FAIL - PUSHED
 2015-07-10  1:39 UTC 

Anyone tried out btrbk yet?
 2015-07-10  1:38 UTC  (4+ messages)

[PATCH] btrfs: Remove noused chunk_tree and chunk_objectid from scrub_enumerate_chunks() and scrub_chunk()
 2015-07-10  1:35 UTC 

[PATCH v6 0/4] atyfb: atyfb: address MTRR corner case
 2015-07-10  1:24 UTC  (15+ messages)
` [PATCH v6 1/4] drivers/video/fbdev/atyfb: Carve out framebuffer length fudging into a helper
` [PATCH v6 2/4] drivers/video/fbdev/atyfb: Clarify ioremap() base and length used
` [PATCH v6 3/4] drivers/video/fbdev/atyfb: Replace MTRR UC hole with strong UC
` [PATCH v6 4/4] drivers/video/fbdev/atyfb: Use arch_phys_wc_add() and ioremap_wc()

[PATCH v4 00/15] Alternate p2m: support multiple copies of host p2m
 2015-07-10  1:35 UTC  (18+ messages)
` [PATCH v4 01/15] common/domain: Helpers to pause a domain while in context
` [PATCH v4 02/15] VMX: VMFUNC and #VE definitions and detection
` [PATCH v4 03/15] VMX: implement suppress #VE
` [PATCH v4 04/15] x86/HVM: Hardware alternate p2m support detection
` [PATCH v4 05/15] x86/altp2m: basic data structures and support routines
` [PATCH v4 06/15] VMX/altp2m: add code to support EPTP switching and #VE
` [PATCH v4 07/15] VMX: add VMFUNC leaf 0 (EPTP switching) to emulator
` [PATCH v4 08/15] x86/altp2m: add control of suppress_ve
` [PATCH v4 09/15] x86/altp2m: alternate p2m memory events
` [PATCH v4 10/15] x86/altp2m: add remaining support routines
` [PATCH v4 11/15] x86/altp2m: define and implement alternate p2m HVMOP types
` [PATCH v4 12/15] x86/altp2m: Add altp2mhvm HVM domain parameter
` [PATCH v4 13/15] x86/altp2m: XSM hooks for altp2m HVM ops
` [PATCH v4 14/15] tools/libxc: add support to altp2m hvmops
` [PATCH v4 15/15] tools/xen-access: altp2m testcases

[PATCH v2 00/27] Libxl migration v2
 2015-07-10  1:34 UTC  (3+ messages)
` [PATCH v2 04/27] tools/libxl: Introduce libxl__kill()

[RFC/PATCH 0/7] x86_32: Migrate to new entry/exit paths
 2015-07-10  1:33 UTC  (4+ messages)
` [RFC/PATCH 5/7] x86/vm86: Teach handle_vm86_trap to return to 32bit mode directly

[PATCH v2] linux-ti-staging: make TISDK-specific bbappend generic
 2015-07-10  1:33 UTC 

Masking out hddimg in bootimg bbclass
 2015-07-10  1:29 UTC 

[PATCH] cxl: Destroy afu->contexts_idr on release of an afu
 2015-07-10  1:28 UTC  (2+ messages)

[PATCH v2 - RFH] notes: Allow committish expressions as notes ref
 2015-07-10  1:28 UTC  (4+ messages)
` [PATCH v3] "
    ` [PATCH v4] notes: Allow treeish "

[PATCH V4] PM / Domains: Remove intermediate states from the power off sequence
 2015-07-10  1:26 UTC  (5+ messages)

[Bug 76490] New: No output after radeon module is loaded (R9 270X)
 2015-07-10  1:26 UTC  (2+ messages)
` [Bug 76490] Hang during boot when DPM is on "

[PATCH] pinctrl: imx1-core: Fix debug output pin array index
 2015-07-10  1:24 UTC  (6+ messages)

[RFC/RFT PATCH v2 0/4] KVM: x86: full virtualization of guest MTRR
 2015-07-10  1:19 UTC  (7+ messages)
` [PATCH 2/4] KVM: SVM: use NPT page attributes

[PATCH-tip v2 0/2] locking/qrwlock: Improve qrwlock performance
 2015-07-10  1:16 UTC  (6+ messages)
` [PATCH v2 1/2] locking/qrwlock: Reduce reader/writer to reader lock transfer latency

[RFC] mm/shrinker: define INIT_SHRINKER macro
 2015-07-10  1:12 UTC  (2+ messages)

[Bug 91279] agd5f drm tonga occasional traps error:0 in libdrm_amdgpu.so.1.0.0
 2015-07-10  1:03 UTC  (2+ messages)

[PATCH 0/3] cxgbe: RX perf fixes, doc update, and add support for more devices
 2015-07-10  1:02 UTC  (2+ messages)

[PATCH] Input - elantech: force a resolution of 31 u/mm
 2015-07-10  0:32 UTC 

[PATCH] kni: fix build with Linux kernel 4.1 or later
 2015-07-10  0:53 UTC  (2+ messages)

[PATCH v7 0/7] mm/zsmalloc: introduce automatic pool compaction
 2015-07-10  0:54 UTC  (6+ messages)
` [PATCH v7 7/7] zsmalloc: use shrinker to trigger auto-compaction

APROVECHATE DE ESTE DESCUENTO ESPECIAL
 2015-07-10  0:53 UTC 

[Qemu-devel] [PATCH 0/4] fix memory leak
 2015-07-10  0:51 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] cpu: "
` [Qemu-devel] [PATCH 2/4] ppc/spapr_drc: "
` [Qemu-devel] [PATCH 3/4] arm/xlnx-zynqmp: "
` [Qemu-devel] [PATCH 4/4] vl.c: "

[BUG] Fails to duplicate metadata/system
 2015-07-10  0:51 UTC  (2+ messages)

[PATCH V2] acpi-cpufreq: replace per_cpu with driver_data of policy
 2015-07-10  1:16 UTC  (4+ messages)

[RFC][PATCH] fs: Prevent syncing frozen file system
 2015-07-10  0:49 UTC  (3+ messages)

[PATCH v2 00/23] drm/exynos: atomic improvements + exynos_encoder removal
 2015-07-10  0:47 UTC  (6+ messages)
` [PATCH v2 12/23] drm/exynos: don't track enabled state at exynos_crtc

[v7][PATCH 00/16] Fix RMRR
 2015-07-10  0:46 UTC  (4+ messages)
` [v7][PATCH 10/16] tools: introduce some new parameters to set rdm policy

[PATCH] staging: style fix for octeon/ethernet-tx.c
 2015-07-10  0:46 UTC 

[Qemu-devel] [PATCH RFC 0/4] aio: Use epoll_wait in aio_poll
 2015-07-10  0:46 UTC  (6+ messages)
` [Qemu-devel] [PATCH RFC 4/4] aio-posix: Use epoll "

[U-Boot] [PATCH 1/2] x86: Display correct CS/EIP/EFLAGS when there is an error code
 2015-07-10  0:45 UTC  (3+ messages)

[RFT PATCH 1/2] ASoC: zx: i2s: Fix devm_ioremap_resource return value check
 2015-07-10  0:45 UTC  (3+ messages)

btrfs partition converted from ext4 becomes read-only minutes after booting: WARNING: CPU: 2 PID: 2777 at ../fs/btrfs/super.c:260 __btrfs_abort_transaction+0x4b/0x120
 2015-07-10  0:45 UTC  (7+ messages)

[PATCH v4 0/7] ethdev: add support for ieee1588 timestamping
 2015-07-10  0:43 UTC  (2+ messages)

[Devel] How do I get an efi version of acpidump ?
 2015-07-10  0:44 UTC 

[Bugfix v3] PCI, ACPI: Fix regressions caused by resource_size_t overflow with 32-bit kernel
 2015-07-10  1:10 UTC  (3+ messages)
` [Bugfix v4] "

[PATCH] HID: rmi: Write updated F11 control registers after reset
 2015-07-10  0:41 UTC  (4+ messages)

[RFC PATCH 00/20] xfs: reverse mapping btree support
 2015-07-10  0:39 UTC  (7+ messages)
` [PATCH 13/20] xfs: rmap btree requires more reserved free space
` [PATCH 15/20] xfs: add an extent to the rmap btree

[PATCH v2 0/9] bugfixs and add support for non-pci devices
 2015-07-10  0:34 UTC  (7+ messages)
` [PATCH v2 9/9] iommu/arm-smmu: "

[PATCH v2] mfd: qcom-rpm: Add apq8064 QDSS clock resource
 2015-07-10  0:31 UTC  (2+ messages)

CUDA fixed VA allocations and sparse mappings
 2015-07-10  0:31 UTC  (5+ messages)
` [Nouveau] "

[PATCH v1] x86/mm, asm-generic: Add IOMMU ioremap_uc() variant default
 2015-07-10  0:28 UTC  (3+ messages)

Library Patches Causing Many Packages to Rebuild
 2015-07-09 23:24 UTC 

[PATCH] Btrfs: fix order by which delayed references are run
 2015-07-10  0:28 UTC  (2+ messages)

[U-Boot] [PATCH] Support ACPI on minnowmax and qemu-x86 targets
 2015-07-10  0:28 UTC  (2+ messages)
` [U-Boot] [PATCH] x86: Initial ACPI support for minnowmax and qemu

[PATCH 2/3] regulator: pwm-regulator: Remove obsoleted property
 2015-07-10  0:25 UTC  (2+ messages)
` Applied "regulator: pwm-regulator: Remove obsoleted property" to the regulator tree

[PATCH 1/3] regulator: pwm-regulator: Ensure headings aren't confused with properties
 2015-07-10  0:26 UTC  (2+ messages)
` Applied "regulator: pwm-regulator: Ensure headings aren't confused with properties" to the regulator tree

[PATCH 2/3] regulator: 88pm800: fix LDO vsel_mask value
 2015-07-10  0:25 UTC  (2+ messages)
` Applied "regulator: 88pm800: fix LDO vsel_mask value" to the regulator tree

[PATCH] regulator: qcom_spmi-regulator: Use DIV_ROUND_UP instead of open-coded
 2015-07-10  0:25 UTC  (2+ messages)
` Applied "regulator: qcom_spmi-regulator: Use DIV_ROUND_UP instead of open-coded" to the regulator tree

[PATCH 3/3] regulator: pwm-regulator: Small clean-ups
 2015-07-10  0:25 UTC  (2+ messages)
` Applied "regulator: pwm-regulator: Small clean-ups" to the regulator tree

[PATCH v3 1/4] ASoC: Intel: Add helper to poll register for DSP status
 2015-07-10  0:25 UTC  (2+ messages)
` Applied "ASoC: Intel: Add helper to poll register for DSP status" to the asoc tree

[PATCH v3 2/4] ASoC: Intel: Add helper to update register bits with attr RWC
 2015-07-10  0:25 UTC  (2+ messages)
` Applied "ASoC: Intel: Add helper to update register bits with attr RWC" to the asoc tree

[PATCH v3 3/4] ASoC: Intel: Add Skylake IPC library
 2015-07-10  0:25 UTC  (2+ messages)
` Applied "ASoC: Intel: Add Skylake IPC library" to the asoc tree

[PATCH v3 4/4] ASoC: Intel: Add DSP init and boot up functionality for SKL
 2015-07-10  0:25 UTC  (2+ messages)
` Applied "ASoC: Intel: Add DSP init and boot up functionality for SKL" to the asoc tree

[RFCv3 0/5] enable migration of driver pages
 2015-07-10  0:21 UTC  (17+ messages)
` [RFCv3 3/5] mm/balloon: apply mobile page migratable into balloon

[U-Boot] [PATCH] mmc:fsl_esdhc invalidate dcache before read
 2015-07-10  0:21 UTC  (2+ messages)

[Devel] How do I get an efi version of acpidump ?
 2015-07-10  0:20 UTC 

[PATCH 18/18] drm/amdgpu: don't grab dev->struct_mutex in pm functions
 2015-07-10  0:20 UTC  (2+ messages)

[Devel] How do I get an efi version of acpidump ?
 2015-07-10  0:17 UTC 

[v3 14/15] Update Posted-Interrupts Descriptor during vCPU scheduling
 2015-07-10  0:15 UTC  (11+ messages)
  ` Fwd: "

[PATCH] nf: IDLETIMER: fix lockdep warning
 2015-07-10  0:15 UTC 

[PATCH] cxl: Check if afu is not null in cxl_slbia
 2015-07-10  0:09 UTC  (3+ messages)

[PATCH v2 0/7] cpufreq: use generic cpufreq drivers for Exynos4x12 platform
 2015-07-10  0:07 UTC 

How is AP supposed to handle power-save packets from peer?
 2015-07-10  0:03 UTC  (2+ messages)

[Qemu-devel] [PATCH] ich9: initialise RCBA register through LPC interface
 2015-07-10  0:04 UTC  (2+ messages)
` [Qemu-devel] [PATCH v2] "

[PATCH 0/1 V2] git.py: create a branch when checkout
 2015-07-10  0:00 UTC  (4+ messages)
` [PATCH 1/1] "

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

[GIT PULL] SELinux fixes for 4.2
 2015-07-09 23:56 UTC 

[PATCH] scripts/kernel-doc: Adding cross-reference links to html documentation
 2015-07-09 23:56 UTC  (3+ messages)
` [PATCH v2] "

[Ksummit-discuss] [TECH TOPIC] giving freezer well-defined semantics
 2015-07-10  0:18 UTC  (4+ messages)

[PATCH] fstests: btrfs test to exercise shared extent reference accounting
 2015-07-09 14:51 UTC 

[PATCH v5 2/6] arch: unify ioremap prototypes and macro aliases
 2015-07-09 23:43 UTC  (14+ messages)

[PATCH v2 0/2] vfio: build cleanups
 2015-07-09 23:43 UTC  (3+ messages)
` [PATCH v2 1/2] vfio: fix build if build envrionment is on old kernel

[PATCH] cpufreq: Allow accessing freq_table for offline CPUs
 2015-07-10  0:10 UTC  (4+ messages)

[PATCH v3 0/6] log de-spamming
 2015-07-09 23:39 UTC  (4+ messages)
` [PATCH v3 2/6] ixgbe: raise priority of significant log events

[PATCH] cpufreq: Initialize the governor again while restoring policy
 2015-07-10  0:05 UTC  (4+ 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.