All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-04 19:46:08 to 2020-03-04 20:39:57 UTC [more...]

SLUB: sysfs lets root force slab order below required minimum, causing memory corruption
 2020-03-04 20:39 UTC  (6+ messages)

[PATCH 0/7] New execute-commands hook for centralized workflow
 2020-03-04 20:39 UTC  (2+ messages)

[PATCH v5 00/23] irqchip/gic-v4: GICv4.1 architecture support
 2020-03-04 20:33 UTC  (64+ messages)
` [PATCH v5 01/23] irqchip/gic-v3: Use SGIs without active state if offered
` [PATCH v5 02/23] irqchip/gic-v4.1: Skip absent CPUs while iterating over redistributors
` [PATCH v5 03/23] irqchip/gic-v4.1: Ensure mutual exclusion between vPE affinity change and RD access
` [PATCH v5 04/23] irqchip/gic-v4.1: Wait for completion of redistributor's INVALL operation
` [PATCH v5 05/23] irqchip/gic-v4.1: Ensure mutual exclusion betwen invalidations on the same RD
` [PATCH v5 06/23] irqchip/gic-v4.1: Advertise support v4.1 to KVM
` [PATCH v5 07/23] irqchip/gic-v4.1: Map the ITS SGIR register page
` [PATCH v5 08/23] irqchip/gic-v4.1: Plumb skeletal VSGI irqchip
` [PATCH v5 09/23] irqchip/gic-v4.1: Add initial SGI configuration
` [PATCH v5 10/23] irqchip/gic-v4.1: Plumb mask/unmask SGI callbacks
` [PATCH v5 11/23] irqchip/gic-v4.1: Plumb get/set_irqchip_state "
` [PATCH v5 12/23] irqchip/gic-v4.1: Plumb set_vcpu_affinity "
` [PATCH v5 13/23] irqchip/gic-v4.1: Move doorbell management to the GICv4 abstraction layer
` [PATCH v5 14/23] irqchip/gic-v4.1: Add VSGI allocation/teardown
` [PATCH v5 15/23] irqchip/gic-v4.1: Add VSGI property setup
` [PATCH v5 16/23] irqchip/gic-v4.1: Eagerly vmap vPEs
` [PATCH v5 17/23] KVM: arm64: GICv4.1: Let doorbells be auto-enabled
` [PATCH v5 18/23] KVM: arm64: GICv4.1: Add direct injection capability to SGI registers
` [PATCH v5 19/23] KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts
` [PATCH v5 20/23] KVM: arm64: GICv4.1: Plumb SGI implementation selection in the distributor
` [PATCH v5 21/23] KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disable
` [PATCH v5 22/23] KVM: arm64: GICv4.1: Allow non-trapping WFI when using HW SGIs
` [PATCH v5 23/23] KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfs

[PATCH v3] MIPS: Replace setup_irq() by request_irq()
 2020-03-04 20:38 UTC  (3+ messages)

[PATCH v4 bpf-next 0/4] bpftool: introduce prog profile
 2020-03-04 20:38 UTC  (3+ messages)
` [PATCH v4 bpf-next 1/4] bpftool: introduce "prog profile" command

[PATCH] mm/vmscan: Prioritize anonymous executable pages like we do file-backed
 2020-03-04 20:38 UTC  (2+ messages)

[PATCH] fs/ceph/export: remove unused variable 'err'
 2020-03-04 20:36 UTC  (2+ messages)

[PATCH] btrfs: implement migratepage callback
 2020-03-04 20:19 UTC  (3+ messages)

[PATCH 0/8] malloc: implement USE_DL_PREFIX using inline functions
 2020-03-04 20:36 UTC  (4+ messages)
