All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-07-24 17:11:59 to 2018-07-24 17:57:26 UTC [more...]

[PATCH v6 00/18] crypto: Remove VLA usage
 2018-07-24 17:53 UTC  (30+ messages)
` [PATCH v6 01/18] crypto: xcbc: "
` [PATCH v6 02/18] crypto: cbc: "
` [PATCH v6 03/18] crypto: hash: "
` [PATCH v6 04/18] dm: Remove VLA usage from hashes
` [PATCH v6 05/18] crypto alg: Introduce generic max blocksize and alignmask
` [PATCH v6 06/18] crypto: qat: Remove VLA usage
` [PATCH v6 07/18] crypto: shash: Remove VLA usage in unaligned hashing
` [PATCH v6 08/18] crypto: skcipher: Remove VLA usage for SKCIPHER_REQUEST_ON_STACK
` [PATCH v6 09/18] ppp: mppe: Remove VLA usage
` [PATCH v6 10/18] x86/power/64: "
` [PATCH v6 11/18] dm crypt: Convert essiv from ahash to shash
` [PATCH v6 12/18] drbd: Convert "
` [PATCH v6 13/18] wireless/lib80211: "
` [PATCH v6 14/18] staging: rtl8192u: ieee80211: "
` [PATCH v6 15/18] staging: rtl8192e: "
` [PATCH v6 17/18] crypto: ccm: Remove VLA usage
` [PATCH v6 18/18] crypto: Remove AHASH_REQUEST_ON_STACK

include architecture Kconfig files from top-level Kconfig v3
 2018-07-24 17:56 UTC  (22+ messages)
` [PATCH 01/10] um: stop abusing KBUILD_KCONFIG
` [PATCH 02/10] um: cleanup Kconfig files
` [PATCH 03/10] um: create a proper drivers Kconfig
` [PATCH 04/10] kconfig: remove duplicate SWAP symbol defintions
` [PATCH 05/10] kconfig: include common Kconfig files from top-level Kconfig
` [PATCH 06/10] Kconfig: consolidate the "Kernel hacking" menu
` [PATCH 07/10] kconfig: include kernel/Kconfig.preempt from init/Kconfig
` [PATCH 08/10] kconfig: use a menu in arch/Kconfig to reduce clutter
` [PATCH 09/10] kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt
` [PATCH 10/10] kconfig: add a Memory Management options" menu

[Qemu-devel] [PATCH v4 00/55] Add nanoMIPS support to QEMU
 2018-07-24 17:31 UTC  (33+ messages)
` [Qemu-devel] [PATCH v4 01/55] target/mips: Add preprocessor constants for nanoMIPS
` [Qemu-devel] [PATCH v4 02/55] target/mips: Add nanoMIPS base instruction set opcodes
` [Qemu-devel] [PATCH v4 03/55] target/mips: Add nanoMIPS DSP ASE opcodes
` [Qemu-devel] [PATCH v4 04/55] target/mips: Add placeholder and invocation of decode_nanomips_opc()
` [Qemu-devel] [PATCH v4 05/55] target/mips: Add nanoMIPS decoding and extraction utilities
` [Qemu-devel] [PATCH v4 06/55] target/mips: Add emulation of misc nanoMIPS 16-bit instructions
` [Qemu-devel] [PATCH v4 07/55] target/mips: Add emulation of nanoMIPS 16-bit load and store instructions
` [Qemu-devel] [PATCH v4 08/55] target/mips: Add emulation of nanoMIPS 16-bit logic instructions
` [Qemu-devel] [PATCH v4 09/55] target/mips: Add emulation of nanoMIPS 16-bit save and restore instructions
` [Qemu-devel] [PATCH v4 10/55] target/mips: Add emulation of some common nanoMIPS 32-bit instructions
` [Qemu-devel] [PATCH v4 11/55] target/mips: Add emulation of nanoMIPS 48-bit instructions
` [Qemu-devel] [PATCH v4 12/55] target/mips: Add emulation of nanoMIPS FP instructions
` [Qemu-devel] [PATCH v4 13/55] target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)
` [Qemu-devel] [PATCH v4 14/55] target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)
` [Qemu-devel] [PATCH v4 15/55] target/mips: Add emulation of misc nanoMIPS instructions (pool p_lsx)
` [Qemu-devel] [PATCH v4 16/55] target/mips: Implement emulation of nanoMIPS ROTX instruction
` [Qemu-devel] [PATCH v4 17/55] target/mips: Implement emulation of nanoMIPS EXTW instruction
` [Qemu-devel] [PATCH v4 18/55] target/mips: Add emulation of nanoMIPS 32-bit load and store instructions
` [Qemu-devel] [PATCH v4 19/55] target/mips: Add emulation of nanoMIPS branch instructions
` [Qemu-devel] [PATCH v4 20/55] target/mips: Implement MT ASE support for nanoMIPS
` [Qemu-devel] [PATCH v4 21/55] target/mips: Add emulation of DSP ASE for nanoMIPS - part 1
` [Qemu-devel] [PATCH v4 22/55] target/mips: Add emulation of DSP ASE for nanoMIPS - part 2
` [Qemu-devel] [PATCH v4 23/55] target/mips: Add emulation of DSP ASE for nanoMIPS - part 3
` [Qemu-devel] [PATCH v4 24/55] target/mips: Add handling of branch delay slots for nanoMIPS
` [Qemu-devel] [PATCH v4 25/55] target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair
` [Qemu-devel] [PATCH v4 26/55] target/mips: Add updating BadInstr, BadInstrP, BadInstrX for nanoMIPS
` [Qemu-devel] [PATCH v4 27/55] target/mips: Implement CP0 Config0.WR bit functionality
` [Qemu-devel] [PATCH v4 28/55] target/mips: Adjust behavior of Config3's ISAOnExc bit for nanoMIPS
` [Qemu-devel] [PATCH v4 29/55] target/mips: Adjust exception_resume_pc() "
` [Qemu-devel] [PATCH v4 30/55] target/mips: Adjust set_hflags_for_handler() "
` [Qemu-devel] [PATCH v4 31/55] target/mips: Adjust set_pc() "
` [Qemu-devel] [PATCH v4 32/55] target/mips: Fix ERET/ERETNC behavior related to ADEL exception

[RFC v5 0/2] mm: zap pages with read mmap_sem in munmap for large mapping
 2018-07-24 17:56 UTC  (8+ messages)
` [RFC v5 PATCH 2/2] mm: mmap: zap pages with read mmap_sem in munmap

