All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-08-22 01:39:13 to 2014-08-22 03:28:51 UTC [more...]

[PATCH 0/2] Legacy SH_INTC cleanup
 2014-08-22  3:28 UTC  (7+ messages)
` [PATCH 1/2] sh: intc: Confine SH_INTC to platforms that need it
` [PATCH 2/2] ARM: shmobile: Move legacy INTC definitions from irqs.h to intc.h

[U-Boot] Call for participation in the U-Boot Mini Summit 2014
 2014-08-22  3:26 UTC  (3+ messages)

[PATCH] of: Allow mem_reserve of memory with a base address of zero
 2014-08-22  3:26 UTC  (6+ messages)

[LTP] [PATCH v3 1/3] fcntl16: Skip fcntl16 tests on NFS
 2014-08-22  3:20 UTC  (3+ messages)

B43 driver problem
 2014-08-22  3:20 UTC 

kexec fails to boot kernels where CONFIG_RANDOMIZE_BASE=y is set
 2014-08-22  3:19 UTC  (7+ messages)

[PATCH 1/6] m88ts2022: fix coding style issues
 2014-08-22  3:19 UTC  (2+ messages)
` [PATCH 6/6] m88ds3103: change .set_voltage() implementation

mkfs.btrfs vs fstrim on an SD Card (not SSD)
 2014-08-22  3:19 UTC  (2+ messages)

Wishlist: git fetch --reference
 2014-08-22  2:57 UTC 

[U-Boot] [PATCH] nios2: remove obsolete PCI5441 and PK1C20 boards
 2014-08-22  3:16 UTC 

[V0 PATCH] PVH: Don't set EFER_SCE for pvh guest
 2014-08-22  3:14 UTC 

[PATCH 00/68] Broadwell 48b addressing and prelocations (no relocs)
 2014-08-22  3:12 UTC  (73+ messages)
` [PATCH 01/68] drm/i915: Split up do_switch
` [PATCH 02/68] drm/i915: Extract l3 remapping out of ctx switch
` [PATCH 03/68] drm/i915/ppgtt: Load address space after mi_set_context
` [PATCH 04/68] drm/i915: Fix another another use-after-free in do_switch
` [PATCH 05/68] drm/i915/ctx: Return earlier on failure
` [PATCH 06/68] drm/i915/error: vma error capture prettyify
` [PATCH 07/68] drm/i915/error: Do a better job of disambiguating VMAs
` [PATCH 08/68] drm/i915/error: Capture vmas instead of BOs
` [PATCH 09/68] drm/i915: Add some extra guards in evict_vm
` [PATCH 10/68] drm/i915: Make an uninterruptible evict
` [PATCH 11/68] drm/i915: More correct (slower) ppgtt cleanup
` [PATCH 12/68] drm/i915: Defer PPGTT cleanup
` [PATCH 13/68] drm/i915/bdw: Enable full PPGTT
` [PATCH 14/68] drm/i915: Get the error state over the wire (HACKish)
` [PATCH 15/68] drm/i915/gen8: Invalidate TLBs before PDP reload
` [PATCH 16/68] drm/i915: Remove false assertion in ppgtt_release
` [PATCH 17/68] Revert "drm/i915/bdw: Use timeout mode for RC6 on bdw"
` [PATCH 18/68] drm/i915/trace: Fix offsets for 64b
` [PATCH 19/68] drm/i915: Wrap VMA binding
` [PATCH 20/68] drm/i915: Make pin global flags explicit
` [PATCH 21/68] drm/i915: Split out aliasing binds
` [PATCH 22/68] drm/i915: fix gtt_total_entries()
` [PATCH 23/68] drm/i915: Rename to GEN8_LEGACY_PDPES
` [PATCH 24/68] drm/i915: Split out verbose PPGTT dumping
` [PATCH 25/68] drm/i915: s/pd/pdpe, s/pt/pde
` [PATCH 26/68] drm/i915: rename map/unmap to dma_map/unmap
` [PATCH 27/68] drm/i915: Setup less PPGTT on failed pagedir
` [PATCH 28/68] drm/i915: clean up PPGTT init error path
` [PATCH 29/68] drm/i915: Un-hardcode number of page directories
` [PATCH 30/68] drm/i915: Make gen6_write_pdes gen6_map_page_tables
` [PATCH 31/68] drm/i915: Range clearing is PPGTT agnostic
` [PATCH 32/68] drm/i915: Page table helpers, and define renames
` [PATCH 33/68] drm/i915: construct page table abstractions
` [PATCH 34/68] drm/i915: Complete page table structures
` [PATCH 35/68] drm/i915: Create page table allocators
` [PATCH 36/68] drm/i915: Generalize GEN6 mapping
` [PATCH 37/68] drm/i915: Clean up pagetable DMA map & unmap
` [PATCH 38/68] drm/i915: Always dma map page table allocations
` [PATCH 39/68] drm/i915: Consolidate dma mappings
` [PATCH 40/68] drm/i915: Always dma map page directory allocations
` [PATCH 41/68] drm/i915: Track GEN6 page table usage
` [PATCH 42/68] drm/i915: Extract context switch skip logic
` [PATCH 43/68] drm/i915: Track page table reload need
` [PATCH 44/68] drm/i915: Initialize all contexts
` [PATCH 45/68] drm/i915: Finish gen6/7 dynamic page table allocation
` [PATCH 46/68] drm/i915/bdw: Use dynamic allocation idioms on free
` [PATCH 47/68] drm/i915/bdw: pagedirs rework allocation
` [PATCH 48/68] drm/i915/bdw: pagetable allocation rework
` [PATCH 49/68] drm/i915/bdw: Make the pdp switch a bit less hacky
` [PATCH 50/68] drm/i915: num_pd_pages/num_pd_entries isn't useful
` [PATCH 51/68] drm/i915: Extract PPGTT param from pagedir alloc
` [PATCH 52/68] drm/i915/bdw: Split out mappings
` [PATCH 53/68] drm/i915/bdw: begin bitmap tracking
` [PATCH 54/68] drm/i915/bdw: Dynamic page table allocations
` [PATCH 55/68] drm/i915/bdw: Make pdp allocation more dynamic
` [PATCH 56/68] drm/i915/bdw: Abstract PDP usage
` [PATCH 57/68] drm/i915/bdw: Add dynamic page trace events
` [PATCH 58/68] drm/i915/bdw: Add ppgtt info for dynamic pages
` [PATCH 59/68] drm/i915/bdw: implement alloc/teardown for 4lvl
` [PATCH 60/68] drm/i915/bdw: Add 4 level switching infrastructure
` [PATCH 61/68] drm/i915/bdw: Generalize PTE writing for GEN8 PPGTT
` [PATCH 62/68] drm/i915: Plumb sg_iter through va allocation ->maps
` [PATCH 63/68] drm/i915: Introduce map and unmap for VMAs
` [PATCH 64/68] drm/i915: Depend exclusively on map and unmap_vma
` [PATCH 65/68] drm/i915: Expand error state's address width to 64b
` [PATCH 66/68] drm/i915/bdw: Flip the 48b switch
` [PATCH 67/68] drm/i915: Provide a soft_pin hook
` [PATCH 68/68] XXX: drm/i915: Unexplained workarounds
` [PATCH 1/2] intel: Split out bo allocation
` [PATCH 2/2] intel: Add prelocation support
` [PATCH] i965: First step toward prelocation
` [PATCH] no_reloc: test case

[RFC PATCH 0/6] Change vendor prefix for Intersil Corporation
 2014-08-22  3:12 UTC  (5+ messages)
` [RFC PATCH 4/6] powerpc/85xx: Change vendor prefix for Intersil Corporation to isil

