All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-09 18:14:52 to 2016-02-09 19:05:44 UTC [more...]

[Xenomai] mailinglist write access for non-subscribers
 2016-02-09 19:05 UTC  (10+ messages)

[RFC PATCH 0/5] arm/arm64: Making HYP vgic/timer save/restore common
 2016-02-09 19:06 UTC  (2+ messages)

[PATCH 0/2] xfs_repair: improved secondary sb search
 2016-02-09 19:05 UTC  (3+ messages)
` [PATCH 2/2] xfs_repair: new secondary superblock search method

[PATCH V3 00/16] PM / OPP: Introduce APIs to transition OPPs
 2016-02-09 19:04 UTC  (5+ messages)
` [PATCH V3 01/16] PM / OPP: get/put regulators from OPP core
` [PATCH V3 03/16] PM / OPP: Introduce dev_pm_opp_get_max_volt_latency()

[PATCH 0/4] Crypto dependency fixes
 2016-02-09 19:04 UTC  (7+ messages)
` [PATCH 1/4] systemd: Don't depend on gcrypt unnecessarily
  ` [PATCH 4/4] xserver-xorg: Add PACKAGECONFIG for crypto libraries

[PATCH] clk: lpc32xx: do not prepare clock "0"
 2016-02-09 19:03 UTC  (2+ messages)

[PATCH v2 0/8] MIPS: Add support for OCTEON cn78xx and cn73xx
 2016-02-09 19:00 UTC  (10+ messages)
` [PATCH v2 1/8] MIPS: OCTEON: Remove some code limiting NR_IRQS to 255
` [PATCH v2 2/8] MIPS: Select CONFIG_HANDLE_DOMAIN_IRQ and make it work
` [PATCH v2 3/8] MIPS: OCTEON: Add register definitions for cn73xx, cnf75xx and cn78xx
` [PATCH v2 4/8] MIPS: OCTEON: Add model checking support "
` [PATCH v2 5/8] MIPS: OCTEON: Don't attempt to use nonexistent registers on OCTEON III models
` [PATCH v2 6/8] [PATCH] MIPS: OCTEON: Add support for OCTEON III interrupt controller
` [PATCH v2 7/8] MIPS: OCTEON: Add SMP support for OCTEON cn78xx et al
` [PATCH v2 8/8] MIPS: OCTEON: Simplify code in octeon_irq_ciu_gpio_set_type()

[PATCH] curl: drop obsolete pkgconfig_fix.patch
 2016-02-09 19:02 UTC 

[PATCH iproute2 1/2] tipc: fix help text spelling error in node.c
 2016-02-09 19:00 UTC  (3+ messages)
` [PATCH iproute2 2/2] tipc: add peer remove functionality

[PATCH] staging: rtl8192u: Use kmalloc_array instead of kmalloc
 2016-02-09 23:58 UTC 

[PATCH V2] Support for NIOS2 architecture
 2016-02-09 18:57 UTC 

[PATCH 1/2] clk: lpc32xx: add clock frequency output configuration
 2016-02-09 18:57 UTC  (2+ messages)

[PATCH 0/3] Introduce GCC plugin infrastructure
 2016-02-09 18:55 UTC  (5+ messages)
` [PATCH 2/3] Add Cyclomatic complexity GCC plugin
      ` [kernel-hardening] "

[U-Boot] [PATCH] test, tools: introduce tbot README
 2016-02-09 18:57 UTC  (4+ messages)
` [U-Boot] "

Kill ->fb_rotate?
 2016-02-09 18:56 UTC  (3+ messages)
` [PATCH] fbdev: kill fb_rotate

[U-Boot] exclude email by patman
 2016-02-09 18:56 UTC  (6+ messages)

[PATCH 0/2] ARM: shmobile: Remove legacy machine_desc.map_io() callbacks
 2016-02-09 18:54 UTC  (4+ messages)

[PATCH] liburcu: Support for NIOS2 architecture
 2016-02-09 18:54 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] package/x11r7/xserver_xorg-server: bump version to 1.18.1
 2016-02-09 18:53 UTC 