[PATCH] delayacct: Fix crash in delayacct_blkio_end() after delayacct init failure
 2018-07-24 17:55 UTC 

Setting include path in a recipe
 2018-07-24 17:51 UTC  (2+ messages)

[PATCH 0/6 V2] xfs: more verifications!
 2018-07-24 16:43 UTC  (4+ messages)
` [PATCH 2/6] xfs: verify extent size hint is valid in inode verifier

How to debug long `acpi_os_sleep()`?
 2018-07-24 17:50 UTC 

[Bug 200633] New: [Regression] VGA not being detected with R9 380 using AMDGPU after 4.17 kernel update
 2018-07-24 17:49 UTC  (2+ messages)
` [Bug 200633] "

[PATCH v3 0/2] clk: qcom: Quad SPI (qspi) clock support for sdm845
 2018-07-24 17:45 UTC  (4+ messages)
` [PATCH v3 1/2] clk: qcom: Add qspi (Quad SPI) clock defines for sdm845 to header
` [PATCH v3 2/2] clk: qcom: Add qspi (Quad SPI) clocks for sdm845

[xen-unstable-smoke test] 125549: tolerable all pass - PUSHED
 2018-07-24 17:45 UTC 

[libvirt] [RFC PATCH 0/2] Add new mdev type for aggregated resources
 2018-07-24 17:44 UTC  (3+ messages)
` [libvirt] [PATCH v2 0/4] New mdev type handling "

[PATCH v2] bcache: set max writeback rate when I/O request is idle
 2018-07-24 16:36 UTC  (5+ messages)

[Qemu-devel] [PATCH v7 00/10] Mips maintenance and misc fixes and improvements
 2018-07-24 17:42 UTC  (6+ messages)
` [Qemu-devel] [PATCH v7 10/10] linux-user: Add preprocessor availability control to some syscalls

data corruption with 'splt' workload to XFS on DM cache with its 3 underlying devices being on same NVMe device
 2018-07-24 17:42 UTC  (5+ messages)

[PATCH 1/3] block: move ref_tag calculation func to the block layer
 2018-07-24 17:41 UTC  (6+ messages)
