All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-04 21:56:03 to 2016-02-04 22:50:52 UTC [more...]

[PATCH 0/6] iWARP patches for the 4.5-rc2 rebase
 2016-02-05 22:01 UTC  (3+ messages)
  ` [PATCH 5/6] IB: generic RDMA READ/WRITE API
  ` [PATCH 6/6] nvmet_rdma: use generic RDMA READ/WRITE path

[4.2.y-ckt stable] Linux 4.2.8-ckt4 stable review
 2016-02-04 22:44 UTC  (30+ messages)
` [PATCH 4.2.y-ckt 01/64] [4.2-stable only] Revert "arm64: mm: use correct mapping granularity under DEBUG_RODATA"
` [PATCH 4.2.y-ckt 04/64] xen-netback: respect user provided max_queues
` [PATCH 4.2.y-ckt 05/64] xen-netfront: "
` [PATCH 4.2.y-ckt 08/64] KVM: PPC: Fix emulation of H_SET_DABR/X on POWER8
` [PATCH 4.2.y-ckt 09/64] KVM: PPC: Fix ONE_REG AltiVec support
` [PATCH 4.2.y-ckt 11/64] drm/amdgpu: fix tonga smu resume
` [PATCH 4.2.y-ckt 12/64] perf kvm record/report: 'unprocessable sample' error while recording/reporting guest data
` [PATCH 4.2.y-ckt 13/64] hrtimer: Handle remaining time proper for TIME_LOW_RES
` [PATCH 4.2.y-ckt 14/64] timerfd: Handle relative timers with CONFIG_TIME_LOW_RES proper
` [PATCH 4.2.y-ckt 15/64] posix-timers: "
` [PATCH 4.2.y-ckt 16/64] itimers: "
` [PATCH 4.2.y-ckt 50/64] irqchip/atmel-aic: Fix wrong bit operation for IRQ priority
` [PATCH 4.2.y-ckt 52/64] drm/radeon: cleaned up VCO output settings for DP audio
` [PATCH 4.2.y-ckt 53/64] drm/radeon: Add a common function for DFS handling
` [PATCH 4.2.y-ckt 54/64] drm/radeon: fix DP audio support for APU with DCE4.1 display engine
` [PATCH 4.2.y-ckt 55/64] cpufreq: Fix NULL reference crash while accessing policy->governor_data
` [PATCH 4.2.y-ckt 56/64] cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototype
` [PATCH 4.2.y-ckt 57/64] ALSA: dummy: Disable switching timer backend via sysfs
` [PATCH 4.2.y-ckt 58/64] drm/vmwgfx: respect 'nomodeset'
` [PATCH 4.2.y-ckt 59/64] Staging: speakup: Fix getting port information
` [PATCH 4.2.y-ckt 60/64] x86/mm/pat: Avoid truncation when converting cpa->numpages to address
` [PATCH 4.2.y-ckt 61/64] serial: 8250_pci: Add Intel Broadwell ports
` [PATCH 4.2.y-ckt 62/64] perf annotate browser: Fix behaviour of Shift-Tab with nothing focussed
` [PATCH 4.2.y-ckt 63/64] perf hists: Fix HISTC_MEM_DCACHELINE width setting
` [PATCH 4.2.y-ckt 64/64] powerpc/perf: Remove PPMU_HAS_SSLOT flag for Power8

[RFC v1 0/8] x86/init: Linux linker tables
 2016-02-04 22:50 UTC  (5+ messages)
` [Cocci] [RFC v1 1/8] paravirt: rename paravirt_enabled to paravirt_legacy
  `  "

[PATCH v5 for Xen 4.7 0/4] Enable per-VCPU parameter settings for RTDS scheduler
 2016-02-04 22:50 UTC  (5+ 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 3/4] libxl: "
` [PATCH v5 for Xen 4.7 4/4] xl: "

[PATCH v3 00/21] IB/srpt patches for Linux kernel v4.6
 2016-02-04 22:50 UTC  (11+ messages)
  ` [PATCH v3 01/21] IB/srpt: Simplify srpt_handle_tsk_mgmt()
  ` [PATCH v3 02/21] IB/srpt: Add parentheses around sizeof argument
  ` [PATCH v3 03/21] IB/srpt: Remove struct srpt_node_acl
  ` [PATCH v3 04/21] IB/srpt: Inline srpt_sdev_name()
  ` [PATCH v3 05/21] IB/srpt: Inline srpt_get_ch_state()
  ` [PATCH v3 06/21] IB/srpt: Introduce target_reverse_dma_direction()
  ` [PATCH v3 07/21] IB/srpt: Use scsilun_to_int()
  ` [PATCH v3 08/21] IB/srpt: Simplify channel state management
  ` [PATCH v3 09/21] IB/srpt: Simplify srpt_shutdown_session()
  ` [PATCH v3 10/21] IB/srpt: Fix srpt_close_session()

