All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-12 10:49:30 to 2018-11-12 11:57:15 UTC [more...]

[PATCH v6 00/24] arm64: provide pseudo NMI with GICv3
 2018-11-12 11:57 UTC  (25+ messages)
` [PATCH v6 01/24] arm64: Remove unused daif related functions/macros
` [PATCH v6 02/24] arm64: cpufeature: Set SYSREG_GIC_CPUIF as a boot system feature
` [PATCH v6 03/24] arm64: cpufeature: Add cpufeature for IRQ priority masking
` [PATCH v6 04/24] arm/arm64: gic-v3: Add PMR and RPR accessors
` [PATCH v6 05/24] irqchip/gic-v3: Switch to PMR masking before calling IRQ handler
` [PATCH v6 06/24] arm64: ptrace: Provide definitions for PMR values
` [PATCH v6 07/24] arm64: Make PMR part of task context
` [PATCH v6 08/24] arm64: Unmask PMR before going idle
` [PATCH v6 09/24] arm64: kvm: Unmask PMR before entering guest
` [PATCH v6 10/24] arm64: irqflags: Use ICC_PMR_EL1 for interrupt masking
` [PATCH v6 11/24] arm64: daifflags: Include PMR in daifflags restore operations
` [PATCH v6 12/24] arm64: alternative: Allow alternative status checking per cpufeature
` [PATCH v6 13/24] arm64: alternative: Apply alternatives early in boot process
` [PATCH v6 14/24] irqchip/gic-v3: Factor group0 detection into functions
` [PATCH v6 15/24] arm64: Switch to PMR masking when starting CPUs
` [PATCH v6 16/24] arm64: gic-v3: Implement arch support for priority masking
` [PATCH v6 17/24] irqchip/gic-v3: Detect if GIC can support pseudo-NMIs
` [PATCH v6 18/24] irqchip/gic-v3: Handle pseudo-NMIs
` [PATCH v6 19/24] irqchip/gic: Add functions to access irq priorities
` [PATCH v6 20/24] irqchip/gic-v3: Allow interrupts to be set as pseudo-NMI
` [PATCH v6 21/24] arm64: Handle serror in NMI context
` [PATCH v6 22/24] arm64: Skip preemption when exiting an NMI
` [PATCH v6 23/24] arm64: Skip irqflags tracing for NMI in IRQs disabled context
` [PATCH v6 24/24] arm64: Enable the support of pseudo-NMIs

pull-request: can 2018-11-09
 2018-11-12 11:57 UTC  (8+ messages)
` [PATCH 01/20] can: raw: check for CAN FD capable netdev in raw_sendmsg()
` [PATCH 02/20] can: kvaser_usb: Fix potential uninitialized variable use
` [PATCH 03/20] can: kvaser_usb: Fix accessing freed memory in kvaser_usb_start_xmit()
` [PATCH 04/20] can: ucan: remove set but not used variable 'udev'
` [PATCH 05/20] can: ucan: remove duplicated include from ucan.c
` [PATCH 06/20] dt-bindings: can: rcar_can: document r8a77965 support
` [PATCH 07/20] can: rcar_can: Fix erroneous registration

[PATCH V6] Btrfs: enhance raid1/10 balance heuristic
 2018-11-12 11:56 UTC  (3+ messages)

scsi_set_medium_removal timeout issue
 2018-11-12 11:56 UTC  (4+ messages)

[PATCH v3 0/9] x86: indirect call overhead reduction
 2018-11-12 11:55 UTC  (4+ messages)
` [PATCH v5 00/13] "
  ` [PATCH v5 11/13] IOMMU: move inclusion point of asm/iommu.h

[Qemu-devel] [PATCH for-v3.1 0/3] Fix handling of HCR.VI and VF
 2018-11-12 11:54 UTC  (3+ messages)
` [Qemu-devel] [PATCH for-v3.1 1/3] Revert "target/arm: Implement HCR.VI and VF"
  ` [Qemu-devel] [Qemu-arm] "

[PATCH] mm: cleancache: fix corruption on missed inode invalidation
 2018-11-12 11:54 UTC  (4+ messages)

[3rdparty][PATCH 0/5] Add support for ConnectCore 6UL SOM and SBC Express
 2018-11-12 11:53 UTC  (5+ messages)
` [3rdparty][PATCH 4/5] ccimx6ul: Add machine configuration for ConnectCore 6UL SOM