` [PATCH 2/8] Revert "mtd: Rename free() to rfree()"

INFO: rcu detected stall in sys_keyctl
 2020-03-04 20:35 UTC  (5+ messages)

[PATCH] drm/amdgpu: Use better names to reflect it is CP MQD buffer
 2020-03-04 20:35 UTC 

[PATCH v2 0/4] qapi: Bye-bye Python 2
 2020-03-04 20:33 UTC  (9+ messages)
` [PATCH v2 1/4] qapi: Inheriting from object is pointless with Python 3, drop
` [PATCH v2 2/4] qapi: Drop conditionals for Python 2
` [PATCH v2 3/4] qapi: Use super() now we have Python 3
` [PATCH v2 4/4] qapi: Brush off some (py)lint

[PATCH ethtool v2 00/25] initial netlink interface implementation for 5.6 release
 2020-03-04 20:34 UTC  (27+ messages)
` [PATCH ethtool v2 01/25] move UAPI header copies to a separate directory
` [PATCH ethtool v2 02/25] update UAPI header copies
` [PATCH ethtool v2 03/25] add --debug option to control debugging messages
` [PATCH ethtool v2 04/25] use named initializers in command line option list
` [PATCH ethtool v2 05/25] netlink: add netlink related UAPI header files
` [PATCH ethtool v2 06/25] netlink: introduce the netlink interface
` [PATCH ethtool v2 07/25] netlink: message buffer and composition helpers
` [PATCH ethtool v2 08/25] netlink: netlink socket wrapper and helpers
` [PATCH ethtool v2 09/25] netlink: initialize ethtool netlink socket
` [PATCH ethtool v2 10/25] netlink: add support for string sets
` [PATCH ethtool v2 11/25] netlink: add notification monitor
` [PATCH ethtool v2 12/25] move shared code into a common file
` [PATCH ethtool v2 13/25] netlink: add bitset helpers
` [PATCH ethtool v2 14/25] netlink: partial netlink handler for gset (no option)
` [PATCH ethtool v2 15/25] netlink: support getting wake-on-lan and debugging settings
` [PATCH ethtool v2 16/25] netlink: add basic command line parsing helpers
` [PATCH ethtool v2 17/25] netlink: add bitset command line parser handlers
` [PATCH ethtool v2 18/25] netlink: add netlink handler for sset (-s)
` [PATCH ethtool v2 19/25] netlink: support tests with netlink enabled
` [PATCH ethtool v2 20/25] netlink: add handler for permaddr (-P)
` [PATCH ethtool v2 21/25] netlink: support for pretty printing netlink messages
` [PATCH ethtool v2 22/25] netlink: message format description for ethtool netlink
` [PATCH ethtool v2 23/25] netlink: message format descriptions for genetlink control
` [PATCH ethtool v2 24/25] netlink: message format descriptions for rtnetlink
` [PATCH ethtool v2 25/25] netlink: use pretty printing for ethtool netlink messages

[PATCH testsuite] tests: add test for default_range glblub support
 2020-03-04 20:33 UTC  (4+ messages)

[BlueZ PATCH v2] Adding definitions for Wide Band Speech configuration
 2020-03-04 20:31 UTC 

[PATCH] net/mlx5e: Fix an IS_ERR() vs NULL check
 2020-03-04 20:31 UTC  (3+ messages)

[PATCH] KVM: X86: Avoid explictly fetch instruction in x86_decode_insn()
 2020-03-04 20:30 UTC  (4+ messages)

[Intel-gfx] [PATCH 1/1] Revert "drm/i915/tgl: Add extra hdc flush workaround"
 2020-03-04 20:29 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.DOCS: warning for series starting with [1/1] "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH] MAINTAINERS: adjust to filesystem doc ReST conversion
 2020-03-04 20:28 UTC  (7+ messages)

[Buildroot] [PATCHv2] package/linux-firmware: fix special cases of symlinks
 2020-03-04 20:26 UTC  (2+ messages)

[RFC][PATCH 1/2] nss: Move to meta-oe
 2020-03-04 20:26 UTC  (12+ messages)
              ` Does YP provide security support for stable and LTS branches?
                    ` [Openembedded-architecture] "

[PATCH V6 00/14] powerpc/vas: Page fault handling for user space NX requests
 2020-03-04 20:21 UTC 

[PATCHv7 00/15] remoteproc: updates for omap remoteproc support
 2020-03-04 20:24 UTC  (3+ messages)
