All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-09 22:20:23 to 2017-10-09 23:08:39 UTC [more...]

[PATCH v11 00/25] xfs: online scrub support
 2017-10-09 23:08 UTC  (9+ messages)
` [PATCH 20/25] xfs: scrub directory freespace
` [PATCH 25/25] xfs: scrub quota information

[PATCH net-next v2 0/5] bpf: security: New file mode and LSM hooks for eBPF object permission control
 2017-10-09 23:07 UTC  (14+ messages)
` [PATCH net-next v2 1/5] bpf: Add file mode configuration into bpf maps
` [PATCH net-next v2 2/5] bpf: Add tests for eBPF file mode
` [PATCH net-next v2 3/5] security: bpf: Add LSM hooks for bpf object related syscall
` [PATCH net-next v2 4/5] selinux: bpf: Add selinux check for eBPF syscall operations
` [PATCH net-next v2 5/5] selinux: bpf: Add addtional check for bpf object file receive

[PATCH v2] net/core: Fix BUG to BUG_ON conditionals
 2017-10-09 23:06 UTC  (4+ messages)

[cgroup:review-cgroup-btrfs-metadata 8/8] ERROR: "blkcg_root_css" [fs/btrfs/btrfs.ko] undefined!
 2017-10-09 23:05 UTC 

linux-next: manual merge of the cgroup tree with the net-next tree
 2017-10-09 23:04 UTC  (2+ messages)

[RFC 00/10] Introduce a SELinux namespace
 2017-10-09 23:04 UTC  (6+ messages)
` [RFC 09/10] selinux: add a selinuxfs interface to unshare selinux namespace

[PATCH] cdc_ether: flag the u-blox TOBY-L2 and SARA-U2 as wwan
 2017-10-09 23:03 UTC  (2+ messages)

[PATCH v5] ethdev: add return code to rte_eth_stats_reset()
 2017-10-09 23:02 UTC  (4+ messages)
` [PATCH v6] "

[PATCH] Revert "runc: Don't override GOARCH or GOROOT"
 2017-10-09 23:02 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/42] TPM: code cleanup & CRB device
 2017-10-09 22:56 UTC  (43+ messages)
` [Qemu-devel] [PATCH 01/42] tpm-tis: remove unused hw_access argument
` [Qemu-devel] [PATCH 02/42] tpm-tis: remove RAISE_STS_IRQ
` [Qemu-devel] [PATCH 03/42] tpm: make tpm_get_backend_driver() static
` [Qemu-devel] [PATCH 04/42] tpm: lookup tpm backend class in tpm_driver_find_by_type()
` [Qemu-devel] [PATCH 05/42] tpm: replace tpm_get_backend_driver() to drop be_drivers
` [Qemu-devel] [PATCH 06/42] tpm: remove tpm_register_driver()
` [Qemu-devel] [PATCH 07/42] tpm: move TPMSizedBuffer to tpm_tis.h
` [Qemu-devel] [PATCH 08/42] tpm: remove TPMDriverOps
` [Qemu-devel] [PATCH 09/42] tpm: remove init() class method
` [Qemu-devel] [PATCH 10/42] tpm: remove configure_tpm() hop
` [Qemu-devel] [PATCH 11/42] tpm: remove unused TPMBackendCmd
` [Qemu-devel] [PATCH 12/42] tpm: remove needless cast
` [Qemu-devel] [PATCH 13/42] tpm: remove locty argument from receive_cb
` [Qemu-devel] [PATCH 14/42] tpm: add TPMBackendCmd to hold the request state
` [Qemu-devel] [PATCH 15/42] tpm-emulator: fix error handling
` [Qemu-devel] [PATCH 16/42] tpm: remove locty_data from TPMState
` [Qemu-devel] [PATCH 17/42] tpm-tis: move TPMState to TIS header
` [Qemu-devel] [PATCH 18/42] tpm-tis: remove tpm_tis.h header
` [Qemu-devel] [PATCH 19/42] tpm-tis: fold TPMTISEmuState in TPMState
` [Qemu-devel] [PATCH 20/42] tpm: add a QOM TPM interface
` [Qemu-devel] [PATCH 21/42] tpm: move recv_data_callback to "
` [Qemu-devel] [PATCH 22/42] tpm-backend: store TPMIf interface, improve backend_init()
` [Qemu-devel] [PATCH 23/42] tpm-tis: no longer expose TPMState
` [Qemu-devel] [PATCH 24/42] tpm-be: call request_completed() out of thread
` [Qemu-devel] [PATCH 25/42] tpm-be: report error instead of front-end
` [Qemu-devel] [PATCH 26/42] tpm-be: ask model to the TPM interface
` [Qemu-devel] [PATCH 27/42] tpm: remove unused opened code
` [Qemu-devel] [PATCH 28/42] tpm-passthrough: don't save guessed cancel_path in options
` [Qemu-devel] [PATCH 29/42] tpm-be: update optional function pointers
` [Qemu-devel] [PATCH 30/42] tpm-passthrough: pass TPMPassthruState to handle_device_opts
` [Qemu-devel] [PATCH 31/42] tpm-backend: move set 'id' to common code
` [Qemu-devel] [PATCH 32/42] tpm-passthrough: make it safer to destroy after creation
` [Qemu-devel] [PATCH 33/42] tpm-passthrough: remove error cleanup from handle_device_opts
` [Qemu-devel] [PATCH 34/42] tpm-passthrough: workaround a possible race
` [Qemu-devel] [PATCH 35/42] tpm-tis: simplify header inclusion
` [Qemu-devel] [PATCH 36/42] tpm: rename qemu_find_tpm() -> qemu_find_tpm_be()
` [Qemu-devel] [PATCH 37/42] tpm: lookup the the TPM interface instead of TIS device
` [Qemu-devel] [PATCH 38/42] tpm: add TPM interface to lookup TPM version
` [Qemu-devel] [PATCH 39/42] tpm: add tpm_cmd_get_size() to tpm_util
` [Qemu-devel] [PATCH 40/42] acpi: change TPM TIS data conditions
` [Qemu-devel] [PATCH 41/42] tpm-emulator: add a FIXME comment about blocking cancel
` [Qemu-devel] [PATCH 42/42] WIP: add TPM CRB device

[PATCH] bitfield: Use __ffs64(x) to fix missing __ffsdi2()
 2017-10-09 22:57 UTC  (8+ messages)

[PATCH 1/2] drm/i915: Allow null render state batchbuffers bigger than one page
 2017-10-09 22:58 UTC  (2+ messages)
` [PATCH 2/2] drm/i915/cnl: Add null context for Cannonlake

