All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-29 02:02:12 to 2021-06-29 02:38:02 UTC [more...]

incoming
 2021-06-29  2:37 UTC  (90+ messages)
` [patch 001/192] mm/gup: fix try_grab_compound_head() race with split_huge_page()
` [patch 002/192] mm/page_alloc: fix memory map initialization for descending nodes
` [patch 003/192] mm/page_alloc: correct return value of populated elements if bulk array is populated
` [patch 004/192] kthread: switch to new kerneldoc syntax for named variable macro argument
` [patch 005/192] kthread_worker: fix return value when kthread_mod_delayed_work() races with kthread_cancel_delayed_work_sync()
` [patch 006/192] ia64: headers: drop duplicated words
` [patch 007/192] ia64: mca_drv: fix incorrect array size calculation
` [patch 008/192] streamline_config.pl: make spacing consistent
` [patch 009/192] streamline_config.pl: add softtabstop=4 for vim users
` [patch 010/192] scripts/spelling.txt: add more spellings to spelling.txt
` [patch 011/192] ntfs: fix validity check for file name attribute
` [patch 012/192] squashfs: add option to panic on errors
` [patch 013/192] ocfs2: remove unnecessary INIT_LIST_HEAD()
` [patch 014/192] ocfs2: fix snprintf() checking
` [patch 015/192] ocfs2: remove redundant assignment to pointer queue
` [patch 016/192] ocfs2: remove repeated uptodate check for buffer
` [patch 017/192] ocfs2: replace simple_strtoull() with kstrtoull()
` [patch 018/192] ocfs2: remove redundant initialization of variable ret
` [patch 019/192] kernel: watchdog: modify the explanation related to watchdog thread
` [patch 020/192] doc: "
` [patch 021/192] doc: watchdog: modify the doc related to "watchdog/%u"
` [patch 022/192] slab: use __func__ to trace function name
` [patch 023/192] kunit: make test->lock irq safe
` [patch 024/192] mm/slub, kunit: add a KUnit test for SLUB debugging functionality
` [patch 025/192] slub: remove resiliency_test() function
` [patch 026/192] mm, slub: change run-time assertion in kmalloc_index() to compile-time
` [patch 027/192] slub: restore slub_debug=- behavior
` [patch 028/192] slub: actually use 'message' in restore_bytes()
` [patch 029/192] slub: indicate slab_fix() uses printf formats
` [patch 030/192] slub: force on no_hash_pointers when slub_debug is enabled
` [patch 031/192] mm: slub: move sysfs slab alloc/free interfaces to debugfs
` [patch 032/192] mm/slub: add taint after the errors are printed
` [patch 033/192] mm/kmemleak: fix possible wrong memory scanning period
` [patch 034/192] dax: fix ENOMEM handling in grab_mapping_entry()
` [patch 035/192] tools/vm/page_owner_sort.c: check malloc() return
` [patch 036/192] mm/debug_vm_pgtable: ensure THP availability via has_transparent_hugepage()
` [patch 037/192] mm: mmap_lock: use local locks instead of disabling preemption
` [patch 038/192] mm/page_reporting: fix code style in __page_reporting_request()
` [patch 039/192] mm/page_reporting: export reporting order as module parameter
` [patch 040/192] mm/page_reporting: allow driver to specify reporting order
` [patch 041/192] virtio_balloon: specify page reporting order if needed
` [patch 042/192] mm: page-writeback: kill get_writeback_state() comments
` [patch 043/192] mm/page-writeback: Fix performance when BDI's share of ratio is 0
` [patch 044/192] mm/page-writeback: update the comment of Dirty position control
` [patch 045/192] mm/page-writeback: use __this_cpu_inc() in account_page_dirtied()
` [patch 046/192] writeback, cgroup: do not switch inodes with I_WILL_FREE flag
` [patch 047/192] writeback, cgroup: add smp_mb() to cgroup_writeback_umount()
` [patch 048/192] writeback, cgroup: increment isw_nr_in_flight before grabbing an inode
` [patch 049/192] writeback, cgroup: switch to rcu_work API in inode_switch_wbs()
` [patch 050/192] writeback, cgroup: keep list of inodes attached to bdi_writeback
` [patch 051/192] writeback, cgroup: split out the functional part of inode_switch_wbs_work_fn()
` [patch 052/192] writeback, cgroup: support switching multiple inodes at once
` [patch 053/192] writeback, cgroup: release dying cgwbs by switching attached inodes
` [patch 054/192] fs: unexport __set_page_dirty
` [patch 055/192] fs: move ramfs_aops to libfs
` [patch 056/192] mm: require ->set_page_dirty to be explicitly wired up
` [patch 057/192] mm/writeback: move __set_page_dirty() to core mm
` [patch 058/192] mm/writeback: use __set_page_dirty in __set_page_dirty_nobuffers
` [patch 059/192] iomap: use __set_page_dirty_nobuffers
` [patch 060/192] fs: remove anon_set_page_dirty()
` [patch 061/192] fs: remove noop_set_page_dirty()
` [patch 062/192] mm: move page dirtying prototypes from mm.h
` [patch 063/192] mm/gup_benchmark: support threading
` [patch 064/192] mm: gup: allow FOLL_PIN to scale in SMP
` [patch 065/192] mm: gup: pack has_pinned in MMF_HAS_PINNED
` [patch 066/192] mm: pagewalk: fix walk for hugepage tables
` [patch 067/192] mm/swapfile: use percpu_ref to serialize against concurrent swapoff
` [patch 068/192] swap: fix do_swap_page() race with swapoff
` [patch 069/192] mm/swap: remove confusing checking for non_swap_entry() in swap_ra_info()
` [patch 070/192] mm/shmem: fix shmem_swapin() race with swapoff
` [patch 071/192] mm/swapfile: move get_swap_page_of_type() under CONFIG_HIBERNATION
` [patch 072/192] mm/swap: remove unused local variable nr_shadows
` [patch 073/192] mm/swap_slots.c: delete meaningless forward declarations
` [patch 074/192] mm, swap: remove unnecessary smp_rmb() in swap_type_to_swap_info()
` [patch 075/192] mm: free idle swap cache page after COW
` [patch 076/192] swap: check mapping_empty() for swap cache before being freed
` [patch 077/192] mm/memcg: move mod_objcg_state() to memcontrol.c
` [patch 078/192] mm/memcg: cache vmstat data in percpu memcg_stock_pcp
` [patch 079/192] mm/memcg: improve refill_obj_stock() performance
` [patch 080/192] mm/memcg: optimize user context object stock access
` [patch 081/192] mm: memcg/slab: properly set up gfp flags for objcg pointer array
` [patch 082/192] mm: memcg/slab: create a new set of kmalloc-cg-<n> caches
` [patch 083/192] mm: memcg/slab: disable cache merging for KMALLOC_NORMAL caches
` [patch 084/192] mm: memcontrol: fix root_mem_cgroup charging
` [patch 085/192] mm: memcontrol: fix page charging in page replacement
` [patch 086/192] mm: memcontrol: bail out early when !mm in get_mem_cgroup_from_mm
` [patch 087/192] mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvec
` [patch 088/192] mm: memcontrol: simplify lruvec_holds_page_lru_lock
` [patch 089/192] mm: memcontrol: rename lruvec_holds_page_lru_lock to page_matches_lruvec

[PATCH 0/5] Add MSM8939 APCS/A53PLL clock support
 2021-06-29  2:37 UTC  (4+ messages)
` [PATCH 1/5] clk: qcom: apcs-msm8916: Flag a53mux instead of a53pll as critical

