All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-01-22 05:46:14 to 2020-01-22 07:04:48 UTC [more...]

[PULL v2 00/17] virtio, pc: fixes, features
 2020-01-22  6:50 UTC  (18+ messages)
` [PULL v2 01/17] q35: implement 128K SMRAM at default SMBASE address
` [PULL v2 02/17] tests: q35: MCH: add default SMBASE SMRAM lock test
` [PULL v2 03/17] acpi: cpuhp: spec: clarify 'CPU selector' register usage and endianness
` [PULL v2 04/17] acpi: cpuhp: spec: fix 'Command data' description
` [PULL v2 05/17] acpi: cpuhp: spec: clarify store into 'Command data' when 'Command field' == 0
` [PULL v2 06/17] acpi: cpuhp: introduce 'Command data 2' field
` [PULL v2 07/17] acpi: cpuhp: spec: add typical usecases
` [PULL v2 08/17] acpi: cpuhp: add CPHP_GET_CPU_ID_CMD command
` [PULL v2 09/17] bios-tables-test: document expected file update
` [PULL v2 10/17] virtio-9p-device: fix memleak in virtio_9p_device_unrealize
` [PULL v2 11/17] virtio-9p-device: convert to new virtio_delete_queue
` [PULL v2 12/17] virtio-scsi: delete vqs in unrealize to avoid memleaks
` [PULL v2 13/17] virtio-scsi: convert to new virtio_delete_queue
` [PULL v2 14/17] vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaks
` [PULL v2 15/17] vhost: Add names to section rounded warning
` [PULL v2 16/17] vhost: Only align sections for vhost-user
` [PULL v2 17/17] i386:acpi: Remove _HID from the SMBus ACPI entry

[PATCH] MAINTAINERS: Replace Tien Hock Loh as Altera PIO maintainer
 2020-01-22  7:04 UTC 

[PATCH v8 1/6] pinctrl: mediatek: Check gpio pin number and use binary search in mtk_hw_pin_field_lookup()
 2020-01-22  6:58 UTC  (14+ messages)
` [PATCH v8 2/6] pinctrl: mediatek: Supporting driving setting without mapping current to register value
` [PATCH v8 3/6] pinctrl: mediatek: Refine mtk_pinconf_get() and mtk_pinconf_set()
` [PATCH v8 4/6] pinctrl: mediatek: Refine mtk_pinconf_get()
` [PATCH v8 5/6] pinctrl: mediatek: Backward compatible to previous Mediatek's bias-pull usage
` [PATCH v8 6/6] pinctrl: mediatek: Add support for pin configuration dump via debugfs

[renesas-devel:master] BUILD SUCCESS 4f250c3116b8f16de9df0ce2bcdfe8dc4e508145
 2020-01-22  7:02 UTC 

[GIT PULL 00/13] More EFI updates for v5.6
 2020-01-22  7:03 UTC  (4+ messages)

staging: Add MA USB Host driver
 2020-01-22  7:03 UTC  (2+ messages)

[PATCH] spapr: Migrate CAS reboot flag
 2020-01-22  6:50 UTC  (11+ messages)

[PATCH] overlayfs: print format optimization
 2020-01-22  7:02 UTC  (2+ messages)

[mm] [confidence: ] c7be46a228: kernel_BUG_at_mm/filemap.c
 2020-01-22  7:02 UTC  (2+ messages)

[PATCH net 0/9] r8152: serial fixes
 2020-01-22  7:02 UTC  (3+ messages)
` [PATCH net 9/9] r8152: disable DelayPhyPwrChg

[PATCH v4 0/7] Add support for Azoteq IQS620A/621/622/624/625
 2020-01-22  7:02 UTC  (8+ messages)
` [PATCH v4 4/7] pwm: Add support for Azoteq IQS620A PWM generator

[PATCH] usb: host: fix implicit declaration error
 2020-01-22  7:01 UTC  (4+ messages)