[PATCH/RFC v5 00/10] LED / flash API integration - documentation
 2014-08-22  3:11 UTC  (3+ messages)
` [PATCH/RFC v5 08/10] of: Add Skyworks Solutions, Inc. vendor prefix

[PATCH 00/18] Signed push
 2014-08-22  3:06 UTC  (5+ messages)
` [PATCH 18/18] signed push: final protocol update

[PATCH 00/06] ARM: shmobile: Kconfig and Makefile cleanups
 2014-08-22  3:05 UTC  (2+ messages)

[U-Boot] [PATCH v4] net: fec_mxc: Poll FEC_TBD_READY after polling TDAR
 2014-08-22  3:02 UTC  (3+ messages)

[Qemu-devel] QEMU dies on any attempt to load a Linux kernel module when using a 9P rootfs
 2014-08-22  3:00 UTC  (4+ messages)

[PATCH 1/2] drm/ast: Add missing entry to dclk_table[]
 2014-08-22  3:00 UTC  (2+ messages)
` [PATCH 2/2] drm/ast: Add reduced/non-reduced mode parsing for wide screen mode

*-dbg package
 2014-08-22  2:59 UTC 

A problem when restarting OSD
 2014-08-22  2:57 UTC  (3+ messages)

[Patch v3]EMMA I2C driver
 2014-08-22  2:57 UTC  (7+ messages)
  ` [PATCH 1/2] I2C: EMMA Mobile I2C master driver

[Qemu-devel] [PATCH V3] vhost_net: start/stop guest notifiers properly
 2014-08-22  2:56 UTC  (5+ messages)

[PATCH net-next 1/2] sched: introduce nr_running_this_cpu()
 2014-08-22  2:53 UTC  (4+ messages)
