All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-02 20:01:48 to 2020-06-02 20:16:15 UTC [more...]

[Buildroot] [PATCH] package/ethtool: bump to 5.6
 2020-06-02 20:16 UTC  (2+ messages)

incoming
 2020-06-02 20:16 UTC  (120+ messages)
` [patch 001/128] squashfs: migrate from ll_rw_block usage to BIO
` [patch 002/128] ocfs2: add missing annotation for dlm_empty_lockres()
` [patch 003/128] ocfs2: mount shared volume without ha stack
` [patch 004/128] arch/parisc/include/asm/pgtable.h: remove unused `old_pte'
` [patch 005/128] vfs: track per-sb writeback errors and report them to syncfs
` [patch 006/128] fs/buffer.c: record blockdev write errors in super_block that it backs
` [patch 007/128] usercopy: mark dma-kmalloc caches as usercopy caches
` [patch 008/128] mm/slub.c: fix corrupted freechain in deactivate_slab()
` [patch 009/128] slub: Remove userspace notifier for cache add/remove
` [patch 010/128] slub: remove kmalloc under list_lock from list_slab_objects() V2
` [patch 011/128] mm/slub: fix stack overruns with SLUB_STATS
` [patch 012/128] Documentation/vm/slub.rst: s/Toggle/Enable/
` [patch 013/128] mm, dump_page(): do not crash with invalid mapping pointer
` [patch 014/128] mm: move readahead prototypes from mm.h
` [patch 015/128] mm: return void from various readahead functions
` [patch 016/128] mm: ignore return value of ->readpages
` [patch 017/128] mm: move readahead nr_pages check into read_pages
` [patch 018/128] mm: add new readahead_control API
` [patch 019/128] mm: use readahead_control to pass arguments
` [patch 020/128] mm: rename various 'offset' parameters to 'index'
` [patch 021/128] mm: rename readahead loop variable to 'i'
` [patch 022/128] mm: remove 'page_offset' from readahead loop
` [patch 023/128] mm: put readahead pages in cache earlier
` [patch 024/128] mm: add readahead address space operation
` [patch 025/128] mm: move end_index check out of readahead loop
` [patch 026/128] mm: add page_cache_readahead_unbounded
` [patch 027/128] mm: document why we don't set PageReadahead
` [patch 028/128] mm: use memalloc_nofs_save in readahead path
` [patch 029/128] fs: convert mpage_readpages to mpage_readahead
` [patch 030/128] btrfs: convert from readpages to readahead
` [patch 031/128] erofs: convert uncompressed files "
` [patch 032/128] erofs: convert compressed "
` [patch 033/128] ext4: convert "
` [patch 034/128] ext4: pass the inode to ext4_mpage_readpages
` [patch 035/128] f2fs: convert from readpages to readahead
` [patch 036/128] f2fs: pass the inode to f2fs_mpage_readpages
` [patch 037/128] fuse: convert from readpages to readahead
` [patch 038/128] iomap: "
` [patch 039/128] include/linux/pagemap.h: introduce attach/detach_page_private
` [patch 040/128] md: remove __clear_page_buffers and use attach/detach_page_private
` [patch 041/128] btrfs: "
` [patch 042/128] fs/buffer.c: "
` [patch 043/128] f2fs: "
` [patch 044/128] iomap: "
` [patch 045/128] ntfs: replace attach_page_buffers with attach_page_private
` [patch 046/128] orangefs: use attach/detach_page_private
` [patch 047/128] buffer_head.h: remove attach_page_buffers
` [patch 048/128] mm/migrate.c: call detach_page_private to cleanup code
` [patch 049/128] mm_types.h: change set_page_private to inline function
` [patch 050/128] mm/filemap.c: remove misleading comment
` [patch 051/128] mm/page-writeback.c: remove unused variable
` [patch 052/128] mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
` [patch 053/128] mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead
` [patch 054/128] mm/gup.c: update the documentation
` [patch 055/128] mm/gup: introduce pin_user_pages_unlocked
` [patch 056/128] ivtv: convert get_user_pages() --> pin_user_pages()
` [patch 057/128] mm/gup.c: further document vma_permits_fault()
` [patch 058/128] mm/swapfile: use list_{prev,next}_entry() instead of open-coding
` [patch 059/128] mm/swap_state: fix a data race in swapin_nr_pages
` [patch 060/128] mm: swap: properly update readahead statistics in unuse_pte_range()
` [patch 061/128] mm/swapfile.c: offset is only used when there is more slots
` [patch 062/128] mm/swapfile.c: explicitly show ssd/non-ssd is handled mutually exclusive
` [patch 063/128] mm/swapfile.c: remove the unnecessary goto for SSD case
` [patch 064/128] mm/swapfile.c: simplify the calculation of n_goal
` [patch 065/128] mm/swapfile.c: remove the extra check in scan_swap_map_slots()
` [patch 066/128] mm/swapfile.c: found_free could be represented by (tmp < max)
` [patch 067/128] mm/swapfile.c: tmp is always smaller than max
` [patch 068/128] mm/swapfile.c: omit a duplicate code by compare tmp and max first
` [patch 069/128] swap: try to scan more free slots even when fragmented
` [patch 070/128] mm/swapfile.c: classify SWAP_MAP_XXX to make it more readable
` [patch 071/128] mm/swapfile.c: __swap_entry_free() always free 1 entry
` [patch 072/128] mm/swapfile.c: use prandom_u32_max()
` [patch 073/128] swap: reduce lock contention on swap cache from swap slots allocation
` [patch 074/128] mm: swapfile: fix /proc/swaps heading and Size/Used/Priority alignment
` [patch 075/128] include/linux/swap.h: delete meaningless __add_to_swap_cache() declaration
` [patch 076/128] mm, memcg: add workingset_restore in memory.stat
` [patch 077/128] mm: memcontrol: simplify value comparison between count and limit
` [patch 078/128] memcg: expose root cgroup's memory.stat
` [patch 079/128] mm/memcg: prepare for swap over-high accounting and penalty calculation
` [patch 080/128] mm/memcg: move penalty delay clamping out of calculate_high_delay()
` [patch 081/128] mm/memcg: move cgroup high memory limit setting into struct page_counter
` [patch 082/128] mm/memcg: automatically penalize tasks with high swap use
` [patch 083/128] memcg: fix memcg_kmem_bypass() for remote memcg charging
` [patch 084/128] x86: mm: ptdump: calculate effective permissions correctly
` [patch 085/128] mm: ptdump: expand type of 'val' in note_page()
` [patch 086/128] /proc/PID/smaps: Add PMD migration entry parsing
` [patch 087/128] mm/memory: remove unnecessary pte_devmap case in copy_one_pte()
` [patch 088/128] mm, memory_failure: don't send BUS_MCEERR_AO for action required error
` [patch 089/128] x86/hyperv: use vmalloc_exec for the hypercall page
` [patch 090/128] x86: fix vmap arguments in map_irq_stack
` [patch 091/128] staging: android: ion: use vmap instead of vm_map_ram
` [patch 092/128] staging: media: ipu3: use vmap instead of reimplementing it
` [patch 093/128] dma-mapping: use vmap insted "
` [patch 094/128] powerpc: add an ioremap_phb helper
` [patch 095/128] powerpc: remove __ioremap_at and __iounmap_at
` [patch 096/128] mm: remove __get_vm_area
` [patch 097/128] mm: unexport unmap_kernel_range_noflush
` [patch 098/128] mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPING
` [patch 099/128] mm: only allow page table mappings for built-in zsmalloc
` [patch 100/128] mm: pass addr as unsigned long to vb_free
` [patch 101/128] mm: remove vmap_page_range_noflush and vunmap_page_range
` [patch 102/128] mm: rename vmap_page_range to map_kernel_range
` [patch 103/128] mm: don't return the number of pages from map_kernel_range{,_noflush}