[PATCH V4 0/4] Add Xilinx's ZynqMP AES-GCM driver support
 2020-01-22  6:59 UTC  (6+ messages)

[PATCH v2 00/10] Kernel Userspace protection for PPC32
 2020-01-22  6:57 UTC  (9+ messages)
` [PATCH v2 10/10] powerpc/32s: Implement Kernel Userspace Access Protection
    ` GCC bug ? "

[PATCH v2] mtd: spi-nor: keep lock bits if they are non-volatile
 2020-01-22  6:58 UTC  (5+ messages)

[PATCH] Input: add IOC3 serio driver
 2020-01-22  6:57 UTC  (2+ messages)

[PATCH 2/3] objtool: Fix ARCH=x86_64 build error
 2020-01-22  6:57 UTC  (2+ messages)
` [tip: core/urgent] "

[PATCH 3/3] objtool: Skip samples subdirectory
 2020-01-22  6:57 UTC  (2+ messages)
` [tip: core/urgent] "

[PATCH 1/3] objtool: Silence build output
 2020-01-22  6:57 UTC  (2+ messages)
` [tip: core/urgent] "

WARNING in cbq_destroy
 2020-01-22  6:57 UTC 

[LSF/MM/BPF TOPIC] Allowing linkat() to replace the destination
 2020-01-22  6:57 UTC  (12+ messages)

KASAN: slab-out-of-bounds Read in nla_put_nohdr
 2020-01-22  6:57 UTC 

[PULL 00/17] virtio, pc: fixes, features
 2020-01-22  6:50 UTC  (22+ messages)
` [PULL 01/17] q35: implement 128K SMRAM at default SMBASE address
` [PULL 02/17] tests: q35: MCH: add default SMBASE SMRAM lock test
` [PULL 03/17] acpi: cpuhp: spec: clarify 'CPU selector' register usage and endianness
` [PULL 04/17] acpi: cpuhp: spec: fix 'Command data' description
` [PULL 05/17] acpi: cpuhp: spec: clarify store into 'Command data' when 'Command field' == 0
` [PULL 06/17] acpi: cpuhp: introduce 'Command data 2' field
` [PULL 07/17] acpi: cpuhp: spec: add typical usecases
` [PULL 08/17] acpi: cpuhp: add CPHP_GET_CPU_ID_CMD command
` [PULL 09/17] bios-tables-test: document expected file update
` [PULL 10/17] virtio-9p-device: fix memleak in virtio_9p_device_unrealize
` [PULL 11/17] virtio-9p-device: convert to new virtio_delete_queue
` [PULL 12/17] virtio-scsi: delete vqs in unrealize to avoid memleaks
` [PULL 13/17] virtio-scsi: convert to new virtio_delete_queue
` [PULL 14/17] vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaks
` [PULL 15/17] vhost: Add names to section rounded warning
` [PULL 16/17] vhost: Only align sections for vhost-user
` [PULL 17/17] i386:acpi: Remove _HID from the SMBus ACPI entry

[PATCH bpf-next] bpf: Fix error path under memory pressure
 2020-01-22  6:56 UTC  (3+ messages)

[PATCH FIX] KVM: PPC: Book3S HV: Release lock on page-out failure path
 2020-01-22  6:54 UTC  (3+ messages)

BTRFS critical / corrupt leaf
 2020-01-22  6:51 UTC  (3+ messages)

[PATCH] x86/fpu: remove unused macros
 2020-01-22  6:51 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] BPF single step debugging
 2020-01-22  6:51 UTC 

[PATCH] MAINTAINERS: Replace Tien Hock Loh as Altera PIO maintainer
 2020-01-22  6:49 UTC  (5+ messages)

[PATCH 1/2] toaster.bbclass: Fix error when toaster is used to monitor a build
 2020-01-22  6:48 UTC  (3+ messages)
