All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-12-04 20:16:38 to 2017-12-04 20:48:29 UTC [more...]

[U-Boot] [PATCH v4 00/15] log: Add a new logging feature
 2017-12-04 20:48 UTC  (14+ messages)
` [U-Boot] [PATCH v4 01/15] Revert "sandbox: remove os_putc() and os_puts()"
` [U-Boot] [PATCH v4 02/15] sandbox: Adjust pre-console address to avoid conflict
` [U-Boot] [PATCH v4 03/15] Revert "sandbox: Drop special case console code for sandbox"
` [U-Boot] [PATCH v4 04/15] Move debug and logging support to a separate header
` [U-Boot] [PATCH v4 05/15] mtdparts: Correct use of debug()
` [U-Boot] [PATCH v4 06/15] usb: "
` [U-Boot] [PATCH v4 07/15] Drop the log buffer
` [U-Boot] [PATCH v4 08/15] log: Add an implementation of logging
` [U-Boot] [PATCH v4 09/15] log: Add a console driver
` [U-Boot] [PATCH v4 10/15] log: Add a 'log level' command
` [U-Boot] [PATCH v4 11/15] log: Add a test command
` [U-Boot] [PATCH v4 12/15] log: Plumb logging into the init sequence
` [U-Boot] [PATCH v4 13/15] log: sandbox: Enable logging

[PATCH] drm: savely free connectors from connector_iter
 2017-12-04 20:48 UTC  (2+ messages)

[PATCH][v3] dt-bindings: ifc: Update endianness usage
 2017-12-04 20:47 UTC  (3+ messages)

[PATCH 00/10] ASoC: fsl_ssi: Clean up - coding style level
 2017-12-04 20:46 UTC  (15+ messages)
` [PATCH 01/10] ASoC: fsl_ssi: Remove unused struct device
` [PATCH 02/10] ASoC: fsl_ssi: Rename fsl_ssi_private to fsl_ssi
` [PATCH 03/10] ASoC: fsl_ssi: Cache pdev->dev pointer
` [PATCH 04/10] ASoC: fsl_ssi: Refine all comments
` [PATCH 05/10] ASoC: fsl_ssi: Rename registers and fields macros
` [PATCH 06/10] ASoC: fsl_ssi: Refine indentations and wrappings
` [PATCH 07/10] ASoC: fsl_ssi: Refine printk outputs
` [PATCH 08/10] ASoC: fsl_ssi: Rename cpu_dai parameter to dai
` [PATCH 09/10] ASoC: fsl_ssi: Rename scr_val to scr
` [PATCH 10/10] ASoC: fsl_ssi: Replace fsl_ssi_rxtx_reg_val with fsl_ssi_regvals

[PATCH v2] acpica: drop NATIVE_INSTALL_WORKS and fix RCONFLICTS
 2017-12-04 20:46 UTC 

[Qemu-devel] [PATCH] Remove MemoryRegionSection check code from sparc_cpu_get_phys_page_debug()
 2017-12-04 20:45 UTC  (4+ messages)

[Qemu-devel] qemu-devel archive search was missing some messages but it's fixed now
 2017-12-04 20:45 UTC  (3+ messages)

[PATCH i-g-t 1/3] igt_dummyload: Add preemptible parameter to spinning batch
 2017-12-04 20:45 UTC  (5+ messages)
` [PATCH i-g-t 3/3] tests/gem_exec_schedule: Add test for resetting preemptive batch

[U-Boot] u-boot Licensing exception with OpenSSL
 2017-12-04 20:45 UTC  (2+ messages)

[Qemu-trivial] [PATCH] qemu-img: Fixed grammatical error in dump_human_image_check
 2017-12-04 20:44 UTC  (5+ messages)
` [Qemu-trivial] [Qemu-devel] "
      `  "

[PATCH] acpica: drop NATIVE_INSTALL_WORKS
 2017-12-04 20:43 UTC 

[PATCH] rtl8187: add master mode
 2017-12-04 20:43 UTC 

[Buildroot] [PATCH] arch/arm: default to Cortex-A53 for AArch64
 2017-12-04 20:43 UTC 

[PATCH v3 0/4] Make input drivers y2038 safe
 2017-12-04 20:43 UTC  (13+ messages)