[U-Boot] Need help for custom board brigup
 2016-02-09 18:51 UTC 

[Qemu-devel] [PATCH] build: Don't redefine 'inline'
 2016-02-09 18:49 UTC 

[PATCH 0/3] cpufreq: Replace timers with utilization update callbacks
 2016-02-09 18:49 UTC  (6+ messages)
` [PATCH 3/3 v3] cpufreq: governor: "
  ` [PATCH 3/3 v4] "
    ` [PATCH 3/3 v5] "

[Qemu-devel] [PATCH] tcg: Work around clang bug wrt enum ranges, part 2
 2016-02-09 18:48 UTC 

[PATCH v2 00/28] ARM: KVM: Rewrite the world switch in C (mostly)
 2016-02-09 18:49 UTC  (81+ messages)
` [PATCH v2 01/28] ARM: KVM: Move the HYP code to its own section
` [PATCH v2 02/28] ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_end
` [PATCH v2 03/28] ARM: KVM: Move VFP registers to a CPU context structure
` [PATCH v2 04/28] ARM: KVM: Move CP15 array into the "
` [PATCH v2 05/28] ARM: KVM: Move GP registers "
` [PATCH v2 06/28] ARM: KVM: Add a HYP-specific header file
` [PATCH v2 08/28] ARM: KVM: Add TLB invalidation code
` [PATCH v2 09/28] ARM: KVM: Add CP15 save/restore code
` [PATCH v2 10/28] ARM: KVM: Add timer save/restore
` [PATCH v2 11/28] ARM: KVM: Add vgic v2 save/restore
` [PATCH v2 12/28] ARM: KVM: Add VFP save/restore
` [PATCH v2 13/28] ARM: KVM: Add banked registers save/restore
` [PATCH v2 14/28] ARM: KVM: Add guest entry code
` [PATCH v2 15/28] ARM: KVM: Add VFP lazy save/restore handler
` [PATCH v2 16/28] ARM: KVM: Add the new world switch implementation
` [PATCH v2 17/28] ARM: KVM: Add populating of fault data structure
` [PATCH v2 19/28] ARM: KVM: Add panic handling code
` [PATCH v2 20/28] ARM: KVM: Change kvm_call_hyp return type to unsigned long
` [PATCH v2 21/28] ARM: KVM: Remove the old world switch
` [PATCH v2 22/28] ARM: KVM: Switch to C-based stage2 init
` [PATCH v2 23/28] ARM: KVM: Remove __weak attributes
` [PATCH v2 24/28] ARM: KVM: Turn CP15 defines to an enum
` [PATCH v2 25/28] ARM: KVM: Cleanup asm-offsets.c
` [PATCH v2 26/28] ARM: KVM: Remove unused hyp_pc field
` [PATCH v2 27/28] ARM: KVM: Remove handling of ARM_EXCEPTION_DATA/PREF_ABORT
` [PATCH v2 28/28] ARM: KVM: Remove __kvm_hyp_exit/__kvm_hyp_exit_end

[obsolete] x86-efi-use-proper-units-in-efi_find_mirror.patch removed from -mm tree
 2016-02-09 18:48 UTC 

[obsolete] lib-string_helpers-fix-indentation-in-few-places.patch removed from -mm tree
 2016-02-09 18:48 UTC 

[obsolete] lib-string_helpers-export-string_units_210-for-others.patch removed from -mm tree
 2016-02-09 18:48 UTC 

[Qemu-devel] [PULL 00/49] pc and misc cleanups and fixes, virtio optimizations
 2016-02-09 18:48 UTC  (9+ messages)
` [Qemu-devel] [PULL 48/49] i386: populate floppy drive information in DSDT

[alternative-merged] x86-efi-print-size-and-base-in-binary-units-in-efi_print_memmap.patch removed from -mm tree
 2016-02-09 18:48 UTC 

[PATCH 2/2] dt-bindings: clock: add lpc32xx clock frequency output
 2016-02-09 18:47 UTC 

[obsolete] linux-next-git-rejects.patch removed from -mm tree
 2016-02-09 18:47 UTC 