` [PATCH net-next 2/2] net: exit busy loop when another process is runnable

[PATCH v2 0/5] ARM: shmobile: r8a7740: add clocks to DT
 2014-08-22  2:49 UTC  (4+ messages)
` [PATCH v2 2/5] ARM: shmobile: r8a7740: clock register bits

[PATCH v2 0/3] net: Add Keystone NetCP ethernet driver support
 2014-08-22  2:48 UTC  (6+ messages)
` [PATCH v2 2/3] net: Add Keystone NetCP ethernet driver

[PATCH] cpufreq: powernv: Register the driver with reboot notifier
 2014-08-22  2:48 UTC  (7+ messages)

[V0 PATCH 0/2] AMD PVH domU support
 2014-08-22  2:46 UTC  (6+ messages)
` [V0 PATCH 1/2] AMD-PVH: set EFER.NX and EFER.SCE for the boot vcpu
  ` [Xen-devel] "

[PATCH 1/2] ti-tisdk-setup: Use AM57xx specific u-boot env script file
 2014-08-22  2:44 UTC  (2+ messages)
` [PATCH 2/2] arago-core-tisdk-image: Work around SOC_FAMILY issue

[PATCH V2 1/1] netfilter/jump_label: HAVE_JUMP_LABEL instead of CONFIG_JUMP_LABEL
 2014-08-22  2:40 UTC 

cron job: media_tree daily build: WARNINGS
 2014-08-22  2:38 UTC 

[PATCH net-next 0/4] r8152: firmware support
 2014-08-22  2:38 UTC  (5+ messages)
` [PATCH net-next 3/4] r8152: remove clear_bp function

[PATCHv12 0/3] power_supply: Introduce power supply charging driver
 2014-08-22  2:37 UTC  (2+ messages)

[meta-oe][PATCH 1/2] mariadb: add systemd unit file
 2014-08-22  2:37 UTC  (2+ messages)
` [meta-webserver][PATCH 2/2] apache2: "

btrfs restore
 2014-08-22  2:36 UTC  (3+ messages)

[Qemu-devel] [question] one vhost kthread servers mulitiple tx/rx queues which blong to one virtio-net device
 2014-08-22  2:30 UTC  (2+ messages)
`  "

[PATCH 1/7] cifs: Bypass windows extended security for ntlmv2 negotiate
 2014-08-22  2:32 UTC  (3+ messages)
` Fwd: "

[PATCH] m88ts2022: fix 32bit overflow on filter calc
 2014-08-22  2:32 UTC 

[PATCH V2] vb2: fix plane index sanity check in vb2_plane_cookie()
 2014-08-22  2:28 UTC 

[PATCH 0/2] add regulator support for pmbus and ltc2978
 2014-08-22  2:30 UTC  (7+ messages)
` [PATCH 2/2] pmbus: ltc2978: add regulator gating
          ` [lm-sensors] "

[PATCH RFC v2 0/4] Add mem_access support for PV domains
 2014-08-22  2:29 UTC  (16+ messages)
` [PATCH RFC v2 1/4] x86/mm: Shadow and p2m changes for PV mem_access

[Bug 81485] New: dmesg spam on startup
 2014-08-22  2:28 UTC  (5+ messages)
  ` [Bug 81485] [NVE4] "

[PATCH v3 0/1] Introduce VCPUOP_reset_vcpu_info
 2014-08-22  2:27 UTC  (6+ messages)

[PATCH] ath9k: Add debug information
 2014-08-22  2:25 UTC  (3+ messages)

[PATCH 00/10] ARM: shmobile: shmobile_init_delay() conversion
 2014-08-22  2:23 UTC  (2+ messages)

[PATCH] regulator: RK808: Fix uninitialized value
 2014-08-22  2:19 UTC  (3+ messages)

[PATCH v7 00/11] kernel: Add support for restart handler call chain
 2014-08-22  2:19 UTC  (5+ messages)
