All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-22 21:41:47 to 2016-02-22 22:31:57 UTC [more...]

[PATCH 08/10] x86/xsaves: Fix PTRACE frames for XSAVES
 2016-02-22 22:29 UTC  (5+ messages)

[PATCH 00/24] Second batch of LNet updates
 2016-02-22 22:29 UTC  (38+ messages)
` [lustre-devel] "
` [lustre-devel] [PATCH 01/24] staging: lustre: Dynamic LNet Configuration (DLC) IOCTL changes
` [PATCH 02/24] staging: lustre: Dynamic LNet Configuration (DLC) show command
  ` [lustre-devel] "
` [lustre-devel] [PATCH 03/24] staging: lustre: fix crash due to NULL networks string
` [lustre-devel] [PATCH 04/24] staging: lustre: DLC user/kernel space glue code
` [PATCH 05/24] staging: lustre: make local functions static for LNet ni
  ` [lustre-devel] "
` [PATCH 06/24] staging: lustre: remove LUSTRE_{,SRV_}LNET_PID
  ` [lustre-devel] [PATCH 06/24] staging: lustre: remove LUSTRE_{, SRV_}LNET_PID
` [PATCH 07/24] staging: lustre: improve LNet clean up code and API
  ` [lustre-devel] "
` [lustre-devel] [PATCH 08/24] staging: lustre: return appropriate errno when adding route
` [lustre-devel] [PATCH 09/24] staging: lustre: make some lnet functions static
` [lustre-devel] [PATCH 10/24] staging: lustre: missed a few cases of using NULL instead of 0
` [lustre-devel] [PATCH 11/24] staging: lustre: startup lnet acceptor thread dynamically
` [PATCH 12/24] staging: lustre: reject invalid net configuration for lnet
  ` [lustre-devel] "
` [lustre-devel] [PATCH 13/24] staging: lustre: return -EEXIST if NI is not unique
` [lustre-devel] [PATCH 14/24] staging: lustre: handle lnet_check_routes() errors
` [PATCH 15/24] staging: lustre: improvement to router checker
  ` [lustre-devel] "
` [lustre-devel] [PATCH 16/24] staging: lustre: assume a kernel build
` [lustre-devel] [PATCH 17/24] staging: lustre: prevent assert on LNet module unload
` [lustre-devel] [PATCH 18/24] staging: lustre: remove messages from lazy portal on NI shutdown
` [PATCH 19/24] staging: lustre: remove unnecessary EXPORT_SYMBOL from lnet layer
  ` [lustre-devel] "
` [PATCH 20/24] staging: lustre: avoid race during lnet acceptor thread termination
  ` [lustre-devel] "
` [PATCH 21/24] staging: lustre: use sock.h in only acceptor.c
  ` [lustre-devel] "
` [PATCH 22/24] staging: lustre: Allocate the correct number of rtr buffers
  ` [lustre-devel] "
` [PATCH 23/24] staging: lustre: Use lnet_is_route_alive for router aliveness
  ` [lustre-devel] "
` [PATCH 24/24] staging: lustre: Remove LASSERTS from router checker
  ` [lustre-devel] "

[PATCH 0/3] Upgrade glibc 2.23
 2016-02-22 22:31 UTC  (3+ messages)
` [PATCH 1/3] glibc: Upgrade to 2.23

[PATCH 0/4] Tracepoints for deadline scheduler
 2016-02-22 22:30 UTC  (6+ messages)
` [PATCH 3/4] sched/deadline: "

[PATCH 0/8] X.509: Software public key subtype changes
 2016-02-22 22:29 UTC  (6+ messages)
` [PATCH 4/8] akcipher: Move the RSA DER encoding to the crypto layer

[patch net-next 0/9] Introduce devlink interface and first drivers to use it
 2016-02-22 22:29 UTC  (3+ messages)
