All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-06 17:58:13 to 2020-04-06 18:25:43 UTC [more...]

[PATCH 00/18] add support for Clang's Shadow Call Stack
 2020-04-06 18:25 UTC  (8+ messages)
` [PATCH v10 00/12] "
  ` [PATCH v10 09/12] arm64: disable SCS for hypervisor code
  ` [PATCH v10 12/12] efi/libstub: disable SCS

[GIT] Sparc
 2020-04-06 18:25 UTC  (2+ messages)

[RFC PATCH v3 01/15] powerpc/syscall: Refactorise from Nick
 2020-04-06 18:16 UTC  (18+ messages)
` [RFC PATCH v3 02/15] powerpc/radix: Make kuap_check_amr() and kuap_restore_amr() generic
` [RFC PATCH v3 03/15] powerpc/32s: Create C version of kuap_restore() and kuap_check()
` [RFC PATCH v3 04/15] powerpc/8xx: "
` [RFC PATCH v3 05/15] powerpc/irq: Add helpers to get and set regs->softe
` [RFC PATCH v3 06/15] powerpc/irq: Add new helpers to play with MSR_EE and MSR_RI on PPC32
` [RFC PATCH v3 07/15] powerpc/irq: Add stub irq_soft_mask_return() for PPC32
` [RFC PATCH v3 08/15] powerpc/syscall: Rename syscall_64.c into syscall.c
` [RFC PATCH v3 09/15] powerpc/syscall: Make syscall_64.c buildable on PPC32
` [RFC PATCH v3 10/15] powerpc/syscall: Use is_compat_task()
` [RFC PATCH v3 11/15] powerpc/syscall: Save r3 in regs->orig_r3
` [RFC PATCH v3 12/15] powerpc/syscall: Selectively check MSR_RI and MSR_PR on syscall entry
` [RFC PATCH v3 13/15] powerpc/syscall: system call implement entry/exit logic in C for PPC32
` [RFC PATCH v3 14/15] powerpc/syscall: Avoid stack frame in likely part of syscall_call_exception()
` [RFC PATCH v3 15/15] powerpc/kernel: Do not inconditionally save non volatile registers on system call

[PATCH] fvp: Add support for loading Android boot images via semihosting
 2020-04-06 18:24 UTC  (2+ messages)

[PATCH-for-5.1 v2 00/54] various: Fix error-propagation with Coccinelle scripts
 2020-04-06 18:19 UTC  (42+ messages)
` [PATCH-for-5.1 v2 01/54] various: Remove suspicious '\' character outside of #define in C code
` [PATCH-for-5.1 v2 06/54] hw/arm/aspeed_soc: Move some code from realize() to init()
` [PATCH-for-5.1 v2 12/54] hw/arm/stm32f205_soc: Store MemoryRegion in STM32F205State
` [PATCH-for-5.1 v2 15/54] hw/arm/xlnx-zynqmp: Split xlnx_zynqmp_create_rpu() as init + realize
` [PATCH-for-5.1 v2 16/54] hw/arm/xlnx-zynqmp: Move some code from realize() to init()
` [PATCH-for-5.1 v2 17/54] hw/microblaze/xlnx-zynqmp-pmu: "
` [PATCH-for-5.1 v2 20/54] hw/riscv/sifive_u: Use single type_init()
` [PATCH-for-5.1 v2 21/54] hw/riscv/sifive_u: Move some code from realize() to init()
` [PATCH-for-5.1 v2 22/54] hw/riscv/sifive_u: Store MemoryRegion in SiFiveUSoCState
` [PATCH-for-5.1 v2 23/54] hw/riscv/sifive_u: Move some code from realize() to init()
` [PATCH-for-5.1 v2 24/54] hw/riscv/sifive_u: Rename MachineClass::init()
` [PATCH-for-5.1 v2 25/54] scripts/coccinelle: Catch missing error_propagate() calls in realize()
` [PATCH-for-5.1 v2 26/54] hw/arm/fsl-imx: Add missing error-propagation code
` [PATCH-for-5.1 v2 27/54] hw/arm/stm32f*05_soc: "
` [PATCH-for-5.1 v2 28/54] hw/arm/aspeed: "
` [PATCH-for-5.1 v2 29/54] hw/arm/allwinner-a10: "
` [PATCH-for-5.1 v2 30/54] hw/arm/msf2-soc: "
` [PATCH-for-5.1 v2 31/54] hw/riscv/sifive: "
` [PATCH-for-5.1 v2 32/54] hw/arm/armv7m: "
` [PATCH-for-5.1 v2 33/54] hw/intc/arm_gicv3_its_kvm: "
` [PATCH-for-5.1 v2 34/54] hw/microblaze/xlnx-zynqmp-pmu: "
` [PATCH-for-5.1 v2 35/54] hw/pci-host/pnv_phb3: "
` [PATCH-for-5.1 v2 36/54] hw/block/onenand: "
` [PATCH-for-5.1 v2 37/54] scripts/coccinelle: Add script to catch missing error_propagate() calls
` [PATCH-for-5.1 v2 38/54] hw/arm/bcm2835_peripherals: Add missing error-propagation code
` [PATCH-for-5.1 v2 39/54] hw/arm/fsl-imx: "
` [PATCH-for-5.1 v2 40/54] hw/arm/stm32fx05_soc: "
` [PATCH-for-5.1 v2 41/54] hw/dma/xilinx_axidma: "
` [PATCH-for-5.1 v2 42/54] hw/i386/x86: "
` [PATCH-for-5.1 v2 44/54] hw/misc/macio/macio: "
` [PATCH-for-5.1 v2 45/54] hw/net/xilinx_axienet: "
` [PATCH-for-5.1 v2 46/54] hw/riscv/sifive_u: "
` [PATCH-for-5.1 v2 47/54] hw/sd/milkymist-memcard: "
` [PATCH-for-5.1 v2 49/54] various: Use &error_abort in instance_init()
` [PATCH-for-5.1 v2 51/54] migration/colo: Add missing error-propagation code
` [PATCH-for-5.1 v2 53/54] hw/mips/mips_malta: "
` [PATCH-for-5.1 v2 54/54] qga/commands-win32: "

