All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-12-06 14:22:01 to 2019-12-06 15:06:28 UTC [more...]

[PULL 0/1] ppc-for-4.2 queue 20191206
 2019-12-06 11:19 UTC  (4+ messages)

[PATCH v7 00/21] error: prepare for auto propagated local_err
 2019-12-06 10:28 UTC  (9+ messages)
` [PATCH v7 07/21] ppc: well form kvmppc_hint_smt_possible error hint helper
` [PATCH v7 21/21] nbd: assert that Error** is not NULL in nbd_iter_channel_error

[PATCH v5 00/22] target/arm: Implement ARMv8.5-MemTag, system mode
 2019-12-06 14:14 UTC  (11+ messages)
` [PATCH v5 20/22] target/arm: Create tagged ram when MTE is enabled
` [PATCH v5 21/22] target/arm: Add mmu indexes for tag memory
` [PATCH v5 22/22] target/arm: Add allocation tag storage for system mode

[PATCH v8 00/21] error: prepare for auto propagated local_err
 2019-12-06 10:19 UTC  (6+ messages)
` [PATCH v8 14/21] hw/s390x: rename Error ** parameter to more common errp
` [PATCH v8 17/21] hw/usb: "

[PATCH v6] hw/core/qdev: cleanup Error ** variables
 2019-12-06 10:46 UTC  (6+ messages)

[PATCH net] net: dsa: fix flow dissection on Tx path
 2019-12-06 15:06 UTC  (3+ messages)

[Linux-kernel-mentees] [PATCH] rculist: Add macro list_prev_rcu
 2019-12-06 15:05 UTC  (2+ messages)
`  "

[PATCH] mm/hotplug: Only respect mem= parameter during boot stage
 2019-12-06 15:05 UTC 

[PATCH 00/10] Add Allwinner H3 SoC and Orange Pi PC Machine
 2019-12-06 14:24 UTC  (6+ messages)
` [PATCH 06/10] arm/arm-powerctl: set NSACR.{CP11, CP10} bits in arm_set_cpu_on()

[GIT PULL 0/6] perf/urgent fixes
 2019-12-06 15:04 UTC  (6+ messages)

[PULL 0/1] KVM fix for QEMU 4.2-rc
 2019-12-06 11:36 UTC  (2+ messages)
` [PULL 1/1] target/i386: disable VMX features if nested=0

[RFC PATCH v2] usb:gadget: Fixed issue with config_ep_by_speed function
 2019-12-06 15:04 UTC  (2+ messages)

[PATCH v3 0/7] gpio: Add GPIO Aggregator/Repeater
 2019-12-06 15:03 UTC  (5+ messages)
` [PATCH v3 4/7] dt-bindings: gpio: Add gpio-repeater bindings

[PATCH net] tcp: md5: fix potential overestimation of TCP option space
 2019-12-06 15:03 UTC  (3+ messages)

[PATCH 0/5] Various fixes
 2019-12-06 15:03 UTC  (9+ messages)
` [PATCH 1/5] btrfs: drop log root for dropped roots
` [PATCH 2/5] btrfs: don't BUG_ON in create_subvol
` [PATCH 3/5] btrfs: handle ENOENT in btrfs_uuid_tree_iterate
` [PATCH 4/5] btrfs: skip log replay on orphaned roots
` [PATCH 5/5] btrfs: do not leak reloc root if we fail to read the fs root

[PATCH] target/i386: relax assert when old host kernels don't include msrs
 2019-12-06 10:28 UTC  (3+ messages)
` [PATCH] target/i386: skip kvm_msr_entry_add when kvm_vmx_basic is 0

[PATCH v2 00/13] s390x: Protected Virtualization support
 2019-12-06  9:50 UTC  (9+ messages)
` [PATCH v2 05/13] s390x: protvirt: Add pv state to cpu env
` [PATCH v2 06/13] s390x: protvirt: KVM intercept changes

[PATCH v17 0/7] target-ppc/spapr: Add FWNMI support in QEMU for PowerKM guests
 2019-12-06  5:45 UTC  (6+ messages)
` [PATCH v17 6/7] migration: Include migration support for machine check handling