` [PATCH 2/3] block: move dif_prepare/dif_complete functions to "

[PATCH v6 0/2] Input: Add Cypress Gen5 Touchscreen driver
 2018-07-24 17:40 UTC  (4+ messages)

[PATCH v9 00/24] ILP32 for ARM64
 2018-07-24 17:39 UTC  (5+ messages)

[PATCH] drm/i915: Protect guc_fini_wq() against module load abort
 2018-07-24 17:39 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915: Protect guc_fini_wq() against module load abort (rev2)

[PATCH v4 0/3] add crc64 calculation as kernel library
 2018-07-24 17:39 UTC  (5+ messages)
` [PATCH v4 3/3] lib/test_crc: Add test cases for crc calculation

[PATCH] app/testpmd: workaround softnic CLI modifications
 2018-07-24 17:39 UTC  (2+ messages)

[PATCH 1/2] MIPS: Introduce HAS_RAPIDIO Kconfig option
 2018-07-24 17:38 UTC  (3+ messages)
` [PATCH 2/2] MIPS: Octeon: Select HAS_RAPIDIO

[PATCH 0/9] Netfilter fixes for net
 2018-07-24 16:31 UTC  (10+ messages)
` [PATCH 1/9] netfilter: nf_tables: fix jumpstack depth validation
` [PATCH 2/9] netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy()
` [PATCH 3/9] netfilter: nft_set_rbtree: fix panic when destroying set by GC
` [PATCH 4/9] netfilter: nf_tables: use dev->name directly
` [PATCH 5/9] netfilter: nf_tables: free flow table struct too
` [PATCH 6/9] netfilter: nf_tables: fix memory leaks on chain rename
` [PATCH 7/9] netfilter: nf_tables: don't allow to rename to already-pending name
` [PATCH 8/9] netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior state
` [PATCH 9/9] netfilter: nf_tables: move dumper state allocation into ->start

[PATCH] Documentation/diff-options: explain different diff algorithms
 2018-07-24 17:38 UTC  (3+ messages)

[PATCH] media: staging: omap4iss: Include asm/cacheflush.h after generic includes
 2018-07-24 17:37 UTC  (3+ messages)

[PATCH v2 0/8] Fix breakage caused by the NTB multi-port patchset
 2018-07-24 17:37 UTC  (6+ messages)
` [PATCH v2 4/8] NTB: ntb_pingpong: Choose doorbells based on port number

[PATCH] mips: use asm-generic version of msi.h
 2018-07-24 17:36 UTC  (2+ messages)

[PATCH net-next 0/2] net/sctp: Avoid allocating high order memory with kmalloc()
 2018-07-24 17:36 UTC  (3+ messages)

[PATCH v3] cpufreq: trace frequency limits change
 2018-07-24 17:35 UTC  (2+ messages)

m68k allmodconfig build errors
 2018-07-24 17:35 UTC  (4+ messages)

[PATCHv3 0/3] Fix crash due to vma_is_anonymous() false-positives
 2018-07-24 17:33 UTC  (2+ messages)

[PATCH 0/5] ti_am335x_tsc: Enable wakeup capability
 2018-07-24 17:33 UTC  (7+ messages)

[PATCH v1] msvc: fix non-standard escape sequence in source
 2018-07-24 17:33 UTC  (2+ messages)

[PATCH] drm/msm/display: negative x/y in cursor move
 2018-07-24 17:33 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 0/3] Add display clock controller driver for SDM845
 2018-07-24 17:32 UTC  (12+ messages)
` [PATCH v3 3/3] clk: qcom: "

[PATCH v2] i2c: aspeed: Handle master/slave combined irq events properly
 2018-07-24 17:31 UTC  (2+ messages)

[PATCH v3 0/4] pci-dra7xx: Enable errata i870 workaround for RC mode
 2018-07-24 17:31 UTC  (10+ messages)
` [PATCH v3 1/4] dt-bindings: PCI: dra7xx: Add bindings for unaligned access in host mode
` [PATCH v3 2/4] ARM: dts: dra7: Enable workaround for errata i870 in PCIe "
` [PATCH v3 3/4] ARM: dts: dra7: Fix up unaligned access setting for PCIe EP
` [PATCH v3 4/4] pci: dwc: pci-dra7xx: Enable errata i870 for both EP and RC mode

your photos
 2018-07-24 10:34 UTC 

[PATCH 00/15] ARM: dts: tegra: apalis-tk1: major revamp
 2018-07-24 16:23 UTC  (5+ messages)

