All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-27 14:18:35 to 2020-04-27 15:00:36 UTC [more...]

[PATCH][kvmtool] kvm: Request VM specific limits instead of system-wide ones
 2020-04-27 15:00 UTC  (5+ messages)

[PATCH 0/4] pull request for net: batman-adv 2020-04-27
 2020-04-27 15:00 UTC  (2+ messages)
` [PATCH 1/4] batman-adv: fix batadv_nc_random_weight_tq

[dpdk-dev] [PATCH v1] maintainers: update for AMD xgbe and ccp crypto
 2020-04-27 15:00 UTC  (4+ messages)

[PATCH] soc: imx: Add power domain driver support for i.mx8m family
 2020-04-27 14:58 UTC  (2+ messages)

[virtio-dev] [PATCH v2] virtio-balloon: Disable free page reporting if page poison reporting is not enabled
 2020-04-27 14:58 UTC  (4+ messages)
` [virtio-dev] "
    `  "

[dpdk-dev] [PATCH] examples/l2fwd-keepalive: fix packet drops limited mbufs
 2020-04-27 14:57 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v3 0/9] Add a new LOOP_SET_FD_AND_STATUS ioctl
 2020-04-27 14:58 UTC  (19+ messages)
` [PATCH v3 1/9] loop: Factor out loop size validation
` [PATCH v3 2/9] loop: Factor out setting loop device size
` [PATCH v3 3/9] loop: Switch to set_capacity_revalidate_and_notify()
` [PATCH v3 4/9] loop: Refactor loop_set_status() size calculation
` [PATCH v3 5/9] loop: Remove figure_loop_size()
` [PATCH v3 6/9] loop: Factor out configuring loop from status
` [PATCH v3 7/9] loop: Move loop_set_status_from_info() and friends up
` [PATCH v3 8/9] loop: Rework lo_ioctl() __user argument casting
` [PATCH v3 9/9] loop: Add LOOP_SET_FD_AND_STATUS ioctl

[BlueZ PATCH v3] doc:Adding Roles property
 2020-04-27 14:57 UTC  (4+ messages)

[PATCH v4 00/11] Fix qla2xxx endianness annotations
 2020-04-27 14:57 UTC  (15+ messages)
` [PATCH v4 04/11] qla2xxx: Add more BUILD_BUG_ON() statements
` [PATCH v4 05/11] qla2xxx: Make a gap in struct qla2xxx_offld_chain explicit
` [PATCH v4 06/11] qla2xxx: Increase the size of struct qla_fcp_prio_cfg to FCP_PRIO_CFG_SIZE
` [PATCH v4 07/11] qla2xxx: Change two hardcoded constants into offsetof() / sizeof() expressions
` [PATCH v4 08/11] qla2xxx: Fix the code that reads from mailbox registers
` [PATCH v4 09/11] qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lower case
` [PATCH v4 10/11] qla2xxx: Fix endianness annotations in header files

[oe][meta-oe][PATCH] libwebsockets: upgrade 3.2.2 -> 4.0.1
 2020-04-27 14:57 UTC  (3+ messages)
` [oe][meta-oe][PATCH v2] "

[net-next PATCH v2 0/3] Introduce new APIs to support phylink and phy layers
 2020-04-27 14:56 UTC  (8+ messages)

[CRASH] crypto: omap: kernel panic when modprobing tcrypt
 2020-04-27 14:56 UTC  (7+ messages)

[PATCH v2 0/2] mfd: Add ENE KB3930 Embedded Controller driver
 2020-04-27 14:55 UTC  (3+ messages)

[PATCH] tracing/x86: fix trace event registration for syscalls without arguments
 2020-04-27 14:55 UTC  (3+ messages)

[PATCH] e1000e: Added ICR clearing by corresponding IMS bit
 2020-04-27 15:21 UTC 

[dpdk-dev] [PATCH 0/3] 20.05-rc1 fixes for OVS
 2020-04-27 14:55 UTC  (3+ messages)