CONFFILES journey form source dir to rootfs
 2018-11-12 11:52 UTC 

[PATCH v4 0/3] arm64 live patching
 2018-11-12 11:51 UTC  (11+ messages)
` [PATCH v4 1/3] arm64: implement ftrace with regs
` [PATCH v4 2/3] arm64: implement live patching

[PATCH] media: venus: change the default value of GOP size
 2018-11-12 11:51 UTC  (2+ messages)

[PATCH 00/18] xen/arm64: Suspend to RAM support for Xen
 2018-11-12 11:50 UTC  (26+ messages)
` [PATCH 01/18] xen/arm: Move code that initializes VCPU context into a separate function
` [PATCH 02/18] xen/arm: Implement PSCI system suspend call (virtual interface)
` [PATCH 03/18] xen/arm: Save GIC and virtual timer context when the domain suspends
` [PATCH 04/18] xen/arm: While a domain is suspended put its watchdogs on pause
` [PATCH 05/18] xen/arm: Trigger Xen suspend when Dom0 completes suspend
` [PATCH 06/18] xen/x86: Move freeze/thaw_domains into common files
` [PATCH 07/18] xen/arm: Freeze domains on suspend and thaw them on resume
` [PATCH 08/18] xen/arm: Disable/enable non-boot physical CPUs on suspend/resume
` [PATCH 09/18] xen/arm: Add rcu_barrier() before enabling non-boot CPUs on resume
` [PATCH 10/18] xen/arm: Implement GIC suspend/resume functions (gicv2 only)
` [PATCH 11/18] xen/arm: Suspend/resume GIC on system suspend/resume
` [PATCH 12/18] xen/arm: Suspend/resume timer interrupt generation
` [PATCH 13/18] xen/arm: Implement PSCI SYSTEM_SUSPEND call (physical interface)
` [PATCH 14/18] xen/arm: Convert setting MMU page tables code into a routine
` [PATCH 15/18] xen/arm: Resume memory management on Xen resume
` [PATCH 16/18] xen/arm: Save/restore context on suspend/resume
` [PATCH 17/18] xen/arm: Resume Dom0 after Xen resumes
` [PATCH 18/18] xen/arm: Suspend/resume console on Xen suspend/resume

[Qemu-devel] [PATCH for-3.1] target/arm: Remove antique TODO comment
 2018-11-12 11:50 UTC  (2+ messages)
` [Qemu-devel] [Qemu-arm] "

[RFC] mm: Replace all open encodings for NUMA_NO_NODE
 2018-11-12 11:47 UTC  (5+ messages)
    ` [Intel-wired-lan] "

[PATCH 0/2] guest/pvh: fixes for idle memory scrubbing
 2018-11-12 11:49 UTC  (4+ messages)
` [PATCH 1/2] guest/pvh: fix handling of multiboot info and module list

[SPDK] Questions about vhost memory registration
 2018-11-12 11:48 UTC 

[PATCH 0/2] reverts to un-regress v3d
 2018-11-12 11:47 UTC  (11+ messages)
` [PATCH 2/2] drm: Revert syncobj timeline changes

[PATCH v1 1/5] drivercore: Revert "deferral race condition fix"
 2018-11-12 11:47 UTC  (8+ messages)
` [PATCH v1 2/5] extcon: Return -EPROBE_DEFER when extcon device is not found
    ` [v1,2/5] "
` [PATCH v1 4/5] usb: dwc3: drd: Switch to device property for 'extcon' handling
    ` [v1,4/5] "

[PATCH] HID: hidraw: enforce minors_lock locking via lockdep
 2018-11-12 11:45 UTC  (3+ messages)

[PATCH 0/3] fixing coverity reported issues
 2018-11-12 11:45 UTC  (5+ messages)
