All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-18 01:21:59 to 2019-07-18 02:04:52 UTC [more...]

[PATCH v2 0/7] libnvdimm: Fix async operations and locking
 2019-07-18  2:04 UTC  (17+ messages)
` [PATCH v2 1/7] drivers/base: Introduce kill_device()
` [PATCH v2 2/7] libnvdimm/bus: Prevent duplicate device_unregister() calls
` [PATCH v2 3/7] libnvdimm/region: Register badblocks before namespaces
` [PATCH v2 4/7] libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant
` [PATCH v2 5/7] libnvdimm/bus: Stop holding nvdimm_bus_list_mutex over __nd_ioctl()
` [PATCH v2 6/7] libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock
` [PATCH v2 7/7] driver-core, libnvdimm: Let device subsystems add local lockdep coverage

[PATCH] KVM: arm/arm64: Assign pmc->idx before kvm_pmu_stop_counter()
 2019-07-18  1:59 UTC  (6+ messages)

[U-Boot] [PATCH v2 00/37] binman: Add CBFS support
 2019-07-18  1:59 UTC  (55+ messages)
` [U-Boot] [PATCH v2 11/37] binman: Add missing comments toentry
` [U-Boot] [PATCH v2 12/37] binman: Tidy up help for --indir
` [U-Boot] [PATCH v2 13/37] binman: Use a better error for missing Intel descriptor
` [U-Boot] [PATCH v2 14/37] binman: Detect skipped tests
` [U-Boot] [PATCH v2 15/37] binman: Add a function to create a sample ELF file
` [U-Boot] [PATCH v2 16/37] binman: Add a function to decode an "
` [U-Boot] [PATCH v2 17/37] binman: Ensure that coverage has access to site packages
` [U-Boot] [PATCH v2 18/37] binman: Assume Intel descriptor is at the start of the image
` [U-Boot] [PATCH v2 19/37] binman: Don't assume there is an ME region
` [U-Boot] [PATCH v2 20/37] binman: Update entry.SetOffsetSize to be optional
` [U-Boot] [PATCH v2 21/37] binman: Allow text directly in the node
` [U-Boot] [PATCH v2 22/37] patman: Add functions to compress and decompress data
` [U-Boot] [PATCH v2 23/37] binman: Use the tools.Decompress method
` [U-Boot] [PATCH v2 24/37] binman: Drop unnecessary debug handling
` [U-Boot] [PATCH v2 25/37] binman: Use tools compression function for blob handling
` [U-Boot] [PATCH v2 26/37] binman: Correct comment in u_boot_spl_elf
` [U-Boot] [PATCH v2 27/37] binman: Support ELF files for TPL
` [U-Boot] [PATCH v2 28/37] binman: Fix up the _DoTestFile() function -u argument
` [U-Boot] [PATCH v2 29/37] binman: Allow verbosity control when running tests
` [U-Boot] [PATCH v2 30/37] binman: Allow preserving test directories
` [U-Boot] [PATCH v2 31/37] binman: Pass the toolpath to tests
` [U-Boot] [PATCH v2 32/37] patman: Add a function to write ifwitool
` [U-Boot] [PATCH v2 33/37] binman: Add a utility library for coreboot CBFS
` [U-Boot] [PATCH v2 34/37] binman: Add support for CBFS entries
` [U-Boot] [PATCH v2 35/37] binman: Add support for Intel IFWI entries
` [U-Boot] [PATCH v2 36/37] binman: Pad empty areas of the CBFS with files
` [U-Boot] [PATCH v2 37/37] binman: Add support for fixed-offset files in CBFS

[PATCH] drm/amdgpu/pm: remove check for pp funcs in freq sysfs handlers
 2019-07-18  1:59 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/31] binman: Allow reading of images to list contents
 2019-07-18  1:59 UTC  (63+ messages)
