All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-10-12 13:52:28 to 2015-10-12 14:39:26 UTC [more...]

[PATCH v10 00/46] Richacls
 2015-10-12 14:39 UTC  (4+ messages)
` [PATCH v10 44/46] nfs: Add richacl support

[PATCH v2 00/14] ARM: at91: PMC driver rework
 2015-10-12 14:28 UTC  (30+ messages)
` [PATCH v2 01/14] ARM: at91/dt: use syscon for PMC
` [PATCH v2 02/14] clk: at91: make use of syscon to share PMC registers in several drivers
` [PATCH v2 03/14] clk: at91: make use of syscon/regmap internally
` [PATCH v2 04/14] clk: at91: clk-main: factorize irq handling
` [PATCH v2 05/14] clk: at91: make IRQ optional and register them later
` [PATCH v2 06/14] clk: at91: only disable available IRQs
` [PATCH v2 07/14] clk: at91: pmc: merge at91_pmc_init in atmel_pmc_probe
` [PATCH v2 08/14] clk: at91: pmc: move pmc structures to C file
` [PATCH v2 09/14] ARM: at91: pm: simply call at91_pm_init
` [PATCH v2 10/14] ARM: at91: pm: find and remap the pmc
` [PATCH v2 11/14] ARM: at91: pm: move idle functions to pm.c
` [PATCH v2 12/14] ARM: at91: remove useless includes and function prototypes
` [PATCH v2 13/14] usb: gadget: atmel: access the PMC using regmap
` [PATCH v2 14/14] clk: at91: pmc: drop at91_pmc_base

[Dell XPS 13 9343] Random kernel Oops at boot with "acpi=ht", disappearing with "acpi=off"
 2015-10-12 14:36 UTC  (12+ messages)

[renesas-drivers:topic/gen3-modemr-syscon-v1 14/41] drivers/media/i2c/tc358743.c:1786:22: error: too few arguments to function 'devm_gpiod_get'
 2015-10-12 14:35 UTC 

[RFC][PATCH] ovl: count subdirs to get the correct link count
 2015-10-12 14:35 UTC  (2+ messages)

[Buildroot] [PATCH 1/1 v3] package/unscd: new package
 2015-10-12 14:35 UTC  (4+ messages)

[PATCH V2 1/3] RAS, mce_amd_inj: Return early on invalid input
 2015-10-12 14:31 UTC  (3+ messages)
` [PATCH 2/6] x86/ras/mce_amd_inj: "
  ` [tip:ras/core] "

[PATCH v5 0/9] VFS: In-kernel copy system call
 2015-10-12 14:34 UTC  (5+ messages)
` [PATCH v5 9/9] btrfs: btrfs_copy_file_range() only supports reflinks

[PATCH V2 2/3] RAS, mce_amd_inj: Add capability to trigger apic interrupts
 2015-10-12 14:31 UTC  (3+ messages)
` [PATCH 3/6] x86/ras/mce_amd_inj: Trigger deferred and thresholding errors interrupts
  ` [tip:ras/core] "

[patch net-next v2 0/7] switchdev: change locking
 2015-10-12 14:34 UTC  (3+ messages)
` [patch net-next v2 4/7] switchdev: introduce possibility to defer obj_add/del

[PATCH 1/3] ARM: dts: exynos5422-odroidxu3: use cd-gpio method to detect sd-card
 2015-10-12 14:33 UTC  (8+ messages)
` [PATCH 2/3] ARM: dts: use vmmc-supply of emmc/sd for exynos5422-odroidxu3

[PATCH 0/9] eeprom: at24: at24cs series serial number read
 2015-10-12 14:31 UTC  (10+ messages)
` [PATCH 1/9] eeprom: at24: platform_data: use BIT() macro
` [PATCH 2/9] eeprom: at24: new flag in platform_data
` [PATCH 3/9] eeprom: at24: tie up an additional address for at24cs series
` [PATCH 4/9] eeprom: at24: support reading of the serial number
` [PATCH 5/9] eeprom: at24: export the serial number through sysfs
` [PATCH 6/9] eeprom: at24: improve the device_id table readability
` [PATCH 7/9] eeprom: at24: add the at24cs series to the list of supported devices
` [PATCH 8/9] eeprom: at24: remove a reduntant if
` [PATCH 9/9] eeprom: at24: readability tweaks

[LTP] [PATCH] syscall/renameat2: update header
 2015-10-12 14:33 UTC  (2+ messages)

[PATCH 6/6] x86/microcode/amd: Do not overwrite final patch levels
 2015-10-12 14:32 UTC  (2+ messages)
` [tip:ras/core] "

