All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-30 21:23:00 to 2021-01-31 00:43:58 UTC [more...]

[PATCH 0/8] gpio: implement the configfs testing module
 2021-01-31  0:43 UTC  (3+ messages)
    ` [PATCH 8/8] gpio: sim: new "

[Nouveau] Bug#973876: nouveau: nv50_dmac_wait kernel stack trace
 2021-01-30 14:41 UTC 

[PATCH] tpm_tis: Add missing start/stop_tpm_chip calls
 2021-01-31  0:41 UTC  (6+ messages)

[RFC 00/20] TLB batching consolidation and enhancements
 2021-01-31  0:39 UTC  (25+ messages)
` [RFC 01/20] mm/tlb: fix fullmm semantics
` [RFC 02/20] mm/mprotect: use mmu_gather
` [RFC 03/20] mm/mprotect: do not flush on permission promotion
` [RFC 04/20] mm/mapping_dirty_helpers: use mmu_gather
` [RFC 05/20] mm/tlb: move BATCHED_UNMAP_TLB_FLUSH to tlb.h
` [RFC 06/20] fs/task_mmu: use mmu_gather interface of clear-soft-dirty
` [RFC 07/20] mm: move x86 tlb_gen to generic code
` [RFC 08/20] mm: store completed TLB generation
` [RFC 09/20] mm: create pte/pmd_tlb_flush_pending()
` [RFC 10/20] mm: add pte_to_page()
` [RFC 11/20] mm/tlb: remove arch-specific tlb_start/end_vma()
` [RFC 12/20] mm/tlb: save the VMA that is flushed during tlb_start_vma()
` [RFC 13/20] mm/tlb: introduce tlb_start_ptes() and tlb_end_ptes()
` [RFC 14/20] mm: move inc/dec_tlb_flush_pending() to mmu_gather.c
` [RFC 15/20] mm: detect deferred TLB flushes in vma granularity
` [RFC 16/20] mm/tlb: per-page table generation tracking
` [RFC 17/20] mm/tlb: updated completed deferred TLB flush conditionally
` [RFC 18/20] mm: make mm_cpumask() volatile
` [RFC 19/20] lib/cpumask: introduce cpumask_atomic_or()
` [RFC 20/20] mm/rmap: avoid potential races

[PATCH v7 0/2] Kbuild: DWARF v5 support
 2021-01-31  0:39 UTC  (7+ messages)
` [PATCH v7 2/2] Kbuild: implement support for DWARF v5

[PATCH net] net: dsa: mv88e6xxx: override existent unicast portvec in port_fdb_add
 2021-01-31  0:39 UTC  (4+ messages)

[usb:usb-linus] BUILD SUCCESS 045aef3acf38a490a741ba7bbfdc0d2cfa19d480
 2021-01-31  0:35 UTC 

[PATCH] Handle DWARF5 DW_TAG_call_site like DW_TAG_GNU_call_site
 2021-01-31  0:27 UTC 

stable-rc/linux-5.4.y baseline: 110 runs, 5 regressions (v5.4.94)
 2021-01-31  0:18 UTC 

[Bug 1913913] [NEW] i386-linux-user returns -1 in sigcontext->trapno
 2021-01-31  0:11 UTC 

[PATCH v2 0/7] tty: add flag to suppress ready signalling on open
 2021-01-31  0:18 UTC  (11+ messages)

[PATCH net-next v1 0/6] lan743x speed boost
 2021-01-31  0:14 UTC  (5+ messages)
` [PATCH net-next v1 1/6] lan743x: boost performance on cpu archs w/o dma cache snooping

[PATCH 0/2] ALSA: Constify static attribute_group structs
 2021-01-31  0:12 UTC  (3+ messages)
` [PATCH 1/2] ALSA: ac97: Constify static struct attribute_group
` [PATCH 2/2] ALSA: hda: Constify static attribute_group

[PATCH 0/2] Eliminate extraneous ref log entries
 2021-01-31  0:11 UTC  (7+ messages)
` [PATCH 1/2] t/t1417: test symbolic-ref effects on ref logs

[PATCH 0/9] drivers: net: update tasklet_init callers
 2021-01-30 23:47 UTC  (20+ messages)