[alternative-merged] arm-mm-do-not-use-virt_to_idmap-for-nommu-systems.patch removed from -mm tree
 2016-02-09 18:46 UTC 

[PATCH v1] travis-ci: override CFLAGS properly, add -Wdeclaration-after-statement
 2016-02-09 18:46 UTC  (5+ messages)

[Qemu-devel] [PATCH 00/15] tcg mips64 and mipsr6 improvements
 2016-02-09 18:46 UTC  (5+ messages)
` [Qemu-devel] [PATCH 14/15] tcg-mips: Use mipsr6 instructions in branches

Another proposal for DAX fault locking
 2016-02-09 18:46 UTC  (5+ messages)

[PATCH] ARM: shmobile: r8a7740: Remove obsolete #include <asm/hardware/cache-l2x0.h>
 2016-02-09 18:45 UTC 

[Qemu-devel] [PULL 00/15] target-arm queue
 2016-02-09 18:43 UTC  (16+ messages)
` [Qemu-devel] [PULL 01/15] target-arm: Fix typo in comment in arm_is_secure_below_el3()
` [Qemu-devel] [PULL 02/15] target-arm: Implement MDCR_EL3 and SDCR
` [Qemu-devel] [PULL 03/15] target-arm: Use access_trap_aa32s_el1() for SCR and MVBAR
` [Qemu-devel] [PULL 04/15] target-arm: Update arm_generate_debug_exceptions() to handle EL2/EL3
` [Qemu-devel] [PULL 05/15] target-arm: Add isread parameter to CPAccessFns
` [Qemu-devel] [PULL 06/15] target-arm: Implement NSACR trapping behaviour
` [Qemu-devel] [PULL 07/15] target-arm: Enable EL3 for Cortex-A53 and Cortex-A57
` [Qemu-devel] [PULL 08/15] target-arm: Correct misleading 'is_thumb' syn_* parameter names
` [Qemu-devel] [PULL 09/15] target-arm: Fix IL bit reported for Thumb coprocessor traps
` [Qemu-devel] [PULL 10/15] target-arm: Fix IL bit reported for Thumb VFP and Neon traps
` [Qemu-devel] [PULL 11/15] cpu: Add callback to check architectural watchpoint match
` [Qemu-devel] [PULL 12/15] target-arm: Implement checking of fired watchpoint
` [Qemu-devel] [PULL 13/15] sd: limit 'req.cmd' while using as an array index
` [Qemu-devel] [PULL 14/15] hw/arm/virt: fix max-cpus check
` [Qemu-devel] [PULL 15/15] bcm2835_property: implement "get board revision" query

[PATCH] dmascc: Return correct error codes
 2016-02-09 18:42 UTC 

[U-Boot] [PATCH] net: phy: do not read configuration register on reset
 2016-02-09 18:42 UTC  (2+ messages)

[PATCH] ASoC: rt5645: add "coreboot" to dmi_system_id list
 2016-02-09 18:41 UTC  (4+ messages)

[PATCH 0/4] kvmclock: improve accuracy
 2016-02-09 18:41 UTC  (3+ messages)
` [PATCH 4/4] KVM: x86: track actual TSC frequency from the timekeeper struct

[PATCH 2/2] driver/net/mpipe: fix the crash/hung issue when testpmd quits
 2016-02-09 18:40 UTC  (4+ messages)
` [PATCH v2 1/2] driver/net/mpipe: add rte_vect.h and enable CONFIG_RTE_LIBRTE_LPM

COPYING tabs vs whitespaces
 2016-02-09 18:40 UTC  (6+ messages)

[PATCH] ASoC: nau8825: add crosstalk suppression feature
 2016-02-09 18:39 UTC  (2+ messages)

[GIT PULL] Renesas ARM Based SoC DT Updates for v4.6
 2016-02-09 18:39 UTC  (4+ messages)

[PATCH] tools/vm/page-types.c: add memory cgroup dumping and filtering
 2016-02-09 18:37 UTC  (4+ messages)