[PATCH -next 1/2] riscv: implemented auipc simulate instruction
 2021-06-29  2:34 UTC  (4+ messages)
` [PATCH -next 2/2] riscv: implemented branch simulate instructions

[Patch v2 0/5] Introduce LMh driver for Qualcomm SoCs
 2021-06-29  2:35 UTC  (3+ messages)
` [Patch v2 3/5] cpufreq: qcom-cpufreq-hw: Add dcvs interrupt support

[jlayton:ceph-fscrypt-fnames 31/49] fs/ceph/inode.c:1034:36: error: 'struct ceph_inode_info' has no member named 'fscrypt_auth'
 2021-06-29  2:33 UTC 

stable-rc/linux-4.19.y build: 190 builds: 0 failed, 190 passed, 62 warnings (v4.19.195-109-g7064c5047691)
 2021-06-29  2:32 UTC 

[dpdk-dev] [RFC 0/2] support VXLAN header last 8-bits matching
 2021-06-29  2:30 UTC  (4+ messages)
` [dpdk-dev] [RFC 2/2] app/testpmd: support VXLAN last 8-bits field matching

[PATCH] Input: atmel_mxt_ts - add config_crc sysfs entry
 2021-06-29  2:30 UTC 

[dpdk-dev] [PATCH 0/2] add Rx/Tx offload paths for ICE AVX2
 2021-06-29  2:29 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 1/2] net/ice: add Tx AVX2 offload path
  ` [dpdk-dev] [PATCH v3 2/2] net/ice: add Rx "

blktrace: Fix memleak problem in get_online_cpus()
 2021-06-29  2:29 UTC 

linux-next: manual merge of the arm64 tree with the arm tree
 2021-06-29  2:28 UTC  (2+ messages)