[PATCH v3 00/22] firmware: ARM System Control and Management Interface(SCMI) support
 2017-10-09 22:57 UTC  (11+ messages)
` [PATCH v3 03/22] dt-bindings: arm: scmi: add ARM MHU specific mailbox client bindings

[PATCH v2 00/24] object_id part 10
 2017-10-09 22:57 UTC  (10+ messages)
` [PATCH v2 01/24] walker: convert to struct object_id
` [PATCH v2 02/24] refs/files-backend: convert struct ref_to_prune to object_id
` [PATCH v2 03/24] refs: convert delete_ref and refs_delete_ref to struct object_id
` [PATCH v2 04/24] refs: convert update_ref and refs_update_ref to use "

[Qemu-devel] [PATCH 0/5] backup improvements part 1
 2017-10-09 22:56 UTC  (3+ messages)
` [Qemu-devel] [PATCH 3/5] backup: init copy_bitmap from sync_bitmap for incremental

[PATCHES] Networking
 2017-10-09 22:54 UTC  (4+ messages)

[PATCH v2] Userfaultfd: Add description for UFFD_FEATURE_SIGBUS
 2017-10-09 22:54 UTC  (5+ messages)

[PATCH] bcache: mark expected switch fall-throughs in STRTO_H
 2017-10-09 22:52 UTC  (2+ messages)

[Intel-wired-lan] [jkirsher-net-queue:dev-queue] BUILD SUCCESS cc9a8f177d86487dc47660c4d9c92218f22c7874
 2017-10-09 22:52 UTC 

[PATCH v6 00/14] Introduce support for Dell SMBIOS over WMI
 2017-10-09 22:51 UTC  (15+ messages)