[PATCH 5/6] x86/microcode/amd: Extract current patch level read to a function
 2015-10-12 14:32 UTC  (2+ messages)
` [tip:ras/core] "

[RFC/PATCH 00/38] perf tools: Speed-up perf report by using multi thread (v5)
 2015-10-12 14:32 UTC  (3+ messages)
` [RFC/PATCH 28/38] perf tools: Move BUILD_ID_SIZE definition to perf.h

[PATCH V2 3/3] RAS, mce_amd_inj: Inject errors on NBC for bank 4 errors
 2015-10-12 14:31 UTC  (3+ messages)
` [PATCH 4/6] x86/ras/mce_amd_inj: Inject bank 4 errors on the NBC
  ` [tip:ras/core] "

[PATCH v2 1/3] mce: change asm/ioctls.h for linux/ioctl.h
 2015-10-12 14:30 UTC  (2+ messages)
` [tip:ras/core] x86/mce: Include linux/ioctl.h in uapi mce header

[PATCH v3 0/6] atomics: powerpc: Implement relaxed/acquire/release variants of some atomics
 2015-10-12 14:30 UTC  (12+ messages)
` [PATCH v3 1/6] powerpc: atomic: Make *xchg and *cmpxchg a full barrier
` [PATCH v3 2/6] atomics: Add test for atomic operations with _relaxed variants
` [PATCH v3 3/6] atomics: Allow architectures to define their own __atomic_op_* helpers
` [PATCH v3 4/6] powerpc: atomic: Implement atomic{, 64}_*_return_* variants
  ` [PATCH v3 4/6] powerpc: atomic: Implement atomic{,64}_*_return_* variants
` [PATCH v3 5/6] powerpc: atomic: Implement xchg_* and atomic{, 64}_xchg_* variants
  ` [PATCH v3 5/6] powerpc: atomic: Implement xchg_* and atomic{,64}_xchg_* variants
` [PATCH v3 6/6] powerpc: atomic: Implement cmpxchg{, 64}_* and atomic{, 64}_cmpxchg_* variants
  ` [PATCH v3 6/6] powerpc: atomic: Implement cmpxchg{,64}_* and atomic{,64}_cmpxchg_* variants
` [PATCH RESEND v3 1/6] powerpc: atomic: Make *xchg and *cmpxchg a full barrier

[PATCHv2] arm: perf: Add event descriptions
 2015-10-12 14:30 UTC  (5+ messages)

I/O issues with writing to mtdblock devices on kirkwood
 2015-10-12 14:29 UTC  (5+ messages)

[PATCH v2 0/2] Enabling PSCI based idle on ARM 32-bit platforms
 2015-10-12 14:29 UTC  (4+ messages)
` [PATCH v2 2/2] ARM64: kernel: PSCI: move PSCI idle management code to drivers/firmware

[Qemu-devel] [PATCH v3 00/16] block: Get rid of bdrv_swap()
 2015-10-12 14:27 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 13/16] block: Implement bdrv_append() without bdrv_swap()

[PATCH 0/3] Fix issues detected by coccinelle
 2015-10-12 14:27 UTC  (5+ messages)
` [PATCH 3/3] Staging: wilc1000: host_interface: Remove unused code
  ` [Outreachy kernel] "

[Qemu-devel] [PATCH v2 00/12] block: bdrv_drained_begin/end for transactions on dataplane devices
 2015-10-12 14:27 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 05/12] block: Introduce "drained begin/end" API
` [Qemu-devel] [PATCH v2 10/12] block: Introduce BlockDriver.bdrv_drain callback
` [Qemu-devel] [PATCH v2 11/12] qed: Implement .bdrv_drain

[PATCH 0/8] librte_table: add key_mask parameter to 8-byte key
 2015-10-12 14:24 UTC  (3+ messages)
` [PATCH 8/8] librte_table: modify release notes and deprecation notice

[PATCH v4 0/5] xen/arm: vgic: Support 32-bit access for 64-bit register
 2015-10-12 14:22 UTC  (6+ messages)
` [PATCH v4 1/5] xen/arm: vgic-v2: Handle correctly byte write in ITARGETSR
` [PATCH v4 2/5] xen/arm: vgic-v2: Don't ignore a write in ITARGETSR if one field is 0
` [PATCH v4 3/5] xen/arm: vgic: Optimize the way to store the target vCPU in the rank
` [PATCH v4 4/5] xen/arm: vgic: Introduce helpers to extract/update/clear/set vGIC register
` [PATCH v4 5/5] xen/arm: vgic-v3: Support 32-bit access for 64-bit registers

[U-Boot] [RFC] odroid DTB support
 2015-10-12 14:24 UTC  (6+ messages)