[PATCH] MAINTAINERS: rectify entry in ARM SMC WATCHDOG DRIVER
 2020-06-02 20:16 UTC  (3+ messages)

Fw: [Bug 208033] New: r8169 wake-on-lan (WOL) works only after a manual suspend/resume cycle
 2020-06-02 20:15 UTC 

[PATCH v1 01/12] configure: add --enable-tsan flag + fiber annotations for coroutine-ucontext
 2020-06-02 20:14 UTC  (3+ messages)
` [PATCH v1 08/12] thread: add tsan annotations to QemuSpin

[Buildroot] [git commit] package/protobuf: bump to 3.12.2
 2020-06-02 20:14 UTC 

[PATCH v3 000/105] drm/vc4: Support BCM2711 Display Pipeline
 2020-06-02 20:12 UTC  (10+ messages)
` [PATCH v3 032/105] drm/vc4: crtc: Enable and disable the PV in atomic_enable / disable

[PATCH RFC 00/32] python/qemu: refactor as installable package
 2020-06-02 20:11 UTC  (6+ messages)
` [PATCH RFC 26/32] python//machine.py: use qmp.command

[PATCH 1/1] soc: qcom: socinfo: Add msm8992/4 and apq8094 SoC IDs
 2020-06-02 20:12 UTC 

[PATCH v3 0/6] iotests: Dump QCOW2 dirty bitmaps metadata
 2020-06-02 20:10 UTC  (3+ messages)
` [PATCH v3 3/6] iotests: dump bitmap extension data with qcow2.py

[Intel-gfx] [PATCH] drm/i915/tgl: Implement WA_16011163337
 2020-06-02 20:11 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] nfs4_setfacl: Add file name to error output
 2020-06-02 20:11 UTC  (2+ messages)

[PATCH 0/3] avoid unnecessary memslot rmap walks
 2020-06-02 20:07 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: remove unnecessary rmap walk of read-only memslots