` [PATCHv7 11/15] remoteproc/omap: Add support for system suspend/resume

[PATCH v5 00/50] Initial support for multi-process qemu
 2020-03-04 20:23 UTC  (10+ messages)
` [PATCH v5 08/50] multi-process: add functions to synchronize proxy and remote endpoints
` [PATCH v5 40/50] multi-process/mig: build migration module in the remote process

[PATCH v4 0/6] ceph: don't request caps for idle open files
 2020-03-04 20:23 UTC  (4+ messages)

[PATCH] drm/amdkfd: Consolidate duplicated bo alloc flags
 2020-03-04 20:21 UTC 

[PATCH bpf v3 0/2] bpf: Fix deadlock with rq_lock in bpf_send_signal()
 2020-03-04 20:21 UTC  (3+ messages)
` [PATCH bpf v3 2/2] selftests/bpf: add send_signal_sched_switch test

[RFC PATCH v2 0/4] Inline crypto support on DragonBoard 845c
 2020-03-04 20:18 UTC  (3+ messages)
` [RFC PATCH v2 3/4] scsi: ufs: add program_key() variant op

[BlueZ PATCH v1] Adding definitions for Wide Band Speech configuration
 2020-03-04 20:18 UTC  (3+ messages)

problem with newer kernels
 2020-03-04 20:15 UTC  (2+ messages)

[PATCHSET v2 0/6] Support selectable file descriptors
 2020-03-04 20:14 UTC  (13+ messages)
` [PATCH 6/6] io_uring: allow specific fd for IORING_OP_ACCEPT

[PATCH][next] drm: i915_drm.h: Replace zero-length array with flexible-array member
 2020-03-04 20:14 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH] net: phy: fix autoneg timeout
 2020-03-04 20:12 UTC 

[PATCH] ptp: free ptp clock properly
 2020-03-04 20:11 UTC  (2+ messages)

[PATCH RESEND v6] Add a "nosymfollow" mount option
 2020-03-04 20:11 UTC  (3+ messages)

USB reset + raid6 = majority of files unreadable
 2020-03-04 20:10 UTC  (13+ messages)

[PATCH v6 0/3] Introduce Protection Domain Restart (PDR) Helpers
 2020-03-04 20:09 UTC  (4+ messages)
` [PATCH v6 1/3] soc: qcom: Introduce Protection Domain Restart helpers
` [PATCH v6 2/3] dt-bindings: soc: qcom: apr: Add protection domain bindings
` [PATCH v6 3/3] soc: qcom: apr: Add avs/audio tracking functionality

[PATCH V4] tty: serial: qcom_geni_serial: Fix GPIO swapping with workaround
 2020-03-04 20:09 UTC  (2+ messages)

[PATCH v2 0/7] bdi: fix use-after-free for bdi device
 2020-03-04 20:07 UTC  (9+ messages)
` [PATCH v2 3/7] bdi: protect device lifetime with RCU

[PATCH] nfsd: Fix build error
 2020-03-04 20:06 UTC  (3+ messages)

[ath6kl:pending 21/34] drivers/net/wireless/ath/ath11k/dp_rx.c:3078:5-11: WARNING: Unsigned expression compared with zero: buf_id < 0 (fwd)
 2020-03-04 20:04 UTC  (2+ messages)

[PATCH] drm/amdkfd: Add more comments on GFX9 user CP queue MQD workaround
 2020-03-04 20:03 UTC  (2+ messages)

[git pull] device mapper fixes for 5.6-rc5
 2020-03-04 20:02 UTC  (4+ messages)
    ` [dm-devel] "

[PATCH] [RFC] media: rcar-vin: don't wait for stop state on clock lane during start of CSI2
 2020-03-04 20:02 UTC  (5+ messages)

[PATCH bpf-next] selftests/bpf: support out-of-tree vmlinux builds for VMLINUX_BTF
 2020-03-04 20:02 UTC  (2+ messages)

[PATCH 0/4] bitbake: Add multiconfig to 'bitbake-layers show-recipes'
 2020-03-04 20:02 UTC  (5+ messages)
` [PATCH 1/4] bitbake: command: Add mc parameter to findProviders command
` [PATCH 2/4] bitbake: cooker: Respect multiconfig parameter
` [PATCH 3/4] bitbake: tinfoil: Add multiconfig support
` [PATCH 4/4] bitbake: bblayers: query: Add multiconfig option

[PATCH v3 0/6] RT Capacity Awareness Fixes & Improvements
 2020-03-04 20:01 UTC  (6+ messages)
` [PATCH v3 1/6] sched/rt: cpupri_find: Implement fallback mechanism for !fit case

