All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-09-06 21:56:22 to 2018-09-06 23:01:32 UTC [more...]

[Ksummit-discuss] [MAINTAINER TOPIC] Succession Planning: Is It time to Throw Linus Under a Bus?
 2018-09-06 22:29 UTC  (9+ messages)

[PATCH 0/3] xen: Improvements to the vcpu create/destroy paths
 2018-09-06 23:01 UTC  (4+ messages)
` [PATCH 3/3] xen/vcpu: Rework sanity checks in vcpu_create()

[PATCH net] ip: frags: fix crash in ip_do_fragment()
 2018-09-06 18:23 UTC  (3+ messages)

[PATCH v2 0/4] crypto: skcipher - Remove VLA usage
 2018-09-06 22:58 UTC  (10+ messages)
` [PATCH v2 1/4] crypto: skcipher - Consolidate encrypt/decrypt sanity check
` [PATCH v2 2/4] crypto: skcipher - Enforce non-ASYNC for on-stack requests
` [PATCH v2 3/4] crypto: skcipher - Remove VLA usage for SKCIPHER_REQUEST_ON_STACK
` [PATCH 4/4] crypto: skcipher - Remove unused argument to SKCIPHER_REQUEST_ON_STACK()

[RFC v5 01/12] ath10k: add struct ath10k_bus_params
 2018-09-06 18:22 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/1] qemu: add support for python3
 2018-09-06 22:58 UTC  (8+ messages)

[Ksummit-discuss] [MAINTAINERS SUMMIT] Handling of embargoed security issues
 2018-09-06 22:55 UTC  (5+ messages)

[PATCH 0/3] Virtual MTD concat device driver
 2018-09-06 22:54 UTC  (4+ messages)
` [PATCH 3/3] mtd: mtdconcat: add dt driver for concat devices

[PATCH] submodule.sh update --remote: default to oid instead of master
 2018-09-06 22:54 UTC  (4+ messages)

[PATCH net-next] liquidio CN23XX: Remove set but not used variable 'ring_flag'
 2018-09-06 22:54 UTC  (2+ messages)

[U-Boot] [PATCH 1/4] ARM: bootscript: Remove hard-coded rootpath from K+P's tpcboot.cmd
 2018-09-06 22:53 UTC  (2+ messages)

btrfs send hung in pipe_wait
 2018-09-06 18:16 UTC  (5+ messages)

[PATCH v2] xen: avoid crash in disable_hotplug_cpu
 2018-09-06 22:53 UTC  (5+ messages)

[PATCH 1/8] python: Run pybench once for optimisation task in pgo
 2018-09-06 22:51 UTC  (7+ messages)
` [PATCH 7/8] busybox: Put klogd/syslogd alternative links in syslog package

collectively rate limiting multiple classes
 2018-09-06 22:50 UTC  (2+ messages)

[PATCH v3 1/2] soc: qcom: geni: Don't ignore clk_round_rate() errors in geni_se_clk_tbl_get()
 2018-09-06 22:49 UTC  (2+ messages)
` [PATCH v3 2/2] soc: qcom: geni: geni_se_clk_freq_match() should always accept multiples

[PATCH bpf-next 0/4] tools/bpf: add bpftool net support
 2018-09-06 18:11 UTC  (2+ messages)

[PATCH] mm, oom: distinguish blockable mode for mmu notifiers
 2018-09-06 22:46 UTC  (17+ messages)

[PATCH v5 0/6] Btrfs: implement swap file support
 2018-09-06 18:08 UTC  (3+ messages)

[PATCH 00/32] Rework pciehp event handling & add runtime PM
 2018-09-06 18:08 UTC  (5+ messages)
` [PATCH 03/32] PCI: pciehp: Fix deadlock on unplug

CONTENT_LENGTH can no longer be empty
 2018-09-06 22:45 UTC  (3+ messages)
` [PATCH] http-backend: allow empty CONTENT_LENGTH

[PATCH] tcp-wrappers.m4: Only look for TCP wrappers lib when requested
 2018-09-06 18:06 UTC  (2+ messages)

[v4,4/4] dt-bindings: msm: Update documentation of qcom,llcc
 2018-09-06 22:43 UTC  (2+ messages)
