All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-01-25 15:25:49 to 2016-01-25 15:52:49 UTC [more...]

[PATCH v4 00/22] kthread: Use kthread worker API more widely
 2016-01-25 15:45 UTC  (43+ messages)
` [PATCH v4 01/22] timer: Allow to check when the timer callback has not finished yet
` [PATCH v4 02/22] kthread/smpboot: Do not park in kthread_create_on_cpu()
` [PATCH v4 03/22] kthread: Allow to call __kthread_create_on_node() with va_list args
` [PATCH v4 04/22] kthread: Add create_kthread_worker*()
` [PATCH v4 05/22] kthread: Add drain_kthread_worker()
` [PATCH v4 06/22] kthread: Add destroy_kthread_worker()
` [PATCH v4 07/22] kthread: Detect when a kthread work is used by more workers
` [PATCH v4 08/22] kthread: Initial support for delayed kthread work
` [PATCH v4 09/22] kthread: Allow to cancel "
` [PATCH v4 10/22] kthread: Allow to modify delayed "
` [PATCH v4 11/22] kthread: Better support freezable kthread workers
` [PATCH v4 12/22] kthread: Use try_lock_kthread_work() in flush_kthread_work()
` [PATCH v4 13/22] mm/huge_page: Convert khugepaged() into kthread worker API
` [PATCH v4 14/22] ring_buffer: Convert benchmark kthreads "
` [PATCH v4 15/22] hung_task: Convert hungtaskd "
` [PATCH v4 16/22] kmemleak: Convert kmemleak kthread "
` [PATCH v4 17/22] ipmi: Convert kipmi "
` [PATCH v4 18/22] IB/fmr_pool: Convert the cleanup thread "
` [PATCH v4 19/22] memstick/r592: Better synchronize debug messages in r592_io kthread
` [PATCH v4 20/22] memstick/r592: convert r592_io kthread into kthread worker API
` [PATCH v4 21/22] thermal/intel_powerclamp: Remove duplicated code that starts the kthread
` [PATCH v4 22/22] thermal/intel_powerclamp: Convert the kthread to kthread worker API

[PATCH] staging: iio: ad5933: avoid uninitialized variable in error case
 2016-01-25 15:50 UTC  (2+ messages)

[PATCH] iio: ade7753: avoid uninitialized data
 2016-01-25 15:52 UTC 

[PATCH v3 00/17] Add ACPI support for Xen Dom0 on ARM64
 2016-01-25 15:50 UTC  (13+ messages)
` [PATCH v3 11/17] ARM: XEN: Move xen_early_init() before efi_init()
` [PATCH v3 12/17] ARM64: ACPI: Check if it runs on Xen to enable or disable ACPI
` [PATCH v3 13/17] ARM: Xen: Document UEFI support on Xen ARM virtual platforms

[PATCH v6 0/3] Add support for the TI TPS65086 PMIC
 2016-01-25 15:50 UTC  (8+ messages)
` [PATCH v6 1/3] Documentation: tps65086: Add DT bindings for the "
` [PATCH v6 2/3] mfd: tps65086: Add driver "
` [PATCH v6 3/3] gpio: tps65086: Add GPO "

[PATCH] mmc: omap_hsmmc: don't print uninitialized variables
 2016-01-25 15:50 UTC  (2+ messages)

[PATCH] power: APM_EMULATION does not depend on PM
 2016-01-25 15:48 UTC  (2+ messages)

[PATCH] toaster-manual: update documentation about production set up
 2016-01-25 15:48 UTC  (2+ messages)

[PATCH v2 0/1] ASoC: Intel: Use acpi_dev_present()
 2016-01-25 15:48 UTC  (3+ messages)
` [PATCH v2 1/1] "

[RFC PATCH 3/8] dbus: Don't show Introspectable on intermediate nodes
 2016-01-25 15:48 UTC  (2+ messages)

[meta-fsl-arm] Multiple U-Boot configurations
 2016-01-25 15:48 UTC  (4+ messages)

[PATCH V6 0/5] x86/hvm: pkeys, add memory protection-key support
 2016-01-25 15:48 UTC  (5+ messages)
` [PATCH V6 2/5] x86/hvm: pkeys, add pkeys support for guest_walk_tables
` [PATCH V6 3/5] x86/hvm: pkeys, add xstate support for pkeys

[PATCH] power: collie_battery: hide unused variable
 2016-01-25 15:45 UTC  (2+ messages)

[PATCH] kernel: Clean DEPLOYDIR before do_deploy runs
 2016-01-25 15:47 UTC  (2+ messages)

[PATCH v2] usb: devio: Add ioctl to disallow detaching kernel USB drivers
 2016-01-25 15:46 UTC  (5+ messages)

[PATCH] sched: Make schedstats a runtime tunable that is disabled by default
 2016-01-25 15:46 UTC  (6+ messages)

[PATCH] cpufreq: cpufreq-dt: avoid uninitialized variable warnings:
 2016-01-25 15:45 UTC  (2+ messages)

[PATCH] tools: avoid redefinition of typedefs
 2016-01-25 15:46 UTC  (2+ messages)

[PATCH v8 0/5] mfd: tps65912: Driver rewrite with DT support
 2016-01-25 15:43 UTC  (12+ messages)
` [PATCH v8 1/5] Documentation: tps65912: Add DT bindings for the TPS65912 PMIC
` [PATCH v8 2/5] mfd: tps65912: Remove old driver in preparation for new driver
` [PATCH v8 3/5] mfd: tps65912: Add driver for the TPS65912 PMIC
` [PATCH v8 4/5] regulator: tps65912: Add regulator "
` [PATCH v8 5/5] gpio: tps65912: Add GPIO "