[PATCH] gdbstub: change GDBState.last_packet to GByteArray
 2019-12-06 14:23 UTC  (2+ messages)

[PATCH v4 2/2] usb: overridable hub bInterval by device node
 2019-12-06 15:00 UTC  (2+ messages)

[PATCH v3 0/4] target/arm: Support for Data Cache Clean up to PoP
 2019-12-06 14:59 UTC  (2+ messages)

[PATCH v3 00/25] PCI host resource consolidation
 2019-12-06 14:59 UTC  (8+ messages)
` [PATCH v3 10/25] PCI: rockchip: Use pci_parse_request_of_pci_ranges()

[PATCH 0/3] Remove deprecated pc-0.x machine types and related hacks
 2019-12-06 10:21 UTC  (3+ messages)
` [PATCH 3/3] hw/pci: Remove the "command_serr_enable" property

[RFC PATCH 0/9] Introduce mediate ops in vfio-pci
 2019-12-06 12:49 UTC  (10+ messages)
` [RFC PATCH 3/9] vfio/pci: register a default migration region

[PATCH v18 00/13] open: introduce openat2(2) syscall
 2019-12-06 14:29 UTC  (16+ messages)
` [PATCH v18 01/13] namei: only return -ECHILD from follow_dotdot_rcu()
` [PATCH v18 02/13] nsfs: clean-up ns_get_path() signature to return int
` [PATCH v18 03/13] namei: allow nd_jump_link() to produce errors
` [PATCH v18 04/13] namei: allow set_root() "
` [PATCH v18 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
` [PATCH v18 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v18 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v18 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v18 09/13] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v18 10/13] namei: LOOKUP_{IN_ROOT, BENEATH}: permit limited ".." resolution
` [PATCH v18 11/13] open: introduce openat2(2) syscall
` [PATCH v18 12/13] selftests: add openat2(2) selftests
` [PATCH v18 13/13] Documentation: path-lookup: include new LOOKUP flags
` [PATCH man-pages 1/2] openat2.2: document new openat2(2) syscall
  ` [PATCH man-pages 2/2] path_resolution.7: update to mention openat2(2) features

[PATCH 00/18] Tegra XUSB OTG support
 2019-12-06 14:57 UTC  (7+ messages)
` [PATCH 01/18] dt-bindings: phy: tegra-xusb: Add usb-role-switch
` [PATCH 03/18] phy: tegra: xusb: Add usb-role-switch support
` [PATCH 05/18] phy: tegra: xusb: Add support to get companion USB 3 port

[RFC v4 0/2] xfs: automatic relogging experiment
 2019-12-06 14:56 UTC  (4+ messages)
` [RFC v4 1/2] xfs: automatic log item relog mechanism

[PATCH] pppoe: remove redundant BUG_ON() check in pppoe_pernet
 2019-12-06 14:56 UTC  (2+ messages)

[PATCH v6 0/9] Clock framework API
 2019-12-06 13:48 UTC  (11+ messages)

[U-Boot] [PATCH] spl: fix entry_point equal to load_addr
 2019-12-06 14:55 UTC  (8+ messages)

[LTP] [PATCH] syscalls/ioctl01: Cleanup & convert to new library
 2019-12-06 14:55 UTC 

[PATCH for-5.0 0/8] q35: CPU hotplug with secure boot, part 1+2
 2019-12-06 13:49 UTC  (4+ messages)
` [PATCH for-5.0 8/8] acpi: cpuhp: spec: document procedure for enabling modern CPU hotplug

[PATCH 0/5] mips: machines: Renovate coding style
 2019-12-06 13:58 UTC  (6+ messages)
` [PATCH 1/5] mips: jazz: "
` [PATCH 2/5] mips: malta: "
` [PATCH 3/5] mips: mipssim: "
` [PATCH 4/5] mips: r4000: "
` [PATCH 5/5] mips: fulong 2e: "

[PATCH v2 00/14] gdbstub refactor and SVE support
 2019-12-06 14:52 UTC  (6+ messages)
` [PATCH v2 11/14] target/arm: default SVE length to 64 bytes for linux-user

[PATCH 0/3] target/arm: Implement ARMv8.5-MemTag, user mode
 2019-12-06 13:23 UTC  (2+ messages)

RCU consistency guarantees
 2019-12-06 14:51 UTC 

[PATCH] selftests: net: ip_defrag: increase netdev_max_backlog
 2019-12-06 14:50 UTC  (5+ messages)

[zeus][PATCH 00/10] zeus merge request - cover letter only
 2019-12-06 14:49 UTC  (2+ messages)

[PATCH 0/2] tests/acceptance: Add boot vmlinux test
 2019-12-06 14:00 UTC  (2+ messages)
` [PATCH 1/2] tests/acceptance: Add PVH boot test

[PATCH v3] qga: fence guest-set-time if hwclock not available
 2019-12-06  7:17 UTC  (6+ messages)

Running an Ivy Bridge cpu at fixed frequency
 2019-12-06 14:47 UTC  (2+ messages)

Sourcing a signed boot script
 2019-12-06 14:47 UTC  (3+ messages)

[PATCH 0/44] Cleanup how we handle root refs, part 1
 2019-12-06 14:45 UTC  (45+ messages)
` [PATCH 01/44] btrfs: push __setup_root into btrfs_alloc_root
` [PATCH 02/44] btrfs: move fs root init stuff into btrfs_init_fs_root
` [PATCH 03/44] btrfs: make btrfs_find_orphan_roots use btrfs_get_fs_root
` [PATCH 04/44] btrfs: export and use btrfs_read_tree_root
` [PATCH 05/44] btrfs: make relocation use btrfs_read_tree_root()
` [PATCH 06/44] btrfs: kill btrfs_read_fs_root
` [PATCH 07/44] btrfs: kill the btrfs_read_fs_root_no_name helper
` [PATCH 08/44] btrfs: make the fs root init functions static
` [PATCH 09/44] btrfs: handle NULL roots in btrfs_put_fs_root()
` [PATCH 10/44] btrfs: hold a ref on fs roots while they're in the radix tree
` [PATCH 11/44] btrfs: hold a ref on the root in resolve_indirect_ref
` [PATCH 12/44] btrfs: hold a root ref in btrfs_get_dentry
` [PATCH 13/44] btrfs: hold a ref on the root in __btrfs_run_defrag_inode
` [PATCH 14/44] btrfs: hold a ref for the root in record_one_backref
` [PATCH 15/44] btrfs: grab a ref on the root in relink_extent_backref
` [PATCH 16/44] btrfs: hold a ref on the root in fixup_tree_root_location
` [PATCH 17/44] btrfs: hold a ref on the root in create_subvol
` [PATCH 18/44] btrfs: hold a ref on the root in search_ioctl
` [PATCH 19/44] btrfs: hold a ref on the root in btrfs_search_path_in_tree
` [PATCH 20/44] btrfs: hold a ref on the root in btrfs_search_path_in_tree_user
` [PATCH 21/44] btrfs: hold a ref on the root in btrfs_ioctl_get_subvol_info
` [PATCH 22/44] btrfs: hold ref on root in btrfs_ioctl_default_subvol
` [PATCH 23/44] btrfs: hold a ref on the root in build_backref_tree
` [PATCH 24/44] btrfs: hold a ref on the root in prepare_to_merge
` [PATCH 25/44] btrfs: hold a ref on the root in merge_reloc_roots
` [PATCH 26/44] btrfs: hold a ref on the root in record_reloc_root_in_trans
` [PATCH 27/44] btrfs: hold a ref on the root in find_data_references
` [PATCH 28/44] btrfs: hold a ref on the root in create_reloc_inode
` [PATCH 29/44] btrfs: hold a ref on the root in btrfs_recover_relocation
` [PATCH 30/44] btrfs: push grab_fs_root into read_fs_root
` [PATCH 31/44] btrfs: hold a ref for the root in btrfs_find_orphan_roots
` [PATCH 32/44] btrfs: hold a ref on the root in scrub_print_warning_inode
` [PATCH 33/44] btrfs: hold a ref on the root in btrfs_ioctl_send
` [PATCH 34/44] btrfs: hold a ref on the root in get_subvol_name_from_objectid
` [PATCH 35/44] btrfs: hold a ref on the root in create_pending_snapshot
` [PATCH 36/44] btrfs: hold a ref on the root in btrfs_recover_log_trees
` [PATCH 37/44] btrfs: hold a ref on the root in btrfs_check_uuid_tree_entry
` [PATCH 38/44] btrfs: hold a ref on the root in open_ctree
` [PATCH 39/44] btrfs: use btrfs_put_fs_root to free roots always
` [PATCH 40/44] btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root
` [PATCH 41/44] btrfs: free more things in btrfs_free_fs_info
` [PATCH 42/44] btrfs: move fs_info init work into it's own helper function
` [PATCH 43/44] btrfs: add a leak check for roots
` [PATCH 44/44] btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root

[Xen-devel] [PATCH] cmdline: treat hyphens and underscores the same
 2019-12-06 14:46 UTC  (4+ messages)

[PATCH] oeqa/selftest/runtime_test: split systemd and sysvinit tests out
 2019-12-06 14:44 UTC  (2+ messages)

[ANNOUNCE] Xenomai v3.1-rc4 available
 2019-12-06 14:43 UTC 

make dma_addressing_limited work for memory encryption setups v2
 2019-12-06 14:10 UTC  (3+ messages)
` [PATCH 2/2] dma-mapping: force unencryped devices are always addressing limited

[RFC v5 000/126] error: auto propagated local_err
 2019-12-06  8:13 UTC  (8+ messages)
` [RFC v5 024/126] "

[rcar:gmsl/eagle-v3m 17/20] drivers//regulator/gpio-regulator.c:245:4: note: in expansion of macro 'dev_err'
 2019-12-06 14:40 UTC 

[PATCH v5 00/27] nfs: Mount API conversion
 2019-12-06 14:39 UTC  (2+ messages)

[PATCH 0/2] crypto: api - Fix spawn races
 2019-12-06 14:39 UTC  (3+ messages)
` [PATCH 1/2] crypto: api - Fix race condition in crypto_spawn_alg
` [PATCH 2/2] crypto: api - Do not zap spawn->alg

[PATCH v2 0/2] hwmon: Add UCD90320 power sequencer chip
 2019-12-06 14:39 UTC  (2+ messages)

[PATCH v2 0/5] target/arm: More EL2 trapping fixes
 2019-12-06 14:14 UTC  (5+ messages)
` [PATCH v2 3/5] target/arm: Handle trapping to EL2 of AArch32 VMRS instructions

[PATCH] vhost/vsock: accept only packets with the right dst_cid
 2019-12-06 14:39 UTC 

[PATCH] vhost/vsock: accept only packets with the right dst_cid
 2019-12-06 14:39 UTC 

[PATCH RFC 0/1] Threaded handler uses irq affinity for when the interrupt is managed
 2019-12-06 14:35 UTC  (2+ messages)
` [PATCH RFC 1/1] genirq: Make threaded handler use irq affinity for managed interrupt

[RFC PATCH v2 0/2] rebase -i: extend rebase.missingCommitsCheck to `--edit-todo'
 2019-12-06 14:38 UTC  (8+ messages)
` [PATCH v3 0/2] rebase -i: extend rebase.missingCommitsCheck
  ` [PATCH v3 1/2] sequencer: move check_todo_list_from_file() to rebase-interactive.c

[PATCH] media: go7007: fix a miss of snd_card_free
 2019-12-06 14:37 UTC  (3+ messages)

[PATCH] hwmon: (adt7475) Make volt2reg return same reg as reg2volt input
 2019-12-06 14:37 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] Revert "drm/amdgpu: enable VCN DPG on Raven and Raven2"
 2019-12-06 14:36 UTC 

[MPTCP] Re: [PATCH v3 0/3] sendmsg: fix pending issues
 2019-12-06 14:36 UTC 

[GIT PULL for qemu-pseries] pseries: Update SLOF firmware image
 2019-12-06 11:18 UTC  (2+ messages)

[PATCH 0/3] perf/libperf move
 2019-12-06 14:34 UTC  (5+ messages)
` [PATCH 1/3] libperf: Move libperf under tools/lib/perf

[PATCH 1/7] mac80211: add a struct for holding BSS color settings
 2019-12-06 14:34 UTC  (14+ messages)
` [PATCH 2/7] nl80211: add handling for BSS color
` [PATCH 3/7] mac80211: "
` [PATCH 4/7] iwlwifi: use new bss_color struct
` [PATCH 5/7] mac80211: drop now unused bss_color element
` [PATCH 6/7] ath11k: add WMI calls required for handling BSS color
` [PATCH 7/7] ath11k: add handling for "

[tpm2] Re: Question about marshal/un-marshal TPM2.0 packet
 2019-12-06 14:34 UTC 

[Qemu-arm] [PATCH v5 0/2] arm/acpi: simplify aml code and enable SHPC
 2019-12-06 13:50 UTC  (4+ messages)
` [Qemu-arm] [Qemu-devel] "
  `  "

[PATCH STABLE 4.4 0/8] page refcount overflow backports
 2019-12-06 14:32 UTC  (6+ messages)
` [PATCH STABLE 4.4 5/8] mm: prevent get_user_pages() from overflowing page refcount

[PATCH] trivial: mac80211: fix indentation
 2019-12-06 14:31 UTC 

[tpm2] Re: [TPM2-TOOLS] tpm2_hash I/O error
 2019-12-06 14:30 UTC 

Offline manipulation of Dirty Bitmaps by qemu-img
 2019-12-06 10:37 UTC  (2+ messages)

[tpm2] Re: Generate keypair using OpenSSL, then load into TPM2
 2019-12-06 14:28 UTC 

[PATCH 00/10] usb: host: xhci-tegra: Implement basic ELPG support
 2019-12-06 14:27 UTC  (4+ messages)
` [PATCH 10/10] "

[PATCH for-4.2?] block/qcow2-bitmap: fix crash bug in qcow2_co_remove_persistent_dirty_bitmap
 2019-12-06 10:18 UTC  (4+ messages)

[PATCH v2 net] tipc: fix ordering of tipc module init and exit routine
 2019-12-06 14:26 UTC  (2+ messages)

[PATCH v3 00/13] cpuidle: psci: Support hierarchical CPU arrangement
 2019-12-06 14:26 UTC  (7+ messages)
` [PATCH v3 10/13] cpuidle: psci: Prepare to use OS initiated suspend mode via PM domains

[PATCH] README: add section about contributing to barebox
 2019-12-06 14:26 UTC  (2+ messages)

[meta-virtualization][PATCH 1/2] go: add back 1.12 version to avoid compilation failure
 2019-12-06 14:26 UTC  (3+ messages)
` [meta-virtualization][PATCH 2/2] layer.conf: use go 1.12 version

[PATCH v2 1/4] scripts: use #!/usr/bin/env bash shebang instead of #!/bin/bash
 2019-12-06 14:25 UTC  (3+ messages)
` use #!/usr/bin/env binary instead of #!/usr/bin/binary

[PATCH] ARM: boards: phytec-som-imx6: Replace spi by spi-nor in bootsource script
 2019-12-06 14:24 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] package/linux-tools: add hyperv integration services
 2019-12-06 14:24 UTC  (2+ messages)

[PATCH v3 0/2] mm, drm/ttm: Fix pte insertion with customized protection
 2019-12-06 14:24 UTC  (6+ messages)
` [PATCH v3 2/2] mm, drm/ttm: Fix vm page protection handling

[MPTCP] Re: [PATCH v3 0/3] mptcp: support for rfc6824 MP CAPABLE hanshake
 2019-12-06 14:24 UTC 

[RFC][PATCH 0/3] IVSHMEM version 2 device for QEMU
 2019-12-06 10:08 UTC  (5+ messages)
` [RFC][PATCH 2/3] docs/specs: Add specification of ivshmem device revision 2

[PATCH] ARM: dts: imx6qdl: phycore: Remove emmc vmmc-supply
 2019-12-06 14:23 UTC  (6+ messages)

[RFT 0/4] GMSL Refresh (would be v6)
 2019-12-06 14:22 UTC  (4+ messages)
` [PATCH 1/3] media: i2c: max9286: Remove redundant max9286_i2c_mux_state

[PATCH] drm/amd/powerplay: clear VBIOS scratchs on baco exit
 2019-12-06 14:22 UTC  (7+ 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.