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

[PATCH v2 00/21] arm64: Virtualization Host Extension support
 2016-01-25 15:53 UTC  (48+ messages)
` [PATCH v2 01/21] arm/arm64: Add new is_kernel_in_hyp_mode predicate
` [PATCH v2 02/21] arm64: Allow the arch timer to use the HYP timer
` [PATCH v2 03/21] arm64: Add ARM64_HAS_VIRT_HOST_EXTN feature
` [PATCH v2 04/21] arm64: KVM: Skip HYP setup when already running in HYP
` [PATCH v2 05/21] arm64: KVM: VHE: Turn VTCR_EL2 setup into a reusable macro
` [PATCH v2 06/21] arm64: KVM: VHE: Patch out use of HVC
` [PATCH v2 07/21] arm64: KVM: VHE: Patch out kern_hyp_va
` [PATCH v2 08/21] arm64: KVM: VHE: Introduce unified system register accessors
` [PATCH v2 09/21] arm64: KVM: VHE: Differenciate host/guest sysreg save/restore
` [PATCH v2 10/21] arm64: KVM: VHE: Split save/restore of sysregs shared between EL1 and EL2
` [PATCH v2 11/21] arm64: KVM: VHE: Use unified system register accessors
` [PATCH v2 12/21] arm64: KVM: VHE: Enable minimal sysreg save/restore
` [PATCH v2 13/21] arm64: KVM: VHE: Make __fpsimd_enabled VHE aware
` [PATCH v2 14/21] arm64: KVM: VHE: Implement VHE activate/deactivate_traps
` [PATCH v2 15/21] arm64: KVM: VHE: Use unified sysreg accessors for timer
` [PATCH v2 16/21] arm64: KVM: VHE: Add fpsimd enabling on guest access
` [PATCH v2 17/21] arm64: KVM: VHE: Add alternative panic handling
` [PATCH v2 18/21] arm64: KVM: Introduce hyp_alternate_value helper
` [PATCH v2 19/21] arm64: KVM: Move most of the fault decoding to C
` [PATCH v2 20/21] arm64: VHE: Add support for running Linux in EL2 mode
` [PATCH v2 21/21] arm64: Panic when VHE and non VHE CPUs coexist

[PATCH] char: nwbutton: avoid unused variable warning
 2016-01-25 15:54 UTC 

[PATCH v4 00/22] kthread: Use kthread worker API more widely
 2016-01-25 15:45 UTC  (44+ 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] clk: st: avoid uninitialized variable use
 2016-01-25 15:54 UTC  (2+ messages)

[PATCH] iio: ade7753: avoid uninitialized data
 2016-01-25 15:52 UTC  (2+ messages)

Deadlock after upgrade to 4.1
 2016-01-25 15:53 UTC  (4+ messages)
  ` Reproduced deadlock after upgrade from 3.18 to 4.1 or 4.3 (+ more info)

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

[PATCH] signals: work around random wakeups in sigsuspend()
 2016-01-25 15:21 UTC 

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

[PATCH v3 00/17] Add ACPI support for Xen Dom0 on ARM64
 2016-01-25 15:50 UTC  (6+ messages)
` [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)

Regression in v4.5-rc1, bisected to commit 39bfcd5235e0 ("drm/i915: more virtual south bridge detection")
 2016-01-25 15:49 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: APM_EMULATION does not depend on PM
 2016-01-25 15:48 UTC  (2+ messages)

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

[PATCH] sched: Make schedstats a runtime tunable that is disabled by default
 2016-01-25 15:46 UTC  (5+ 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] power: collie_battery: hide unused variable
 2016-01-25 15:45 UTC  (2+ messages)

[PATCH] cpufreq: cpufreq-dt: avoid uninitialized variable warnings:
 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

[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] cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototype
 2016-01-25 15:44 UTC  (2+ 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 v3] perf/x86/amd/power: Add AMD accumulated power reporting mechanism
 2016-01-25 15:43 UTC  (3+ messages)

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

[PATCH v1 00/12] HVMlite domU support
 2016-01-25 15:42 UTC  (8+ 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

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

[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 

[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


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.