` [PATCH 2/3] crypto/octeontx: fix null pointer dereferencing

[U-Boot] [PATCH v4 1/5] linux/const.h: import from kernel
 2018-11-12 11:45 UTC  (5+ messages)
` [U-Boot] [PATCH v4 2/5] Use _AC and UL macros from linux/const.h
` [U-Boot] [PATCH v4 3/5] MIPS: drop asm/const.h

[PATCH RFC 0/5] xen/domain: Allocate d->vcpu[] earlier during domain construction
 2018-11-12 11:45 UTC  (6+ messages)
` [PATCH 3/5] xen/domain: Audit config->max_vcpus during {, arch_}check_domain_config()

[PATCH v3] selinux: simplify mls_context_to_sid()
 2018-11-12 11:44 UTC 

[PATCH 0/2] Fix built-in rebase perf regression
 2018-11-12 11:44 UTC  (12+ messages)
` [PATCH 2/2] built-in rebase: reinstate `checkout -q` behavior where appropriate
` [PATCH v2 0/3] Fix built-in rebase perf regression
  ` [PATCH v2 1/3] rebase: consolidate clean-up code before leaving reset_head()
  ` [PATCH v2 2/3] rebase: prepare reset_head() for more flags
  ` [PATCH v2 3/3] built-in rebase: reinstate `checkout -q` behavior where appropriate

stable-rc/linux-4.9.y build: 182 builds: 0 failed, 182 passed, 1 warning (v4.9.136-142-g36c7703938e8)
 2018-11-12  1:53 UTC 

[PATCH 01/12] build-appliance: Drop test which is already automated
 2018-11-12 11:44 UTC  (3+ messages)

linux-next: Signed-off-by missing for commit in the nios2 tree
 2018-11-12 11:42 UTC 

[Qemu-devel] [PATCH 0/2] Fix the last Hyp mode bug and turn it on for A7, A15
 2018-11-12 11:41 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/2] target/arm: Hyp mode R14 is shared with User and System
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH 2/2] target/arm/cpu: Give Cortex-A15 and -A7 the EL2 feature

[Qemu-devel] [PATCH v3 0/5] target/arm: KVM vs ARMISARegisters
 2018-11-12 11:39 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 2/5] target/arm: Fill in ARMISARegisters for kvm64
` [Qemu-devel] [PATCH v3 4/5] target/arm: Fill in ARMISARegisters for kvm32

[Qemu-devel] [PATCH v2] pulseaudio: process audio data in smaller chunks
 2018-11-12 11:38 UTC  (6+ messages)

[PATCH v4 0/4] Provide core API for NMIs
 2018-11-12 11:37 UTC  (5+ messages)
` [PATCH v4 1/4] genirq: Provide basic NMI management for interrupt lines
` [PATCH v4 2/4] genirq: Provide NMI management for percpu_devid interrupts
` [PATCH v4 3/4] genirq: Provide NMI handlers
` [PATCH v4 4/4] irqdesc: Add domain handler for NMIs

[PATCH v2 0/2] Document memory-to-memory video codec interfaces
 2018-11-12 11:37 UTC  (3+ messages)
` [PATCH v2 1/2] media: docs-rst: Document memory-to-memory video decoder interface

[PATCH] libxl/depriv: Remove RLIMIT_NPROC restriction
 2018-11-12 11:36 UTC  (4+ messages)

[PATCH] powerpc/math-emu: Fix building with clang
 2018-11-12 11:33 UTC  (3+ messages)

[PATCH] drm/etnaviv: remove unnecessary local irq state save/restore
 2018-11-12 11:35 UTC 

[PATCH] doc: document IPv6 multicast limitation on VM
 2018-11-12 11:31 UTC 

stuck on ghak100 testsuite script
 2018-11-12 11:32 UTC  (4+ messages)

[Qemu-devel] [PATCH] virtio-net: support RSC v4/v6 tcp traffic for Windows HCK
 2018-11-12 11:31 UTC  (7+ messages)

Import/Export as a fast way to purge files from Git?
 2018-11-12 11:31 UTC  (6+ messages)
` [PATCH 00/10] fast export and import fixes and features
  ` [PATCH 03/10] fast-export: use value from correct enum

[PATCH] ALSA: hda/ca0132 - Call pci_iounmap() instead of iounmap()
 2018-11-12 11:31 UTC 

[Qemu-devel] [PATCH for-3.1] target/arm: Fix typo in tlbi_aa64_vmalle1_write
 2018-11-12 11:27 UTC  (3+ messages)
` [Qemu-devel] [Qemu-arm] "