` [patch net-next 1/9] Introduce devlink infrastructure

[patch V3 00/28] x86/perf/intel/uncore|rapl: Fix error handling and sanitize pmu management
 2016-02-22 22:19 UTC  (29+ messages)
` [patch V3 01/28] x86/perf/intel/uncore: Remove pointless mask check
` [patch V3 02/28] x86/perf/intel/uncore: Simplify error rollback
` [patch V3 03/28] x86/perf/intel/uncore: Fix error handling
` [patch V3 04/28] x86/perf/intel/uncore: Add sanity checks for pci dev package id
` [patch V3 05/28] x86/perf/intel_uncore: Cleanup hardware on exit
` [patch V3 06/28] x86/perf/intel/uncore: Drop pointless hotplug priority
` [patch V3 07/28] x86/perf/intel_uncore: Make code readable
` [patch V3 08/28] x86/perf/uncore: Make uncore_pcibus_to_physid static
` [patch V3 09/28] perf: Allow storage of pmu private data in event
` [patch V3 10/28] x86/perf/intel_uncore: Store box in event->pmu_private
` [patch V3 11/28] x86/topology: Create logical package id
` [patch V3 12/28] x86/perf/uncore: Track packages not per cpu data
` [patch V3 13/28] x86/perf/intel_uncore: Clear all hardware state on exit
` [patch V3 14/28] x86/perf/intel_uncore: Make PCI and MSR uncore independent
` [patch V3 15/28] cpumask: Export cpumask_any_but
` [patch V3 16/28] x86/perf/intel_uncore: Make it modular
` [patch V3 18/28] x86/perf/intel_rapl: Make Knights Landings support functional
` [patch V3 17/28] x86/perf/cqm: Get rid of the silly for_each_cpu lookups
` [patch V3 19/28] x86/perf/intel/rapl: Add proper error handling
` [patch V3 20/28] x86/perf/intel/rapl: Sanitize the quirk handling
` [patch V3 21/28] x86/perf/intel/rapl: Calculate timing once
` [patch V3 22/28] x86/perf/intel/rapl: Cleanup the printk output
` [patch V3 23/28] x86/perf/intel/rapl: Refactor code some more
` [patch V3 24/28] x86/perf/intel/rapl: Make pmu lock raw
` [patch V3 25/28] x86/perf/intel/rapl: Utilize event->pmu_private
` [patch V3 26/28] x86/perf/intel/rapl: Convert it to a per package facility
` [patch V3 27/28] perf: Export perf_event_sysfs_show
` [patch V3 28/28] x86/perf/intel/rapl: Make it modular

[PATCH] powerpc/pagetable: Add option to dump kernel pagetable
 2016-02-22 22:27 UTC  (3+ messages)

[PATCH] intel-hid: allocate correct amount of memory for private struct
 2016-02-22 22:27 UTC  (2+ messages)

Test failures with GNU grep 2.23
 2016-02-22 22:25 UTC  (12+ messages)
` [PATCH 0/2] Fix test "
  ` [PATCH 1/2] t8005: avoid grep on non-ASCII data
  ` [PATCH 2/2] t9200: "

[PATCH 1/2] prueth-fw: add firmware images for PRU Ethernet on AM57xx
 2016-02-22 22:25 UTC  (2+ messages)
` [PATCH 2/2] linux-ti-staging: rdepends on prueth-fw

[PATCH 0/3] MIPS: OCTEON: Make DT "model" visible in /proc/cpuinfo
 2016-02-22 22:22 UTC  (4+ messages)
` [PATCH 1/3] MIPS: OCTEON: board_type_to_string: return NULL for unsupported board
` [PATCH 2/3] MIPS: OCTEON: initialize system type string after device tree init
` [PATCH 3/3] MIPS: OCTEON: use model string from DTB for unknown board type

[Buildroot] [git commit] afboot-stm32: new package
 2016-02-22 22:23 UTC 

[Buildroot] [git commit branch/next] afboot-stm32: new package
 2016-02-22 22:23 UTC 

[PATCH 0/2] nfit, libnvdimm: ars fixups for acpi6.1 compatibility
 2016-02-22 22:22 UTC  (3+ messages)
` [PATCH 2/2] nfit: update address range scrub commands to the acpi 6.1 format

[Buildroot] pjsip package status
 2016-02-22 22:21 UTC  (3+ messages)

[Buildroot] [PATCH] msr-tools: new package
 2016-02-22 22:21 UTC  (3+ messages)

[Buildroot] Analysis of build results for 2016-02-21
 2016-02-22 22:21 UTC  (3+ messages)

[PATCH v3 00/11] Multi-instance vTPM driver
 2016-02-22 22:20 UTC  (10+ messages)
` [PATCH v3 04/11] tpm: Provide strong locking for device removal
` [PATCH v3 05/11] tpm: Get rid of module locking
` [PATCH v3 06/11] tpm: Split out the devm stuff from tpmm_chip_alloc

[PATCH] nvdimm: use 'u64' for pfn flags
 2016-02-22 22:19 UTC  (7+ messages)

What's cooking in git.git (Feb 2016, #06; Mon, 22)
 2016-02-22 22:18 UTC 

[PATCH v2 0/3] vfs: Use per-cpu list for SB's s_inodes list
 2016-02-22 22:18 UTC  (9+ messages)