[PATCH 00/12] Random Fixes for the CHIP Pro
 2021-06-29  2:27 UTC  (3+ messages)
` [PATCH 03/12] Revert "usb: gadget: fastboot: use correct max packet size"

[dpdk-dev] [RFC] lib/ethdev: add dev configured flag
 2021-06-29  2:27 UTC  (3+ messages)

[PATCH] Makefile: add and use the ".DELETE_ON_ERROR" flag
 2021-06-29  2:26 UTC  (10+ messages)

[PATCH v8 00/10] Introduce VDUSE - vDPA Device in Userspace
 2021-06-29  2:26 UTC  (19+ messages)
` [PATCH v8 09/10] vduse: "
    `  "

[PATCH] trace-cmd split: Fix off-by-one error when calculating record len
 2021-06-29  2:26 UTC 

[PATCH 0/6] nilfs2: fix incorrect usage of kobject
 2021-06-29  2:25 UTC  (7+ messages)
  ` [PATCH 1/6] nilfs2: fix memory leak in nilfs_sysfs_create_device_group
  ` [PATCH 2/6] nilfs2: fix NULL pointer in nilfs_##name##_attr_release
  ` [PATCH 3/6] nilfs2: fix memory leak in nilfs_sysfs_create_##name##_group
  ` [PATCH 4/6] nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group
  ` [PATCH 5/6] nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_group
  ` [PATCH 6/6] nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_group

[PATCH v3 bpf-next 0/8] bpf: Introduce BPF timers
 2021-06-29  2:24 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/8] bpf: Introduce bpf timers

M+ & H bugs with Milestone Movements WW26
 2021-06-29  2:23 UTC 

Enhancements/Bugs closed WW26!
 2021-06-29  2:21 UTC 

libnetfilter_queue: Access conntrack info
 2021-06-29  2:20 UTC  (2+ messages)

[PATCH v5] hwmon: (pmbus) Add support for MPS MP2949A
 2021-06-29  2:20 UTC  (4+ messages)

[SPDK] test
 2021-06-29  2:20 UTC 

[xen-unstable test] 163168: tolerable FAIL - PUSHED
 2021-06-29  2:19 UTC 

[PATCH] mfd: axp20x: Update AXP288 volatile ranges
 2021-06-29  2:19 UTC  (2+ messages)

[zen-kernel-zen-kernel:5.13/futex2 1/8] kernel/futex2.c:470:42: error: expected ')' before 'void'
 2021-06-29  2:19 UTC 

Current high bug count owners for Yocto Project 3.4
 2021-06-29  2:18 UTC 

[PATCH 1/8] PEP8 double aggressive E401
 2021-06-29  2:26 UTC  (7+ messages)
` [OE-core] "

Yocto Project Newcomer & Unassigned Bugs - Help Needed
 2021-06-29  2:16 UTC 

[PATCH v5 00/14] Sparse-index: integrate with status
 2021-06-29  2:16 UTC  (21+ messages)
` [PATCH v6 "
  ` [PATCH v7 00/16] "
    ` [PATCH v7 01/16] sparse-index: skip indexes with unmerged entries
    ` [PATCH v7 02/16] sparse-index: include EXTENDED flag when expanding
    ` [PATCH v7 03/16] t1092: replace incorrect 'echo' with 'cat'
    ` [PATCH v7 04/16] t1092: expand repository data shape
    ` [PATCH v7 05/16] t1092: add tests for status/add and sparse files
    ` [PATCH v7 06/16] unpack-trees: preserve cache_bottom
    ` [PATCH v7 07/16] unpack-trees: compare sparse directories correctly
    ` [PATCH v7 08/16] unpack-trees: rename unpack_nondirectories()
    ` [PATCH v7 09/16] unpack-trees: unpack sparse directory entries
    ` [PATCH v7 10/16] unpack-trees: handle dir/file conflict of sparse entries
    ` [PATCH v7 11/16] dir.c: accept a directory as part of cone-mode patterns
    ` [PATCH v7 12/16] diff-lib: handle index diffs with sparse dirs
    ` [PATCH v7 13/16] status: skip sparse-checkout percentage with sparse-index
    ` [PATCH v7 14/16] status: use sparse-index throughout
    ` [PATCH v7 15/16] wt-status: expand added sparse directory entries
    ` [PATCH v7 16/16] fsmonitor: integrate with sparse index

[v5,0/3] watchdog: mt8195: add wdt support
 2021-06-29  2:13 UTC  (5+ messages)
