All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-14 16:26:08 to 2018-03-14 16:50:39 UTC [more...]

[PATCH v6 00/26] KVM/arm64: Randomise EL2 mappings (variant 3a mitigation)
 2018-03-14 16:50 UTC  (43+ messages)
` [PATCH v6 01/26] arm64: alternatives: Add dynamic patching feature
` [PATCH v6 02/26] arm64: insn: Add N immediate encoding
` [PATCH v6 03/26] arm64: insn: Add encoder for bitwise operations using literals
` [PATCH v6 04/26] arm64: KVM: Dynamically patch the kernel/hyp VA mask
` [PATCH v6 05/26] arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flag
` [PATCH v6 06/26] KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
` [PATCH v6 07/26] KVM: arm/arm64: Demote HYP VA range display to being a debug feature
` [PATCH v6 08/26] KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings
` [PATCH v6 09/26] KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state
` [PATCH v6 10/26] KVM: arm/arm64: Fix idmap size and alignment
` [PATCH v6 11/26] KVM: arm64: Fix HYP idmap unmap when using 52bit PA
` [PATCH v6 12/26] KVM: arm/arm64: Move HYP IO VAs to the "idmap" range
` [PATCH v6 13/26] arm64; insn: Add encoder for the EXTR instruction
` [PATCH v6 14/26] arm64: insn: Allow ADD/SUB (immediate) with LSL #12
` [PATCH v6 15/26] arm64: KVM: Dynamically compute the HYP VA mask
` [PATCH v6 16/26] arm64: KVM: Introduce EL2 VA randomisation
` [PATCH v6 17/26] arm64: Update the KVM memory map documentation
` [PATCH v6 18/26] arm64: KVM: Move vector offsetting from hyp-init.S to kvm_get_hyp_vector
` [PATCH v6 19/26] arm64: KVM: Move stashing of x0/x1 into the vector code itself
` [PATCH v6 20/26] arm64: KVM: Move BP hardening vectors into .hyp.text section
` [PATCH v6 21/26] arm64: KVM: Reserve 4 additional instructions in the BPI template
` [PATCH v6 22/26] arm64: KVM: Allow far branches from vector slots to the main vectors
` [PATCH v6 24/26] arm64: Make BP hardening slot counter available
` [PATCH v6 25/26] arm64: KVM: Allow mapping of vectors outside of the RAM region
` [PATCH v6 26/26] arm64: Enable ARM64_HARDEN_EL2_VECTORS on Cortex-A57 and A72

post-receive: pub/scm/linux/kernel/git/broonie/sound
 2018-03-14 16:49 UTC 

During shutdown/reboot Network Subsystem v/s Storage Subsystem
 2018-03-14 16:49 UTC  (2+ messages)

[PATCH net-next] sock: remove zerocopy sockopt restriction on closed tcp state
 2018-03-14 16:49 UTC 

[BUG] snd_pcm_drop() does not stop the PCM immediately
 2018-03-14 16:49 UTC  (6+ messages)

[MPTCP] Weekly meeting - 15 March 2018 16:00 UTC (9am PDT, 5pm CEST)
 2018-03-14 16:49 UTC 

[PATCH 00/47] arch-removal: device drivers
 2018-03-14 16:49 UTC  (38+ messages)
` [PATCH 07/47] raid: remove tile specific raid6 implementation
` [PATCH 10/47] char: remove obsolete ds1302 rtc driver
` [PATCH 11/47] char: remove tile-srom.c
` [PATCH 12/47] char: remove blackfin OTP driver
` [PATCH 15/47] ASoC: remove blackfin drivers
` [PATCH 36/47] pwm: remobe pwm-bfin driver
` [PATCH 39/47] usb: isp1362: remove blackfin arch glue
` [PATCH 40/47] serial: remove cris/etrax uart drivers
` [PATCH 41/47] serial: remove blackfin drivers
` [PATCH 42/47] serial: remove m32r_sio driver
` [PATCH 43/47] serial: remove tile uart driver
` [PATCH 44/47] tty: remove bfin_jtag_comm and hvc_bfin_jtag drivers
` [PATCH 45/47] tty: hvc: remove tile driver
` [PATCH 46/47] staging: irda: remove bfin_sir driver
` [PATCH 47/47] staging: iio: remove iio-trig-bfin-timer driver

post-receive: pub/scm/linux/kernel/git/arnd/asm-generic
 2018-03-14 16:49 UTC 