` [PATCH v4 4/4] "

[v8,1/2] i2c: buses: add i2c bus driver for NVIDIA GPU
 2018-09-06 22:42 UTC 

[PATCH] scsi: sd: Contribute to randomness when running rotational device
 2018-09-06 22:42 UTC  (3+ messages)

[PATCH] prctl: add PR_[GS]ET_KILLABLE
 2018-09-06 22:42 UTC  (4+ messages)
` [PATCH v3 1/2] fork: do not rely on SIGNAL_UNKILLABLE for init check
  ` [PATCH v3 2/2] prctl: add PR_[GS]ET_KILLABLE

[PATCH v2 1/2] soc: qcom: geni: Don't ignore clk_round_rate() errors in geni_se_clk_tbl_get()
 2018-09-06 22:40 UTC  (5+ messages)

[PATCH 00/19] mtd: rawnand: API cleanup (2nd batch)
 2018-09-06 22:38 UTC  (63+ messages)
` [PATCH 01/19] mtd: rawnand: Leave chip->IO_ADDR_{R, W} to NULL when unused
  ` [PATCH 01/19] mtd: rawnand: Leave chip->IO_ADDR_{R,W} "
` [PATCH 02/19] mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} there
  ` [PATCH 02/19] mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R,W} there
` [PATCH 03/19] mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks
  ` [PATCH 03/19] mtd: rawnand: Deprecate ->{read,write}_{byte,buf}() hooks
` [PATCH 04/19] mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()
` [PATCH 05/19] mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()
` [PATCH 06/19] mtd: rawnand: Deprecate ->block_{bad,markbad}() hooks
` [PATCH 07/19] mtd: rawnand: Deprecate ->erase()
` [PATCH 08/19] mtd: rawnand: Deprecate ->{set,get}_features() hooks
` [PATCH 09/19] mtd: rawnand: Deprecate ->chip_delay
` [PATCH 10/19] mtd: rawnand: Move function prototypes after struct declarations
` [PATCH 11/19] mtd: rawnand: Get rid of nand_flash_dev forward declation
` [PATCH 12/19] mtd: rawnand: Get rid of the duplicate nand_chip forward declaration
` [PATCH 13/19] mtd: rawnand: Get rid of a few unused definitions
` [PATCH 14/19] mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.h
` [PATCH 15/19] mtd: rawnand: Inline onfi_get_async_timing_mode()
` [PATCH 16/19] mtd: rawnand: Keep all internal stuff private
` [PATCH 17/19] mtd: rawnand: Move legacy code to nand_legacy.c
` [PATCH 18/19] mtd: rawnand: Move ONFI code to nand_onfi.c
` [PATCH 19/19] mtd: rawnand: Move JEDEC code to nand_jedec.c

[PATCH v9 0/9] Cedrus driver for the Allwinner Video Engine, using media requests
 2018-09-06 22:24 UTC  (30+ messages)
` [PATCH v9 1/9] media: videobuf2-core: Rework and rename helper for request buffer count
` [PATCH v9 2/9] media: v4l: Add definitions for MPEG-2 slice format and metadata
` [PATCH v9 3/9] media: v4l: Add definition for the Sunxi tiled NV12 format
` [PATCH v9 4/9] dt-bindings: media: Document bindings for the Cedrus VPU driver
` [PATCH v9 5/9] media: platform: Add Cedrus VPU decoder driver
` [PATCH v9 6/9] ARM: dts: sun5i: Add Video Engine and reserved memory nodes
` [PATCH v9 7/9] ARM: dts: sun7i-a20: "
` [PATCH v9 8/9] ARM: dts: sun8i-a33: "
` [PATCH v9 9/9] ARM: dts: sun8i-h3: "

Where to find xfs-import.git
 2018-09-06 18:01 UTC  (6+ messages)

[Buildroot] [PATCH 1/1] python-numpy: bump to version 1.15.1
 2018-09-06 22:37 UTC 

mt76x0 bug report
 2018-09-06 22:37 UTC  (7+ messages)

kernelci-frontend: limitation on X days of data
 2018-09-06 22:36 UTC 

[PATCH 00/14] plane update with damage
 2018-09-06 22:32 UTC  (4+ messages)
` [PATCH 01/14] drm: add new plane property FB_DAMAGE_CLIPS to send damage during plane update

[bpf-next V2 PATCH 0/3] XDP micro optimizations for redirect
 2018-09-06 17:55 UTC  (2+ messages)

[v4,3/4] drivers: edac: Add EDAC driver support for QCOM SoCs
 2018-09-06 22:31 UTC  (2+ messages)
` [PATCH v4 3/4] "

[PATCH v5 0/7] disable allarch when multilib is used
 2018-09-06 22:31 UTC  (3+ messages)