` [dpdk-dev] [PATCH 1/3] ring: fix build with -Wswitch-enum

[PATCH 1/1] lib/vsprintf: Add support for printing V4L2 and DRM fourccs
 2020-04-27 14:54 UTC  (3+ messages)

Fix vlan header offset in __skb_flow_dissect
 2020-04-27 14:55 UTC 

[RESEND PATCH v3 1/1] lib/vsprintf: Add support for printing V4L2 and DRM fourccs
 2020-04-27 14:53 UTC  (2+ messages)

[PATCH] ath10k: Restart xmit queues below low-water mark
 2020-04-27 14:54 UTC 

[PATCH] Bluetooth: btbcm: Do not free IRQ on close if we did not request it
 2020-04-27 14:54 UTC 

drm/amdgpu: apply AMDGPU_IB_FLAG_EMIT_MEM_SYNC to compute IBs too
 2020-04-27 14:53 UTC  (7+ messages)

[PATCH v7 00/12] Add hypervisor sysfs-like support
 2020-04-27 14:53 UTC  (3+ messages)
` [PATCH v7 05/12] libs: add libxenhypfs

[PATCH v2] checkpatch: add dedicated checker for 'Fixes:' tag
 2020-04-27 14:53 UTC 

[PATCH v3 0/3] bluetooth:Adding driver and quirk defs for multi-role LE
 2020-04-27 14:52 UTC  (2+ messages)

[Bug 207463] New: [amdgpu] System freeze / corrupted graphics
 2020-04-27 14:52 UTC  (2+ messages)
` [Bug 207463] "

[PATCH v2 0/9] block/io: safer inc/dec in_flight sections
 2020-04-27 14:39 UTC  (10+ messages)
` [PATCH v2 1/9] block/io: refactor bdrv_is_allocated_above to run only one coroutine
` [PATCH v2 2/9] block/io: refactor bdrv_co_ioctl: move aio stuff to corresponding block
` [PATCH v2 3/9] block/io: move flush and pdiscard stuff down
` [PATCH v2 4/9] block/io: move bdrv_rw_co_entry and friends down
` [PATCH v2 5/9] block/io: expand in_flight inc/dec section: simple cases
` [PATCH v2 6/9] block/io: expand in_flight inc/dec section: block-status
` [PATCH v2 7/9] block/io: add bdrv_do_pwrite_zeroes
` [PATCH v2 8/9] block/io: move bdrv_make_zero under block-status
` [PATCH v2 9/9] block/io: expand in_flight inc/dec section: bdrv_make_zero

[LTP] [PATCH 1/4] syscalls/timer_gettime: Add support for time64 tests
 2020-04-27 14:52 UTC  (2+ messages)

[PATCH] gcc: make sure mingw builds use mingw32-w64 configs
 2020-04-27 14:51 UTC  (2+ messages)
` [OE-core] "

[dpdk-dev] rte epoll functions
 2020-04-27 14:50 UTC  (2+ messages)

[PATCH v2 0/3] support separate asm-offsets.h for SPL and TPL
 2020-04-27 14:50 UTC  (6+ messages)
` [PATCH v2 3/3] kbuild: SPL/TPL: generate "

[LTP] [PATCH] connect02: Handle setsockopt(IP_ADDRFORM) kernel bug
 2020-04-27 14:50 UTC 

[PATCH] mtd: Fix mtd not the same name not registered if nvmem
 2020-04-27 14:49 UTC  (9+ messages)
` [PATCH v2] "

[PATCH iproute2] xfrm: also check for ipv6 state in xfrm_state_keep
 2020-04-27 14:48 UTC  (2+ messages)

[PATCH net] wireguard: Use tunnel helpers for decapsulating ECN markings
 2020-04-27 14:46 UTC 

[PATCH 1/3] scsi: qla2xxx: Fix warning after FC target reset
 2020-04-27 14:46 UTC  (4+ messages)

[PATCH v4] kernel-shark-2.alpha: Restructure KVMCombo plugin to use CPU mapping information from the trace files
 2020-04-27 14:46 UTC  (2+ messages)

[PATCH] nsproxy: attach to namespaces via pidfds
 2020-04-27 14:36 UTC 

[PATCH 0/5] QEMU Gating CI
 2020-04-27 14:41 UTC  (15+ messages)

[PATCH v2 2/3] arm64: dts: rockchip: rk3399-roc-pc: Fix MMC numbering for LED triggers
 2020-04-27 14:45 UTC  (10+ messages)

ext4 fiemap and the inode lock
 2020-04-27 14:45 UTC  (2+ messages)

[PATCH RFC v1] net: xdp: allow for layer 3 packets in generic skb handler
 2020-04-27 14:45 UTC  (3+ messages)
` [PATCH RFC v2] "