` [PATCH v7 04/11] arm: Support restart through "

[PATCH] powerpc: edac: Fix build error
 2014-08-22  2:19 UTC 

[Bug 82841] sendfile doesn't work with O_APPEND
 2014-08-22  2:18 UTC 

[PATCH RESEND v7 3/9] vnuma hook to debug-keys u
 2014-08-22  2:18 UTC  (9+ messages)
` [PATCH RESEND v7 4/9] libxc: Introduce xc_domain_setvnuma to set vNUMA
` [PATCH RESEND v7 6/9] libxl: build numa nodes memory blocks
` [PATCH RESEND v7 7/9] libxc: allocate domain memory for vnuma enabled
` [PATCH RESEND v7] libxl: vnuma topology configuration parser and doc

New to F2FS
 2014-08-22  2:17 UTC  (3+ messages)

TCP output handling bug ?
 2014-08-22  2:13 UTC  (3+ messages)

[RFC PATCH powerpc] Fix warning reported by verify_cpu_node_mapping()
 2014-08-22  2:12 UTC  (3+ messages)

[blkg_stat] inconsistent {IN-SOFTIRQ-W} -> {SOFTIRQ-ON-W} usage
 2014-08-22  2:08 UTC  (2+ messages)

Updates to meta-fsl-arm-extra (master) in 2014-08-21
 2014-08-22  2:08 UTC 

[PATCH v5] irqchip: gic: Allow gic_arch_extn hooks to call into scheduler
 2014-08-22  2:06 UTC  (4+ messages)

[PATCH] ARM: bcm: Don't build brcmstb SMP code when building for V6
 2014-08-22  2:06 UTC 

[Bug 70389] [prime] unsynchronised rendering on secondary displays
 2014-08-22  2:04 UTC 

[Qemu-devel] [PATCH v2] scsi-generic: remove superfluous DPRINTF avoid to break compiling
 2014-08-22  2:01 UTC 

[Qemu-devel] [PATCH v2 0/2] add check for PCIe root ports and downstream ports
 2014-08-22  2:01 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/2] qdev: Introduce a function to get qbus's parent

[PATCH] ACPI / scan: Allow ACPI drivers to bind to PNP device objects
 2014-08-22  2:00 UTC  (4+ messages)

[PATCH] ARM: dts: imx28-evk: Fix display duplicate name warning
 2014-08-22  1:59 UTC 

[PATCH 1/9] arago-core-tisdk-image: Set DTB_FILTER for am57xx-evm
 2014-08-22  1:58 UTC  (9+ messages)
` [PATCH 2/9] packagegroup-arago-qte: Add QtQuick when using Qt 5
` [PATCH 3/9] matrix-gui-apps-git: Pull in new Matrix apps
` [PATCH 4/9] packagegroup-arago-tisdk-matrix: Add new PM Governor HTML App
` [PATCH 5/9] matrix-gui-submenus: Add Qt 5 submenu
` [PATCH 6/9] matrix-gui: Update commit to remove border for HTML Matrix Apps
` [PATCH 7/9] packagegroup-arago-tisdk-matrix: Switch between Qt 4 and Qt 5 "
` [PATCH 8/9] packagegroup-arago-tisdk-matrix: Add PM governor Matrix App
` [PATCH 9/9] packagegroup-arago-tisdk-matrix: Remove Wifi Matrix Apps

[PATCH 2/5] softlockup: make detector be aware of task switch of processes hogging cpu
 2014-08-22  1:58 UTC  (3+ messages)
` [PATCH] "

[PATCH V4 0/8] namespaces: log namespaces per task
 2014-08-22  1:58 UTC  (6+ messages)
` [PATCH V4 3/8] namespaces: expose ns instance serial numbers in proc

[PATCH 0/6] R-Car JPEG Processing Unit
 2014-08-22  1:57 UTC  (9+ messages)
` [PATCH 2/6] ARM: shmobile: r8a7790: Add JPU clock dt and CPG define
` [PATCH 4/6] ARM: shmobile: r8a7791: "

[PATCH 3/6] ARM: shmobile: r8a7790: Add JPU device node
 2014-08-22  1:54 UTC  (3+ messages)
` [3/6] "

[ext4] 71d4f7d0321: -49.6% xfstests.generic.274.seconds
 2014-08-22  1:52 UTC  (3+ messages)

[Qemu-devel] [PATCH] spapr-vlan: Don't touch last entry in buffer list
 2014-08-22  1:50 UTC 

[meta-fsl-arm 0/2] Upgrade libfslcodec and libfslparser to 4.0.1
 2014-08-22  1:50 UTC  (3+ messages)
` [meta-fsl-arm 1/2] libfslcodec: Upgrade from version 3.0.11 "
` [meta-fsl-arm 2/2] libfslparser: "

[PATCH] ARM: shmobile: armadillo800eva: Sort includes
 2014-08-22  1:47 UTC  (3+ messages)

[PATCH v2 0/5] ARM: shmobile: armadillo800eva-reference: Enable CMT1 in device tree
 2014-08-22  1:46 UTC  (4+ messages)
` [PATCH v2 3/5] ARM: shmobile: armadillo800eva-reference: Sort includes

kernel boot fail with efi earlyprintk (bisected)
 2014-08-22  1:43 UTC  (4+ messages)
    ` [Devel] "

[PATCH] ARM: shmobile: bockw: Do not disable SUSPEND in defconfig
 2014-08-22  1:40 UTC  (3+ 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.