` [PATCH 2/2] libgcc.inc: Fix an issue w/ a recursive symlink

[LSF/MM/BPF TOPIC] BPF unit testing
 2020-01-22  6:48 UTC 

[PATCH] mtd: spi-nor: Add support for w25qNNjwim
 2020-01-22  6:48 UTC  (5+ messages)

[PATCH] crypto: allow tests to be disabled when manager is disabled
 2020-01-22  6:48 UTC  (2+ messages)

[PATCH net] net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()
 2020-01-22  6:47 UTC 

[PATCH v2 0/2] microblaze: Enable CMA
 2020-01-22  6:47 UTC  (7+ messages)
` [PATCH v2 1/2] asm-generic: Make dma-contiguous.h a mandatory include/asm header

[PATCH v2] tools/perf/metricgroup: Fix printing event names of metric group with multiple events incase of overlapping events
 2020-01-22  6:47 UTC 

[tip:efi/core 62/64] undefined reference to `__efi64_thunk'
 2020-01-22  6:46 UTC  (2+ messages)

[PATCH v2 015/109] virtiofsd: Add options for virtio
 2020-01-22  6:53 UTC  (2+ messages)

[PATCH v4 0/4] Add OSM L3 Interconnect Provider
 2020-01-22  6:45 UTC  (4+ messages)
` [PATCH v4 2/4] interconnect: qcom: Add OSM L3 interconnect provider support

[PATCH 02/01] KVM: x86: Use a typedef for fastop functions
 2020-01-22  6:45 UTC 

[PATCH v13 00/11] Support ROHM BD71828 PMIC
 2020-01-22  6:44 UTC  (11+ messages)
` [PATCH v13 03/11] mfd: rohm PMICs - use platform_device_id to match MFD sub-devices

[Xen-devel] [PATCH v2] ns16550: Add ACPI support for ARM only
 2020-01-22  6:42 UTC  (3+ messages)

[PATCH v2 1/3] ARM: dts: imx6q-icore-mipi: Use 1.5 version of i.Core MX6DL
 2020-01-22  6:42 UTC  (5+ messages)

[PATCH v2 bpf-next 0/3] bpf: tcp: Add bpf_cubic example
 2020-01-22  6:42 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/3] bpf: Add BPF_FUNC_jiffies64
` [PATCH v2 bpf-next 2/3] bpf: Sync uapi bpf.h to tools/
` [PATCH v2 bpf-next 3/3] bpf: tcp: Add bpf_cubic example

[PATCH] KVM: X86: Add 'else' to unify fastop and execute call path
 2020-01-22  6:41 UTC 

[PATCH] configs: ls1021a: Reserve low memory for CMA
 2020-01-22  6:40 UTC  (2+ messages)

[PATCH 0/2] Some cleanup in arm/virt/acpi
 2020-01-22  6:38 UTC  (4+ messages)
` [PATCH 1/2] arm/virt/acpi: remove meaningless sub device "PR0" from PCI0

[meta-python][PATCH 01/12] python-m2crypto: Use PYTHON_PN instead of hardcoding python name
 2020-01-22  6:38 UTC  (12+ messages)
` [meta-networking][PATCH 02/12] crda: Fix build with python3
` [meta-oe][PATCH 03/12] lio-utils: Make it visible only with meta-py2 in BBFILE_COLLECTIONS
` [meta-oe][PATCH 04/12] openlmi: Make it visible when meta-py2 is in layermix
` [meta-oe][PATCH 05/12] rrdtool: Disable python packageconfig by default
` [meta-oe][PATCH 06/12] telepathy-idle: Disable when meta-py2 is not present
` [meta-oe][PATCH 07/12] mysql-python: Enable only when meta-py2 is present
` [meta-oe][PATCH 08/12] hplip: Upgrade to 3.19.12
` [meta-oe][PATCH 09/12] fontforge: Link with libpython3
` [meta-oe][PATCH 10/12] nodejs: Build only when meta-py2 is included
` [meta-webserver][PATCH 11/12] cherokee: Only build with meta-py2 is in layermix
` [meta-oe][PATCH 12/12] sip: Delete python2 version

[PATCH 0/4] Improve general readability of MSS on SC7180
 2020-01-22  6:38 UTC  (7+ messages)
` [PATCH 1/4] remoteproc: qcom: q6v5-mss: Use regmap_read_poll_timeout
` [PATCH 2/4] remoteproc: qcom: q6v5-mss: Improve readability across clk handling

How to set a limit and clear Avocado cache?
 2020-01-22  6:37 UTC  (2+ messages)
` [Avocado-devel] "