` [PATCH v3 1/4] uinput: Add ioctl for using monotonic/ boot times
` [PATCH v3 3/4] input: Deprecate real timestamps beyond year 2106
` [PATCH v3 4/4] input: serio: Replace timeval by timespec64

[PATCH v3 00/16] Move vcpu_load and vcpu_put calls to arch code
 2017-12-04 20:35 UTC  (68+ messages)
` [PATCH v3 01/16] KVM: Take vcpu->mutex outside vcpu_load
` [PATCH v3 02/16] KVM: Prepare for moving vcpu_load/vcpu_put into arch specific code
` [PATCH v3 03/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run
` [PATCH v3 04/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs
` [PATCH v3 05/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs
` [PATCH v3 06/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs
` [PATCH v3 07/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs
` [PATCH v3 08/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstate
` [PATCH v3 09/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstate
` [PATCH v3 10/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translate
` [PATCH v3 11/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug
` [PATCH v3 12/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpu
` [PATCH v3 13/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpu
` [PATCH v3 14/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl
` [PATCH v3 15/16] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
` [PATCH v3 16/16] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init

[PATCH 1/2] drm/i915: Implement WaDisableVFclkgate
 2017-12-04 20:41 UTC  (2+ messages)

[meta-networking][PATCH] postfix: drop NATIVE_INSTALL_WORKS
 2017-12-04 20:40 UTC 

[PATCH iproute2 net-next] gre6: add collect metadata support
 2017-12-04 20:40 UTC  (3+ messages)

[PATCH] tcp/dccp: CVE-2017-8824: use-after-free in DCCP code
 2017-12-04 20:41 UTC  (2+ messages)

[PATCH v2] Staging: pi433: fix brace coding style issues in pi433_if.c
 2017-12-04 20:40 UTC 

17.08.1 patches review and test
 2017-12-04 20:40 UTC  (2+ messages)

[PATCH v2] Btrfs: heuristic replace heap sort with radix sort
 2017-12-04 20:36 UTC  (2+ messages)

[PATCH V2] staging: pi433: rf69.c: Replace macros READ_REG and WRITE_REG with inline functions rf69_set_bit, rf69_reset_bit and rf69_read_modify_write
 2017-12-04 20:37 UTC 

[PATCH v1] progress: print progress output for all operations taking longer than 2s
 2017-12-04 20:36 UTC 

Wiki account on ata.wiki.kernel.org?
 2017-12-04 20:36 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] 9pfs: Correctly handle cancelled requests
 2017-12-04 20:36 UTC 

[PATCH 2/2] ahci: mtk: Change driver name to ahci-mtk
 2017-12-04 20:35 UTC  (3+ messages)

[PATCH] drm: amd: dc: don't use FP math when Kcov is enabled
 2017-12-04 20:34 UTC  (3+ messages)

[Buildroot] status of odroidc2's support?
 2017-12-04 20:33 UTC  (5+ messages)

[Bug 197861] New: Shutting down a VM with Kernel 4.14 will sometime hang and a reboot is the only way to recover
 2017-12-04 20:33 UTC  (2+ messages)
` [Bug 197861] "

[PATCH] btrfs: fix missing error return in btrfs_drop_snapshot
 2017-12-04 20:31 UTC  (2+ messages)

[Buildroot] [PATCH 0/8] Improve ATF to support additional platforms
 2017-12-04 20:33 UTC  (5+ messages)
` [Buildroot] [PATCH 6/8] binaries-marvell: new package
` [Buildroot] [PATCH 8/8] support/testing: add tests for ATF

[Patch net v2] tipc: fix a null pointer deref on error path
 2017-12-04 20:32 UTC  (6+ messages)

[PATCH RFC v3 0/12] Live migration for VMs with QEMU backed local storage
 2017-12-04 20:32 UTC  (13+ messages)
` [PATCH RFC v3 01/12] Migration with Local Disks Mirroring: Added support in libxl to handle QMP events
` [PATCH RFC v3 02/12] Migration with Local Disks Mirroring: Added QMP commands used for mirroring disks
` [PATCH RFC v3 03/12] Migration with Local Disks Mirroring: Refactored migrate_read_fixedmessage
` [PATCH RFC v3 04/12] Migration with Local Disks Mirroring: Added a new '-q' flag to xl migrate for disk mirorring
` [PATCH RFC v3 05/12] Migration with Local Disks Mirroring: QEMU process is started with '-incoming defer' option
` [PATCH RFC v3 06/12] Migration with Local Disks Mirroring: Added 'mirror_disks' field to domain_create_state
` [PATCH RFC v3 07/12] Migration with Local Disks Mirroring: Added new libxl_read_stream and callbacks in restore flow
` [PATCH RFC v3 08/12] Migration with Local Disks Mirroring: New stream phase type for libxl streams
` [PATCH RFC v3 09/12] Migration with Local Disks Mirroring: New stream phase type for libxc streams
` [PATCH RFC v3 10/12] Migration with Local Disks Mirroring: libxl save flow support
` [PATCH RFC v3 11/12] Migration with Local Disks Mirroring: libxl write stream support for stream phase type
` [PATCH RFC v3 12/12] Migration with Local Disks Mirroring: Introduce pre_mirror_disks_stream_phase op to xc_sr_save_ops

Assertion failed while buildign manpages
 2017-12-04 20:31 UTC  (2+ messages)

[PATCH] nvme-pci: remove an unnecessary initialization in HMB code
 2017-12-04 20:31 UTC  (4+ messages)

[patch 00/60] x86/kpti: Kernel Page Table Isolation (was KAISER)
 2017-12-04 20:31 UTC  (5+ messages)
` [patch 02/60] x86/unwinder/orc: Dont bail on stack overflow
` [patch 23/60] x86/entry/64: Make cpu_entry_area.tss read-only

[U-Boot] [PATCH 1/5] mx6slevk: imximage.cfg: Handle the CONFIG_SECURE_BOOT case
 2017-12-04 20:30 UTC  (3+ messages)

[PATCH v2 0/5] define BTRFS_DEV_STATE
 2017-12-04 20:28 UTC  (2+ messages)

[PATCHv3 0/5] x86: 5-level related changes into decompression code
 2017-12-04 20:29 UTC  (5+ messages)
` [PATCHv3 1/5] x86/boot/compressed/64: Detect and handle 5-level paging at boot-time
  ` [tip:x86/urgent] "

[PATCH V7 0/2] clk: qcom: spmi_pmic clock divider support
 2017-12-04 20:29 UTC  (3+ messages)
` [PATCH V7 2/2] dt-bindings: Add qcom spmi_pmic clock divider bindings

[PATCH 4.14 00/95] 4.14.4-stable review
 2017-12-04 20:29 UTC  (2+ messages)

better performance during stress
 2017-12-04 20:29 UTC  (3+ messages)

linux-next: Signed-off-by missing for commit in the befs tree
 2017-12-04 20:28 UTC 

[PATCH v3 0/3] True RNG driver for Samsung Exynos 5250+ SoCs
 2017-12-04 20:27 UTC  (3+ messages)
  ` [PATCH v3 1/3] dt-bindings: hwrng: Add Samsung Exynos 5250+ True RNG bindings

[PATCH 4.9 00/38] 4.9.67-stable review
 2017-12-04 20:26 UTC  (2+ messages)

BPF: bug without effect in BPF_RSH case of adjust_scalar_min_max_vals()
 2017-12-04 20:26 UTC  (3+ messages)

[PATCH v3 00/21] Intel FPGA Device Drivers
 2017-12-04 20:26 UTC  (4+ messages)
` [PATCH v3 02/21] fpga: mgr: add region_id to fpga_image_info

[PATCH 0/3] initramfs-framework installation improvements
 2017-12-04 20:26 UTC  (5+ messages)
` ✗ patchtest: failure for initramfs-framework installation improvements (rev4)

linux-next: remove the tile tree?
 2017-12-04 20:25 UTC 

[PATCH v6 0/2] media: ov7740: Add a V4L2 sensor-level driver
 2017-12-04 20:24 UTC  (5+ messages)
` [PATCH v6 1/2] media: ov7740: Document device tree bindings

[PATCH v2] ima: log message to module appraisal error
 2017-12-04 20:23 UTC  (2+ messages)

[PATCHv3 2/5] x86/boot/compressed/64: Print error if 5-level paging is not supported
 2017-12-04 20:19 UTC  (2+ messages)
` [tip:x86/urgent] "

cgroup/for-next: WARNING: possible circular locking dependency detected in cpuset_write_resmask
 2017-12-04 20:22 UTC  (5+ messages)
` [PATCH] cgroup/cpuset: fix circular locking dependency

[PATCH 0/6] Fix indentation and CamelCase issues in staging/pi433
 2017-12-04 20:21 UTC  (8+ messages)
` [PATCH 5/6] staging: pi433: Rename enum dataMode in rf69_enum.h

[PATCH] nvmet_fc: cleanup nvmet add_port/remove_port
 2017-12-04 20:21 UTC  (2+ messages)

[bug report] writeback: sync returns with dirty pages exist
 2017-12-04 20:21 UTC  (2+ messages)

[PATCH] nvme_fc: remove double put reference if admin connect fails
 2017-12-04 20:20 UTC  (2+ messages)

[PATCH] nvme: set discard_alignment to zero
 2017-12-04 20:20 UTC  (2+ messages)

[PATCH] ahci: qoriq: refine port register configuration
 2017-12-04 20:19 UTC  (2+ messages)

[PATCH] nvme-pci: remove an unnecessary variable initialization in HMB code
 2017-12-04 20:19 UTC  (4+ messages)

[PATCH 0/4] nvme_fcloop: abort and isr context changes
 2017-12-04 20:19 UTC  (2+ messages)

[PATCH v2] soc: qcom: smp2p: Access APCS as mailbox client
 2017-12-04 20:18 UTC  (4+ messages)

[PATCH] ima: log message to module appraisal error
 2017-12-04 20:17 UTC  (3+ messages)

submodules and merging (Was: Re: [PATCH 02/30] merge-recursive: Fix logic ordering issue)
 2017-12-04 20:16 UTC  (7+ messages)

[PATCH 1/2] nvmet: lower log level for each queue creation
 2017-12-04 20:16 UTC  (2+ messages)

[PATCH] nvmet-rdma: removed queues cleanup from module exit
 2017-12-04 20:16 UTC  (2+ messages)


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.