All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-04-13 00:54:07 to 2015-04-13 03:52:03 UTC [more...]

meta-ivi LAYERS--ERROR: No recipes available for: ***.bbappend
 2015-04-13  3:52 UTC  (3+ messages)

[PATCH 00/31] ACPICA: 20150410 Release
 2015-04-13  3:51 UTC  (62+ messages)
` [PATCH 01/31] ACPICA: Linuxize: Reduce divergences for 20150410 release
` [PATCH 02/31] ACPICA: Tables: Change acpi_find_root_pointer() to use acpi_physical_address
` [PATCH 03/31] ACPICA: Unix: Cleanup to use ACPI_TO_INTEGER() to calc page offset
` [PATCH 04/31] ACPICA: Executer: Cleanup to remove an unnecessary conversion
` [PATCH 05/31] ACPICA: Utilities: Cleanup to enforce ACPI_PHYSADDR_TO_PTR()/ACPI_PTR_TO_PHYSADDR()
` [PATCH 06/31] ACPICA: Utilities: Cleanup to convert physical address printing formats
` [PATCH 07/31] ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx helpers
` [PATCH 08/31] ACPICA: Utilities: split IO address types from data type models
` [PATCH 09/31] ACPICA: Tables: Don't release ACPI_MTX_TABLES in acpi_tb_install_standard_table()
` [PATCH 10/31] ACPICA: Events: Add support to return both enable/status register values for GPE and fixed event
` [PATCH 11/31] ACPICA: Applications: Remove use of __DATE__ macro
` [PATCH 12/31] ACPICA: Utilities: Remove unused acpi_ut_create_pkg_state_and_push()
` [PATCH 13/31] ACPICA: Tables: Move an iasl specific table function to iasl source file
` [PATCH 14/31] ACPICA: Utilities: Correct conditional compilation definitions
` [PATCH 15/31] ACPICA: Resources: "
` [PATCH 16/31] ACPICA: Casting changes around acpi_physical_address/acpi_size
` [PATCH 17/31] ACPICA: Fix a sscanf format string
` [PATCH 18/31] ACPICA: Update Resource descriptor dump module
` [PATCH 19/31] ACPICA: Update AML Debugger global variables
` [PATCH 20/31] ACPICA: iASL/Disassembler: Add option to assume table contains valid AML
` [PATCH 21/31] ACPICA: iASL: Enhancement for constant folding
` [PATCH 22/31] ACPICA: Add infrastructure for External() opcode
` [PATCH 23/31] ACPICA: Add "Windows 2015" string to _OSI support
` [PATCH 24/31] ACPICA: Permanently set _REV to the value '2'
` [PATCH 25/31] ACPICA: Remove unused internal AML opcode
` [PATCH 26/31] ACPICA: Add "//" before ascii output of buffers
` [PATCH 27/31] ACPICA: Update for SLIC ACPI table
` [PATCH 28/31] ACPICA: iASL: Add support for MSDM "
` [PATCH 29/31] ACPICA: Disassembler: Some cleanup of the table dump module
` [PATCH 30/31] ACPICA: Fix a couple issues with the local printf module
` [PATCH 31/31] ACPICA: Update version to 20150410

[PATCH bluetooth-next v2] mac802154: add description to mac802154 APIs
 2015-04-13  3:49 UTC 

[PATCH] pinctrl: bcm2835: Fix support for threaded level triggered IRQs
 2015-04-13  3:48 UTC  (3+ messages)

[U-Boot] [PATCH] ARM: rpi: add a couple more revision IDs
 2015-04-13  3:43 UTC 

[Qemu-devel] How address_space_rw works?
 2015-04-13  3:41 UTC  (2+ messages)

[PATCH 0/2] git-p4: Improve client path detection
 2015-04-13  3:40 UTC  (4+ messages)

[U-Boot] [PATCH v2 0/6] Add support for Colibri Vybrid Modules
 2015-04-13  3:41 UTC  (6+ messages)

Regarding generic_buffer.c Application for Android
 2015-04-13  3:40 UTC  (4+ messages)

UBI: Bitrot checking
 2015-04-13  3:36 UTC  (9+ messages)
` [PATCH 4/4] UBI: Implement bitrot checking

Ceph-deploy refuses to create a named daemon
 2015-04-13  3:33 UTC 