` [PATCH v6 01/14] platform/x86: wmi: Add new method wmidev_evaluate_method
` [PATCH v6 02/14] platform/x86: dell-wmi: increase severity of some failures
` [PATCH v6 03/14] platform/x86: dell-wmi: clean up wmi descriptor check
` [PATCH v6 04/14] platform/x86: dell-wmi: allow 32k return size in the descriptor
` [PATCH v6 05/14] platform/x86: dell-wmi-descriptor: split WMI descriptor into it's own driver
` [PATCH v6 06/14] platform/x86: wmi: Don't allow drivers to get each other's GUIDs
` [PATCH v6 07/14] platform/x86: dell-smbios: only run if proper oem string is detected
` [PATCH v6 08/14] platform/x86: dell-smbios: Add a sysfs interface for SMBIOS tokens
` [PATCH v6 09/14] platform/x86: dell-smbios: Introduce dispatcher for SMM calls
` [PATCH v6 10/14] platform/x86: dell-smbios: add filtering capability for requests
` [PATCH v6 11/14] platform/x86: dell-smbios-wmi: Add new WMI dispatcher driver
` [PATCH v6 12/14] platform/x86: dell-smbios-smm: test for WSMT
` [PATCH v6 13/14] platform/x86: wmi: create character devices when requested by drivers
` [PATCH v6 14/14] platform/x86: dell-smbios-wmi: introduce userspace interface

[PATCH v3 1/2] KVM: X86: Processor States following Reset or INIT
 2017-10-09 22:51 UTC  (2+ messages)
` [PATCH v3 2/2] KVM: VMX: Don't expose unrestricted_guest is enabled if ept is disabled

[PATCH v2 1/3] xfs_io: Add support for pwritev2()
 2017-10-09 22:51 UTC  (6+ messages)
` [PATCH v2 2/3] xfs_io: Add RWF_NOWAIT to pwritev2()

[PATCH 00/17] Parent Pointers V2
 2017-10-09 22:51 UTC  (5+ messages)
` [PATCH 02/17] Set up infastructure for deferred attribute operations

[PATCH v7 00/12] MAP_DIRECT for DAX RDMA and userspace flush
 2017-10-09 22:50 UTC  (6+ messages)
` [PATCH v7 06/12] xfs: wire up MAP_DIRECT

October, Paris, France - Meticulous In-person WireGuard Codebase Study Session
 2017-10-09 23:19 UTC 

[Intel-wired-lan] [PATCH net-next] i40e: fix u64 division usage
 2017-10-09 22:48 UTC 

[PATCH v3 0/5] using uio_pdrv_genirq without module param
 2017-10-09 22:46 UTC  (7+ messages)
` [PATCH v3 1/5] uio: dt-bindings: document existing binding for uio-pdrv-genirq
` [PATCH v3 2/5] uio: dt-bindings: Add binding for "st,stm32f100"
` [PATCH v3 3/5] uio: dt-bindings: Add binding for "marvell,88e2040"
` [PATCH v3 4/5] uio: uio_pdrv_genirq: Add st,stm32f100 to dt compatible list
` [PATCH v3 5/5] uio: uio_pdrv_genirq: Add "marvell,88e2040" "

[PATCH 0/3] arm64: cpuinfo: make /proc/cpuinfo more human-readable
 2017-10-09 22:46 UTC  (4+ messages)

[PATCH] ethdev: fix the comment for rte_eth_conf
 2017-10-09 22:45 UTC  (3+ messages)

[PATCH] mm/page-writeback.c: fix bug caused by disable periodic writeback
 2017-10-09 22:42 UTC  (3+ messages)

Warning on __wait_on_bit
 2017-10-09 22:41 UTC 

[net-next 00/14][pull request] 40GbE Intel Wired LAN Driver Updates 2017-10-09
 2017-10-09 22:38 UTC  (15+ messages)
` [net-next 01/14] i40e: fix flags declaration
` [net-next 02/14] i40e: use the safe hash table iterator when deleting mac filters
` [net-next 03/14] i40evf: fix mac filter removal timing issue
` [net-next 04/14] i40e/i40evf: fix incorrect default ITR values on driver load
` [net-next 05/14] i40e/i40evf: always set the CLEARPBA flag when re-enabling interrupts
` [net-next 06/14] i40e: reduce lrxqthresh from 2 to 1
` [net-next 07/14] i40e/i40evf: bump tail only in multiples of 8
` [net-next 08/14] i40e/i40evf: bundle more descriptors when allocating buffers
` [net-next 09/14] i40e: allow XPS with QoS enabled
` [net-next 10/14] i40e: add check for return from find_first_bit call
` [net-next 11/14] i40e: Retry AQC GetPhyAbilities to overcome I2CRead hangs
` [net-next 12/14] i40e: use a local variable instead of calculating multiple times
` [net-next 13/14] i40e: fix a typo
` [net-next 14/14] i40e: Avoid some useless variables and initializers in NVM functions

[U-Boot] [PATCH] fs/fat: fix unaligned access regression
 2017-10-09 22:38 UTC  (3+ messages)

[PATCH 00/12] Preemption with GuC, second try
 2017-10-09 22:35 UTC  (4+ messages)
` [PATCH 02/12] drm/i915/guc: Allocate separate shared data object for GuC communication