[PATCH v2 0/2] NVIDIA Tegra I2C synchronization correction
 2020-04-27 14:45 UTC  (30+ messages)
` [PATCH v2 1/2] i2c: tegra: Better handle case where CPU0 is busy for a long time

[PATCH] drm: pl111: enable render node
 2020-04-27 14:43 UTC  (4+ messages)

[Intel-gfx] [patch] PCI ID review
 2020-04-27 14:45 UTC  (5+ messages)

[PATCH v3 0/4] drm: Add support for IPK DSI Host Driver
 2020-04-27 14:45 UTC  (4+ messages)
` [PATCH v3 4/4] MAINTAINERS: Add IPK MIPI DSI Host driver entry

[PATCH 0/3] Have "stop" button for multi-threaded searches
 2020-04-27 14:44 UTC  (4+ messages)
` [PATCH 2/3] kernel-shark: Change the mechanism of the multi-threaded search

[meta-python][PATCH 1/2] python3-cryptography: merge bb and inc
 2020-04-27 14:44 UTC  (3+ messages)
` [meta-python][PATCH 2/2] python3-cryptography-vectors: "
  ` [oe] "

[PATCH] objtool: orc_gen: Fix memory leak in create_orc_entry
 2020-04-27 14:44 UTC  (2+ messages)

[PATCH] Assemble: print error message if mdadm fails assembling with --uuid option
 2020-04-27 14:44 UTC 

[PATCH -next] mtd: rawnand: brcmnand: Remove unused including <linux/version.h>
 2020-04-27 14:43 UTC  (4+ messages)

[PATCH] lapi/syscalls: Add ARC support
 2020-04-27 14:43 UTC  (2+ messages)
` [LTP] "

[PATCH] perf stat: Fix uncore event mixed metric with workload error issue
 2020-04-27 14:41 UTC 

[PATCH] git-credential-store: skip empty lines and comments from store
 2020-04-27 14:43 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 00/11] More miscellaneous error handling fixes
 2020-04-27 14:40 UTC  (4+ messages)
` [PATCH 04/11] s390x/pci: Fix harmless mistake in zpci's property fid's setter

[PATCH 1/1] mtd/intel-spi: Support cmdline-based partition
 2020-04-27 14:41 UTC  (17+ messages)

[dpdk-dev] [PATCH] crypto/qat: fix computation of cd ptr in zuc
 2020-04-27 14:39 UTC 

PCMCIA / Yenta_Socket troubleshooting
 2020-04-27 14:26 UTC 

[PATCH v8 00/10] Genericize DW MIPI DSI bridge and add i.MX 6 driver
 2020-04-27 14:41 UTC  (9+ messages)
` [PATCH v8 01/10] drm: bridge: dw_mipi_dsi: add initial regmap infrastructure
` [PATCH v8 05/10] drm: imx: Add i.MX 6 MIPI DSI host platform driver

[RFC PATCH] cpuidle: Make cpuidle governor switchable to be the default behaviour
 2020-04-27 14:41 UTC  (3+ messages)

[PATCH v2] clk: renesas: cpg-mssr: Add R8A7742 support
 2020-04-27 14:41 UTC 

Hard Drive Partition Table shows partition larger than drive
 2020-04-27 14:40 UTC  (3+ messages)

[PATCH] Monitor: remove autorebuild pidfile when it exits
 2020-04-27 14:40 UTC  (2+ messages)

[Bug 107381] New: radeon VCE init error (-110) -- AMD/Intel Mars Hybrid Graphics
 2020-04-27 14:40 UTC  (2+ messages)
` [Bug 107381] "

[PATCH] imx: Add support for i.MX8MM Beacon EmbeddedWorks devkit
 2020-04-27 14:39 UTC  (6+ messages)

[PATCH] cmd: cache: Fix non-cached memory cachability
 2020-04-27 14:39 UTC  (3+ messages)

[Virtio-fs] [PATCH 1/2] fuse: virtiofs: Fix nullptr dereference
 2020-04-27 14:38 UTC  (3+ messages)
`  "

[PATCH V12 0/3] da7280: haptic driver submission
 2020-04-27  8:20 UTC  (4+ messages)
` [PATCH V12 1/3] MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms
` [PATCH V12 2/3] dt-bindings: input: Add document bindings for DA7280
` [PATCH V12 3/3] Input: new da7280 haptic driver