linux-next: manual merge of the powerpc-mpe tree with the powerpc tree
 2015-04-13  3:30 UTC  (3+ messages)

linux-next: manual merge of the powerpc-mpe tree with the powerpc tree
 2015-04-13  3:27 UTC  (3+ messages)

[PATCH 1/2] pinctrl: bcm2835: add pinctrl pre-processor define
 2015-04-13  3:22 UTC  (2+ messages)

Kernel thread scheduling
 2015-04-13  3:21 UTC  (16+ messages)

[PATCH-v2 00/20] ext4 encryption patches
 2015-04-13  3:16 UTC  (21+ messages)
` [PATCH-v2 01/20] ext4 crypto: add ext4_mpage_readpages()
` [PATCH-v2 02/20] ext4 crypto: reserve codepoints used by the ext4 encryption feature
` [PATCH-v2 03/20] ext4 crypto: add ext4 encryption Kconfig
` [PATCH-v2 04/20] ext4 crypto: export ext4_empty_dir()
` [PATCH-v2 05/20] ext4 crypto: add encryption xattr support
` [PATCH-v2 06/20] ext4 crypto: add encryption policy and password salt support
` [PATCH-v2 07/20] ext4 crypto: add ext4 encryption facilities
` [PATCH-v2 08/20] ext4 crypto: add encryption key management facilities
` [PATCH-v2 09/20] ext4 crypto: validate context consistency on lookup
` [PATCH-v2 10/20] ext4 crypto: inherit encryption policies on inode and directory create
` [PATCH-v2 11/20] ext4 crypto: implement the ext4 encryption write path
` [PATCH-v2 12/20] ext4 crypto: implement the ext4 decryption read path
` [PATCH-v2 13/20] ext4 crypto: filename encryption facilities
` [PATCH-v2 14/20] ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenames
` [PATCH-v2 15/20] ext4 crypto: insert encrypted filenames into a leaf directory block
` [PATCH-v2 16/20] ext4 crypto: partial update to namei.c for fname crypto
` [PATCH-v2 17/20] ext4 crypto: filename encryption modifications
` [PATCH-v2 18/20] ext4 crypto: enable filename encryption
` [PATCH-v2 19/20] ext4 crypto: Add symlink encryption
` [PATCH-v2 20/20] ext4 crypto: enable encryption feature flag

[U-Boot] [PATCH 0/2] ARM: zynq: include ps7_init_gpl.c/h of Zed, MicroZed, ZC702, ZC706
 2015-04-13  3:12 UTC  (7+ messages)
` [U-Boot] [PATCH 2/2] ARM: zynq: add default ps7_init_gpl.c/h for Zed, MicroZed, ZC70x

[nightly] Core TISDK 2015.04 build 2015-04-12_22-00-51
 2015-04-13  3:09 UTC 

[xen-4.5-testing test] 50393: regressions - trouble: broken/fail/pass
 2015-04-13  3:06 UTC 

linux-next: build failure after merge of the v4l-dvb tree
 2015-04-13  3:05 UTC  (3+ messages)

[GIT PULL] exynos-drm-next
 2015-04-13  3:04 UTC 

[Qemu-devel] [RFC PATCH v2 00/23] CPU and Memory hotplug for PowerPC sPAPR guests
 2015-04-13  3:03 UTC  (7+ messages)
` [Qemu-devel] [RFC PATCH v2 21/23] spapr: Initialize hotplug memory address space
` [Qemu-devel] [RFC PATCH v2 23/23] spapr: Memory hotplug support

improve futex on -RT by avoiding the double wake-up
 2015-04-13  3:02 UTC  (5+ messages)
` [PATCH 2/3] futex: avoid double wake up in futex_wake() on -RT
    ` [PATCH 2/3 v2] "

[Qemu-devel] [PATCH] Fix crash with illegal "-net nic, model=xxx" option
 2015-04-13  3:01 UTC  (2+ messages)

[PATCH net] tcp/dccp: do not block bh too long in inet_twdr_twkill_work()
 2015-04-13  3:01 UTC  (4+ messages)

[Bug 68792] New: Problems during playback of h264 files using UVD and VLC on AMD E-350 CPU
 2015-04-13  3:00 UTC  (2+ messages)
` [Bug 68792] "