[U-Boot] U-Boot as a next bootloader in a chain - reading the kernel boot args provided by the previous stage bootlader?
 2016-01-25 15:46 UTC 

[PATCH] ARM: mv78xx0: use "depends on" instead of "if" after prompt
 2016-01-25 15:43 UTC  (3+ messages)

[PATCH v2 0/7] udf: rework name conversions to fix multi-bytes characters support
 2016-01-25 15:45 UTC  (3+ messages)
` [PATCH v3 7/7] udf: Merge linux specific translation into CS0 conversion function

[PATCH] mm/memcontrol: avoid a spurious gcc warning
 2016-01-25 15:45 UTC  (2+ messages)

[PATCH 00/19] Let Git's tests pass on Windows
 2016-01-25 15:45 UTC  (6+ messages)
` [PATCH 09/19] mingw: accomodate t0060-path-utils for MSYS2

[PATCH] cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototype
 2016-01-25 15:44 UTC  (2+ messages)

[BISECTED] v4.5-rc1 phylib regression
 2016-01-25 15:45 UTC 

[PATCH v2 0/3] ASoC: topology: Add support for FE DAI & DAI links
 2016-01-25 15:45 UTC  (4+ messages)

[PATCH] drm/crtc-helper: Add caveat to disable_unused_functions doc
 2016-01-25 15:45 UTC  (4+ messages)
` ✗ warning: Fi.CI.BAT

perf tracepoints for regular user?
 2016-01-25 15:43 UTC  (7+ messages)
      ` Aw: "
        `  "

[PATCH v2 0/8] xfs: shrink the xfs_icdinode
 2016-01-25 15:43 UTC  (9+ messages)
` [PATCH 1/8] xfs: introduce inode log format object
` [PATCH 2/8] xfs: remove timestamps from incore inode
` [PATCH 3/8] xfs; cull unnecessary icdinode fields
` [PATCH 4/8] xfs: move v1 inode conversion to xfs_inode_from_disk

[PATCH] mtd: avoid stack overflow in MTD CFI code
 2016-01-25 15:41 UTC  (2+ messages)

[PATCH] mtd: only use __xipram annotation when XIP_KERNEL is set
 2016-01-25 15:41 UTC  (2+ messages)

[PATCH v3] perf/x86/amd/power: Add AMD accumulated power reporting mechanism
 2016-01-25 15:43 UTC  (3+ messages)

[PATCH v1 00/12] HVMlite domU support
 2016-01-25 15:42 UTC  (12+ messages)
` [PATCH v1 01/12] x86/smp: Make start_secondary() and initial_pg_pmd visible globally
` [PATCH v1 02/12] xen/hvmlite: Factor out common kernel init code
  ` [Xen-devel] "

[PATCH] tick: sched: hide unused oneshot timer code
 2016-01-25 15:41 UTC  (2+ messages)

[PATCHv8 1/4] EDAC, altera: Add Altera L2 Cache and OCRAM EDAC Support
 2016-01-25 15:42 UTC  (6+ messages)
` [PATCHv8 2/4] ARM: dts: Add Altera L2 Cache and OCRAM EDAC entries

[PATCH-v2 00/12] target: target_alloc_session w/ percpu_ida+ACK_KREF conversion
 2016-01-25 15:42 UTC  (3+ messages)
` [PATCH-v2 11/12] xen-scsiback: Convert to percpu_ida tag allocation

[BUG REPORT] NULL pointer dereference in jdb2_journal_grab_journal_head (RDI)
 2016-01-25 15:41 UTC  (3+ messages)

[PATCH] ARM: DTS: kirkwood-openrd: provide template for RS-232/485 configuration
 2016-01-25 15:41 UTC  (3+ messages)

[PATCH v2 0/5] x86/fpu: eagerfpu fixes, speedups, and default enablement
 2016-01-25 15:40 UTC  (3+ messages)
` [PATCH v2 2/5] x86/fpu: Fix FNSAVE usage in eagerfpu mode

[PATCH] profile: hide unused functions when !CONFIG_PROC_FS
 2016-01-25 15:39 UTC  (2+ messages)

[PATCH] brcmfmac: sdio: Increase the default timeouts a bit
 2016-01-25 15:39 UTC  (5+ messages)

[PATCH] drm/i915: Remove select to deleted STOP_MACHINE from Kconfig
 2016-01-25 15:38 UTC  (4+ messages)
` [PATCH v2] "