[PATCH v4 00/16] efi_loader: add secure boot support
 2020-01-22  6:38 UTC  (5+ messages)
` [PATCH v4 10/16] cmd: env: use appropriate guid for authenticated UEFI variable

linux-next: manual merge of the akpm tree with the tip tree
 2020-01-22  6:37 UTC 

[RFC][PATCH 00/15] Implement V4L2_BUF_FLAG_NO_CACHE_* flags
 2020-01-22  6:37 UTC  (4+ messages)
` [RFC][PATCH 12/15] videobuf2: add begin/end cpu_access callbacks to dma-sg

[PATCH 3/5] vDPA: introduce vDPA bus
 2020-01-22  6:36 UTC  (19+ messages)

NEW DEVELOPMENT
 2020-01-22  6:35 UTC 

[dpdk-dev] [PATCH] config: disable all kmods by default from v20.02
 2020-01-22  6:34 UTC  (2+ messages)

[tip:x86/cpu] BUILD SUCCESS 283bab9809786cf41798512f5c1e97f4b679ba96
 2020-01-22  6:33 UTC 

[PATCH qemu v5] spapr: Kill SLOF
 2020-01-22  6:32 UTC  (4+ messages)

[PATCH v4 0/4] qmp: Optionally run handlers in coroutines
 2020-01-22  6:32 UTC  (3+ messages)
` [PATCH v4 1/4] qapi: Add a 'coroutine' flag for commands

[Bug 206261] New: LEDs are off for AHCI connected drives on Cisco C125 server
 2020-01-22  6:30 UTC  (2+ messages)
` [Bug 206261] "

[Intel-wired-lan] [PATCH v1] igc: Complete to commit Add basic skeleton for PTP
 2020-01-22  6:28 UTC  (3+ messages)

[PATCH v2 109/109] virtiofsd: add some options to the help message
 2020-01-22  6:35 UTC  (2+ messages)

[PATCH v2 0/2] Add support for sun4i HDMI audio
 2020-01-22  6:26 UTC  (5+ messages)
` [PATCH v2 2/2] drm: sun4i: hdmi: Add support for sun4i HDMI encoder audio

[PATCH V3] add mtk matrix keypad driver for keypad on MTK SoC
 2020-01-22  6:24 UTC  (5+ messages)
` [PATCH V3 2/2] drivers: input: keyboard: add mtk keypad driver

[alsa-devel] [PATCH 0/9] add ASoC components for AHUB
 2020-01-22  6:23 UTC  (9+ messages)
` [alsa-devel] [PATCH 4/9] ASoC: tegra: add Tegra210 based I2S driver

[Intel-wired-lan] [PATCH v1] e1000e: Add support to 0x15F5 Device Id of Tiger Lake
 2020-01-22  6:23 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Generic page write protection
 2020-01-22  6:21 UTC  (6+ messages)

[PATCH] x264: upgrade to latest revision
 2020-01-22  6:21 UTC 

Explore ideas on workflows improvements with Google Summer of Code mentoring program?
 2020-01-22  6:18 UTC  (7+ messages)

kernel 5.4.13 'NETDEV WATCHDOG' timeout errors -- is it kernel? driver? bios?
 2020-01-22  6:16 UTC  (2+ messages)

[Buildroot] EFI handover support
 2020-01-22  6:10 UTC 

[PATCH] libva-utils: fix upstream status check
 2020-01-22  6:07 UTC 

[PATCH v4] mm/mempolicy,hugetlb: Checking hstate for hugetlbfs page in vma_migratable
 2020-01-22  6:05 UTC  (2+ messages)

[PATCH v2 0/2] Input: axp20x-pek wakeup enablement
 2020-01-22  6:04 UTC  (6+ messages)
` [PATCH v2 1/2] Input: axp20x-pek - Respect userspace wakeup configuration
` [PATCH v2 2/2] Input: axp20x-pek - Enable wakeup for all AXP variants

[igt-dev] [PATCH i-g-t 1/3] lib/ioctl_wrappers: Query if device supports set/get legacy tiling
 2020-01-22  6:02 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 2/3] lib/igt_fb: Use render copy/blit for tiled formats on platforms w/o HW detiling

[PATCH v3 0/6] EDT-FT5x06 improvements
 2020-01-22  6:00 UTC  (7+ messages)
` [PATCH v3 6/6] Input: edt-ft5x06 - improve power management operations

