All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-12 04:44:16 to 2019-07-12 05:57:13 UTC [more...]

[PATCH v4 0/2] Modular FIA
 2019-07-12  5:57 UTC  (3+ messages)
` [PATCH v4 1/2] drm/i915: Add modular FIA
` [PATCH v4 2/2] drm/i915/tgl: add modular FIA to device info

[PATCH 0/3] Remove x86-specific code from generic headers
 2019-07-12  5:36 UTC  (12+ messages)
` [PATCH 1/3] x86/Kconfig: Move ARCH_HAS_MEM_ENCRYPT to arch/Kconfig
` [PATCH 2/3] DMA mapping: Move SME handling to x86-specific files
` [PATCH 3/3] fs/core/vmcore: Move sev_active() reference to x86 arch code

[PATCH] rcu: Make jiffies_till_sched_qs writable
 2019-07-12  5:52 UTC  (10+ messages)

[PATCH] drm/amd/powerplay: fix deadlock around smu_handle_task V2
 2019-07-12  5:50 UTC 

linux-next: manual merge of the net-next tree with the sh tree
 2019-07-12  5:49 UTC  (3+ messages)

[Qemu-devel] [RISU PATCH v3 00/18] Support for generating x86 SIMD test images
 2019-07-12  5:48 UTC  (3+ messages)
` [Qemu-devel] [RISU PATCH v3 01/18] risugen_common: add helper functions insnv, randint

[PATCH] x86/vdso, arm64/vdso: fix flip/flop vdso build bug
 2019-07-12  5:43 UTC  (2+ messages)

[PATCH v4.4 V2 00/43] V4.4 backport of arm64 Spectre patches
 2019-07-12  5:28 UTC  (88+ messages)
` [PATCH v4.4 V2 01/43] arm64: barrier: Add CSDB macros to control data-value prediction
` [PATCH v4.4 V2 02/43] arm64: Implement array_index_mask_nospec()
` [PATCH v4.4 V2 03/43] arm64: move TASK_* definitions to <asm/processor.h>
` [PATCH v4.4 V2 04/43] arm64: Make USER_DS an inclusive limit
` [PATCH v4.4 V2 05/43] arm64: Use pointer masking to limit uaccess speculation
` [PATCH v4.4 V2 06/43] arm64: entry: Ensure branch through syscall table is bounded under speculation
` [PATCH v4.4 V2 07/43] arm64: uaccess: Prevent speculative use of the current addr_limit
` [PATCH v4.4 V2 08/43] arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user
` [PATCH v4.4 V2 09/43] mm/kasan: add API to check memory regions
` [PATCH v4.4 V2 10/43] arm64: kasan: instrument user memory access API
` [PATCH v4.4 V2 11/43] arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user
` [PATCH v4.4 V2 12/43] arm64: cpufeature: Test 'matches' pointer to find the end of the list
` [PATCH v4.4 V2 13/43] arm64: cpufeature: Add scope for capability check
` [PATCH v4.4 V2 14/43] arm64: Introduce cpu_die_early
` [PATCH v4.4 V2 15/43] arm64: Move cpu_die_early to smp.c
` [PATCH v4.4 V2 16/43] arm64: Verify CPU errata work arounds on hotplugged CPU
` [PATCH v4.4 V2 17/43] arm64: errata: Calling enable functions for CPU errata too
` [PATCH v4.4 V2 18/43] arm64: Rearrange CPU errata workaround checks
` [PATCH v4.4 V2 19/43] arm64: Run enable method for errata work arounds on late CPUs
` [PATCH v4.4 V2 20/43] arm64: cpufeature: Pass capability structure to ->enable callback
` [PATCH v4.4 V2 21/43] drivers/firmware: Expose psci_get_version through psci_ops structure
` [PATCH v4.4 V2 22/43] arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macro
` [PATCH v4.4 V2 23/43] arm64: Move post_ttbr_update_workaround to C code
` [PATCH v4.4 V2 24/43] arm64: Add skeleton to harden the branch predictor against aliasing attacks
` [PATCH v4.4 V2 25/43] arm64: Move BP hardening to check_and_switch_context
` [PATCH v4.4 V2 26/43] arm64: entry: Apply BP hardening for high-priority synchronous exceptions
` [PATCH v4.4 V2 27/43] arm64: entry: Apply BP hardening for suspicious interrupts from EL0
` [PATCH v4.4 V2 28/43] arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75
` [PATCH v4.4 V2 29/43] arm64: cpu_errata: Allow an erratum to be match for all revisions of a core
` [PATCH v4.4 V2 30/43] arm64: Implement branch predictor hardening for affected Cortex-A CPUs
` [PATCH v4.4 V2 31/43] arm64: cputype info for Broadcom Vulcan
` [PATCH v4.4 V2 32/43] arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs
` [PATCH v4.4 V2 33/43] arm64: Branch predictor hardening for Cavium ThunderX2
` [PATCH v4.4 V2 34/43] ARM: 8478/2: arm/arm64: add arm-smccc
` [PATCH v4.4 V2 35/43] arm/arm64: KVM: Advertise SMCCC v1.1
` [PATCH v4.4 V2 36/43] arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
` [PATCH v4.4 V2 37/43] firmware/psci: Expose PSCI conduit
` [PATCH v4.4 V2 38/43] firmware/psci: Expose SMCCC version through psci_ops
` [PATCH v4.4 V2 39/43] arm/arm64: smccc: Make function identifiers an unsigned quantity
` [PATCH v4.4 V2 40/43] arm/arm64: smccc: Implement SMCCC v1.1 inline primitive
` [PATCH v4.4 V2 41/43] arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support
` [PATCH v4.4 V2 42/43] arm64: Kill PSCI_GET_VERSION as a variant-2 workaround
` [PATCH v4.4 V2 43/43] arm64: futex: Mask __user pointers prior to dereference

[Question] Should direct reclaim time be bounded?
 2019-07-12  5:47 UTC 

[igt-dev] [PATCH i-g-t v2 0/1] tests/prime_vgem: Fix broken handling of interprocess pipes
 2019-07-12  5:47 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/prime_vgem: Fix broken handling of interprocess pipes (rev2)

Away for couple of weeks
 2019-07-12  5:46 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2019-07-12  5:46 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2019-07-12  5:46 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2019-07-12  5:46 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2019-07-12  5:46 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2019-07-12  5:46 UTC 

[LTP] [PATCH V2] getrlimit03: adjust a bit of code to compatiable with mips32
 2019-07-12  5:46 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2019-07-12  5:43 UTC 

[PATCH 00/12] remoteproc: qcom: q6v5-wcss: Add support for secure pil
 2019-07-12  5:43 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2019-07-12  5:43 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2019-07-12  5:42 UTC 

post-receive: pub/scm/linux/kernel/git/deller/parisc-linux
 2019-07-12  5:42 UTC 

[PATCH] python-swiftclient: upgrade 3.6.0 -> 3.7.0
 2019-07-12  5:41 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2019-07-12  5:42 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2019-07-12  5:42 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2019-07-12  5:42 UTC 

[git pull] Input updates for v5.3-rc0
 2019-07-12  5:41 UTC 

[Qemu-devel] [PATCH v26 0/7] QEMU AVR 8 bit cores
 2019-07-12  5:37 UTC  (8+ messages)
` [Qemu-devel] [PATCH v26 1/7] target/avr: Add outward facing interfaces and core CPU logic
` [Qemu-devel] [PATCH v26 2/7] target/avr: Add instruction helpers
` [Qemu-devel] [PATCH v26 3/7] target/avr: Add instruction decoding
` [Qemu-devel] [PATCH v26 4/7] target/avr: Add instruction translation
` [Qemu-devel] [PATCH v26 5/7] target/avr: Add limited support for USART and 16 bit timer peripherals
` [Qemu-devel] [PATCH v26 6/7] target/avr: Add example board configuration
` [Qemu-devel] [PATCH v26 7/7] target/avr: Register AVR support with the rest of QEMU, the build system, and the MAINTAINERS file