` [PATCH 2/3] KVM: x86: avoid unnecessary rmap walks when creating/moving slots
` [PATCH 3/3] KVM: x86: minor code refactor and comments fixup around dirty logging

Upstream Yocto Bringing in GCC 10
 2020-06-02 20:09 UTC  (8+ messages)

IMX274 driver
 2020-06-02 20:08 UTC  (8+ messages)

[PATCH 1/1] Documentation: Document an existing qcom,rpm-msm8996 compatible
 2020-06-02 20:08 UTC 

incoming
 2020-06-02 20:08 UTC  (2+ messages)

[PATCH] pinctrl: freescale: imx: Fix an error handling path in 'imx_pinctrl_probe()'
 2020-06-02 20:08 UTC  (5+ messages)

[PATCH] mm/slub: fix a memory leak in sysfs_slab_add()
 2020-06-02 20:07 UTC  (6+ messages)
` kobject_init_and_add is easy to misuse

Sam460Ex screen mode, audio and network
 2020-06-02 16:59 UTC  (5+ messages)

[PATCH 1/1] config: remove CONFIG_ARMV8_SWITCH_TO_EL1 from whitelist.txt
 2020-06-02 20:07 UTC  (2+ messages)

[PATCH] update-alternatives: introduce new package as a opkg-utils spin-off
 2020-06-02 20:06 UTC  (4+ messages)
` [OE-core] "

[PATCH] pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource leak in case of error in 'imx_pinctrl_probe()'
 2020-06-02 20:06 UTC  (2+ messages)

[PATCH 1/1] soc: qcom: smd-rpm: Add msm8994 compatible
 2020-06-02 20:05 UTC  (2+ messages)

[android-goldfish:android-5.4 8/9] fs/sdcardfs/inode.c:735:1: warning: the frame size of 1032 bytes is larger than 1024 bytes
 2020-06-02 20:05 UTC 

[PATCH v2] iommu/vt-d: Don't apply gfx quirks to untrusted devices
 2020-06-02 20:05 UTC  (3+ messages)

[PATCH] ftgmac100: Implement variable descriptor size
 2020-06-02 16:47 UTC 

[PATCH net-next v2] af-packet: new flag to indicate all csums are good
 2020-06-02 20:05 UTC  (9+ messages)

[PATCH v25 00/16] Multicolor Framework v25
 2020-06-02 20:04 UTC  (6+ messages)
` [PATCH v25 01/16] dt: bindings: Add multicolor class dt bindings documention

[PATCH] wireless: ath10k: Return early in ath10k_qmi_event_server_exit() to avoid hard crash on reboot
 2020-06-02 20:04 UTC  (5+ messages)

[GIT PULL] ARM: Keystone DTS updates for 5.7
 2020-06-02 20:03 UTC  (5+ messages)

[Buildroot] [PATCH v4 0/5] imx: add i.MX8M Nano EVK board support
 2020-06-02 20:03 UTC  (5+ messages)
` [Buildroot] [PATCH v4 1/5] package/freescale-imx: Add option for DDR FW need

Network stops passing traffic randomly
 2020-06-02 20:02 UTC  (4+ messages)

stable-rc/linux-4.19.y boot: 133 boots: 1 failed, 121 passed with 4 offline, 5 untried/unknown, 2 conflicts (v4.19.125-93-g80718197a8a3)
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/python-markdown2: fix CVE-2020-11888
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/libunwind: enable on AArch64
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/python-janus: bump to version 0.5.0
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/ltp-testsuite: bump to version 20200515
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/python-redis: Bump to version 3.5.1
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/python-multidict: bump to version 4.7.6
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/freeswitch: bump version to 1.10.3
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/libaacs: bump version to 0.10.0
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/libnetconf2: bump to version 1.1.24
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/sdl2: enable 3DNOW only if it's supported by the target
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/python-markdown2: bump to version 2.3.9
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/sysrepo: bump version to 1.4.58
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/qt5quicktimeline: new package
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/libyang: bump to version 1.0.167
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/openssh: allow separate selection of client, server, keyutils
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/luv: bump to version 1.36.0-0
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] arch/x86: adds BR2_X86_CPU_HAS_3DNOW flag
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/sdl2: enable SSE only if it's supported by the target
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/at-spi2-atk: bump to version 2.34.2
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/modem-manager: bump version to 1.12.10
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/wireguard-linux-compat: bump version to 1.0.20200506
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/upmpdcli: bump to version 1.4.9
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/mpd: bump to version 0.21.23
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/minetest_game: bump to version 5.2.0
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/rsyslog: bump to 8.2004.0
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/at-spi2-core: bump to version 2.36.0
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/postgresql: bump version to 12.3
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] boot/barebox: bump version to 2020.05.0
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/wayland: bump to version 1.18.0
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/libqmi: bump to version 1.24.12
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/atk: bump to version 2.36.0
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/syslog-ng: bump to 2.27.1
 2020-06-02 20:01 UTC 

[Buildroot] [git commit] package/umtprd: bump to version 1.3.6
 2020-06-02 20:01 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.