[PATCH 17.11] mem: fix memory initialization time
 2018-11-12 11:26 UTC  (2+ messages)
` [dpdk-stable] "

[Qemu-devel] [PATCH V4 0/5]
 2018-11-12 11:25 UTC  (5+ messages)
` [Qemu-devel] [PATCH V4 3/5] hw/misc/pvpanic: Add the MMIO interface

[PATCH 0/2] Remove -fno-unit-at-a-time and -funit-at-a-time compiler flags entirely
 2018-11-12 11:22 UTC  (4+ messages)
` [PATCH 2/2] x86, powerpc: remove -funit-at-a-time compiler option entirely

[PATCH] mmc: sdhci-pci: Try "cd" for card-detect lookup before using NULL
 2018-11-12 11:25 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] misc: genwqe: should return proper error value
 2018-11-12 11:28 UTC  (2+ messages)

[PATCH v4 00/10] Port the FSL QSPI driver to the SPI framework
 2018-11-12 11:24 UTC  (12+ messages)
` [PATCH v4 06/10] ARM: defconfig: Use the new FSL QSPI driver under "

DPDK techboard minutes of October 24
 2018-11-12 11:24 UTC  (3+ messages)
  ` [dpdk-techboard] "

[Qemu-devel] [PATCH] 9p: write lock path in v9fs_co_open2()
 2018-11-12 11:19 UTC  (5+ messages)

HID: add driver for U2F Zero built-in LED and RNG
 2018-11-12 11:17 UTC 

[PATCH v2 0/2] powerpc/boot: Fix cross compiling with clang
 2018-11-12 11:14 UTC  (4+ messages)
` [PATCH v2 2/2] powerpc/boot: Set target when cross-compiling for clang

[Qemu-devel] [PATCH v3 1/3] blkdebug: fix one shot rule processing
 2018-11-12 11:15 UTC  (2+ messages)

[PATCH] drm/amdgpu: Fix CSA buffer alloc failed on Vega
 2018-11-12 11:16 UTC  (3+ messages)

[PATCH] arm64: acpi/pci: WARN() when ignoring _DSM request to preserve PCI resources
 2018-11-12 11:15 UTC  (2+ messages)

[RFC] iommu/vt-d: Group and domain relationship
 2018-11-12 11:15 UTC  (9+ messages)

[PATCH] HID: input: Ignore battery reported by Symbol DS4308
 2018-11-12 11:12 UTC  (3+ messages)

[LINUX PATCH v12 0/3] Add support for Arasan NAND Flash controller
 2018-11-12 10:58 UTC  (4+ messages)
` [LINUX PATCH v12 3/3] mtd: rawnand: arasan: Add support for Arasan NAND Flash Controller

[PATCH v4 0/4] virgl: fence fd support
 2018-11-12 11:11 UTC  (8+ messages)
` [PATCH v4 3/4] drm/virtio: add in/out fence support for explicit synchronization

[RFC PATCH RESEND] tools/perf: Add Hygon Dhyana support
 2018-11-12 11:09 UTC  (2+ messages)

[3/3] usb: dwc3: Support option to disable USB2 LPM
 2018-11-12 11:06 UTC 

[PATCH] mmc: sdhci: Convert sdhci_allocate_bounce_buffer() to return void
 2018-11-12 11:05 UTC  (3+ messages)

[PATCH v5 0/3] mmc: tmio_mmc: Add support for RZ/A2
 2018-11-12 11:05 UTC  (5+ messages)