[meta-networking][PATCH v3] adcli: added new recipe
 2019-07-12  5:36 UTC 

[PATCH v2] powerpc/book3s/mm: Update Oops message to print the correct translation in use
 2019-07-12  5:31 UTC  (2+ messages)

[PATCH 2/4] drm/i915: Fix WaProgramMgsrForL3BankSpecificMmioReads
 2019-07-12  5:32 UTC  (4+ messages)
` [PATCH v2 "

[PATCH v2] mm/memcontrol: keep local VM counters in sync with the hierarchical ones
 2019-07-12  5:29 UTC  (4+ messages)

[U-Boot] [PATCH 0/2] arm: socfpga: gen5 SPL bss cleanup
 2019-07-12  5:29 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] arm: socfpga: gen5: don't zero bss in board_init_f()

[PATCH] drm/amd/powerplay: fix deadlock around smu_handle_task
 2019-07-12  5:29 UTC 

[RFC/RFT] KEYS: trusted: Add generic trusted keys framework
 2019-07-12  5:25 UTC  (4+ messages)

[U-Boot] [PATCH v2] arm: socfpga: do not reboot via SRAM
 2019-07-12  5:25 UTC  (4+ messages)

[LTP] [PATCH v3 3/3] syscalls/copy_file_range02: increase coverage and remove EXDEV test
 2019-07-12  5:25 UTC  (6+ messages)
` [LTP] [PATCH v4 1/3] lib: alter find_free_loopdev()

[Batch 16 patch 00/25] Batch 16 of random GPL notices/references
 2019-07-12  5:23 UTC  (9+ messages)
` [Batch 16 patch 16/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 241

[Bug 110714] New: Xorg crashes randomly because of memory leak
 2019-07-12  5:23 UTC  (2+ messages)
  ` [Bug 110714] "