` [PATCH 6/7] multilib: fix install file conflicts

[PATCH 00/11] fetch: make sure submodule oids are fetched
 2018-09-06 22:29 UTC  (8+ messages)
` [PATCH 01/11] string_list: print_string_list to use trace_printf
` [PATCH 02/11] string-list.h: add string_list_{pop, last} functions

[Buildroot] [PATCH] cutelyst: Add dependency on Kernel headers >= 3.3
 2018-09-06 22:29 UTC  (5+ messages)

[PATCH v8 0/5] ipc: IPCMNI limit check for *mni & increase that limit
 2018-09-06 22:24 UTC  (3+ messages)

[PATCH i-g-t 0/5] vmwgfx as a new driver for igt-gpu-tools
 2018-09-06 22:24 UTC  (5+ messages)
` [PATCH i-g-t 4/5] lib/igt_fb: Check for stride before creating cairo surface
    ` [igt-dev] [Intel-gfx] "

[PATCH v4 0/6] MIPS: kexec/kdump: Fix smp reboot and other issues
 2018-09-06 22:23 UTC  (5+ messages)

[PATCH 0/2] crypto: Remove VLA usage from skcipher
 2018-09-06 22:23 UTC  (10+ messages)
` [PATCH 2/2] crypto: skcipher: Remove VLA usage for SKCIPHER_REQUEST_ON_STACK

[PATCH v2] mm: slowly shrink slabs with a relatively small number of objects
 2018-09-06 22:21 UTC  (3+ messages)

[U-Boot] [PATCH 00/12] riscv: Add QEMU virt board support
 2018-09-06 22:21 UTC  (13+ messages)
` [U-Boot] [PATCH 12/12] "

[PATCH] xen-blkback: Switch to closed state after releasing the backing device
 2018-09-06 22:19 UTC  (12+ messages)

[PATCH v2 0/4] bochs fixes and fb-helper documentation updates
 2018-09-06 22:18 UTC  (9+ messages)
` [PATCH v2 1/4] bochs: use drm_fb_helper_set_suspend_unlocked in suspend/resume
` [PATCH v2 2/4] bochs: convert to drm_fb_helper_fbdev_setup/teardown
` [PATCH v2 3/4] bochs: convert to drm_dev_register
` [PATCH v2 4/4] drm/fb-helper: improve documentation and print warnings

[PATCH] tools/perf: fix use of alternatives to find JDIR
 2018-09-06 22:18 UTC 

[PATCH] spi: pic32: remove unnecessary of_node_get()
 2018-09-06 22:16 UTC 

[PATCH v6 0/5] seccomp trap to userspace
 2018-09-06 22:15 UTC  (3+ messages)
` [PATCH v6 1/5] seccomp: add a return code to "

linux-next: build warnings from the build of Linus' tree
 2018-09-06 22:14 UTC  (9+ messages)

[PATCH v2] Btrfs: set leave_spinning in btrfs_get_extent
 2018-09-06 17:37 UTC  (3+ messages)
` [PATCH v3] "

merging kernelci-build with lava-ci
 2018-09-06 22:13 UTC  (2+ messages)
` [kernelci] "

[PATCH 01/14] drm: Add drm/kernel.h header file
 2018-09-06 22:12 UTC  (6+ messages)
` [PATCH 08/14] drm/amdgpu: Remove default best_encoder hook from DC

[PATCHv2 00/20] PCI, error handling and hot plug
 2018-09-06 17:36 UTC  (3+ messages)

[PATCHv2 01/21] eee-acpi-scripts: remove the recipe
 2018-09-06 22:09 UTC  (3+ messages)
` [PATCHv2 02/21] sysprof: update to 3.30.0

[PATCH] Btrfs: fix alignment in declaration and prototype of btrfs_get_extent
 2018-09-06 17:29 UTC  (2+ messages)

[PATCH] clk: sunxi-ng: sun4i: Set VCO and PLL bias current to lowest setting
 2018-09-06 13:25 UTC 

[ndctl PATCH] ndctl: Suppress command errors if fallback exists
 2018-09-06 21:58 UTC  (2+ messages)

[GIT PULL] MIPS fix for v4.19-rc3
 2018-09-06 22:02 UTC 

Intel CCLA Schedule A Update 09/06/18
 2018-09-06 21:59 UTC 

[PATCH] RISC-V: include linux/ftrace.h in asm-prototypes.h
 2018-09-06 21:57 UTC 

[U-Boot] [PATCH v2 1/2] spl: socfpga: only gen5 devices and arria10 require sfp image
 2018-09-06 21:56 UTC  (7+ messages)
` [U-Boot] [PATCH v2 2/2] spl: socfpga: stratix10: add hex file output for spl image

[PATCH v5 0/5] x86: Fix SEV guest regression
 2018-09-06 21:56 UTC  (12+ messages)
` [PATCH v5 5/5] x86/kvm: Avoid dynamic allocation of pvclock data when SEV is active


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.