` [PATCH v5 2/3] mmc: renesas_sdhi_internal_dmac: Add R7S9210 support
` [PATCH v5 3/3] dt-bindings: mmc: tmio_mmc: Document Renesas R7S9210

[U-Boot] [PATCH 1/2] exynos5-dt-types: add missing dtb file for Odroid HC1/HC2
 2018-11-12 11:04 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] odroid: Update README.odroid for support of Odroid HC1

[cip-dev] List of patches that failed to apply to 4.4-stable
 2018-11-12 11:03 UTC  (2+ messages)

[3/3] usb: dwc3: Support option to disable USB2 LPM
 2018-11-12 11:03 UTC 

WARNING: locking bug in loop_control_ioctl
 2018-11-12 11:02 UTC  (3+ messages)

[LTP] uclinux support?
 2018-11-12 11:01 UTC  (2+ messages)

[PATCH v2 0/3] Add Actions Semi Owl family sirq support
 2018-11-12 11:01 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: interrupt-controller: Actions external interrupt controller

[U-Boot] [PATCH v2 1/5] mtd: Use default mtdparts/mtids when not defined in the environment
 2018-11-12 11:01 UTC  (13+ messages)
` [U-Boot] [PATCH v2 2/5] dfu: nand: Add missing dependency on CMD_MTDPARTS
` [U-Boot] [PATCH v2 3/5] mtd: Make {MTDIDS, MTDPARTS}_DEFAULT visible when MTD_PARTITIONS is selected
` [U-Boot] [PATCH v2 4/5] cmd: ubi: Remove useless call to mtdparts_init()
` [U-Boot] [PATCH v2 5/5] mtd: Drop duplicate MTD_PARTITIONS Kconfig option

[PATCH v2 0/2] unshare: add some chroot magic
 2018-11-12 11:00 UTC  (2+ messages)

[PATCH] nl80211: Add support to notify radar event info received from STA
 2018-11-12 10:59 UTC  (3+ messages)

[PATCH v4 00/10] x86/alternative: text_poke() fixes
 2018-11-12 10:59 UTC  (4+ messages)
` [PATCH v4 01/10] Fix "x86/alternatives: Lockdep-enforce text_mutex in text_poke*()"

[Qemu-devel] [PATCH] bt: Mark the bluetooth subsystem as deprecated
 2018-11-12 10:58 UTC  (2+ messages)
` [Qemu-devel] [libvirt] "

[Qemu-devel] [PULL 0/4] slirp updates
 2018-11-12 10:58 UTC  (2+ messages)

[Qemu-devel] List of files containing devices which have not been QOMified
 2018-11-12 10:57 UTC  (5+ messages)

[PATCH] opkg-utils: Fix update-alternatives link relocation
 2018-11-12 10:55 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH 00/11] decodetree: Add tokens to ease checking ISA flags
 2018-11-12 10:55 UTC  (6+ messages)
` [Qemu-devel] [RFC PATCH 08/11] target/mips: Add a decodetree stub

[PATCH 0/2] avoid unsigned long for timestamps
 2018-11-12 10:53 UTC  (3+ messages)
` [PATCH 2/2] read-cache: use time_t instead of unsigned long

[PATCH 1/4] power: supply: sc2731_charger: Add one work to charge/discharge
 2018-11-12 10:52 UTC  (4+ messages)
` [PATCH 2/4] power: supply: sc2731_charger: Add charger status detection
` [PATCH 3/4] power: supply: sc2731_charger: Avoid repeated charge/discharge
` [PATCH 4/4] power: supply: sc2731_charger: Free battery information

[distros-debian-sid test] 75589: tolerable FAIL
 2018-11-12 10:50 UTC 

[Qemu-devel] [RFC PATCH 0/2] Acceptance tests for qemu-img
 2018-11-12 10:49 UTC  (2+ messages)

[PATCH v2 0/5] phy: core: rework phy_set_mode to accept phy mode and submode
 2018-11-12 10:48 UTC  (3+ messages)
` [PATCH v2 4/5] phy: mvebu-cp110-comphy: convert to use eth "


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.