All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-08-05 12:55:13 to 2015-08-05 13:46:37 UTC [more...]

[PATCH 00/27] MODSIGN: Use PKCS#7 for module signatures [ver #7]
 2015-08-05 13:46 UTC  (15+ messages)
` [PATCH 01/27] ASN.1: Add an ASN.1 compiler option to dump the element tree "
` [PATCH 02/27] ASN.1: Copy string names to tokens in ASN.1 compiler "
` [PATCH 04/27] X.509: Support X.509 lookup by Issuer+Serial form AuthorityKeyIdentifier "
` [PATCH 05/27] PKCS#7: Allow detached data to be supplied for signature checking purposes "
` [PATCH 06/27] MODSIGN: Provide a utility to append a PKCS#7 signature to a module "
` [PATCH 07/27] MODSIGN: Use PKCS#7 messages as module signatures "
` [PATCH 08/27] sign-file: Add option to only create signature file "
` [PATCH 10/27] MODSIGN: Extract the blob PKCS#7 signature verifier from module signing "
` [PATCH 11/27] modsign: Abort modules_install when signing fails "
` [PATCH 14/27] modsign: Allow external signing key to be specified "
` [PATCH 15/27] modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if needed "
` [PATCH 16/27] modsign: Use single PEM file for autogenerated key "
` [PATCH 17/27] modsign: Add explicit CONFIG_SYSTEM_TRUSTED_KEYS option "
` [PATCH 18/27] PKCS#7: Check content type and versions "

[PATCH v5 0/2] iio: adc: vf610: respect ADC clocking limitations
 2015-08-05 13:46 UTC  (6+ messages)
` [PATCH v5 2/2] ARM: dts: add property for maximum ADC clock frequencies

[v4, 0/9] Freescale DPAA FMan
 2015-08-05  9:25 UTC  (8+ messages)
` [v4, 1/9] fsl/fman: Add the FMan FLIB
` [v4, 3/9] fsl/fman: Add the FMan MAC FLIB
` [v4, 4/9] fsl/fman: Add FMan MURAM support
` [v4, 5/9] fsl/fman: Add Frame Manager support
` [v4, 6/9] fsl/fman: Add FMan MAC support
` [v4, 7/9] fsl/fman: Add FMan SP support
` [v4, 8/9] fsl/fman: Add FMan Port Support

Design - Creating custom images
 2015-08-05 13:45 UTC 

[PATCH] ARM: omap2plus_defconfig: make PCF857x built-in
 2015-08-05 13:43 UTC  (2+ messages)

[PATCH] acpi, property: Export acpi_dev_prop_read_single call
 2015-08-05 13:48 UTC  (3+ messages)

[PATCH 00/11] drm/exynos: remove exynos_drm_display and exynos_drm_encoder
 2015-08-05 13:43 UTC  (6+ messages)
` [PATCH 11/11] drm/exynos: remove struct exynos_drm_encoder layer

[PATCH] r8169:Fill with zero Tx descriptors
 2015-08-05 13:42 UTC  (3+ messages)

[PATCH v2 0/2] topology: UAPI updates for TLV and ops
 2015-08-05 13:41 UTC  (3+ messages)
` [PATCH v2 1/2] topology: update ABI to improve support for different TLV object types
` [PATCH v2 2/2] topology: Add ops support to byte control objects

[U-Boot] [PATCH] usb: Fix device detection code
 2015-08-05 13:42 UTC  (2+ messages)

[RFC v0 0/3] Simple wait queue support
 2015-08-05 13:30 UTC  (4+ messages)
` [RFC v0 1/3] KVM: use simple waitqueue for vcpu->wq
` [RFC v0 2/3] sched/completion: convert completions to use simple wait queues
` [RFC v0 3/3] rcu: use simple wait queues where possible in rcutree

[PATCH v2 0/3] ASoC: topology: UAPI updates for TLV, ops and types
 2015-08-05 13:41 UTC  (4+ messages)
` [PATCH v2 1/3] ASoC: topology: Update TLV support so we can support more TLV types
` [PATCH v2 2/3] ASoC: topology: Add ops support to byte controls UAPI
` [PATCH v2 3/3] ASoC: topology: Add private data type and bump ABI version to 3

[PATCH v8 0/9] CPUFreq driver using CPPC methods
 2015-08-05 13:40 UTC  (10+ messages)
` [PATCH v8 1/9] PCC: Initialize PCC Mailbox earlier at boot
` [PATCH v8 2/9] ACPI: Split out ACPI PSS from ACPI Processor driver
` [PATCH v8 3/9] ACPI: Decouple ACPI idle and ACPI processor drivers
` [PATCH v8 4/9] ACPI: Introduce CPU performance controls using CPPC
` [PATCH v8 5/9] CPPC: Add a CPUFreq driver for use with CPPC
` [PATCH v8 6/9] ACPI: Add weak routines for ACPI CPU Hotplug
` [PATCH v8 7/9] CPPC: Probe for CPPC tables for each ACPI Processor object
` [PATCH v8 8/9] PCC: Disable compilation by default
` [PATCH v8 9/9] ACPI: Allow selection of the ACPI processor driver for ARM64