[PATCH] doc: Add commands and event for handling device flags
 2020-04-06 18:24 UTC  (2+ messages)

[PATCH 00/44] devm_drm_dev_alloc, no more drmm_add_final_kfree
 2020-04-06 11:58 UTC  (4+ messages)
` [PATCH 40/44] drm/cirrus: Don't use drm_device->dev_private
    ` [Intel-gfx] "

[PATCH/RFC] MM: fix writeback for NFS
 2020-04-06 11:58 UTC  (8+ messages)
` Writeback fixes "
  ` [PATCH 1/2] MM: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE

[GIT] IDE
 2020-04-06 18:24 UTC 

[dpdk-dev] [PATCH v2 1/2] crypto/aesni_mb: support DOCSIS AES-256
 2020-04-06 18:23 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2 2/2] test/crypto: Add AES-256 DOCSIS test vectors

[PATCH-for-5.0 0/8] Acceptance tests queue
 2020-04-06 18:22 UTC  (5+ messages)
` [PATCH-for-5.1 6/8] tests/Makefile: Add fetch-acceptance-assets rule

[GIT] Networking
 2020-04-06 18:22 UTC 

[RFC PATCH v2 01/13] powerpc/radix: Make kuap_check_amr() and kuap_restore_amr() generic
 2020-04-06 18:21 UTC  (13+ messages)
` [RFC PATCH v2 05/13] powerpc/syscall: Rename syscall_64.c into syscall.c
` [RFC PATCH v2 06/13] powerpc/syscall: Make syscall_64.c buildable on PPC32
` [RFC PATCH v2 11/13] powerpc/syscall: Avoid stack frame in likely part of syscall_call_exception()
` [RFC PATCH v2 12/13] powerpc/kernel: Do not inconditionally save non volatile registers on system call

strange dm-crypt problem with qemu / LIO / vhost
 2020-04-06 18:21 UTC 

couple questions on PACKAGECONFIG (for improving docs)
 2020-04-06 18:21 UTC  (6+ messages)
` [OE-core] "