` [PATCH 1/9] arcnet: use new tasklet API
` [PATCH 2/9] caif_virtio: "
` [PATCH 3/9] ifb: "
` [PATCH 4/9] ppp: "
` [PATCH 5/9] net: usb: hso: "
` [PATCH 6/9] net: usb: lan78xx: "
` [PATCH 7/9] net: usb: pegasus: "
` [PATCH 8/9] net: usb: r8152: "
` [PATCH 9/9] net: usb: rtl8150: "

What's cooking in git.git (Jan 2021, #06; Sat, 30)
 2021-01-31  0:00 UTC 

[PATCHv3 00/24] perf tools: Add daemon command
 2021-01-30 23:48 UTC  (25+ messages)
  ` [PATCH 01/24] perf daemon: "
  ` [PATCH 02/24] perf daemon: Add config option
  ` [PATCH 03/24] perf daemon: Add base option
  ` [PATCH 04/24] perf daemon: Add server socket support
  ` [PATCH 05/24] perf daemon: Add client "
  ` [PATCH 06/24] perf daemon: Add config file support
  ` [PATCH 07/24] perf daemon: Add config file change check
  ` [PATCH 08/24] perf daemon: Add background support
  ` [PATCH 09/24] perf daemon: Add signalfd support
  ` [PATCH 10/24] perf daemon: Add list command
  ` [PATCH 11/24] perf daemon: Add signal command
  ` [PATCH 12/24] perf daemon: Add stop command
  ` [PATCH 13/24] perf daemon: Allow only one daemon over base directory
  ` [PATCH 14/24] perf daemon: Set control fifo for session
  ` [PATCH 15/24] perf daemon: Add ping command
  ` [PATCH 16/24] perf daemon: Use control to stop session
  ` [PATCH 17/24] perf daemon: Add up time for daemon/session list
  ` [PATCH 18/24] perf daemon: Add man page for perf-daemon
  ` [PATCH 19/24] perf tests: Add daemon list command test
  ` [PATCH 20/24] perf tests: Add daemon reconfig test
  ` [PATCH 21/24] perf tests: Add daemon stop command test
  ` [PATCH 22/24] perf tests: Add daemon signal "
  ` [PATCH 23/24] perf tests: Add daemon ping "
  ` [PATCH 24/24] perf tests: Add daemon lock test

[PATCH 00/14] CXL 2.0 Support
 2021-01-30 23:52 UTC  (16+ messages)
` [PATCH 01/14] cxl/mem: Introduce a driver for CXL-2.0-Type-3 endpoints
` [PATCH 02/14] cxl/mem: Map memory device registers
` [PATCH 03/14] cxl/mem: Find device capabilities
` [PATCH 04/14] cxl/mem: Implement polled mode mailbox
` [PATCH 05/14] cxl/mem: Register CXL memX devices

[PATCH] csky: change a Kconfig symbol name to fix e1000 build error
 2021-01-30 23:49 UTC  (2+ messages)
` [Intel-wired-lan] "

stable-rc/linux-4.4.y baseline: 94 runs, 10 regressions (v4.4.254)
 2021-01-30 23:49 UTC 

[android-common:android-mainline 1/2] drivers/staging/android/debug_kinfo.c:164:34: warning: unused variable 'debug_kinfo_of_match'
 2021-01-30 23:48 UTC 

[PATCH] net: usb: cdc_ncm: use new API for bh tasklet
 2021-01-30 23:46 UTC 

[PATCH v14 00/42] btrfs: zoned block device support
 2021-01-30 23:44 UTC  (11+ messages)
` [PATCH v14 03/42] btrfs: defer loading zone info after opening trees
` [PATCH v14 04/42] btrfs: use regular SB location on emulated zoned mode
` [PATCH v14 05/42] btrfs: release path before calling into btrfs_load_block_group_zone_info
` [PATCH v14 06/42] btrfs: do not load fs_info->zoned from incompat flag
` [PATCH v14 07/42] btrfs: disallow fitrim in ZONED mode

[PATCH] cxl: Simplify bool conversion
 2021-01-29  8:25 UTC 

stable-rc/linux-4.9.y baseline: 51 runs, 2 regressions (v4.9.254)
 2021-01-30 23:29 UTC 

[PATCH v2] misc: bcm-vk: only support ttyVK if CONFIG_TTY is set
 2021-01-30 23:26 UTC  (3+ messages)

Problems starting Xen domU after latest stable update
 2021-01-30 23:25 UTC  (7+ messages)