` [U-Boot] [PATCH v2 01/31] binman: Simplify the entry test
` [U-Boot] [PATCH v2 02/31] binman: Update future features
` [U-Boot] [PATCH v2 03/31] binman: Update help for new features
` [U-Boot] [PATCH v2 04/31] binman: Add a convenience functions for real-DTB tests
` [U-Boot] [PATCH v2 05/31] binman: Add an FDT map
` [U-Boot] [PATCH v2 06/31] binman: Add an image header
` [U-Boot] [PATCH v2 07/31] binman: Convert to use ArgumentParser
` [U-Boot] [PATCH v2 08/31] binman: Move compression into the Entry base class
` [U-Boot] [PATCH v2 09/31] binman: Drop an unused arg in Entry.Lookup()
` [U-Boot] [PATCH v2 10/31] binman: Allow easy importing of entry modules
` [U-Boot] [PATCH v2 11/31] binman: Fix up ProcessUpdateContents error and comments
` [U-Boot] [PATCH v2 12/31] binman: Call ProcessUpdateContents() consistently
` [U-Boot] [PATCH v2 13/31] binman: Add a return value to ProcessContentsUpdate()
` [U-Boot] [PATCH v2 14/31] binman: Add a control for post-pack entry expansion
` [U-Boot] [PATCH v2 15/31] binman: Allow entries to expand after packing
` [U-Boot] [PATCH v2 16/31] binman: Allow device-tree entries to be compressed
` [U-Boot] [PATCH v2 17/31] binman: Provide the actual data address for cbfs files
` [U-Boot] [PATCH v2 18/31] binman: Use the cbfs memlen field only for uncompressed length
` [U-Boot] [PATCH v2 19/31] binman: Support FDT update for CBFS
` [U-Boot] [PATCH v2 20/31] binman: Detect bad CBFS file types
` [U-Boot] [PATCH v2 21/31] binman: Allow listing the entries in an image
` [U-Boot] [PATCH v2 22/31] binman: Support locating an FDT map
` [U-Boot] [PATCH v2 23/31] binman: Support locating an image header
` [U-Boot] [PATCH v2 24/31] binman: Support reading an image into an Image object
` [U-Boot] [PATCH v2 25/31] binman: Convert Image to a subclass of Entry
` [U-Boot] [PATCH v2 26/31] binman: Support listing an image
` [U-Boot] [PATCH v2 27/31] binman: Allow for logging information to be displayed
` [U-Boot] [PATCH v2 28/31] binman: Allow reading an entry from an image
` [U-Boot] [PATCH v2 29/31] binman: Support reading from CBFS entries
` [U-Boot] [PATCH v2 30/31] binman: Add an 'extract' command
` [U-Boot] [PATCH v2 31/31] binman: Add a test for nested and aligned sections

[ndctl PATCH v6 00/13] daxctl: add a new reconfigure-device command
 2019-07-18  1:56 UTC  (7+ messages)
` [ndctl PATCH v6 01/13] libdaxctl: add interfaces to get ctx and check device state
` [ndctl PATCH v6 02/13] libdaxctl: add interfaces to enable/disable devices
` [ndctl PATCH v6 03/13] libdaxctl: add an interface to retrieve the device resource

[igt-dev] [PATCH i-g-t 1/2] tools/vbt_decode: Fix VBT parsing for the PSR section
 2019-07-18  1:58 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] "

[Xen-devel] [libvirt test] 139076: regressions - FAIL
 2019-07-18  1:56 UTC 

[PATCH] mac80211: don't warn about CW params when not using them
 2019-07-18  1:57 UTC 

[Qemu-devel] [PATCH v2] target/i386: Introduce Denverton CPU model
 2019-07-18  1:56 UTC  (4+ messages)

[PATCH v2 0/6] MCR fixes and more
 2019-07-18  1:56 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[v5,1/2] rtc/fsl: add FTM alarm driver as the wakeup source
 2019-07-18  1:54 UTC  (5+ messages)
` [v5,2/2] Documentation: dt: binding: rtc: add binding for ftm alarm driver
    ` [EXT] "

[dpdk-dev] [PATCH 0/3] ice: flow inputset/action validation fix and add ipv6 tc support
 2019-07-18  1:38 UTC  (4+ messages)
` [dpdk-dev] [PATCH 1/3] net/ice: fix flow get inputset check
` [dpdk-dev] [PATCH 2/3] net/ice: fix flow action validation
` [dpdk-dev] [PATCH 3/3] net/ice: add flow ipv6 tc support

[PATCH net] be2net: Synchronize be_update_queues with dev_watchdog
 2019-07-18  1:42 UTC 

[f2fs-dev] [Bug 204193] New: BUG: KASAN: null-ptr-deref in f2fs_write_end_io+0x215/0x650
 2019-07-18  1:49 UTC  (2+ messages)
` [f2fs-dev] [Bug 204193] "