[PATCH v2] completion: Add '--edit-todo' to rebase
 2015-08-05 13:40 UTC  (2+ messages)
` [PATCH v3 1/1] completion: offer '--edit-todo' during interactive rebase

[PATCH v2 1/1] bonding: fix error handling in rte_eth_bond_create()
 2015-08-05 13:39 UTC  (5+ messages)

[PATCH 0/5] net: rfkill: gpio: replace platform data with build-in property
 2015-08-05 13:39 UTC  (7+ messages)
` [PATCH 1/5] device property: helper macros for property entry creation
` [PATCH 2/5] net: rfkill: add rfkill_find_type function
` [PATCH 3/5] net: rfkill: gpio: get the name and type from device property
` [PATCH 4/5] ARM: tegra: use build-in device properties with rfkill_gpio
  ` [PATCH 5/5] net: rfkill: gpio: remove rfkill_gpio_platform_data

[PATCH 0/5] KVM: optimize userspace exits with a new ioctl
 2015-08-05 13:38 UTC  (9+ messages)
` [PATCH 1/5] KVM: add kvm_has_request wrapper
` [PATCH 2/5] KVM: add KVM_REQ_EXIT request for userspace exit
` [PATCH 3/5] KVM: add KVM_USER_EXIT vm ioctl "
` [PATCH 4/5] KVM: optimize common cases in KVM_USER_EXIT
` [PATCH 5/5] KVM: x86: add request_exits debug counter

[PATCH] mac80211: Fix oops in OCB mode when receiving data when not joined
 2015-08-05 13:38 UTC 

task-clock vs. cpu-clock; per-event documentation
 2015-08-05 13:38 UTC  (3+ messages)

[PATCH 0/9] iio: adis updates
 2015-08-05 13:38 UTC  (10+ messages)
` [PATCH 1/9] iio: adis16400: Fix adis16448 gyroscope scale
` [PATCH 2/9] iio: Add inverse unit conversion macros
` [PATCH 3/9] iio: adis16480: Fix scale factors
` [PATCH 4/9] iio: adis16400: adis16300 has product ID and serial number
` [PATCH 5/9] iio: adis16400: Add ADIS16305 support
` [PATCH 6/9] iio: adis16260: Add ADIS16266 support
` [PATCH 7/9] iio: adis16400: Add ADIS16367 support
` [PATCH 8/9] iio: adis16400: Add ADIS16445 support
` [PATCH 9/9] iio: adis16136: Add ADIS16137 support

[Qemu-devel] [PATCH v5 0/2] vhost user: Add live migration
 2015-08-05 13:38 UTC  (4+ messages)
` [Qemu-devel] [PATCH v5 1/2] vhost user: add support of "

[Buildroot] [git commit branch/next] CHANGES: update with resolved issues
 2015-08-05 13:36 UTC 

[Buildroot] [git commit] CHANGES: update with resolved issues
 2015-08-05 13:36 UTC 

[U-Boot] [PATCH] ddr: altera: sequencer: add RW_MGR_MEM_NUMBER_OF_RANKS
 2015-08-05 13:35 UTC  (4+ messages)

[PATCH v2] VT-d: add iommu=igfx option to workaround graphics issues
 2015-08-05 13:35 UTC  (4+ messages)
` [PATCH v3] "

[PATCH 0/3 v2] Configurable max discard size
 2015-08-05 13:34 UTC  (10+ messages)
` [PATCH 3/3] block: by default, limit maximum discard size to 64MB

[PATCH] i2c: allow specifying separate wakeup interrupt in device tree
 2015-08-05 13:33 UTC  (5+ messages)

[PATCH] jffs2: Remove NULL checks from jffs2_destroy_slab_caches
 2015-08-05 13:32 UTC  (3+ messages)

epoll and multiple processes - eliminate unneeded process wake-ups
 2015-08-05 13:32 UTC  (5+ messages)

[PATCH v2 0/2] powerpc32: Optimise csum_partial()
 2015-08-05 13:29 UTC  (3+ messages)
` [PATCH v2 1/2] powerpc32: optimise a few instructions in csum_partial()
` [PATCH v2 2/2] powerpc32: optimise csum_partial() loop

[PATCH] musb: sunxi: Ignore VBus errors in host-only mode
 2015-08-05 13:30 UTC  (5+ messages)

videobuf2-core.c:undefined reference to `v4l2_get_timestamp'
 2015-08-05 13:30 UTC 