[PATCH] QorIQ/TMU: add TMU node to device tree for QorIQ T104x
 2015-04-13  2:25 UTC  (6+ messages)

[PATCH] ASoC: Intel: fix a compiling issue
 2015-04-13  2:47 UTC 

[PATCH] kconfig: Add support for floating point configuration variables
 2015-04-13  2:44 UTC  (2+ messages)

cron job: media_tree daily build: ERRORS
 2015-04-13  2:43 UTC 

[LTP] [PATCH] syscalls/fallocate04: add new fallocate() test
 2015-04-13  2:33 UTC  (2+ messages)

[PATCH] mfd: fix rt5033 build, needs to select REGMAP_IRQ
 2015-04-13  2:40 UTC 

[PATCH V5 0/7] x86/intel_rdt: Intel Cache Allocation Technology
 2015-04-13  2:36 UTC  (4+ messages)
` [PATCH 3/7] x86/intel_rdt: Support cache bit mask for Intel CAT

[Qemu-devel] [PATCH v5 0/6] QEMU:Xen stubdom vTPM for HVM virtual machine(QEMU patch)
 2015-04-13  2:32 UTC  (9+ messages)
` [Qemu-devel] [PATCH v5 1/6] Qemu-Xen-vTPM: Support for Xen stubdom vTPM command line options
    `  "
` [Qemu-devel] [PATCH v5 6/6] Qemu-Xen-vTPM: Add a parameter indicating whether the command that was a selftest
    `  "

[PATCH 2/4] md-cluster: remove capabilities
 2015-04-13  2:27 UTC  (2+ messages)

[PATCH RESEND] firmware: Update information in linux.git about adding firmware
 2015-04-13  2:20 UTC 

[PATCH 0/2] linux-firmware: fix the mess of licenses
 2015-04-13  2:17 UTC  (3+ messages)
` [PATCH 1/2] common-licenses: Add common license files for linux-firmware
` [PATCH 2/2] linux-firmware: fix the mess of licenses

linux-next: manual merge of the vfs tree with the xfs tree
 2015-04-13  2:12 UTC  (4+ messages)

[RFC][PATCH 00/13] Fix RMRR
 2015-04-13  2:09 UTC  (4+ messages)
` [RFC][PATCH 10/13] tools: extend XENMEM_set_memory_map

[PATCH 1/1] Change version references in README from 3.x to 4.x
 2015-04-13  2:03 UTC  (2+ messages)

[PATCH 3.4 000/176] 3.4.107-rc1 review
 2015-04-13  2:01 UTC  (3+ messages)

[U-Boot] [PATCH] patman: check git format.subjectprefix setting when generate patches prefix
 2015-04-13  2:00 UTC  (3+ messages)

[Qemu-devel] [PATCH v6 0/8] QEMU memory hot unplug support
 2015-04-13  1:56 UTC  (4+ messages)
` [Qemu-devel] [PATCH v6 8/8] qmp-event: add event notification for memory hot unplug error

[PATCH 0/1] kmod: upgrade to 20
 2015-04-13  1:55 UTC  (2+ messages)
` [PATCH 1/1] "

linux-next: manual merge of the vfs tree with the f2fs tree
 2015-04-13  1:53 UTC 

[PATCH V2 0/6] Package upgrades
 2015-04-13  1:53 UTC  (8+ messages)
` [PATCH V2 1/6] curl: upgrade to 7.41.0
` [PATCH V2 2/6] busybox: upgrade to 1.23.2
` [PATCH V2 3/6] kmod: upgrade to 20
` [PATCH V2 4/6] sudo: upgrade to 1.8.13
` [PATCH V2 5/6] sysstat: upgrade to 11.1.3
` [PATCH V2 6/6] xz: upgrade to 5.2.1

[U-Boot] [PATCH v2] ARM: tegra: move NVIDIA common files to arch/arm/mach-tegra
 2015-04-13  1:51 UTC 

[PATCH net-next] tcp/dccp: get rid of central timewait timer
 2015-04-13  1:51 UTC  (4+ messages)