[PATCH net-next 2/3] net: rmnet: print error message when command fails
 2020-03-04 20:01 UTC  (2+ messages)

[PATCH iproute2-next v2 0/4] macsec: add offloading support
 2020-03-04 20:00 UTC  (2+ messages)

[PATCH 1/4] crypto: hisilicon/qm - Put device finding logic into QM
 2020-03-04 19:59 UTC  (3+ messages)

5.6-rc3: WARNING: CPU: 48 PID: 17435 at kernel/sched/fair.c:380 enqueue_task_fair+0x328/0x440
 2020-03-04 19:59 UTC  (17+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_chamelium: Add support to validate YUV pixel formats
 2020-03-04 19:59 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH v2 net-next 0/8] ionic updates
 2020-03-04 19:59 UTC  (5+ messages)
` [PATCH v2 net-next 2/8] ionic: remove pragma packed
` [PATCH v2 net-next 5/8] ionic: support ethtool rxhash disable

[PATCH v2] crypto: testmgr - sync both RFC4106 IV copies
 2020-03-04 19:58 UTC  (4+ messages)

[PATCH v4 0/5] usb: host: dwc2: use driver model for PHY and CLOCK
 2020-03-04 19:58 UTC  (10+ messages)
` [PATCH v4 1/5] dm: clk: add stub when CONFIG_CLK is desactivated
` [PATCH v4 2/5] usb: host: dwc2: add phy support
` [PATCH v4 3/5] usb: host: dwc2: add clk support

[PATCH v1] clocksource: Avoid creating dead devices
 2020-03-04 19:56 UTC  (5+ messages)

[PATCH] dt-bindings: Convert usb-connector to YAML format
 2020-03-04 19:55 UTC  (4+ messages)

[PATCH 0/4] Bugfix + small cleanup to populate_p[mug]d
 2020-03-04 19:54 UTC  (10+ messages)
` [PATCH 1/4] x86/mm/pat: Handle no-GBPAGES case correctly in populate_pud

[Buildroot] [PATCH] package/python-django: security bump to version 3.0.4
 2020-03-04 19:54 UTC 

[cip-dev] 4.19.106-cip21-rt8 problems on de0-nano
 2020-03-04 19:53 UTC  (5+ messages)

[PATCH] scripts/sphinx-pre-install: add '-p python3' to virtualenv
 2020-03-04 19:53 UTC  (6+ messages)

[PATCH v28 00/22] Intel SGX foundations
 2020-03-04 19:51 UTC  (3+ messages)
` [PATCH v28 14/22] selftests/x86: Add a selftest for SGX

[PATCH v2 2/6] qla2xxx: Add more BUILD_BUG_ON() statements
 2020-03-04 19:50 UTC  (2+ messages)

[patch iproute2/net-next] devlink: add trap metadata type for flow action cookie
 2020-03-04 19:48 UTC  (2+ messages)

[PATCH net-next iproute2 0/2] devlink: Introduce devlink port flavour virtual
 2020-03-04 19:48 UTC  (3+ messages)
` [PATCH net-next iproute2 2/2] "

[PATCH 0/6] Re-instate octeon staging drivers
 2020-03-04 19:47 UTC  (8+ messages)

[PATCH v4 0/3] remoteproc: mss: Improve mem_assign and firmware load
 2020-03-04 19:47 UTC  (4+ messages)
` [PATCH v4 1/3] remoteproc: qcom_q6v5_mss: Don't reassign mpss region on shutdown
` [PATCH v4 2/3] remoteproc: qcom_q6v5_mss: Validate each segment during loading
` [PATCH v4 3/3] remoteproc: qcom_q6v5_mss: Reload the mba region on coredump

[PATCH 2/2] staging: vt6656: struct vnt_rcb remove unused in_use
 2020-03-04 19:46 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.