[PATCH 3/3] driver/net/mpipe: fix a mpipe link initialization ordering issue
 2016-02-09 18:37 UTC  (4+ messages)
` [PATCH v2 1/3] driver/net/mpipe: support native build on tilegx platform

[PATCH] ARM: dts: sun7i: Enable USB DRC on MK808C
 2016-02-09 18:36 UTC  (3+ messages)
` [linux-sunxi][PATCH] "

[PATCH v2] ARM: dts: sun7i: Enable USB DRC on Olimex A20 EVB
 2016-02-09 18:36 UTC  (3+ messages)
` [linux-sunxi][PATCH "

[PATCH v2] ARM: dts: sun7i: Enable USB DRC on Itead Ibox
 2016-02-09 18:34 UTC  (3+ messages)
` [linux-sunxi][PATCH "

[PATCH 1/2] Input: Colibri VF50 - Add missing #include <linux/of.h>
 2016-02-09 18:34 UTC  (4+ messages)
` [PATCH 2/2] Input: Allow compile test of Goodix and Colibri VF50 if !GPIOLIB

[PATCH v2] sparc64: Reduce TLB flushes during hugepage unmap
 2016-02-09 18:33 UTC  (2+ messages)

[PATCH v2] ARM: sunxi_defconfig: Enable MUSB HDRC driver with Allwinner glue
 2016-02-09 18:31 UTC  (3+ messages)

[PATCH] docs: document shortcomings of running QEMU as non-root
 2016-02-09 18:30 UTC  (2+ messages)

[PATCH V2] Support for NIOS2 architecture
 2016-02-09 18:30 UTC 

[PATCH] ARM: dts: Move syscon reboot/poweroff to common dtsi for Exynos
 2016-02-09 18:30 UTC  (2+ messages)

[PATCH 1/2] devm: add helper devm_add_action_or_reset()
 2016-02-09 18:29 UTC  (4+ messages)

[Qemu-devel] [PATCH 00/14] More #include cleanups
 2016-02-09 18:29 UTC  (9+ messages)

[PATCH v3 0/8] Management Complex restool driver
 2016-02-09 18:29 UTC  (3+ messages)
` [PATCH v3 7/8] staging: fsl-mc: update TODO and README for "

[PATCH 0/2] CREG clk driver for NXP LPC18xx family
 2016-02-09 18:29 UTC  (5+ messages)

[PATCH babeltrace 2/3] Fix: CTF parser: accept signed constant literals
 2016-02-09 18:27 UTC  (2+ messages)
` [PATCH babeltrace 3/3] Handle negative time and offset from Epoch

[PATCH babeltrace 1/3] Fix: out-of-bound memory access
 2016-02-09 18:27 UTC 

Crashes with 874bbfe600a6 in 3.18.25
 2016-02-09 18:27 UTC  (11+ messages)

[PATCH 0/6] ibmvscsi: code cleanup
 2016-02-09 18:27 UTC  (6+ messages)
` [PATCH 2/6] ibmvscsi: Add and use enums for valid CRQ header values

[PATCH 0/4] nvme: split pci module out of core module
 2016-02-09 18:26 UTC  (4+ messages)
` [PATCH 4/4] "

[Qemu-devel] [PATCH 0/8] ipmi: a couple of enhancements to the BMC simulator (round 2)
 2016-02-09 18:25 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/5] TCG support for XSAVE and PKE
 2016-02-09 18:25 UTC  (4+ messages)

[PATCH v5 for Xen 4.7 0/4] Enable per-VCPU parameter settings for RTDS scheduler
 2016-02-09 18:25 UTC  (9+ messages)
` [PATCH v5 for Xen 4.7 1/4] xen: enable "
` [PATCH v5 for Xen 4.7 2/4] libxc: "
` [PATCH v5 for Xen 4.7 4/4] xl: "

[RFC PATCH v3 0/3] Add ACPI support for HiSilicon PCIe Host Controllers
 2016-02-09 18:24 UTC  (7+ messages)
` [RFC PATCH v3 2/3] PCI: hisi: Add ECAM support to HiSilicon PCIe host controller
` [RFC PATCH v3 3/3] PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs Host Controllers

Use fast device only for metadata?
 2016-02-09 18:23 UTC  (6+ messages)

[RFC][PATCH] usb: gadget: u_ether: Add workqueue as bottom half handler for rx data path
 2016-02-09 18:23 UTC  (5+ messages)

[PATCH 0/9] xen: build fixes with gcc5 and binutils 2.25.0
 2016-02-09 18:23 UTC  (10+ messages)
` [Cocci] [PATCH 2/9] Use gnutls_priority_set_direct() to deprecate gnutls_*_set()
  ` [Cocci] [Xen-devel] "
            `  "

[PATCH 0/3] usb: USB Type-C Class and driver for UCSI
 2016-02-09 18:22 UTC  (7+ messages)
` [PATCH 1/3] usb: USB Type-C Connector Class
` [PATCH 2/3] usb: type-c: USB Type-C Connector System Software Interface
` [PATCH 3/3] usb: type-c: UCSI ACPI driver

PROBLEM: Intel HDMI output busticated on 4.4 (regression)
 2016-02-09 18:22 UTC  (12+ messages)

[PATCH net v2 0/3] Set a large MTU on ovs-created tunnel devices
 2016-02-09 18:22 UTC  (4+ messages)
` [PATCH net v2 2/3] geneve: Relax MTU constraints

[PATCH v5 00/10] Fix icase grep on non-ascii
 2016-02-09 18:21 UTC  (7+ messages)
` [PATCH v6 00/11] "
  ` [PATCH v6 02/11] grep: break down an "if" stmt in preparation for next changes
  ` [PATCH v6 04/11] test-regex: expose full regcomp() to the command line

[PATCH v2 1/1] XEN/ARM: Add Odroid-XU3/XU4 support
 2016-02-09 18:20 UTC  (5+ messages)

[PATCH v4] regulator: qcom-saw: Add support for SAW regulators
 2016-02-09 18:20 UTC  (2+ messages)
` Applied "regulator: qcom-saw: Add support for SAW regulators" to the regulator tree

[PATCH] of/irq: Fix msi-map calculation for nonzero rid-base
 2016-02-09 18:19 UTC  (8+ messages)

[PATCH] ASoC: rsnd: rsnd_ssi_is_multi_slave() macro uses rsnd_ssi_multi_slaves()
 2016-02-09 18:20 UTC  (2+ messages)
` Applied "ASoC: rsnd: rsnd_ssi_is_multi_slave() macro uses rsnd_ssi_multi_slaves()" to the asoc tree

[PATCH 1/4] spi: Let drivers translate ACPI DeviceSelection to suitable Linux chip select
 2016-02-09 18:20 UTC  (2+ messages)
  ` Applied "spi: Let drivers translate ACPI DeviceSelection to suitable Linux chip select" to the spi tree

[PATCH v5 0/5] Multi-instance vTPM driver
 2016-02-09 18:20 UTC  (6+ messages)
` [PATCH v5 4/5] Initialize TPM and get durations and timeouts

[PATCH] clk: fix __clk_init_parent() for single parent clocks
 2016-02-09 18:18 UTC  (2+ messages)

[U-Boot] [PATCH] Makefile: remove BUILD_TAG from KBUILD_CFLAGS
 2016-02-09 18:18 UTC  (7+ messages)
      ` [U-Boot] [PATCH] Makefile: remove BUILD_TAG from KBUILD_CFLAGSilver pepper blue dog

commit 5146e0b05963 is causing a kernel crash on SoCFPGA
 2016-02-09 18:18 UTC  (5+ messages)

Bluetooth PAN Connection - NAP and GN
 2016-02-09 18:17 UTC 

[Buildroot] [PATCH 1/1] Allow imagemagick to find ghostscript fonts
 2016-02-09 18:16 UTC  (2+ messages)

[Buildroot] [PATCH v3] pandaboard_defconfig: bump u-boot to 2015.10 and kernel to 4.3
 2016-02-09 18:14 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.