[Xen-devel] [PATCH] arm/acpi: Add __acpi_unmap_table function for ARM
 2020-01-22  5:58 UTC  (5+ messages)

[PATCH 3/6] crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithm
 2020-01-22  5:57 UTC  (2+ messages)

[PATCH v2 0/3] DA9063 Onkey Improvements and Fixes
 2020-01-22  5:57 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: Input: da9062 - add key-opmode documentation

WARNING in tracing_func_proto
 2020-01-22  5:53 UTC  (3+ messages)

[PATCH v4 1/2] powerpc/pseries/svm: Use FW_FEATURE to detect SVM
 2020-01-22  5:50 UTC  (4+ messages)
` [PATCH v4 2/2] powerpc/pseries/svm: Disable BHRB/EBB/PMU access

[virtio-comment] Block Device VIRTIO_BLK_F_RO clarification needed
 2020-01-22  5:53 UTC  (4+ messages)

[PATCH v3] [net]: Fix skb->csum update in inet_proto_csum_replace16()
 2020-01-22  5:51 UTC  (2+ messages)

[zeus 00/11] pull request
 2020-01-22  5:48 UTC  (12+ messages)
` [zeus 01/11] toaster.bbclass: Correct pkgdatadir path in toaster_package_dumpdata()
` [zeus 02/11] populate_sdk_ext.bbclass: No longer needed to clean away conf/sanity_info
` [zeus 03/11] sanity.bbclass: Move sanity_info from conf to cache
` [zeus 04/11] licenses.conf: Remove the SRC_DISTRIBUTE_LICENSES variable
` [zeus 05/11] license.bbclass: Introduce AVAILABLE_LICENSES that lists all licenses
` [zeus 06/11] linuxloader: Correct loader for glibc on armhf
` [zeus 07/11] multilib.conf: Ensure that RECIPE_SYSROOT is unchanged for native
` [zeus 08/11] wic/filemap: If FIGETBSZ iotctl fail, failback to os.stat
` [zeus 09/11] sstatesig: Test cross/native hashserv method extension
` [zeus 10/11] scripts/oe-build-perf-report: Avoid buildstats warning
` [zeus 11/11] sstatesig: Improve debug output if getpwuid() fails

[PATCH RFC 0/3] x86/kvm/hyper-v: fix enlightened VMCS & QEMU4.2
 2020-01-22  5:47 UTC  (4+ messages)
` [PATCH RFC 2/3] x86/kvm/hyper-v: move VMX controls sanitization out of nested_enable_evmcs()

[PATCH 1/5] stress-ng: upgrade 0.10.15 -> 0.10.16
 2020-01-22  5:46 UTC  (5+ messages)
` [PATCH 2/5] glib-networking: upgrade 2.62.2 -> 2.62.3
` [PATCH 3/5] libjpeg-turbo: upgrade 2.0.3 -> 2.0.4
` [PATCH 4/5] assimp: upgrade 5.0.0 -> 5.0.1
` [PATCH 5/5] sudo: upgrade 1.8.29 -> 1.8.30

Purchase Order 3345
 2020-01-22  5:43 UTC 

Purchase Order 3345
 2020-01-22  5:38 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.