` [PATCH v2 3/3] vfs: Use per-cpu list for superblock's inode list

[ANNOUNCE] Git v2.7.2
 2016-02-22 22:18 UTC 

[PATCHv2] clk: socfpga: allow for multiple parents on Arria10 periph clocks
 2016-02-22 22:18 UTC  (2+ messages)

[PATCH v2 0/5] Tests and fixes for merge-recursive rename options
 2016-02-22 22:16 UTC  (3+ messages)

[PATCH] clk: socfpga: allow for multiple parents on Arria10 periph clocks
 2016-02-22 22:14 UTC  (5+ messages)

[Qemu-devel] [PATCH RFC 0/2] Versioning ARM virt machine types
 2016-02-22 22:14 UTC  (3+ messages)
` [Qemu-arm] "

[PATCH v4 1/1] ideapad-laptop: Add ideapad Y700 (15) to the no_hw_rfkill DMI list
 2016-02-22 22:14 UTC  (2+ messages)

net: netcp: regarding commit 899077: netcp: try to reduce type confusion in descriptors
 2016-02-22 22:13 UTC  (2+ messages)

Fetcher broken?
 2016-02-22 22:12 UTC  (5+ messages)

What's cooking in git.git (Feb 2016, #05; Wed, 17)
 2016-02-22 22:12 UTC  (2+ messages)
` whither merge-tree? (was: What's cooking in git.git (Feb 2016, #05; Wed, 17))

USI chip driver compatibility
 2016-02-22 22:11 UTC 

Question regarding linux kernel recipes for mx28 and mx5
 2016-02-22 22:11 UTC 

master - lvmdbusd: Initial unit test driver script
 2016-02-22 22:11 UTC 

master - lvmdbusd: Remove unlimited retries
 2016-02-22 22:11 UTC 

master - lvmdbusd: Add env variable to use session bus
 2016-02-22 22:11 UTC 

master - lvmdbus: Make unit tests work in test env
 2016-02-22 22:11 UTC 

master - lvmdbusd: background.py, fix stdout parse error
 2016-02-22 22:10 UTC 

master - lvmdbustest.py: Make executable
 2016-02-22 22:10 UTC 

[PATCHv8 0/5] Driver for new "VMD" device
 2016-02-22 22:10 UTC  (7+ messages)

[PATCHv2] clk: ti: omap3+: dpll: use non-locking version of clk_get_rate
 2016-02-22 22:10 UTC  (6+ messages)

[GIT PULL] soc-camera + generic V4L for 4.6 #2
 2016-02-22 22:09 UTC 

[Qemu-devel] drive-backup
 2016-02-22 22:08 UTC  (2+ messages)

[PATCH] usb: chipidea: Configure DMA properties and ops from DT
 2016-02-22 22:07 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/3] blockjob: correct backup cluster size for backups
 2016-02-22 22:07 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/3] block/backup: make backup cluster size configurable
` [Qemu-devel] [PATCH v2 2/3] block/backup: avoid copying less than full target clusters
` [Qemu-devel] [PATCH v2 3/3] iotests/124: Add cluster_size mismatch test

[kernel-hardening] [PATCHv2] lkdtm: Add READ_AFTER_FREE test
 2016-02-22 22:06 UTC  (8+ messages)
` [kernel-hardening] "
          `  "

[PATCH] xen/x86: Zero out .bss for PV guests
 2016-02-22 22:06 UTC 

[PATCH] xen/x86: Zero out .bss for PV guests
 2016-02-22 22:06 UTC 

Question about ABS_DISTANCE's intended usage
 2016-02-22 22:04 UTC  (5+ messages)

[PATCH V2 00/13] block-throttle: proportional throttle
 2016-02-22 22:01 UTC  (14+ messages)
` [PATCH V2 01/13] block: estimate disk performance
` [PATCH V2 02/13] blk-throttle: cleanup io cost related stuff
` [PATCH V2 03/13] blk-throttle: add abstract to index data
` [PATCH V2 04/13] blk-throttle: weight based throttling
` [PATCH V2 05/13] blk-throttling: detect inactive cgroup
` [PATCH V2 06/13] blk-throttle: add per-cgroup data
` [PATCH V2 07/13] blk-throttle: add interface for proporation based throttle
` [PATCH V2 08/13] blk-throttle: add cgroup2 interface
` [PATCH V2 09/13] blk-throttle: add trace for new proporation throttle
` [PATCH V2 10/13] blk-throttle: over estimate bandwidth
` [PATCH V2 11/13] blk-throttle: shrink cgroup share if its target is overestimated
` [PATCH V2 12/13] blk-throttle: restore shrinked cgroup share
` [PATCH V2 13/13] blk-throttle: detect wrong shrink