[Buildroot] [PATCH 1/4] package/qemu: disable libssh for the host variant
 2020-04-06 18:20 UTC  (2+ messages)

Changing devlink port flavor dynamically for DSA
 2020-04-06 18:20 UTC  (4+ messages)

[PATCH v2] kunit: Fix kunit.py run --build_dir='<foo>' fails on "unclean" trees
 2020-04-06 18:12 UTC  (3+ messages)
` [Linux-kernel-mentees] "

[PATCH] usb: raw-gadget: fix raw_event_queue_fetch locking
 2020-04-06 18:20 UTC  (2+ messages)

[Buildroot] [git commit] package/qemu: disable SDL2 for the host variant
 2020-04-06 18:18 UTC 

[Buildroot] [git commit] package/qemu: disable bzip2 for the host variant
 2020-04-06 18:18 UTC 

[Buildroot] [git commit] package/qemu: disable vnc optional support for the host variant
 2020-04-06 18:18 UTC 

[Buildroot] [git commit] package/qemu: disable libssh for the host variant
 2020-04-06 18:18 UTC 

[PATCH] sched/fair: Fix call walk_tg_tree_from() without hold rcu_lock
 2020-04-06 18:17 UTC  (2+ messages)

[dpdk-dev] [PATCH v3 00/29] graph: introduce graph subsystem
 2020-04-06 18:17 UTC  (4+ messages)
` [dpdk-dev] [PATCH v4 "
  ` [dpdk-dev] [PATCH v4 04/29] graph: implement node debug routines

[PATCH] MIPS: fw: arc: add __weak to prom_meminit and prom_free_prom_memory
 2020-04-06 18:16 UTC  (6+ messages)

BUG: unable to handle kernel paging request in kernel_get_mempolicy
 2020-04-06 18:16 UTC  (2+ messages)

WARNING: refcount bug in crypto_destroy_tfm
 2020-04-06 18:16 UTC 

KASAN: user-memory-access Read in put_page
 2020-04-06 18:16 UTC  (2+ messages)

[PATCHv2 0/8] thp/khugepaged improvements and CoW semantics
 2020-04-06 18:15 UTC  (5+ messages)
` [PATCHv2 2/8] khugepaged: Do not stop collapse if less than half PTEs are referenced
` [PATCHv2 3/8] khugepaged: Drain all LRU caches before scanning pages

[GIT PULL] More power management updates for v5.7-rc1
 2020-04-06 18:15 UTC  (2+ messages)

[GIT PULL] More ACPI updates for v5.7-rc1
 2020-04-06 18:15 UTC  (2+ messages)

Build failed in Jenkins: libcamera #131
 2020-04-06 18:16 UTC  (3+ messages)
` Build failed in Jenkins: libcamera #132
  ` Jenkins build is back to normal : libcamera #133

[PATCH] Bluetooth: Simplify / fix return values from tk_request
 2020-04-06 18:13 UTC  (5+ messages)

M+ & H bugs with Milestone Movements WW14
 2020-04-06 18:14 UTC 

[PATCH for-5.0? v2] qcow2: Explicit mention of padding bytes
 2020-04-06 18:11 UTC  (4+ messages)

[PATCH] blk-mq: don't commit_rqs() if none were queued
 2020-04-06 18:13 UTC 

[PATCH] Remove checkstop GPIO from gpio-keys definitions
 2020-04-06 18:13 UTC  (3+ messages)

[MODERATED] [PATCH 0/3] V5 more sampling fun 0
 2020-04-06 17:52 UTC  (4+ messages)
` [MODERATED] [PATCH 2/3] V5 more sampling fun 2
` [MODERATED] [PATCH 3/3] V5 more sampling fun 3
` [MODERATED] [PATCH 1/3] V5 more sampling fun 1

[PATCH v10 00/12] Actions S700 SoC support
 2020-04-06 18:13 UTC  (7+ messages)
` [PATCH v10 06/12] clk: actions: Add common clock driver
` [PATCH v10 12/12] doc: boards: add Cubieboard7 documentation

[PATCH 0/2] Add more issues in gitfaq
 2020-04-06 18:12 UTC  (3+ messages)
` [PATCH 1/2] gitfaq: cleanup gitfaq.txt
` [PATCH 2/2] gitfaq: append the 'Common Issues' section

Enhancements/Bugs closed WW14!
 2020-04-06 18:12 UTC 

Sighting: io_uring requests on unexpected core
 2020-04-06 18:11 UTC  (4+ messages)

[RESEND PATCH 00/11] Integrity Policy Enforcement LSM (IPE)
 2020-04-06 18:10 UTC  (12+ messages)
` [RESEND PATCH 01/11] scripts: add ipe tooling to generate boot policy
` [RESEND PATCH 02/11] security: add ipe lsm
` [RESEND PATCH 03/11] ipe: add property for trust of boot volume
` [RESEND PATCH 04/11] fs: add security blob and hooks for block_device
` [RESEND PATCH 05/11] dm-verity: move signature check after tree validation
` [RESEND PATCH 06/11] dm-verity: add bdev_setsecurity hook for dm-verity signature
` [RESEND PATCH 07/11] ipe: add property for signed dmverity volumes
` [RESEND PATCH 08/11] dm-verity: add bdev_setsecurity hook for root-hash
` [RESEND PATCH 09/11] ipe: add property for dmverity roothash
` [RESEND PATCH 10/11] documentation: Add IPE Documentation
` [RESEND PATCH 11/11] cleanup: uapi/linux/audit.h

[PATCH for-rc] RDMA/cma: fix race between addr_handler and resolve_route
 2020-04-06 18:10 UTC  (8+ messages)

Yocto Project Newcomer & Unassigned Bugs - Help Needed
 2020-04-06 18:10 UTC 

[PATCH] ASoC: Intel: haswell: Power transition refactor
 2020-04-06 18:09 UTC  (2+ messages)

[PATCH 01/18] drm/i915/display/icl_dsi: Prefer drm_WARN_ON over WARN_ON
 2020-04-06 18:08 UTC  (4+ messages)
` [Intel-gfx] "

Build failed in Jenkins: ZBar #14
 2020-04-06 18:10 UTC  (4+ messages)
` Build failed in Jenkins: ZBar #15
  ` Build failed in Jenkins: ZBar #16
    ` Jenkins build is back to normal : ZBar #17

[PATCH] mac80211: fix race in ieee80211_register_hw()
 2020-04-06 18:08 UTC  (14+ messages)

[PATCH v2] bluetooth:Adding driver and quirk defs for multi-role LE
 2020-04-06 18:08 UTC  (2+ messages)

[PATCH] fast-import: replace custom hash with hashmap.c
 2020-04-06 18:07 UTC  (4+ messages)

[PATCH] Bluetooth: Always request for user confirmation for Just Works (LE SC)
 2020-04-06 18:07 UTC  (3+ messages)
` [PATCH v2] "

[XEN PATCH] hvmloader: Enable MMIO and I/O decode, after all resource allocation
 2020-04-06 18:06 UTC  (2+ messages)

[Intel-gfx] [PATCH i-g-t v2 0/2] tests/gem_userptr_blits: Refresh still MMAP_GTT dependent subtests
 2020-04-06 18:06 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[igt-dev] [PATCH] [PATCH i-g-t][V3]tests/i915/gem_sync.c :Added __for_each_physical_engine to utilize all available
 2020-04-06 18:05 UTC 

[patch iproute2/net-next 0/8] devlink: spring cleanup
 2020-04-06 18:06 UTC  (4+ messages)
` [patch iproute2/net-next 8/8] man: add man page for devlink dpipe

[PATCH] mm: Add kvfree_sensitive() for freeing sensitive data objects
 2020-04-06 18:06 UTC  (16+ messages)

[PATCH 1/2] x86/boot/compressed/64: Remove .bss/.pgtable from bzImage
 2020-04-06 18:06 UTC  (4+ messages)
` [PATCH 1/2] efi/x86: Move efi stub globals from .bss to .data
  ` [PATCH 2/2] efi/x86: Always relocate the kernel for EFI handover entry

[PATCH] kbuild: add dummy toolchains to enable all cc-option etc. in Kconfig
 2020-04-06 18:05 UTC  (2+ messages)

[PATCH BlueZ] Added Manufacturer Data for Scan Response
 2020-04-06 18:05 UTC  (6+ messages)
` [PATCH BlueZ] ManufacturerData field added to ScanResponse

Fwd: Q: use '-C' flag with 'git config --global'
 2020-04-06 18:05 UTC  (4+ messages)

[PATCH v2 0/1] Bluetooth: Add actions to set wakeable in add device
 2020-04-06 18:04 UTC  (3+ messages)
` [PATCH v2 1/1] Bluetooth: Update add_device with wakeable actions

[Xen-devel] [PATCH 0/5] domain context infrastructure
 2020-04-06 12:43 UTC  (11+ messages)
` [Xen-devel] [PATCH 1/5] xen/common: introduce a new framework for save/restore of 'domain' context
  `  "

[PATCH v2,RESEND] btrfs: fix the duplicated definition of 'inode_item_err'
 2020-04-06 16:11 UTC  (2+ messages)

[PATCH v2 0/7] Add support for Allwinner H6 DVFS
 2020-04-06 18:03 UTC  (5+ messages)
` [PATCH v2 3/7] arm64: dts: allwinner: h6: Add CPU Operating Performance Points table

Current Top developers on Yocto Project 3.1
 2020-04-06 18:02 UTC 

[PATCH] ARM: dts: stm32: Rename LEDs to match silkscreen on AV96
 2020-04-06 18:01 UTC  (2+ messages)

gitlab.fd.o financial situation and impact on services
 2020-04-06 18:00 UTC  (19+ messages)
` [Mesa-dev] [Intel-gfx] "
                              `  "

[PATCH for-5.0] tcg/i386: Fix %r12 guest_base initialization
 2020-04-06 17:48 UTC 

[PATCH 00/11] Integrity Policy Enforcement LSM (IPE)
 2020-04-06 17:59 UTC  (12+ messages)
` [PATCH 01/11] scripts: add ipe tooling to generate boot policy
` [PATCH 03/11] ipe: add property for trust of boot volume
` [PATCH 04/11] fs: add security blob and hooks for block_device
` [PATCH 05/11] dm|dm-verity: refactor root-hash signature option
` [PATCH 05/11] dm-verity: move signature check after tree validation
` [PATCH 06/11] dm-verity: add bdev_setsecurity hook for dm-verity signature
` [PATCH 07/11] ipe: add property for signed dmverity volumes
` [PATCH 08/11] dm-verity: add bdev_setsecurity hook for root-hash
` [PATCH 09/11] ipe: add property for dmverity roothash
` [PATCH 10/11] documentation: Add IPE Documentation
` [PATCH 11/11] cleanup: uapi/linux/audit.h

[Xen-devel] [PATCH v2] xen/arm: implement GICD_I[S/C]ACTIVER reads
 2020-04-06 17:58 UTC  (11+ messages)
      `  "

[PATCH 0/3] staging: vt6656: Cleanup of the vnt_get_frame_time function
 2020-04-06 17:58 UTC  (6+ messages)
` [PATCH 2/3] staging: vt6656: Use define instead of magic number for tx_rate


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.