[RFC][PATCH 0/11] PIDTYPE_TGID and fewer fork restarts
 2018-07-24 17:29 UTC  (5+ messages)
                        ` [PATCH 00/20] PIDTYPE_TGID removal of "
                          ` [PATCH 20/20] signal: Don't restart fork when signals come in

[PATCH] checkpatch: Validate SPDX license with spdxcheck.py
 2018-07-24 17:29 UTC  (2+ messages)

[lkp-robot] [rcutorture] 3398b55446: WARNING:possible_recursive_locking_detected
 2018-07-24 17:28 UTC  (3+ messages)

[ovmf test] 125546: all pass - PUSHED
 2018-07-24 17:26 UTC 

[Bug 107309] libGL error: MESA-LOADER: failed to retrieve device information on virgl
 2018-07-24 17:26 UTC  (2+ messages)

[Intel-wired-lan] [PATCH] i40e: Remove duplicated prepare call in i40e_shutdown
 2018-07-24 17:26 UTC  (2+ messages)

[PATCH v2] cpufreq: trace frequency limits change
 2018-07-24 17:24 UTC  (4+ messages)

[PATCH v2 00/18] Allwinner R40 HDMI refactoring
 2018-07-24 17:23 UTC  (8+ messages)
    ` [linux-sunxi] "
      `  "

[PATCH] drm/amdgpu: Fix RLC safe mode test in gfx_v9_0_enter_rlc_safe_mode
 2018-07-24 17:24 UTC  (3+ messages)

automation: Creating a patchwork instance to improve pre-commit build testing
 2018-07-24 17:22 UTC  (12+ messages)

[U-Boot] [PATCH 1/1] arm: socfpga: Add support for the ReflexCES R329 board
 2018-07-24 17:21 UTC 

[PATCH v2 0/4] fail compilation with strcpy
 2018-07-24 17:20 UTC  (3+ messages)
` [PATCH v2 1/4] automatically ban strcpy()

[PATCH] iwlwifi: add more card IDs for 9000 series
 2018-07-24 16:13 UTC  (4+ messages)

[PATCH v2 00/16] IIO-based thermal sensor driver for Allwinner H3 and A83T SoC
 2018-07-24 17:19 UTC  (11+ messages)
` [PATCH v2 14/16] arm: dts: sun8i: h3: enable H3 sid controller
      ` [linux-sunxi] "
                `  "

download.ceph.com repository changes
 2018-07-24 17:20 UTC  (7+ messages)

[Qemu-devel] [PATCH v2 0/2] Introduction of l2-cache-full option for qcow2 images
 2018-07-24 17:20 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] qcow2: Introduce an option for sufficient L2 cache for the entire image

[RFC PATCH 0/5] Add delta islands support
 2018-07-24 17:20 UTC  (7+ messages)
` [RFC PATCH 3/5] pack-objects: add delta-islands support

[PATCH v2 00/12] Add utilization clamping support
 2018-07-24 17:17 UTC  (6+ messages)
` [PATCH v2 12/12] sched/core: uclamp: use percentage clamp values

[PATCH xf86-video-amdgpu 1/4] Move DRM event queue related initialization to amdgpu_drm_queue_init
 2018-07-24 17:16 UTC  (4+ messages)
  ` [PATCH xf86-video-amdgpu 2/4] Add amdgpu_drm_wait_pending_flip function
  ` [PATCH xf86-video-amdgpu 3/4] Defer vblank event handling while waiting for a pending flip
  ` [PATCH xf86-video-amdgpu 4/4] Remove drmmode_crtc_private_rec::present_vblank_* related code

[PATCH] drm/amdgpu: move the amdgpu_fbdev_set_suspend() further up
 2018-07-24 17:16 UTC  (2+ messages)

VRF with enslaved L3 enabled bridge
 2018-07-24 16:08 UTC  (7+ messages)
  ` [**EXTERNAL**] "

[PATCH] ASoC: AMD: Add a fix voltage regulator for DA7219 and ADAU7002
 2018-07-24 17:14 UTC  (5+ messages)

[PATCH RFC/RFT net-next 00/17] net: Convert neighbor tables to per-namespace
 2018-07-24 17:14 UTC  (4+ messages)

[PATCH v2] Makefile: add a DEVOPTS flag to get pedantic compilation
 2018-07-24 17:13 UTC  (2+ messages)
` [PATCH v3] "


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.