[PATCH BlueZ] monitor/avctp: Decode player features
 2015-10-12 14:24 UTC 

[dm-crypt] How to report security issues
 2015-10-12 14:08 UTC 

[PATCH v2] dmaengine: xgene-dma: Disable memcpy operation due to performance drop
 2015-10-12 14:23 UTC  (5+ messages)

[PATCH 0/2] arm: mvebu: disable unused rtc + cosmetic patch for ReadyNAS devices
 2015-10-12 14:23 UTC  (8+ messages)
` [PATCH 1/2] arm: mvebu: disable unused Armada RTC on ReadyNAS 102, 104 and 2120
` [PATCH 2/2] arm: mvebu: reorder nodes under internal-regs by address in RN2120 .dts file

[PATCH v13 00/23] Compile-time stack metadata validation
 2015-10-12 14:23 UTC  (4+ messages)

[PATCH v2] backlight: pwm: reject legacy pwm request for device defined in dt
 2015-10-12 14:19 UTC  (9+ messages)

[PATCH v1] xSplice initial foundation patches
 2015-10-12 14:20 UTC  (5+ messages)
` [PATCH v1 1/5] xsplice: Design document
    ` xsplice-build prototype (was [PATCH v1 1/5] xsplice: Design document.)

[RFC v2 0/9] Additional kmsg devices
 2015-10-12 14:20 UTC  (3+ messages)
` [RFC v2 1/9] printk: move code regarding log message storing format

[PATCH] samples: build configfs sample on when enabled
 2015-10-12 14:20 UTC  (4+ messages)

[PATCH] usb: musb: core: add common method of getting vbus status
 2015-10-12 14:14 UTC  (3+ messages)

[PATCH] Make CTRL and ALT keys work as expected on EFI systems (version 5)
 2015-10-12 14:19 UTC  (3+ messages)

[PATCH] ALSA: usb-audio: Fix max packet size calculation for USB audio
 2015-10-12 14:19 UTC  (3+ messages)

[PATCH v2] x86/mm: warn on W+x mappings
 2015-10-12 14:17 UTC  (11+ messages)

[PATCH v3 00/16] KVM: arm64: GICv3 ITS emulation
 2015-10-12 14:17 UTC  (8+ messages)
` [PATCH v3 12/16] KVM: arm64: handle pending bit for LPIs in "

[PATCH openbmc 0/7] bitbake and package files for host-ipmid
 2015-10-12 14:16 UTC  (8+ messages)
` [PATCH openbmc 1/7] Add kernel-cuimage class
` [PATCH openbmc 2/7] Allow login on ttyS4
` [PATCH openbmc 3/7] Add recipes-connectivity recipes.txt description
` [PATCH openbmc 4/7] Add linux-obmc kernel recipe
` [PATCH openbmc 5/7] Move Palmetto specific metadata to Palmetto layer
` [PATCH openbmc 6/7] "
` [PATCH openbmc 7/7] bitbake and package files for host-ipmid

[RFC PATCH 1/2] perf: Add the flag sample_disable not to output data on samples
 2015-10-12 14:14 UTC  (2+ messages)

[GIT PULL] EFI urgent fix
 2015-10-12 14:13 UTC  (2+ messages)
` [PATCH] x86/efi: Fix multiple GOP device support

LOAN OFFER!
 2015-10-12 14:13 UTC 

[PATCH v2 1/2] PCI: designware: Move LTSSM state definitions to pcie-designware.h
 2015-10-12 14:11 UTC  (7+ messages)

Add stripes filter
 2015-10-12 14:10 UTC  (2+ messages)

[Pktgen] [PATCH] pktgen_setup_packets: fix race for packet header
 2015-10-12 14:09 UTC  (7+ messages)

[PATCH v4][meta-oe] freerdp: get out of PNBLACKLIST, fix build, improve
 2015-10-12 14:09 UTC 

[PATCH] iio: Add support for LTC26xx I2C DAC
 2015-10-12 14:09 UTC  (4+ messages)

[PATCH v3][meta-oe] freerdp: get out of PNBLACKLIST, fix build, improve
 2015-10-12 14:09 UTC  (3+ messages)

[PATCH v2 0/4]librte_table: add name parameter to lpm table
 2015-10-12 14:06 UTC  (3+ messages)

[RFC] regulator: Propagate voltage changes to supply regulators
 2015-10-12 14:07 UTC  (6+ messages)