[PATCH v3 00/22] Add Extensible SDK test suite
 2016-02-04 22:49 UTC  (24+ messages)
` [PATCH v3 01/22] testimage: Modularize helper functions for get test lists
` [PATCH v3 02/22] classes/testsdk: Add new class testsdk
` [PATCH v3 03/22] classes/testimage: Add defeault inherit for testsdk
` [PATCH v3 04/22] populate_sdk_ext: Set TOOLCHAINEXT_OUTPUTNAME
` [PATCH v3 05/22] get_test_suites: Add sdkext type for load test suites
` [PATCH v3 06/22] classes/testsdk: Add testsdkext task only install
` [PATCH v3 07/22] bb/fetch2: Move export_proxies function from wget to utils
` [PATCH v3 08/22] classes/testsdk: Add call to export_proxies on testsdkext
` [PATCH v3 09/22] toolchain-shar-extract.sh: Add proxy variable to new env
` [PATCH v3 10/22] testimage/testsdk: Modularize TestContext
` [PATCH v3 11/22] testimage/testsdk: Move get test suites routine inside TestContext
` [PATCH v3 12/22] oetest.py/TestContext: Move loadTests and runTests inside it
` [PATCH v3 13/22] classes/testsdk: Add function run_test_context
` [PATCH v3 14/22] oeqa/oetest: oeSDKTest when run a command redirect env output to null
` [PATCH v3 15/22] classes/testsdk: Add compatibility SDK testsuite to eSDK
` [PATCH v3 16/22] testsdkext: Add skeleton for support Extensible SDK tests
` [PATCH v3 17/22] classes/populate_sdk_ext: Add SDK_EXT_TARGET_MANIFEST and SDK_EXT_HOST_MANIFEST
` [PATCH v3 18/22] oeqa/oetest: Fix compatibility SDK tests using eSDK
` [PATCH v3 19/22] oeqa/sdkext: Add devtool basic tests for eSDK
` [PATCH v3 20/22] oeqa/sdkext/devtool.py: Add location test to ensure that devtool is the eSDK one
` [PATCH v3 21/22] classes/testsdk: Add help information on how to run tests
` [PATCH v3 22/22] classes/testimage: Fix exportTests function

[rtc-linux] [PATCH] rtc: max77686: Properly handle regmap_irq_get_virq() error code
 2016-02-04 22:49 UTC  (3+ messages)
`  "
  ` [rtc-linux] "

[PATCH v2 0/4] lib: add "on" and "off" to strtobool
 2016-02-04 22:48 UTC  (5+ messages)
` [PATCH v2 1/4] lib: move strtobool to kstrtobool

reducing buffer allocations
 2016-02-04 22:47 UTC  (4+ messages)

[Bug 111901] New: Pre-2008 boards may show errors in pata_amd | pata_acpi unless CRS is turned off by pci=nocrs
 2016-02-04 22:47 UTC  (2+ messages)
` [Bug 111901] "

[Bug 111151] New: [pata_amd][pata_acpi] Internal base address register error prevents initialization of PATA drive
 2016-02-04 22:44 UTC  (3+ messages)
` [Bug 111151] "

[PATCH] PCI: Add cavium acs pci quirk
 2016-02-04 22:44 UTC  (2+ messages)

[PATCH] arm64: dts: apq8016-sbc: Add DT node for the uSD SDHC interface
 2016-02-04 22:44 UTC  (3+ messages)

[PATCH v3 00/20] refs backend rebase on pu
 2016-02-04 22:44 UTC  (8+ messages)

[PATCH v3 net-next] net: Implement fast csum_partial for x86_64
 2016-02-04 22:43 UTC  (5+ messages)

[PATCH v4] Add user.useConfigOnly boolean for when ident shouldn't be guessed
 2016-02-04 22:42 UTC  (3+ messages)
` [PATCH v4 3/3] ident.c: cleanup wrt ident's source

HVMlite ABI specification DRAFT A
 2016-02-04 22:41 UTC  (10+ messages)

[RFC PATCH] ARM: clocksource: make ARM_GLOBAL_TIMER selectable
 2016-02-04 22:41 UTC  (4+ messages)