[PATCH v2 0/2] mmc: Add support for the ASPEED SD controller
 2019-07-18  1:49 UTC  (10+ messages)
` [PATCH v2 1/2] dt-bindings: mmc: Document Aspeed "

[PATCH] drm/amdgpu/dm: Remove unneeded hotplug event in s3_handle_mst()
 2019-07-18  1:48 UTC 

[PATCH 2/3 v4] dt-bindings: gpio: aspeed: Add SGPIO support
 2019-07-18  1:48 UTC  (4+ messages)

[PATCH v3 0/2] mailbox: arm: introduce smc triggered mailbox
 2019-07-18  1:47 UTC  (8+ messages)
` [PATCH v3 1/2] dt-bindings: mailbox: add binding doc for the ARM SMC/HVC mailbox

[U-Boot] Support for i.MX7ULP rev B0
 2019-07-18  1:46 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 0/2] bitmap: refine bitmap_set
 2019-07-18  1:45 UTC  (2+ messages)

[PATCH 00/26] DP MST Refactors + debugging tools + suspend/resume reprobing
 2019-07-18  1:42 UTC  (41+ messages)
` [PATCH 01/26] drm/dp_mst: Move link address dumping into a function
` [PATCH 02/26] drm/dp_mst: Destroy mstbs from destroy_connector_work
` [PATCH 03/26] drm/dp_mst: Move test_calc_pbn_mode() into an actual selftest
` [PATCH 04/26] drm/print: Add drm_err_printer()
` [PATCH 05/26] drm/dp_mst: Add sideband down request tracing + selftests
` [PATCH 06/26] drm/dp_mst: Move PDT teardown for ports into destroy_connector_work
` [PATCH 07/26] drm/dp_mst: Get rid of list clear in drm_dp_finish_destroy_port()
` [PATCH 08/26] drm/dp_mst: Refactor drm_dp_send_enum_path_resources
` [PATCH 09/26] drm/dp_mst: Remove huge conditional in drm_dp_mst_handle_up_req()
` [PATCH 10/26] drm/dp_mst: Constify guid in drm_dp_get_mst_branch_by_guid()
` [PATCH 11/26] drm/dp_mst: Refactor drm_dp_mst_handle_up_req()
` [PATCH 12/26] drm/dp_mst: Refactor drm_dp_mst_handle_down_rep()
` [PATCH 13/26] drm/dp_mst: Destroy topology_mgr mutexes
` [PATCH 14/26] drm/dp_mst: Cleanup drm_dp_send_link_address() a bit
` [PATCH 15/26] drm/dp_mst: Refactor pdt setup/teardown, add more locking
` [PATCH 16/26] drm/dp_mst: Rename drm_dp_add_port and drm_dp_update_port
` [PATCH 17/26] drm/dp_mst: Remove lies in {up,down}_rep_recv documentation
` [PATCH 18/26] drm/dp_mst: Handle UP requests asynchronously
` [PATCH 19/26] drm/dp_mst: Protect drm_dp_mst_port members with connection_mutex
` [PATCH 20/26] drm/dp_mst: Don't forget to update port->input in drm_dp_mst_handle_conn_stat()
` [PATCH 21/26] drm/nouveau: Don't grab runtime PM refs for HPD IRQs
` [PATCH 22/26] drm/amdgpu: Iterate through DRM connectors correctly
` [PATCH 23/26] drm/amdgpu/dm: Resume short HPD IRQs before resuming MST topology
` [PATCH 24/26] drm/dp_mst: Add basic topology reprobing when resuming
` [PATCH 25/26] drm/dp_mst: Also print unhashed pointers for malloc/topology references
` [PATCH 26/26] drm/dp_mst: Add topology ref history tracking for debugging

[PATCH 2/3 v4] ARM: dts: aspeed: Add SGPIO driver
 2019-07-18  1:44 UTC  (4+ messages)

[PATCH] pwm: mxs: use devm_platform_ioremap_resource() to simplify code
 2019-07-18  1:32 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] Make some changes to SDP
 2019-07-18  1:40 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] imx: spl: Change USB boot device type