post-receive: pub/scm/linux/kernel/git/gregkh/tty
 2019-07-12  5:23 UTC 

[U-Boot] [PATCH v3 1/4] arm: socfpga: rst: add register definition for cold reset
 2019-07-12  5:23 UTC  (7+ messages)
` [U-Boot] [PATCH v3 2/4] sysreset: socfpga: gen5: add sysreset driver

post-receive: pub/scm/linux/kernel/git/gregkh/tty
 2019-07-12  5:23 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/tty
 2019-07-12  5:22 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/tty
 2019-07-12  5:22 UTC 

[PATCH] drm/amd/powerplay: fix memory allocation failure check V2
 2019-07-12  5:22 UTC 

[PATCH] range-diff: fix some 'hdr-check' and sparse warnings
 2019-07-12  5:21 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/gregkh/tty
 2019-07-12  5:20 UTC 

[PATCH v1 0/6] Harden list_for_each_entry_rcu() and family
 2019-07-12  5:19 UTC  (5+ messages)
` [PATCH v1 1/6] rcu: Add support for consolidated-RCU reader checking
` [PATCH v1 3/6] driver/core: Convert to use built-in RCU list checking

[PATCH v3] virtio_pmem: fix sparse warning
 2019-07-12  5:16 UTC  (2+ messages)

[PATCH v4 0/4] Introduce MADV_COLD and MADV_PAGEOUT
 2019-07-12  5:18 UTC  (5+ messages)
` [PATCH v4 4/4] mm: introduce MADV_PAGEOUT

post-receive: pub/scm/linux/kernel/git/gregkh/usb
 2019-07-12  5:17 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/usb
 2019-07-12  5:17 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/usb
 2019-07-12  5:17 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/usb
 2019-07-12  5:17 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/usb
 2019-07-12  5:17 UTC 

[PATCH v3] virtio_pmem: fix sparse warning
 2019-07-12  5:16 UTC 

[net-next 0/2] tipc: link changeover issues
 2019-07-12  5:15 UTC  (3+ messages)
` [net-next 1/2] tipc: optimize link synching mechanism
` [net-next 2/2] tipc: fix changeover issues due to large packet

Some LSM and SGX remarks before parting of for two weeks
 2019-07-12  5:14 UTC  (3+ messages)

[PATCH v1] Bluetooth: hci_qca: Send VS pre shutdown command
 2019-07-12  5:09 UTC 

post-receive: pub/scm/linux/kernel/git/vireshk/linux
 2019-07-12  5:07 UTC 

[PATCH 0/4] Refuse to load if the power cable are not connected
 2019-07-12  5:03 UTC  (4+ messages)
` [PATCH 1/4] moved gpio so it is sorted by values

[PATCH for_v21 v2 0/2] x86/sgx: Use SRCU and mmu_notifier
 2019-07-12  5:02 UTC  (3+ messages)
` [PATCH for_v21 v2 1/2] x86/sgx: Use SRCU to protect mm_list during reclaim

dwc3 Disable Compliance Mode
 2019-07-12  5:01 UTC  (3+ messages)

rpc.statd dies because of pacemaker monitoring
 2019-07-12  5:00 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/gregkh/char-misc
 2019-07-12  5:00 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/char-misc
 2019-07-12  5:00 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/char-misc
 2019-07-12  5:00 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/char-misc
 2019-07-12  5:00 UTC 

[PATCH v2] drm/i915: Drop extern qualifiers from header function prototypes
 2019-07-12  4:59 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915: Drop extern qualifiers from header function prototypes (rev2)

post-receive: pub/scm/linux/kernel/git/gregkh/char-misc
 2019-07-12  4:59 UTC 

[LTP] [PATCH RESEND] syscalls/prctl06.c: New test for prctl() with PR_{SET, GET}_NO_NEW_PRIVS
 2019-07-12  4:53 UTC  (2+ messages)
` [LTP] [PATCH v3] syscalls/prctl06: "

[PATCH v8 0/5] MTD: Add Initial Hyperbus support
 2019-07-12  4:52 UTC  (6+ messages)
` [PATCH v8 3/5] mtd: Add support for HyperBus memory devices

Hello
 2019-07-12  4:38 UTC 

Hello
 2019-07-12  4:38 UTC 

[PATCH v1 0/2] scsi: ufs: Fix broken hba->outstanding_tasks
 2019-07-12  4:44 UTC  (4+ messages)
` [PATCH v1 1/2] scsi: ufs: Make new function for clearing outstanding task bits
` [PATCH v1 2/2] scsi: ufs: Fix broken hba->outstanding_tasks

[Xen-devel] [xen-unstable test] 138892: regressions - FAIL
 2019-07-12  4:44 UTC 

[PATCH] xen/pv: Fix a boot up hang triggered by int3 self test
 2019-07-11  4:47 UTC  (2+ messages)
` [Xen-devel] "


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.