[PATCH] perf tools: handle spaces in file names obtained from /proc/pid/maps
 2016-02-04 22:39 UTC  (6+ messages)
      ` [PATCH v2] "

Clarifying PVH mode requirements
 2016-02-04 22:39 UTC  (11+ messages)

[PATCH 0/2] Fix mmap_base entropy for >31 bits
 2016-02-04 22:38 UTC  (5+ messages)
` [PATCH 1/2] drivers: char: random: Add get_random_long()
  ` [PATCH 2/2] use get_random_long()

[PATCH] PCI: layerscape: add ls2085a compatible
 2016-02-04 22:37 UTC  (4+ messages)

PM regression with commit 5de85b9d57ab PM runtime re-init in v4.5-rc1
 2016-02-04 22:34 UTC  (5+ messages)

[PATCH] Adding Intel Lewisburg support for iTCO
 2016-02-04 22:37 UTC 

[RFC][PATCHSET v2] allowing exports in *.S
 2016-02-04 22:33 UTC  (3+ messages)
` [PATCH v2 01/13] [kbuild] handle exports in lib-y objects reliably

FIO and replay_redirect
 2016-02-04 22:32 UTC 

+ kernel-add-kcov-code-coverage-fix.patch added to -mm tree
 2016-02-04 22:31 UTC 

+ kernel-add-kcov-code-coverage.patch added to -mm tree
 2016-02-04 22:31 UTC 

[PATCH 0/5] oom reaper v5
 2016-02-04 22:31 UTC  (6+ messages)
` [PATCH 4/5] mm, oom_reaper: report success/failure

[PATCH v8] kernel: add kcov code coverage
 2016-02-04 22:30 UTC  (3+ messages)

[Buildroot] [PATCH v2 0/5] Patch file clarification & Co
 2016-02-04 22:28 UTC  (9+ messages)
` [Buildroot] [PATCH v2 3/5] COPYING: add exception about patch licensing

[PATCH v2 00/11] HVMlite domU support
 2016-02-04 22:28 UTC  (9+ messages)
` [PATCH v2 02/11] xen/hvmlite: Bootstrap HVMlite guest

Data corruption on serial interface under load
 2016-02-04 22:27 UTC  (4+ messages)

[PATCH][yocto-autobuilder] nightly-musl: also build core-image-weston
 2016-02-04 22:27 UTC 

[PATCH][v2] drivers/memory: Add deep sleep support for IFC
 2016-02-04 22:27 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/9] qemu-log, -dfilter and other logging tweaks
 2016-02-04 22:26 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 4/9] qemu-log: Improve the "exec" TB execution logging
` [Qemu-devel] [PATCH v5 5/9] qemu-log: support simple pid substitution in logfile

[U-Boot] I need help linking a standalone program
 2016-02-04 22:26 UTC 

[Qemu-devel] [PULL 00/49] pc and misc cleanups and fixes, virtio optimizations
 2016-02-04 22:25 UTC  (5+ messages)
` [Qemu-arm] [PULL 38/49] acpi: take oem_id in build_header(), optionally
  ` [Qemu-devel] "
` [Qemu-arm] [PULL 39/49] acpi: expose oem_id and oem_table_id in build_rsdt()

[PATCH v4 00/12] ref-filter: use parsing functions
 2016-02-04 22:25 UTC  (3+ messages)
` [PATCH v4 06/12] ref-filter: introduce color_atom_parser()

[PATCH-v3 00/14] target_alloc_session w/ percpu_ida+ACK_KREF conversion
 2016-02-04 22:23 UTC  (5+ messages)
` [PATCH-v3 06/14] ib_srpt: Convert to target_alloc_session usage
` [PATCH-v3 14/14] ib_srpt: Convert to percpu_ida tag allocation

[PATCH 0/5] follow-up "Optimize CONFIG_DEBUG_PAGEALLOC"
 2016-02-04 22:22 UTC  (11+ messages)
` [PATCH 1/5] mm/vmalloc: query dynamic DEBUG_PAGEALLOC setting
` [PATCH 3/5] sound: "
` [PATCH 4/5] powerpc: "

[QUESTION] x86_64 -> i386/i686 CPU translation between xl and qemu binary?
 2016-02-04 22:22 UTC  (2+ messages)

[Xenomai] RT FEC net driver for IMX6Q
 2016-02-04 22:20 UTC  (7+ messages)

[PATCH 2/2] dax: fix bdev NULL pointer dereferences
 2016-02-04 22:19 UTC  (11+ messages)

[PATCH v2] MIPS: Stop using dla in 32 bit kernels
 2016-02-04 22:18 UTC  (3+ messages)

git grep argument parser bug
 2016-02-04 22:18 UTC  (2+ messages)

DPDK Community Call - Linux Foundation
 2016-02-04 22:15 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/5] q35: Remove old machines and unused compat code
 2016-02-04 22:14 UTC  (6+ messages)

[Qemu-devel] [PATCH v2 00/17] Support LUKS encryption in block devices
 2016-02-04 22:14 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 03/17] crypto: add support for PBKDF2 algorithm

[PATCH V2 net-next] hv_netvsc: cleanup netdev feature flags for netvsc
 2016-02-04 23:49 UTC 

[rtc-linux] Re: [PATCH v2 7/8] rtc: implement a sysfs interface for clock offset
 2016-02-04 22:12 UTC  (7+ messages)
` [rtc-linux] [PATCH v3 1/3] rtc: Add functions to set and read rtc offset
  `  "
    ` [rtc-linux] "