` [PATCH v2 "

the multipath for EMC CX700
 2015-04-13  1:48 UTC 

linux-next: manual merge of the vfs tree with the ext4 tree
 2015-04-13  1:48 UTC 

[PATCH v3] kvm: mmu: lazy collapse small sptes into large sptes
 2015-04-13  1:45 UTC  (3+ messages)

[net-next 0/9][pull request] Intel Wired LAN Driver Updates 2015-04-11
 2015-04-13  1:47 UTC  (2+ messages)

[GIT PULL] SELinux patches for 4.1
 2015-04-13  1:46 UTC  (7+ messages)

[Qemu-devel] Very poor IO performance which looks like some design problem
 2015-04-13  1:45 UTC  (2+ messages)

linux-next: manual merge of the vfs tree with the ext4 tree
 2015-04-13  1:43 UTC 

[PATCH] add generic callbacks into compaction
 2015-04-13  1:39 UTC  (5+ messages)

[RFC PATCH RESEND] vfs: Move security_inode_killpriv() after permission checks
 2015-04-13  1:39 UTC  (3+ messages)

linux-next: manual merge of the vfs tree with the btrfs tree
 2015-04-13  1:37 UTC 

[PATCH ] ATTRIBUTES: new correct versions
 2015-04-13  1:32 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/15] IPMI device for qemu
 2015-04-13  1:30 UTC  (7+ messages)
` [Qemu-devel] [PATCH 10/15] smbios: Add a function to directly add an entry
` [Qemu-devel] [PATCH 14/15] acpi: Add hooks for adding things to the SSDT table

[PATCH] of/fdt: fix argument name and add comments of unflatten_dt_node()
 2015-04-13  1:30 UTC 

how to mapping device memory in head.S
 2015-04-13  1:30 UTC  (3+ messages)

[PATCH] ACPI / HOTPLUG: fix device->physical_node_lock deadlock
 2015-04-13  1:28 UTC  (6+ messages)
    ` [PATCH] ACPI / scan: Annotate physical_node_lock in acpi_scan_is_offline()

[Bug 89995] error 6 in libgallium.so.0.0.0 (Kodi Crashed when playing LiveTV using TVHeadend)
 2015-04-13  1:29 UTC 

[Patch net-next v2 0/5] fou: some fixes and updates
 2015-04-13  1:25 UTC  (4+ messages)

[PATCH] scripts/kconfig/Makefile: Fix spelling of Qt
 2015-04-13  1:24 UTC  (3+ messages)

Kindly Acknowledge
 2015-04-13  1:21 UTC 

[PATCH] ARM: print cma-reserved pages from show_mem
 2015-04-13  1:21 UTC  (14+ messages)

Regression caused by using node_to_bdi()
 2015-04-13  1:20 UTC  (4+ messages)

[PATCH net-next 3/5] selinux/nlmsg: add XFRM_MSG_NEWSPDINFO
 2015-04-13  1:20 UTC  (3+ messages)
` [PATCH net-next 0/3] selinux: add missing xfrm nl cmd

[PATCH net-next] tcp: do not cache align timewait sockets
 2015-04-13  1:17 UTC  (2+ messages)

[PATCH 0/7 RFC] Netfilter/nf_tables ingress support
 2015-04-13  1:14 UTC  (4+ messages)

[nightly] Distroless meta-ti/master minimal build 2015-04-12_21-00-51
 2015-04-13  1:08 UTC 

[PATCH 1/2] kconfig: Print full defined and depends for multiply-defined symbols
 2015-04-13  1:06 UTC  (10+ messages)

[SPAM] être belle oui, mais fidèle non
 2015-04-13  1:03 UTC 

DRIVER FOR INTEL2200BG
 2015-04-13  1:04 UTC  (2+ messages)

[patch net-next v3] tc: introduce OpenFlow classifier
 2015-04-13  1:03 UTC  (5+ messages)

[PATCH] ASoC: Intel: fix ifnullfree.cocci warnings
 2015-04-13  1:03 UTC  (2+ messages)
  ` [alsa-devel] "

[PATCH] powerpc/pasemi: Only the build the pasemi MSI code for PASEMI=y
 2015-04-13  1:03 UTC  (7+ messages)

[ANNOUNCE] xfsprogs: master branch updated to 502544b
 2015-04-13  0:59 UTC 

[PATCH] Use -mcount-record for dynamic ftrace
 2015-04-13  0:54 UTC 

[PATCH 0/2] mpt2sas,mpt3sas - PCI master abort fixups
 2015-04-13  0:54 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.