[RFC PATCH 0/3] kvm: x86: Cleanup and optimazation of switch_db_regs
 2020-04-27 14:37 UTC  (6+ messages)
` [RFC PATCH 1/3] kvm: x86: Rename KVM_DEBUGREG_RELOAD to KVM_DEBUGREG_NEED_RELOAD

[dm-crypt] FAQ rework for LUKS2: First pass done
 2020-04-27 14:37 UTC 

[PATCH v2] Manage, imsm: Write metadata before add
 2020-04-27 14:37 UTC  (2+ messages)

[PATCH] rtc: Do not sync CMOS clock when CONFIG_RTC_SYSTOHC is not set
 2020-04-27 14:36 UTC  (3+ messages)

Problem with 9ba09998baa9 ("selinux: Implement the watch_key security hook") in linux-next
 2020-04-27 14:36 UTC  (8+ messages)
        ` [PATCH] selinux: Fix use of KEY_NEED_* instead of KEY__* perms

[PATCH] x86: refine guest_mode()
 2020-04-27 14:35 UTC  (2+ messages)

[PATCH] kcsan: Add test suite
 2020-04-27 14:35 UTC 

[PATCH iproute2-next 0/4] iproute: mptcp support
 2020-04-27 14:35 UTC  (3+ messages)

[PATCH 0/2] virt: Set tpm-tis-device ppi property to off by default
 2020-04-27 14:31 UTC  (3+ messages)
` [PATCH 1/2] tpm: tpm-tis-device: set PPI to false "
` [PATCH 2/2] hw/arm/virt: Remove the compat forcing tpm-tis-device PPI to off

[PATCH V3 00/14] ARM: stm32: Fix Avenger96
 2020-04-27 14:34 UTC  (6+ messages)
` [PATCH V3 14/14] ARM: dts: stm32: Split AV96 into DHCOR SoM and AV96 board

[PATCH] Detail: adding sync status for cluster device
 2020-04-27 14:33 UTC  (4+ messages)

[Intel-wired-lan] [PATCH net-next 00/33] XDP extend with knowledge of frame size
 2020-04-27 14:32 UTC  (4+ messages)
` [PATCH net-next 21/33] virtio_net: add XDP frame size in two code paths

[ipsec-next:testing 1/2] net/ipv6/esp6.c:144:15: error: implicit declaration of function 'csum_ipv6_magic'; did you mean 'csum_tcpudp_magic'?
 2020-04-27 14:32 UTC  (3+ messages)

[PATCHv3 00/50] Add log level to show_stack()
 2020-04-27 14:32 UTC  (5+ messages)
` [PATCHv3 11/50] c6x: Add show_stack_loglvl()

[PATCH net-next 0/3] vsock: support network namespace
 2020-04-27 14:31 UTC  (3+ messages)

[PATCH net] net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DISABLED
 2020-04-27 14:31 UTC  (12+ messages)

[PATCH v12 0/7] proc: modernize proc to support multiple private instances
 2020-04-27 14:28 UTC  (5+ messages)
  ` [PATCH v2 2/2] proc: Ensure we see the exit of each process tid exactly
          ` [PATCH v3 3/6] rculist: Add hlist_swap_before_rcu

[PATCH 00/14] Update omaps to use drivers/clocksource timers
 2020-04-27 14:31 UTC  (5+ messages)
` [PATCH 02/14] clocksource/drivers/timer-ti-dm: Add clockevent and clocksource support

[dpdk-dev] [PATCH] build: add note about make system deprecation
 2020-04-27 14:25 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[virtio-dev] [PATCH v8] virtio-snd: add virtio sound device specification
 2020-04-27 14:30 UTC  (2+ messages)
` [virtio-comment] Request vote for the patch: Add "

[PATCH v2 1/6] ima: Set file->f_mode instead of file->f_flags in ima_calc_file_hash()
 2020-04-27 14:28 UTC  (5+ messages)
` [PATCH v2 3/6] ima: Fix ima digest hash table key calculation

[virtio-dev] [PATCH v3 0/2] Virtio video device specification
 2020-04-27 14:28 UTC  (5+ messages)
` [virtio-dev] Re: [PATCH v3 1/2] virtio-video: Add virtio "
      `  "

Testing endpoint halt support for raw-gadget
 2020-04-27 14:29 UTC  (2+ messages)