oss.sgi.com - maintenance Jan 25 08:00 CT USA
 2016-01-25 15:38 UTC  (3+ messages)

[PATCH v6] kernel: add kcov code coverage
 2016-01-25 15:38 UTC  (4+ messages)

[PATCH] drm/radeon: Ensure radeon bo is unreserved in radeon_gem_va_ioctl
 2016-01-25 15:38 UTC  (2+ messages)

"Couldn't open file /tmp/nvme-skip"
 2016-01-25 15:37 UTC  (2+ messages)

[Xenomai] VxWorks API on Xenomai 3.0
 2016-01-25 15:37 UTC  (9+ messages)

[PATCH] drm: armada: use dma_addr_t properly
 2016-01-25 15:36 UTC  (3+ messages)

[PATCH V2 0/4] mfd: mediatek: add mt6323 support to the mt6397 driver
 2016-01-25 15:36 UTC  (5+ messages)
` [PATCH V2 4/4] mfd: mediatek: add MT6323 support to MT6397 driver

[U-Boot] [PATCH v3 0/7] Determine Boot mode at run time
 2016-01-25 15:36 UTC  (2+ messages)

[PATCH v2] mptlan: add checks for dma mapping errors
 2016-01-25 15:36 UTC  (2+ messages)

[PATCH 1/3] scripts/wipe-sysroot: also delete uninative sysroot
 2016-01-25 15:35 UTC  (3+ messages)
` [PATCH 2/3] uninative: fix path to patchelf-uninative
` [PATCH 3/3] uninative: handle UNINATIVE_URL being file:///

[PATCH] nfs: blocklayout: avoid warnings on 32-bit sector_t
 2016-01-25 15:34 UTC  (2+ messages)

[U-Boot] [PATCHv4 0/7] spl: Lightweight UBI and UBI fastmap support
 2016-01-25 15:35 UTC  (7+ messages)
` [U-Boot] [PATCHv7 6/7] igep00x0: UBIize

floppy: GPF in floppy_rb0_cb
 2016-01-25 15:34 UTC  (3+ messages)

[Buildroot] [PATCH v6 1/1] package/dhcp: bump version to 4.3.3-P1
 2016-01-25 15:35 UTC 

Hi linux
 2016-01-25 14:43 UTC 

[PATCH] ncpfs: avoid unused variable warning
 2016-01-25 15:32 UTC  (5+ messages)
` [PATCH] gfs2: avoid uninitialized "
  ` [Cluster-devel] "

[U-Boot] CONFIG_DISPLAY causes build error on microblaze-generic
 2016-01-25 15:33 UTC  (2+ messages)

[PATCH] input: sirf onkey: allow modular build
 2016-01-25 15:31 UTC  (2+ messages)

[PATCH] input: xpad: remove unused function
 2016-01-25 15:30 UTC  (2+ messages)

[PATCH] input: keyboard: cap11xx: Add missing of_node_put
 2016-01-25 15:31 UTC 

[FIO][PATCH v1] powerpc: fix cpus_online() to get correct max CPU number for powerpc64
 2016-01-25 15:30 UTC  (2+ messages)

[PATCH v6 08/11] eal: pci: introduce RTE_KDRV_VFIO_NOIOMMUi driver mode
 2016-01-25 15:29 UTC  (4+ messages)

[Xenomai] Xenomai build for Raspberry Pi
 2016-01-25 15:30 UTC  (4+ messages)

[PATCH v7 00/10] mfd: axp20x: Add support for RSB based AXP223
 2016-01-25 15:29 UTC  (6+ messages)
` [PATCH v7 04/10] mfd: axp20x: Add missing copyright notice

[PATCH 1/5] xen: update git version to 4.6.x
 2016-01-25 15:29 UTC  (5+ messages)
` [PATCH 2/5] xen: drop explicit DEPEND on libgcc
` [PATCH 3/5] xen: fix up typo in XSM comments
` [PATCH 4/5] xen: separate the extra steps into their own tasks
` [PATCH 5/5] xen: move bits common to all Xen versions to xen.inc

MonClient hunt interval
 2016-01-25 15:29 UTC  (5+ messages)

[Qemu-devel] [Minios-devel] [PATCH v8 0/<VARIOUS>] Begin to disentangle libxenctrl and provide some stable libraries
 2016-01-25 15:28 UTC  (9+ messages)
` [PATCH XEN v8 00/29] "
  ` [PATCH XEN v8 02/29] tools: Refactor /dev/xen/evtchn wrappers into libxenevtchn

[PATCH 0/2] ppp: add netlink support
 2016-01-25 15:28 UTC  (5+ messages)
` [PATCH 2/2] ppp: implement rtnetlink device handling

[Buildroot] [PATCH v2] Trousers: disable pie option on ARC
 2016-01-25 15:27 UTC  (2+ messages)

[PATCH v2] defxx: fix build warning
 2016-01-25 15:26 UTC  (2+ messages)

Move skein out of staging?
 2016-01-25 15:26 UTC  (2+ messages)

[PATCH] libxl: update comment to no longer mention Xen 4.3
 2016-01-25 15:25 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.