[PATCH v3 0/4] enhance shmem process and swap accounting
 2015-08-05 13:28 UTC  (17+ messages)
  ` [PATCH v3 1/4] mm, documentation: clarify /proc/pid/status VmSwap limitations
` [PATCH v3 2/4] mm, proc: account for shmem swap in /proc/pid/smaps
` [PATCH v3 3/4] mm, shmem: Add shmem resident memory accounting
` [PATCH v3 4/4] mm, procfs: Display VmAnon, VmFile and VmShm in /proc/pid/status

[RFC PATCH v3.1] xSplice design
 2015-08-05 13:27 UTC  (7+ messages)
` [RFC PATCH v3.1 2/2] xsplice: Add hook for build_id
` Hotpatch construction and __LINE__ (was: [RFC PATCH v3.1] xSplice design.)
  ` Hotpatch construction and __LINE__

[patch] mwifiex: usb: return an error if kmalloc fails
 2015-08-05 13:27 UTC  (3+ messages)

[PATCH] bq2415x_charger: Allow to load and use driver even if notify device is not registered yet
 2015-08-05 13:26 UTC  (2+ messages)

[PATCH] staging: sm750fb: Fix sparse warning
 2015-08-05 13:26 UTC  (3+ messages)
` [PATCH] staging: sm750fb: fix sparse warning for lock

[GIT PULL] ASN.1 fixes
 2015-08-05 13:26 UTC 

qca6174 hw2.1 fw and kernel crash on 5GHz network connection attempt
 2015-08-05 13:25 UTC 

Design doc of adding ACPI support for arm64 on Xen
 2015-08-05 13:25 UTC  (8+ messages)

[PATCH v2] virt: IRQ bypass manager
 2015-08-05 13:23 UTC  (2+ messages)

[PATCH v4 00/10] ACPI GIC Self-probing, GICv2m and GICv3 support
 2015-08-05 13:24 UTC  (15+ messages)
` [PATCH v4 01/10] irqchip / GIC: Add GIC version support in ACPI MADT
` [PATCH v4 02/10] ACPI / irqchip: Add self-probe infrastructure to initialize IRQ controller

[Buildroot] [Bug 8256] New: pointing to /usr/bin/objcopy old version (x86) instead of the generated one
 2015-08-05 13:23 UTC  (2+ messages)
` [Buildroot] [Bug 8256] "

[PATCH i-g-t] kms_rotation_crc: Test 90 and 270 degree rotation in sequence
 2015-08-05 13:23 UTC 

[PATCH] fs/pstore: provide panic data even in suspend
 2015-08-05 13:23 UTC  (2+ messages)

[LTP] [PATCH V2] containers: new testcase userns06
 2015-08-05 13:21 UTC  (2+ messages)

[PATCH] drm/i915/skl: Bypass debug message if scalers are not requested
 2015-08-05 13:20 UTC  (6+ messages)

[RFC 0/2] xen: Clarify the page granularity for the hypercall
 2015-08-05 13:18 UTC  (6+ messages)
` [RFC 1/2] xen/mm: Clarify the granularity for each Frame Number

4.2-rc5 rcu stalls
 2015-08-05 13:18 UTC  (8+ messages)

Question about ACPI 6 and the Linux kernel
 2015-08-05 13:46 UTC  (3+ messages)

[PATCH 1/4] ASN.1: Fix handling of CHOICE in ASN.1 compiler
 2015-08-05 13:18 UTC  (4+ messages)
` [PATCH 2/4] ASN.1: Fix actions on CHOICE elements with IMPLICIT tags
` [PATCH 3/4] ASN.1: Fix non-match detection failure on data overrun
` [PATCH 4/4] ASN.1: Handle 'ANY OPTIONAL' in grammar

[RFT 0/2] i2c: add support for r8a7795 (RCar H3)
 2015-08-05 13:18 UTC  (6+ messages)
` [RFT 1/2] i2c: rcar: add support for r8a7795 (R-Car H3)
  ` [RFT 2/2] i2c: sh_mobile: "

[PATCH v7 0/8] xen: add systemd support
 2015-08-05 13:17 UTC  (6+ messages)
` [PATCH v7 2/8] cxenstored: add support for systemd active sockets

[B.A.T.M.A.N.] pull request [net]: batman-adv fixes 20150805
 2015-08-05 13:15 UTC  (4+ messages)