[PATCH v7 0/9] Policy Based Power Control for Guest
 2017-10-09 22:34 UTC  (3+ messages)
` [PATCH v8 "

[PATCH 1/3] Input: factor out and export input_device_id matching code
 2017-10-09 22:34 UTC  (3+ messages)
` [PATCH 2/3] Input: allow matching device IDs on property bits
` [PATCH 3/3] Input: joydev - blacklist ds3/ds4/udraw motion sensors

[PATCH 0/5] trace-cmd: Fixes for four small bugs plus minor cleanup
 2017-10-09 22:33 UTC  (13+ messages)
` [PATCH 2/5] trace-cmd: Fix NULL pointer being passed to memcpy
` [PATCH 3/5] trace-cmd: Add ULL suffix to MISSING_EVENTS since ints shouldn't be left shifted by 31
` [PATCH 4/5] trace-cmd: Use unsigned values in Hsieh's trace_hash fast hash function
` [PATCH 5/5] trace-cmd: Remove unused view_width variable

[Qemu-devel] [PATCH 0/3] qcow2: Fix preallocated truncation
 2017-10-09 22:32 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/3] qcow2: Fix unaligned "
` [Qemu-devel] [PATCH 2/3] qcow2: Always execute preallocate() in a coroutine
` [Qemu-devel] [PATCH 3/3] iotests: Add cluster_size=64k to 125

[PATCH v2 0/5] Switch arm64 over to qrwlock
 2017-10-09 22:31 UTC  (3+ messages)

kernel BUG at fs/xfs/xfs_aops.c:853! in kernel 4.13 rc6
 2017-10-09 22:28 UTC  (6+ messages)

[pull] amdgpu pre-reqs for stoney ACP audio support
 2017-10-09 22:28 UTC 

[PATCH v4] drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put()
 2017-10-09 22:28 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put() (rev3)

[Buildroot] [PATCH 1/8] libselinux: bump to 2.7
 2017-10-09 22:27 UTC  (8+ messages)
` [Buildroot] [PATCH 2/8] libsemanage: "
` [Buildroot] [PATCH 3/8] libsepol: "
` [Buildroot] [PATCH 4/8] Checkpolicy: "
` [Buildroot] [PATCH 5/8] policycoreutils: "
` [Buildroot] [PATCH 6/8] sepolgen: Remove package
` [Buildroot] [PATCH 7/8] restorecond: new package
` [Buildroot] [PATCH 8/8] selinux-python: "

[linux-linus test] 114175: tolerable FAIL - PUSHED
 2017-10-09 22:27 UTC 

[Qemu-devel] [PATCH 0/8] sun4m : sparc32_dma tidy-ups
 2017-10-09 22:23 UTC  (2+ messages)

HP-UX for C8000
 2017-10-09 22:22 UTC  (11+ messages)

[PATCH] submodule: spell out API of submodule_move_head
 2017-10-09 22:22 UTC  (2+ messages)

Fwd: [Bug 196907] [Regression] New default s2idle does not work on Dell XPS 13 9360 with Ubuntu 16.04.3 LTS (Xenial Xerus)
 2017-10-09 22:22 UTC  (4+ messages)

[PATCH v11 0/9] complete deferred page initialization
 2017-10-09 22:19 UTC  (20+ messages)
` [PATCH v11 1/9] x86/mm: setting fields in deferred pages
` [PATCH v11 2/9] sparc64/mm: "
` [PATCH v11 3/9] sparc64: simplify vmemmap_populate
` [PATCH v11 4/9] mm: defining memblock_virt_alloc_try_nid_raw
` [PATCH v11 5/9] mm: zero reserved and unavailable struct pages
` [PATCH v11 6/9] x86/kasan: add and use kasan_map_populate()
` [PATCH v11 7/9] arm64/kasan: "
` [PATCH v11 8/9] mm: stop zeroing memory during allocation in vmemmap
` [PATCH v11 9/9] sparc64: optimized struct page zeroing


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.