` [v5,3/3] watchdog: mediatek: "

[PATCH 0/5] Sparse index: integrate with commit and checkout
 2021-06-29  2:13 UTC  (6+ messages)
` [PATCH 1/5] p2000: add 'git checkout -' test and decrease depth
` [PATCH 2/5] p2000: compress repo names
` [PATCH 3/5] commit: integrate with sparse-index
` [PATCH 4/5] sparse-index: recompute cache-tree
` [PATCH 5/5] checkout: stop expanding sparse indexes

Why the Makefile is so eager to re-build & re-link
 2021-06-29  2:13 UTC  (5+ messages)

[PATCH V3 3/4] PCI: Improve the MRRS quirk for LS7A
 2021-06-29  2:12 UTC  (2+ messages)

[ovmf test] 163172: regressions - FAIL
 2021-06-29  2:11 UTC 

Definition of "the Git repository"
 2021-06-29  2:08 UTC  (8+ messages)

[PATCH] drm/amdgpu: add non-aligned address supported in amdgpu_device_vram_access()
 2021-06-29  2:08 UTC  (5+ messages)

[PATCH V2 00/46] imx: add i.MX8ULP support
 2021-06-29  2:32 UTC  (34+ messages)
` [PATCH V2 13/46] net: fec_mxc: support i.MX8ULP
` [PATCH V2 14/46] pinctrl: Add pinctrl driver for imx8ulp
` [PATCH V2 15/46] driver: serial: fsl_lpuart: support i.MX8ULP
` [PATCH V2 16/46] arm: imx8ulp: add clock support
` [PATCH V2 17/46] drivers: mmc: fsl_esdhc_imx: support i.MX8ULP
` [PATCH V2 18/46] arm: imx8ulp: soc: Change to use CMC1 to get bootcfg
` [PATCH V2 19/46] arm: imx8ulp: Enable full L2 cache in SPL
` [PATCH V2 20/46] arm: imx8ulp: disable wdog3
` [PATCH V2 21/46] arm: imx8ulp: Update the reset vector in u-boot
` [PATCH V2 22/46] drivers: misc: s400_api: Update S400_SUCCESS_IND to 0xd6
` [PATCH V2 23/46] drivers: misc: imx8ulp: Add S400 API for image authentication
` [PATCH V2 24/46] drivers: misc: imx8ulp: Update S400 API for release RDC
` [PATCH V2 25/46] drivers: misc: s400_api: Update API for fuse read and write
` [PATCH V2 26/46] arm: imx8ulp: release and configure XRDC at early phase
` [PATCH V2 27/46] arm: imx8ulp: add rdc support
` [PATCH V2 28/46] arm: imx8ulp: add trdc release request
` [PATCH V2 29/46] arm: imx8ulp: release trdc and assign lpav from RTD to APD
` [PATCH V2 30/46] imx8ulp: unify rdc functions
` [PATCH V2 31/46] arm: imx8ulp: Probe the S400 MU device in arch init
` [PATCH V2 32/46] arm: iMX8ULP: Add boot device relevant functions
` [PATCH V2 33/46] arm: imx8ulp: Allocate DCNANO and MIPI_DSI to AD domain
` [PATCH V2 34/46] arm: imx8ulp: add dummy imx_get_mac_from_fuse
` [PATCH V2 35/46] arm: imx8ulp: add iomuxc support
` [PATCH V2 36/46] driver: misc: imx8ulp: Add fuse driver for imx8ulp
` [PATCH V2 37/46] imx8ulp: soc: correct reset cause
` [PATCH V2 38/46] imx8ulp: Use DGO_GP5 to get boot config
` [PATCH V2 39/46] imx8ulp: Add workaround for eMMC boot
` [PATCH V2 40/46] mx7ulp: Update unlock and refresh sequences in sWDOG driver
` [PATCH V2 41/46] mx7ulp: wdog: Wait for WDOG unlock and reconfiguration to complete
` [PATCH V2 42/46] imx8ulp: move struct mu_type to common header
` [PATCH V2 43/46] imx8ulp: add upower api support
` [PATCH V2 44/46] ddr: Add DDR driver for iMX8ULP
` [PATCH V2 46/46] arm: imx: add i.MX8ULP EVK support

[PATCH v5 0/2] Add octal DTR support for Macronix flash
 2021-06-29  2:06 UTC  (4+ messages)
` [PATCH v5 1/2] mtd: spi-nor: macronix: add support for Macronix octaflash

[meta-ti][dunfell/master][PATCH 0/4] Release 08.00.00.001 update
 2021-06-29  2:06 UTC  (4+ messages)
` [meta-ti][dunfell/master][PATCH 1/4] ti-sci-fw: Update imggen to release 08.00.00.001 tag

Reload IPtables
 2021-06-29  2:02 UTC  (15+ messages)


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.