` [rtc-linux] [PATCH v3 2/3] rtc: implement a sysfs interface for clock offset
  `  "
    ` [rtc-linux] "

[PATCH] tty: use __GFP_NOWARN for user-controlled kmalloc()
 2016-02-04 22:11 UTC  (3+ messages)
` [PATCH] tty: use __GFP_NOWARN for user-controlled kmalloc

[4.2.y-ckt stable] Patch "itimers: Handle relative timers with CONFIG_TIME_LOW_RES proper" has been added to the 4.2.y-ckt tree
 2016-02-04 22:10 UTC 

[4.2.y-ckt stable] Patch "posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES proper" has been added to the 4.2.y-ckt tree
 2016-02-04 22:10 UTC 

[4.2.y-ckt stable] Patch "timerfd: Handle relative timers with CONFIG_TIME_LOW_RES proper" has been added to the 4.2.y-ckt tree
 2016-02-04 22:10 UTC 

[4.2.y-ckt stable] Patch "hrtimer: Handle remaining time proper for TIME_LOW_RES" has been added to the 4.2.y-ckt tree
 2016-02-04 22:10 UTC 

[PATCHv8 0/9] Expose submodule parallelism to the user
 2016-02-04 22:09 UTC  (10+ messages)
` [PATCHv8 1/9] submodule-config: keep update strategy around
` [PATCHv8 2/9] submodule-config: drop check against NULL
` [PATCHv8 3/9] submodule-config: remove name_and_item_from_var
` [PATCHv8 4/9] submodule-config: slightly simplify lookup_or_create_by_name
` [PATCHv8 5/9] submodule-config: introduce parse_generic_submodule_config
` [PATCHv8 6/9] fetching submodules: respect `submodule.fetchJobs` config option
` [PATCHv8 7/9] git submodule update: have a dedicated helper for cloning
` [PATCHv8 8/9] submodule update: expose parallelism to the user
` [PATCHv8 9/9] clone: allow an explicit argument for parallel submodule clones

efivarfs immutable files patch set
 2016-02-04 22:06 UTC  (3+ messages)
` [PATCH 2/5] efi: use ucs2_as_utf8 in efivarfs instead of open coding a bad version (v2)

[PATCH phosphor-objmgr 0/2] bug fix and pep8 cleanup
 2016-02-04 22:06 UTC  (3+ messages)
` [PATCH phosphor-objmgr 2/2] Run phosphor-mapper through pep8

[PATCH] usb: host: xhci: Replace bus lock with host controller lock
 2016-02-04 22:06 UTC  (3+ messages)

[RFC] iwlwifi: pcie: transmit queue auto-sizing
 2016-02-04 22:06 UTC  (4+ messages)
` [RFC RESEND] "

[Bug 93988] Amdgpu, Tonga R9 380: ring 0 test failed (scratch(0xC040)=0xCAFEDEAD)
 2016-02-04 22:05 UTC  (2+ messages)

ceph official RPMs ./configure default flags
 2016-02-04 22:04 UTC  (5+ messages)

[PATCH] PCI/AER: Use list_first_entry_or_null() to simplify code
 2016-02-04 22:04 UTC  (2+ messages)

[Buildroot] [git commit] protobuf: introduce BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS
 2016-02-04 22:04 UTC 

[PATCH v2 0/4] PCI: rcar, rcar-gen2: More Gen2 compatibility strings
 2016-02-04 22:01 UTC  (7+ messages)

[PATCH v3.1] firmware: clean up filesystem load exit path
 2016-02-04 22:01 UTC  (3+ messages)

[PATCH v2] udev: add runtime dependencies for udev-cache
 2016-02-04 21:59 UTC  (4+ messages)

[Qemu-devel] [PATCH v16 00/14] vfio-pci: pass the aer error to guest
 2016-02-04 21:58 UTC  (10+ messages)

Signed RPMs
 2016-02-04 21:57 UTC 

[PATCHv7 0/8] Expose submodule parallelism to the user
 2016-02-04 21:57 UTC  (7+ messages)
` [PATCH 6/8] git submodule update: have a dedicated helper for cloning

[PATCH v1] Modify and modularize l3fwd code
 2016-02-04 21:55 UTC  (4+ messages)

+ mm-slab-shutdown-caches-only-after-releasing-sysfs-file.patch added to -mm tree
 2016-02-04 21:56 UTC 

[Buildroot] [PATCH v3] qt5tools: new package
 2016-02-04 21:56 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.