` [U-Boot] [PATCH 2/4] SDP: use CONFIG_SDP_LOADADDR as default load address
` [U-Boot] [PATCH 3/4] SDP: fix wrong usb request size and add high speed endpoint descriptor
` [U-Boot] [PATCH 4/4] SDP: Call usb_gadget_initialize and usb_gadget_release to support UDC

(btrfs-progs-v5.2) btrfs balance status /path --> starts balance, instead of reporting status
 2019-07-18  1:39 UTC 

[U-Boot] [PATCH 0/5] travis: Build and test ASPEED board
 2019-07-18  1:39 UTC  (6+ messages)
` [U-Boot] [PATCH 3/5] traivs: Build aspeed boards

[PATCH v2 00/22] x86, objtool: several fixes/improvements
 2019-07-18  1:36 UTC  (23+ messages)
` [PATCH v2 01/22] x86/paravirt: Fix callee-saved function ELF sizes
` [PATCH v2 02/22] x86/kvm: Fix fastop function ELF metadata
` [PATCH v2 03/22] x86/kvm: Replace vmx_vmenter()'s call to kvm_spurious_fault() with UD2
` [PATCH v2 04/22] x86/kvm: Don't call kvm_spurious_fault() from .fixup
` [PATCH v2 05/22] x86/entry: Fix thunk function ELF sizes
` [PATCH v2 06/22] x86/head/64: Annotate start_cpu0() as non-callable
` [PATCH v2 07/22] x86/uaccess: Remove ELF function annotation from copy_user_handle_tail()
` [PATCH v2 08/22] x86/uaccess: Don't leak AC flag into fentry from mcsafe_handle_tail()
` [PATCH v2 09/22] x86/uaccess: Remove redundant CLACs in getuser/putuser error paths
` [PATCH v2 10/22] bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()
` [PATCH v2 11/22] objtool: Add mcsafe_handle_tail() to the uaccess safe list
` [PATCH v2 12/22] objtool: Track original function across branches
` [PATCH v2 13/22] objtool: Refactor function alias logic
` [PATCH v2 14/22] objtool: Warn on zero-length functions
` [PATCH v2 15/22] objtool: Change dead_end_function() to return boolean
` [PATCH v2 16/22] objtool: Do frame pointer check before dead end check
` [PATCH v2 17/22] objtool: Refactor sibling call detection logic
` [PATCH v2 18/22] objtool: Refactor jump table code
` [PATCH v2 19/22] objtool: Support repeated uses of the same C jump table
` [PATCH v2 20/22] objtool: Fix seg fault on bad switch table entry
` [PATCH v2 21/22] objtool: convert insn type to enum
` [PATCH v2 22/22] objtool: Support conditional retpolines

[Qemu-devel] [PATCH] migration: just pass RAMBlock is enough
 2019-07-18  1:37 UTC  (2+ messages)

[PATCH] f2fs: fix to read source block before invalidating it
 2019-07-18  1:37 UTC  (2+ messages)
` [f2fs-dev] "

PID namespace support
 2019-07-18  1:35 UTC 

[PATCH] cogl-1.0.inc: set RDEPENDS_${PN}-dev = ""
 2019-07-18  1:31 UTC  (4+ messages)

erofs compilation failure
 2019-07-18  1:32 UTC  (2+ messages)

Duplicate tag error with 5.2
 2019-07-18  1:31 UTC  (4+ messages)

[PATCH 0/4] Fix hang of Armada 8040 SoC in orion-mdio
 2019-07-18  1:31 UTC  (6+ messages)
` [PATCH 1/4] dt-bindings: allow up to four clocks for orion-mdio

[PATCH v1] net: fec: optionally reset PHY via a reset-controller
 2019-07-18  1:24 UTC  (6+ messages)
` [EXT] "

[PATCH] tracing: Fix user stack trace "??" output
 2019-07-18  1:23 UTC  (2+ messages)

[PATCH] ext2: show more accurate free block count in debug message
 2019-07-18  1:22 UTC 

[PATCH] x86/hyper-v: Zero out the VP assist page to fix CPU offlining
 2019-07-18  1:22 UTC  (3+ messages)

[PATCH iproute2] json: fix backslash escape typo in jsonw_puts
 2019-07-18  1:15 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.