[U-Boot] [PATCH 0/6] Update ohci/ehci-generic drivers
 2018-03-14 16:48 UTC  (7+ messages)
` [U-Boot] [PATCH 1/6] usb: ehci-generic: handle phy power on/off
` [U-Boot] [PATCH 2/6] usb: ehci-generic: factorize PHY operation
` [U-Boot] [PATCH 3/6] usb: ehci-generic: replace pr_err() by dev_err()
` [U-Boot] [PATCH 4/6] usb: ohci-generic: handle phy power on/off
` [U-Boot] [PATCH 5/6] usb: ohci-generic: factorize PHY operation
` [U-Boot] [PATCH 6/6] usb: ohci-generic: replace pr_err() by dev_err()

[Buildroot] [RFC] how to deal with a dependency on configure in a "Makefile"
 2018-03-14 16:48 UTC  (6+ messages)

[PATCH v3 00/36] object_id part 12
 2018-03-14 16:48 UTC  (2+ messages)

[RFC 1/7] mm: Add new vma flag VM_LOCAL_CPU
 2018-03-14 16:48 UTC  (10+ messages)

Frames acknowledged and silently discarded in firmware
 2018-03-14 16:47 UTC  (4+ messages)

[PATCH] libdrm: intel/Android.mk: Filter libdrm_intel library requirements on x86/x86_64
 2018-03-14 16:47 UTC 

[PATCH] jump_label: Fix sparc64 warning
 2018-03-14 16:46 UTC  (2+ messages)

[PATCH 01/36] drm/i915/stolen: Switch from DEBUG_KMS to DEBUG_DRIVER
 2018-03-14 16:46 UTC  (3+ messages)
` [PATCH 20/36] drm/i915: Remove obsolete min/max freq setters from debugfs

What will happen if I kill a process which is waiting for the retuan ioctl() syscall?
 2018-03-14 16:46 UTC  (4+ messages)

[PATCH v7 00/15] Krait clocks + Krait CPUfreq
 2018-03-14 16:45 UTC  (7+ messages)
` [PATCH v7 14/15] cpufreq: Add module to register cpufreq on Krait CPUs

[PATCH 0/7] kbuild: various fix, clean-up, improvements of CONFIG_TRIM_UNUSED_KSYMS
 2018-03-14 16:44 UTC  (10+ messages)