GSoC 2016: applications open, deadline = Fri, 19/2
 2016-02-22 22:02 UTC  (10+ messages)

[oe-layersetup][PATCH] oe-layertool-setup: pass TI_SECURE_DEV_PKG_AM4 and TI_SECURE_DEV_PKG_DRA7 env vars
 2016-02-22 22:02 UTC 

Books Regarding Linux Kernel
 2016-02-22 22:02 UTC  (4+ messages)

[Qemu-devel] [PATCH] qmp-shell: fix pretty printing of JSON responses
 2016-02-22 22:02 UTC  (2+ messages)

xfstests configure error with xfsprogs v4.5-rc1
 2016-02-22 21:58 UTC  (5+ messages)

[PATCH] clk: lpc32xx: fix compilation warning
 2016-02-22 21:58 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Fix unexpected free of bcast_own on add_if error
 2016-02-22 21:56 UTC  (2+ messages)
` [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: Split batadv_iv_ogm_orig_del_if function

[Buildroot] [PATCH] zmqpp: bump to version 4.1.2
 2016-02-22 21:56 UTC  (4+ messages)

[Qemu-devel] [PATCH] target-i386: fix confusion in xcr0 bit position vs. mask
 2016-02-22 21:56 UTC  (3+ messages)

[GIT PULL] omap device tree changes for v4.6 merge window, part 1
 2016-02-22 21:56 UTC  (2+ messages)

[PATCH v2 0/2] CREG clk driver for NXP LPC18xx family
 2016-02-22 21:55 UTC  (4+ messages)
` [PATCH v2 1/2] clk: add lpc18xx creg clk driver

[PATCH v2 0/3] ACPI 6.1 update for NFIT Control Region Structure
 2016-02-22 21:55 UTC  (4+ messages)
` [PATCH v2 1/3] ACPI/NFIT: Update Control Region Structure to comply ACPI 6.1
` [PATCH v2 2/3] ACPI/NFIT: Add NVDIMM ID "id" under sysfs
` [PATCH v2 3/3] nfit_test: Update SPD ID init handlings

[PATCH] u-boot-ti-staging: add support for DRA7 and AM4 secure devices
 2016-02-22 21:54 UTC 

[Buildroot] [PATCH v2 00/15] Add support for STM32F469-DISCO & STM32F469-DISCO boards
 2016-02-22 21:54 UTC  (4+ messages)
` [Buildroot] [PATCH v2 01/15] boot: Add new bootloader afboot-stm32

[PATCH] btrfs: avoid uninitialized variable warning
 2016-02-22 21:53 UTC  (2+ messages)

[PATCH 0/4] Add Ethernet support on STM32F429
 2016-02-22 21:52 UTC  (6+ messages)
` [PATCH 1/4] net: ethernet: dwmac: add Ethernet glue logic for stm32 chip

support request: how to fix corruption after offline-shrink?
 2016-02-22 21:51 UTC  (2+ messages)

[PATCH net-next] bgmac: support Ethernet device on BCM47094 SoC
 2016-02-22 21:51 UTC 

[PATCH] fs: crypto: add CONFIG_BLOCK dependency
 2016-02-22 21:51 UTC  (2+ messages)

[RFC 0/2] New MAP_PMEM_AWARE mmap flag
 2016-02-22 21:50 UTC  (9+ messages)

[PATCH 0/5] mpu6050: code clean and calibration support
 2016-02-22 21:50 UTC  (4+ messages)
` [PATCH 1/5] iio: imu: mpu6050: use inv_mpu6050_sensor_show return code

[PATCH] ubi: Fix early logging
 2016-02-22 21:47 UTC 

[PATCH 0/3] cpufreq: Replace timers with utilization update callbacks
 2016-02-22 21:46 UTC  (10+ messages)
` [PATCH v8 1/3] cpufreq: Add mechanism for registering "
  ` [PATCH v9 "
    ` [PATCH v10 "

[PATCH] Documentation/memory-barriers: fix wrong comment in example
 2016-02-22 21:45 UTC  (10+ messages)

RFC can-j1939
 2016-02-22 21:36 UTC 

[review-request] fix banner after customimage package add
 2016-02-22 21:42 UTC  (4+ messages)
` [PATCH 1/1] toaster: "

AC600 wifi USB sticks for ham-radio use (5 Ghz)
 2016-02-22 21:42 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] mx7_common: Remove unexisting options
 2016-02-22 21:41 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] mx7dsabresd: Define serial port locally


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.