linux-next: build failure on power pc
 2021-01-30 23:21 UTC  (5+ messages)
` [PATCH] powerpc: fix AKEBONO build failures

5.11 "debug" missing 20-30% memory, and exceptionally high reserved
 2021-01-30 23:21 UTC  (2+ messages)

[bug] 5.11-rc5 brought page allocation failure issue [ttm][amdgpu]
 2021-01-30 23:17 UTC  (2+ messages)

aarch64-linux-gnu-ld: warning: orphan section `.eh_frame' from `sound/usb/implicit.o' being placed in section `.eh_frame'
 2021-01-30 23:16 UTC  (2+ messages)

[OpenRISC] [PATCH] openrisc: use device tree to determine present cpus
 2021-01-30 23:11 UTC  (7+ messages)
    `  "

[PATCH 0/4] fs: fat: code clean up
 2021-01-30 23:09 UTC  (5+ messages)
` [PATCH 1/4] fs: fat: usage basename in file_fat_write_at, fat_mkdir
` [PATCH 2/4] fs: fat: must not write directory '.' and '..'
` [PATCH 3/4] fs: fat: carve out fat_create_dir_entry()
` [PATCH 4/4] fs: fat: remove trailing periods from long name

[PATCH v2] Fix error: array subscript has type 'char'
 2021-01-30 23:07 UTC  (6+ messages)
` [PATCH v2] libs/light: pass some infos to qemu

[PATCH] test/py: support pytest 6
 2021-01-30 23:06 UTC  (3+ messages)

[PATCH v3 1/2] libs/light: pass some infos to qemu
 2021-01-30 23:03 UTC  (2+ messages)
` [PATCH v3 2/2] Document qemu-ifup on NetBSD

stable-rc/queue/4.19 build: 198 builds: 0 failed, 198 passed, 85 warnings (v4.19.172-1-g009a2be5663f)
 2021-01-30 22:58 UTC 

[PATCH 1/2] powerpc/Kconfig: Fix unmet direct dependency on NET
 2021-01-30 22:55 UTC  (5+ messages)
` [PATCH 2/2] crypto: crypto4xx - Avoid linking failure with HW_RANDOM=m

[PATCH bpf-next v2 0/5] bpf: allow variable-offset stack access
 2021-01-30 22:55 UTC  (4+ messages)
` [PATCH bpf-next v2 1/5] "

[GIT PULL] OpenRISC fixes for 5.11-rc6
 2021-01-30 22:44 UTC  (2+ messages)
` [OpenRISC] "

stable-rc/queue/5.10 build: 186 builds: 0 failed, 186 passed, 12 warnings (v5.10.12-3-g0bb4aea7b36b5)
 2021-01-30 22:38 UTC 

Upstreaming downstream Google BMC repositories
 2021-01-30 22:23 UTC  (10+ messages)

[linux-5.4 bisection] complete test-amd64-amd64-dom0pvh-xl-intel
 2021-01-30 22:18 UTC 

stable-rc/linux-4.19.y build: 193 builds: 0 failed, 193 passed, 80 warnings (v4.19.172)
 2021-01-30 22:16 UTC 

[xen-unstable test] 158811: tolerable FAIL - PUSHED
 2021-01-30 22:14 UTC 

ld.lld: error: ddp.c:(.text.fixup+0x4): relocation R_ARM_THM_JUMP24 out of range: 16782634 is not in
 2021-01-30 22:13 UTC 

[PATCH 0/4] Improve group scanning in CR 0 and CR 1 passes
 2021-01-30 22:10 UTC  (4+ messages)
` [PATCH 3/4] ext4: improve cr 0 / cr 1 group scanning

[tip:master] BUILD SUCCESS a7e0bdf1b07ea6169930ec42b0bdb17e1c1e3bb0
 2021-01-30 22:08 UTC 

[PATCH v4 0/2] mm: fix initialization of struct page for holes in memory layout
 2021-01-30 22:10 UTC  (3+ messages)
` [PATCH v4 1/2] x86/setup: always add the beginning of RAM as memblock.memory
` [PATCH v4 2/2] mm: fix initialization of struct page for holes in memory layout

[PATCH] hugetlbfs: show pagesize in unit of GB if possible
 2021-01-30 22:07 UTC  (2+ messages)