` [PATCH 4/6] regulator: core: "

[SKL-DMC-BUGFIX 0/5] SKL PC10 entry fixes
 2015-10-12 14:07 UTC  (6+ messages)
` [SKL-DMC-BUGFIX 3/5] drm/i915/skl: Do not disable cdclk PLL if csr firmware is present
` [SKL-DMC-BUGFIX 5/5] drm/i915/skl: Removed csr firmware load in resume path

[PATCH] ARM: OF implies OF_FLATTREE
 2015-10-12 14:06 UTC  (2+ messages)

[PATCH] arm64: kvm: restore EL1N SP for panic
 2015-10-12 14:04 UTC  (2+ messages)

[Qemu-devel] Quick question on NVME on qemu
 2015-10-12 14:02 UTC  (4+ messages)

[PATCH V3 0/2] Add SPDIF_GCLK clock in clock tree for imx6
 2015-10-12 14:01 UTC  (3+ messages)

[Bug 102731] New: I have a cough
 2015-10-12 14:01 UTC  (2+ messages)
` [Bug 102731] "

packagegroup not appearing in HOB
 2015-10-12 14:01 UTC  (2+ messages)

[PATCH] crypto: mxs-dcp is an stmp device
 2015-10-12 14:00 UTC  (4+ messages)

[Qemu-devel] [PULL 00/20] QAPI patches
 2015-10-12 13:59 UTC  (3+ messages)

[GIT PULL 00/11] EFI changes for v4.4
 2015-10-12 13:56 UTC  (16+ messages)
  ` [PATCH 01/11] drivers/firmware: Make efi/esrt.c driver explicitly non-modular
  ` [PATCH 02/11] efi/x86: Move efi=debug option parsing to core
  ` [PATCH 07/11] efi: Add support for UEFIv2.5 Properties table
  ` [PATCH 11/11] efi: Add "efi_fake_mem" boot option
` [PATCH 03/11] arm64: Use core efi=debug instead of uefi_debug command line parameter
` [PATCH 04/11] efi/arm64: Clean up efi_get_fdt_params() interface
` [PATCH 05/11] efifb: Add support for 64-bit frame buffer addresses
` [PATCH 06/11] efi: Add EFI_MEMORY_MORE_RELIABLE support to efi_md_typeattr_format()
` [PATCH 08/11] efi: Introduce EFI_NX_PE_DATA bit and set it from properties table
` [PATCH 09/11] efi: Auto-load the efi-pstore module
` [PATCH 10/11] x86/efi: Rename print_efi_memmap() to efi_print_memmap()

[PATCH] KVM: arm: use GIC support unconditionally
 2015-10-12 13:58 UTC  (3+ messages)

[Qemu-devel] [PATCH 1/1] log hmp/qmp command
 2015-10-12 13:58 UTC  (3+ messages)

[PATCH 0/6] watchdog: sama5d4 and at91sam9: trivial rework
 2015-10-12 13:56 UTC  (6+ messages)
` [PATCH 6/6] watchdog: sama5d4: try to set timeout from device tree first

[Qemu-devel] [PATCH] config: enable ivshmem
 2015-10-12 13:55 UTC 

[PATCH 6/6] i2c: designware: Move common probe code into i2c_dw_probe()
 2015-10-12 13:55 UTC  (2+ messages)
` [PATCH v2 "

[PATCH V2 0/2] Add support for Tegra210 ADMA
 2015-10-12 13:55 UTC  (13+ messages)
` [PATCH V2 1/2] Documentation: DT: Add binding documentation for NVIDIA ADMA

[meta-browser] Recipes draft for Chromium V45 and V47
 2015-10-12 13:54 UTC  (2+ messages)

Updated scalable urandom patchkit
 2015-10-12 13:54 UTC  (3+ messages)

[Qemu-devel] [PATCH] qmp-commands.hx: Update the supported 'transaction' operations
 2015-10-12 13:54 UTC  (4+ messages)

[Qemu-devel] [PATCH V3] hw/pxb: add chassis_nr property
 2015-10-12 13:53 UTC 

[PATCHv2] ARM64:Fix MINSIGSTKSZ and SIGSTKSZ
 2015-10-12 13:53 UTC  (6+ messages)

[Qemu-devel] [PULL 00/48] ivshmem series
 2015-10-12 13:53 UTC  (4+ messages)
` [Qemu-devel] [PULL 41/48] tests: add ivshmem qtest

[Qemu-devel] [PATCH 0/2] Hyper-V synthetic interrupt controller
 2015-10-12 13:52 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/2] kvm/x86: Hyper-V kvm exit

[RFC] mm: fix a BUG, the page is allocated 2 times
 2015-10-12 13:52 UTC  (3+ messages)

[U-Boot] ## Application terminated, rc = 0x1
 2015-10-12 13:52 UTC  (7+ messages)
    ` [U-Boot] "go" does not work for uImage - was: "
      ` [U-Boot] U-Boot version issue


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.