dunfell support
 2020-04-27 14:28 UTC 

[PATCH v4 2/3] fs: openat2: Extend open_how to allow userspace-selected fds
 2020-04-27 14:27 UTC  (5+ messages)
` [fs] ce436509a8: ltp.openat203.fail
  ` [LTP] "

[PATCH v8 00/14] KVM: Dirty ring interface
 2020-04-27 14:27 UTC  (8+ messages)

Writing to /sys/../power/autosuspend when not root
 2020-04-27 14:27 UTC  (2+ messages)

[PATCH] Monitor: improve check_one_sharer() for checking duplicated process
 2020-04-27 14:27 UTC  (2+ messages)

KASAN: use-after-free Read in vkms_dumb_create
 2020-04-27 14:26 UTC  (3+ messages)

[PATCH v3] lx2160a : Update eMMC boot environment variable
 2020-04-27 14:26 UTC  (2+ messages)
` [PATCH v4] "

[PATCH RFC 00/15] Add VFIO mediated device support and IMS support for the idxd driver
 2020-04-27 14:25 UTC  (13+ messages)

[PATCH] ext4: ext4 mount sanity test
 2020-04-27 14:25 UTC  (5+ messages)
` [PATCH v2] "

[Intel-gfx] [CI] drm/i915/gt: Fix up clock frequency
 2020-04-27 14:25 UTC 

[dm-crypt] Some Q&A about LUKS2 reencryption
 2020-04-27 14:25 UTC  (2+ messages)

[PATCH] Btrfs: fix partial loss of prealloc extent past i_size after fsync
 2020-04-27 14:24 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] udev: Ignore change event for imsm
 2020-04-27 14:23 UTC  (2+ messages)

[PATCH 0/1] Fiji GPU audio register timeout when in BACO state
 2020-04-27 14:22 UTC  (4+ messages)

[PATCH 0/4] fix make sparse warning
 2020-04-27 14:22 UTC  (6+ messages)
` [PATCH v3 0/4] Partial fix `make sparse`
  ` [PATCH v3 1/4] test-parse-pathspec-file.c: s/0/NULL/ for pointer type
  ` [PATCH v3 2/4] compat/regex: move stdlib.h up in inclusion chain
  ` [PATCH v3 3/4] graph.c: limit linkage of internal variable
  ` [PATCH v3 4/4] progress.c: silence cgcc suggestion about internal linkage

[PATCH v2] mm/slub: Fix incorrect interpretation of s->offset
 2020-04-27 14:22 UTC  (2+ messages)

[PATCH -next] samples: vfio-mdev: fix error return code in mdpy_fb_probe()
 2020-04-27 14:21 UTC  (2+ messages)

[PATCH RESEND 1/2] thermal: core: Let thermal zone device's mode be stored in its struct
 2020-04-27 14:20 UTC  (7+ messages)
` [PATCH v3 0/2] Stop monitoring disabled devices
  ` [PATCH v3 2/2] thermal: core: Stop polling DISABLED thermal devices

[PATCH v2 0/9] kgdb: Support late serial drivers; enable early debug w/ boot consoles
 2020-04-27 14:19 UTC  (3+ messages)
` [PATCH v2 3/9] kgdboc: Use a platform device to handle tty drivers showing up late

[PATCH V3 0/7] nvmet: add target ns revalidate support
 2020-04-27 14:19 UTC  (3+ messages)
` [PATCH V3 2/7] nvmet: add global thread for ns-resize AEN

[PATCH net-next 0/2] Fix qdisc noop issue caused by driver and identify future bugs
 2020-04-27 14:18 UTC  (9+ messages)
` [PATCH net-next 2/2] dpaa2-eth: fix return codes used in ndo_setup_tc

[RFC PATCH 0/5] Statsfs: a new ram-based file sytem for Linux kernel statistics
 2020-04-27 14:18 UTC  (6+ messages)
` [RFC PATCH 1/5] refcount, kref: add dec-and-test wrappers for rw_semaphores
` [RFC PATCH 2/5] statsfs API: create, add and remove statsfs sources and values
` [RFC PATCH 3/5] kunit: tests for statsfs API
` [RFC PATCH 4/5] statsfs fs: virtual fs to show stats to the end-user
` [RFC PATCH 5/5] kvm_main: replace debugfs with statsfs


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.