[PATCH bpf-next] selftest/bpf: testing for multiple logs on REJECT
 2021-01-30 22:03 UTC  (5+ messages)

[PATCH bpf-next v2] selftest/bpf: testing for multiple logs on REJECT
 2021-01-30 22:01 UTC 

[dunfell 00/13] Patch review Jan 30
 2021-01-30 21:53 UTC  (2+ messages)
` [oe] "

stable-rc/linux-4.14.y build: 186 builds: 0 failed, 186 passed, 65 warnings (v4.14.218)
 2021-01-30 21:49 UTC 

[PATCH] platform/x86: dell-wmi-sysman: fix a NULL pointer dereference
 2021-01-30 21:43 UTC  (2+ messages)

[Buildroot] [PATCH 0/4] version bump of netopeer2 and related dependencies
 2021-01-30 21:40 UTC  (5+ messages)
` [Buildroot] [PATCH 1/4] package/libyang: bump to version 1.0.215
` [Buildroot] [PATCH 2/4] package/libnetconf2: bump version to 1.1.36
` [Buildroot] [PATCH 3/4] package/sysrepo: bump version to 1.4.104
` [Buildroot] [PATCH 4/4] package/netopeer2: bump version to 1.1.53

[PATCH v2 1/1] process_madvise.2: Add process_madvise man page
 2021-01-30 21:34 UTC  (2+ messages)

[PATCH v2] armv8: Handle EL2 Host mode
 2021-01-30 21:31 UTC 

[PATCH v5 0/3] KEYS, trusted: a bunch of bug fixes
 2021-01-30 21:28 UTC  (4+ messages)
` [PATCH v5 3/3] KEYS: trusted: Reserve TPM for seal and unseal operations

[PATCH v3 0/3] Add support for x509 certs with NIST p256 and p192 keys
 2021-01-30 21:26 UTC  (3+ messages)
` [PATCH v3 1/3] x509: Detect sm2 keys by their parameters OID

[PATCH 1/1] sandbox: keep time offset when resetting
 2021-01-30 21:27 UTC  (5+ messages)

[PATCH] do not pass NULL pointer to libfdt
 2021-01-30 21:27 UTC  (2+ messages)

[PATCH 00/11] More minor clean-ups and improvements
 2021-01-30 21:27 UTC  (23+ messages)
` [PATCH 01/11] spl: Tidy up SPL/TPL malloc sizes
` [PATCH 02/11] x86: coral: Support TPM and RTC in SPL
` [PATCH 03/11] i2c: desigware: Add an alias for Intel Apollo Lake
` [PATCH 04/11] sandbox: Disable I2C emulators in SPL
` [PATCH 05/11] dm: core: Don't inline dev_read...() calls with of-platdata
` [PATCH 06/11] clk: Add debugging for return values
` [PATCH 07/11] clk: x86: Correct the driver name
` [PATCH 08/11] dm: core: Add a comment about pinctrl_select_state()
` [PATCH 10/11] Add a symlink for ctype.h
` [PATCH 11/11] binman: Print a debug message when binman selects a node

[PATCH v5] net: tftp: Add client support for RFC 7440
 2021-01-30 21:26 UTC  (4+ messages)

[PATCH] dm: replace auto_alloc_size with auto
 2021-01-30 21:26 UTC  (3+ messages)

[PATCH 0/2] disk: part: sandbox support in dev_print()
 2021-01-30 21:26 UTC  (5+ messages)
` [PATCH 1/2] sandbox: fill block device meta information
` [PATCH 2/2] disk: part: sandbox support in dev_print()

[Intel-wired-lan] [PATCH v2 net-next 0/4] net: consolidate page_is_pfmemalloc() usage
 2021-01-30 21:23 UTC  (8+ messages)
` [Intel-wired-lan] [PATCH v2 net-next 3/4] net: introduce common dev_page_is_reserved()
          `  "

[Intel-gfx] [PATCH 00/29] treewide: Convert comma separated statements
 2021-01-30 21:21 UTC  (4+ messages)
` [PATCH 09/29] drm/gma500: Avoid "

[RFC PATCH v3 0/1] Adding support for IIO SCMI based sensors
 2021-01-30 21:21 UTC  (5+ messages)
` [RFC PATCH v3 1/1] iio/scmi: Adding support for IIO SCMI Based Sensors


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.