` [B.A.T.M.A.N.] [PATCH 2/4] batman-adv: fix kernel crash due to missing NULL checks
    `  "

[Bug 91522] Tonga display lock on agd5f drm-next-4.3-wip since drm/amdgpu: fix syncing to VM updates
 2015-08-05 13:14 UTC  (2+ messages)

[PATCH] CMA: Don't return a valid cma for non-cma dev
 2015-08-05 13:22 UTC  (11+ messages)

[PATCH] user_ns: use correct check for single-threadedness
 2015-08-05 13:13 UTC  (6+ messages)

[Qemu-devel] [Bug 1481750] [NEW] qemu-system-ppc hangs when running -M ppce500 -bios u-boot.e500
 2015-08-05 13:02 UTC 

About multilib packages rpm pkg name
 2015-08-05 13:10 UTC  (2+ messages)

[PATCH v3 1/3] mwifiex: add support for 8997 chipset
 2015-08-05 13:09 UTC  (3+ messages)
` [PATCH v3 2/3] mwifiex: add firmware dump support for SD8997
` [PATCH v3 3/3] mwifiex: fix unable to connect hidden SSID AP on DFS channel

qrwlock && read-after-read
 2015-08-05 13:08 UTC  (4+ messages)

[U-Boot] [PATCH v4 5/5] usb: lpc32xx: add host USB driver
 2015-08-05 13:10 UTC  (4+ messages)

[Xenomai] Segfaults and ENOMEM during rt_event_create()
 2015-08-05 13:09 UTC 

[PATCH] clk_register_clkdev: handle callers needing format string
 2015-08-05 13:09 UTC  (4+ messages)

[PATCH] drm/atomic: Call ww_acquire_done after check phase is complete
 2015-08-05 13:08 UTC 

[U-Boot] [PATCH v4 1/5] dma: lpc32xx: add DMA driver
 2015-08-05 13:08 UTC  (4+ messages)

[PATCH v2 1/3] mwifiex: add support for 8997 chipset
 2015-08-05 13:08 UTC  (4+ messages)
` [PATCH v2 3/3] mwifiex: fix unable to connect hidden SSID AP on DFS channel

Feedback on hardware support for Odroid U3
 2015-08-05 13:07 UTC  (5+ messages)

Lisensing questions
 2015-08-05 13:07 UTC  (5+ messages)
  ` AW: "

[Buildroot] [git commit branch/next] CHANGES: update with recent changes
 2015-08-05 13:05 UTC 

[Buildroot] [git commit] CHANGES: update with recent changes
 2015-08-05 13:05 UTC 

Should pgls filters be part of object classes?
 2015-08-05 13:04 UTC  (2+ messages)

bcache wont register cache and attempt to access beyond end of device
 2015-08-05 13:03 UTC  (2+ messages)

[PATCH] ASoC: tegra: Use devm_clk_get
 2015-08-05 13:02 UTC  (2+ messages)
` Applied "ASoC: tegra: Use devm_clk_get" to the asoc tree

[PATCH v2 1/2] watchdog: imx2_wdt: add external reset support via 'ext-reset-output' dt prop
 2015-08-05 13:01 UTC  (4+ messages)
` [PATCH v3 0/2] imx6: Implement external watchdog reset
  ` [PATCH v3 1/2] watchdog: imx2_wdt: add external reset support via 'ext-reset-output' dt prop

xfsprogs fails to build on debian ppc64el
 2015-08-05 13:00 UTC  (8+ messages)
    ` Bug#793495: "

[LTP] [PATCH 2/2] open_posix/shm_unlink: sanity checking after calling pathconf
 2015-08-05 12:59 UTC  (2+ messages)

[review-request][PATCH] toastergui: Add tests for xhr_importlayer
 2015-08-05 12:57 UTC 

[RFC PATCH 0/5] Add memory mapped read support for TI QSPI
 2015-08-05 12:56 UTC  (12+ messages)
` [RFC PATCH 1/5] spi: introduce flag for memory mapped read

[PATCH v2 0/4] ARM: imx6ul: add fec1 and fec2 support for i.MX6ul 14x14 evk board
 2015-08-05 12:56 UTC  (3+ messages)
` [PATCH v2 2/4] ARM: imx6ul: add fec MAC refrence clock and phy fixup init

[PATCH] src/profile: Add GoepL2CapPsm in SDP record
 2015-08-05 12:56 UTC 

[PATCH] eal/ppc: fix build
 2015-08-05 12:54 UTC  (3+ messages)

[PATCH OSSTEST v2] libvirt: Pass correct arguments to virsh migrate
 2015-08-05 12:55 UTC  (3+ messages)

(unknown)
 2015-08-05 12:47 UTC 


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.