` [PATCH 1/7] kbuild: clear LDFLAGS in the top Makefile
` [PATCH 2/7] kbuild: touch autoksyms.h when it is really missing
` [PATCH 3/7] kbuild: move 'scripts' target below
` [PATCH 4/7] kbuild: restore touching autoksyms.h to the top Makefile
` [PATCH 5/7] kbuild: hide CONFIG_TRIM_UNUSED_KSYMS code from external module building
` [PATCH 6/7] kbuild: move include/config/ksym/* to include/ksym/*
` [PATCH 7/7] kbuild: link vmlinux just once for CONFIG_TRIM_UNUSED_KSYMS

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2018-03-14 16:45 UTC 

[37/47] usb: host: remove tilegx platform glue
 2018-03-14 16:44 UTC  (2+ messages)
` [PATCH 37/47] "

coda: i.MX6 decoding performance issues for multi-streaming
 2018-03-14 16:43 UTC  (7+ messages)
  ` [DE] "
      ` [CN] "
          ` [DE] "

[PATCH V2] Input: pm8941-pwrkey: add resin key capabilities
 2018-03-14 16:43 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2018-03-14 16:43 UTC 

[PATCH v3 0/7] Enlightened VMCS support for KVM on Hyper-V
 2018-03-14 16:42 UTC  (4+ messages)
` [PATCH v3 1/7] x86/hyper-v: move hyperv.h out of uapi

[PATCH v1 0/5] add framework to load and execute BPF code
 2018-03-14 16:43 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2018-03-14 16:42 UTC 

[PATCH] perf stat: Add support for s390 transaction counters
 2018-03-14 16:42 UTC  (7+ messages)

[PATCH 4/5] ASoC: samsung: Document compatible strings for Odroid X/X2, Odroid XU3
 2018-03-14 16:42 UTC  (2+ messages)
    ` [PATCH 5/5] ASoC: samsung: Add compatible strings for Odroid X, X2, U3 boards

[RFC PATCH v1 0/4] ethdev: add per-PMD tuning of RxTx parmeters
 2018-03-14 16:42 UTC  (5+ messages)
` [RFC PATCH v1 1/4] ethdev: add support for PMD-tuned Tx/Rx parameters

post-receive: pub/scm/linux/kernel/git/rostedt/linux-trace
 2018-03-14 16:42 UTC 

[PATCH] Revert "mm/page_alloc: fix memmap_init_zone pageblock alignment"
 2018-03-14 16:41 UTC  (7+ messages)

[PATCH] RISC-V: Rename CONFIG_CMDLINE_OVERRIDE to CONFIG_CMDLINE_FORCE
 2018-03-14 16:41 UTC 

[PATCH 1/5] ASoC: samsung: odroid: Fix 32000 sample rate handling
 2018-03-14 16:41 UTC  (3+ messages)
    ` [PATCH 2/5] ASoC: samsung: odroid: Drop sample rates that cannot be supported from hw_params()
    ` [PATCH 3/5] ASoC: samsung: Use snd_soc_of_put_dai_link_codecs() in odroid.c

[RFC] drm/i915: Engine discovery query
 2018-03-14 16:40 UTC  (2+ messages)

[PATCH net-next 0/2] skbuff: Fix applications not being woken for errors
 2018-03-14 16:40 UTC  (4+ messages)
` [PATCH net-next 2/2] skbuff: Fix not waking applications when errors are enqueued

[PATCH] spi: bcm-qspi: fIX some error handling paths
 2018-03-14 16:40 UTC  (3+ messages)
` Applied "spi: bcm-qspi: fIX some error handling paths" to the spi tree

[PATCH] regulator: gpio: Fix some error handling paths in 'gpio_regulator_probe()'
 2018-03-14 16:39 UTC  (3+ messages)
` Applied "regulator: gpio: Fix some error handling paths in 'gpio_regulator_probe()'" to the regulator tree
  ` Applied "regulator: gpio: Fix some error handling paths in 'gpio_regulator_probe()'" to the regulato

post-receive: pub/scm/linux/kernel/git/broonie/spi
 2018-03-14 16:40 UTC 

[PATCH] ASoC: uniphier: evea: add switch for changing source of line-in
 2018-03-14 16:39 UTC  (7+ messages)
` Applied "ASoC: uniphier: evea: add switch for changing source of line-in" to the asoc tree

post-receive: pub/scm/linux/kernel/git/broonie/regulator
 2018-03-14 16:39 UTC 

[RFC PATCH asoc] ASoC: da7219: da7219_dai_clks_ops can be static
 2018-03-14 16:39 UTC  (2+ messages)
` Applied "ASoC: da7219: make structure da7219_dai_clks_ops static" to the asoc tree

[PATCH v3] ASoC: remove blackfin drivers
 2018-03-14 16:39 UTC  (2+ messages)
` Applied "ASoC: remove blackfin drivers" to the asoc tree

post-receive: pub/scm/linux/kernel/git/broonie/sound
 2018-03-14 16:39 UTC 

[PATCH v5 0/4] new driver for Valve Steam Controller
 2018-03-14 16:39 UTC  (4+ messages)

[PATCH 00/16] remove eight obsolete architectures
 2018-03-14 16:38 UTC  (4+ messages)
` [PATCH 11/16] treewide: simplify Kconfig dependencies for removed archs
  ` [PATCH 12/16] asm-generic: siginfo: remove obsolete #ifdefs

[RESEND PATCH] Input: joystick/analog - Use get_cycles() on PPC
 2018-03-14 16:39 UTC  (2+ messages)

[Qemu-devel] [PATCH v6 0/8] Add make check tests for Migration
 2018-03-14 16:38 UTC  (9+ messages)
` [Qemu-devel] [PATCH v6 1/8] qemu-sockets: Export SocketAddress_to_str
` [Qemu-devel] [PATCH v6 2/8] tests: Add migration precopy test
` [Qemu-devel] [PATCH v6 3/8] tests: Add migration xbzrle test
` [Qemu-devel] [PATCH v6 4/8] migration: Create x-socket-address parameter
` [Qemu-devel] [PATCH v6 5/8] tests: Migration ppc now inlines its program
` [Qemu-devel] [PATCH v6 6/8] tests: Add basic migration precopy tcp test
` [Qemu-devel] [PATCH v6 7/8] migration: Add multifd test
` [Qemu-devel] [PATCH v6 8/8] [RFH] tests: Add migration compress threads tests

[PATCH V8 0/9] Refactor and add AHCI support for Tegra210
 2018-03-14 16:38 UTC  (5+ messages)

[PATCH 1/3] serial: 8250_early: Add earlycon support for AMD Carrizo / Stoneyridge
 2018-03-14 16:38 UTC  (4+ messages)

Fully initialized stack usage (was Re: [PATCH RFC v9 4/7] x86/entry: Erase kernel stack in syscall_trace_enter())
 2018-03-14 16:38 UTC  (7+ messages)

[LTP] SIGSEGV in faccessat01 and fchmodat01
 2018-03-14 16:37 UTC 

[lttng-ust] Missing events when just before a process exits
 2018-03-14 16:37 UTC 

[PATCH bpf-next v5 0/2] bpf stackmap with build_id+offset
 2018-03-14 16:36 UTC  (4+ messages)
` [PATCH bpf-next v5 1/2] bpf: extend stackmap to save binary_build_id+offset instead of address

[PATCH] of: Respect CONFIG_CMDLINE{,_EXTENED,_FORCE) with no chosen node
 2018-03-14 16:31 UTC 

[PATCH 0/3] rcar-vin: always run in continues mode
 2018-03-14 16:36 UTC  (7+ messages)
` [PATCH 1/3] rcar-vin: remove duplicated check of state in irq handler

[PATCH net] tg3: prevent scheduling while atomic splat
 2018-03-14 16:36 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2018-03-14 16:36 UTC 

arc_usr_cmpxchg and preemption
 2018-03-14 16:36 UTC 

post-receive: pub/scm/linux/kernel/git/tegra/linux
 2018-03-14 16:36 UTC 

vga handover for raven
 2018-03-14 16:35 UTC  (5+ messages)

[PATCH 0/2] Silent PCI realignment messages during boot
 2018-03-14 16:34 UTC  (3+ messages)
` [PATCH 1/2, pci] pci: Addition of PCI_DEV_FLAGS_QUIET_PCI_REALIGN attribute to the PCI subsystem
` [PATCH 2/2, powerpc/powernv] powerpc/powernv: Tweak PCI_DEV_FLAGS_QUIET_PCI_REALIGN on/off during boot

AMD E8860 on PowerPC with u-boot (T2080)
 2018-03-14 16:35 UTC  (14+ messages)

[PATCH] Revert "dm mpath: remove unnecessary NVMe branching in favor of scsi_dh checks"
 2018-03-14 16:34 UTC  (10+ messages)
`  "

[37/47] usb: host: remove tilegx platform glue
 2018-03-14 16:33 UTC  (2+ messages)
` [PATCH 37/47] "

[38/47] usb: musb: remove blackfin port
 2018-03-14 16:33 UTC  (2+ messages)
` [PATCH 38/47] "

[PATCH 1/2] mtd: maps: remove bfin-async-flash driver
 2018-03-14 16:30 UTC  (2+ messages)
` [PATCH 2/2] mtd: nand: remove bf5xx_nand driver

[PATCH] ASoC: remove blackfin drivers
 2018-03-14 16:33 UTC  (2+ messages)

[RFC PATCH v2 0/4] Rewrite tests into new API + fixes
 2018-03-14 16:32 UTC  (4+ messages)
` [RFC PATCH v2 1/4] security/ima: "
    ` [LTP] "

[PATCH] drm/i915: Remove hole and padding from intel_shared_dpll
 2018-03-14 16:31 UTC 

[PATCH] PCI/MSI: Don't set up INTx if MSI or MSI-X is enabled
 2018-03-14 16:31 UTC  (3+ messages)

[PATCH v2 0/2] Introduce STM32MP1 Reset driver
 2018-03-14 16:30 UTC  (9+ messages)
` [PATCH v2 1/2] dt-bindings: reset: add STM32MP1 resets
` [PATCH v2 2/2] reset: stm32mp1: Enable stm32mp1 reset driver

[PATCH v8] media: imx258: Add imx258 camera sensor driver
 2018-03-14 16:29 UTC  (2+ messages)

[PATCH v2 00/15] s390: vfio-ap: guest dedicated crypto adapters
 2018-03-14 16:29 UTC  (6+ messages)
` [PATCH v2 08/15] KVM: s390: interface to enable AP execution mode

[Buildroot] [git commit] tpm2-tss: new package
 2018-03-14 16:29 UTC  (6+ messages)

[PATCH] drm/i915: Control PSR at runtime through debugfs only
 2018-03-14 16:27 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Control PSR at runtime through debugfs only (rev2)

post-receive: pub/scm/linux/kernel/git/acme/linux
 2018-03-14 16:26 UTC 

post-receive: pub/scm/linux/kernel/git/mmind/linux-rockchip
 2018-03-14 16:26 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.