はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    WWDC25

『Project List - Patchwork』

  • 人気
  • 新着
  • すべて
  • fs: reclaim least recently used dquots - Patchwork

    3 users

    patchwork.kernel.org

    From: Greg Thelen <gthelen@google.com> The dquots in the free_dquots list are not reclaimed in LRU way. put_dquot_last() puts entries to the tail and dqcache_shrink_scan() frees from the tail. Free unreferenced dquots in LRU order because it seems more reasonable than freeing most recently used. Signed-off-by: Greg Thelen <gthelen@google.com> Signed-off-by: Shakeel Butt <shakeelb@google.com> --- f

    • テクノロジー
    • 2018/06/08 11:31
    • kernel
    • linux
    • [v2-REBASED] mm: Make count list_lru_one::nr_items lockless - Patchwork

      3 users

      patchwork.kernel.org

      During the reclaiming slab of a memcg, shrink_slab iterates over all registered shrinkers in the system, and tries to count and consume objects related to the cgroup. In case of memory pressure, this behaves bad: I observe high system time and time spent in list_lru_count_one() for many processes on RHEL7 kernel. This patch makes list_lru_node::memcg_lrus rcu protected, that allows to skip taking

      • テクノロジー
      • 2018/06/06 09:49
      • kernel
      • linux
      • [v2] mm: Allow to kill tasks doing pcpu_alloc() and waiting for pcpu_balance_workfn() - Patchwork

        3 users

        patchwork.kernel.org

        From: Kirill Tkhai <ktkhai@virtuozzo.com> In case of memory deficit and low percpu memory pages, pcpu_balance_workfn() takes pcpu_alloc_mutex for a long time (as it makes memory allocations itself and waits for memory reclaim). If tasks doing pcpu_alloc() are choosen by OOM killer, they can't exit, because they are waiting for the mutex. The patch makes pcpu_alloc() to care about killing signal an

        • テクノロジー
        • 2018/04/30 09:53
        • kernel
        • linux
        • proc: much faster /proc/vmstat - Patchwork

          3 users

          patchwork.kernel.org

          Every current KDE system has process named ksysguardd polling files below once in several seconds: $ strace -e trace=open -p $(pidof ksysguardd) Process 1812 attached open("/etc/mtab", O_RDONLY|O_CLOEXEC) = 8 open("/etc/mtab", O_RDONLY|O_CLOEXEC) = 8 open("/proc/net/dev", O_RDONLY) = 8 open("/proc/net/wireless", O_RDONLY) = -1 ENOENT (No such file or directory) open("/proc/stat", O_RDONLY) = 8 ope

          • 学び
          • 2018/01/09 10:36
          • kernel
          • linux
          • [tip:sched/core] sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_HZ_FULL - Patchwork

            3 users

            patchwork.kernel.org

            Commit-ID: 5c4991e24c69737bd41fc2737b1e3980abbf73f9 Gitweb: https://git.kernel.org/tip/5c4991e24c69737bd41fc2737b1e3980abbf73f9 Author: Frederic Weisbecker <frederic@kernel.org> AuthorDate: Fri, 27 Oct 2017 04:42:34 +0200 Committer: Ingo Molnar <mingo@kernel.org> CommitDate: Fri, 27 Oct 2017 09:55:28 +0200 sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_HZ_FULL Split th

            • テクノロジー
            • 2017/11/02 23:59
            • kernel
            • u
            • linux
            • [02/26] xfs: create an ioctl to scrub AG metadata - Patchwork

              3 users

              patchwork.kernel.org

              From: Darrick J. Wong <darrick.wong@oracle.com> Create an ioctl that can be used to scrub internal filesystem metadata. The new ioctl takes the metadata type, an (optional) AG number, an (optional) inode number and generation, and a flags argument. This will be used by the upcoming XFS online scrub tool. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> --- fs/xfs/Kconfig | 17 +++++++++++++

              • テクノロジー
              • 2017/11/02 23:56
              • Patchwork [1/4] workqueue: Use TASK_IDLE

                3 users

                patchwork.kernel.org

                Workqueues don't use signals, it (ab)uses TASK_INTERRUPTIBLE to avoid increasing the loadavg numbers. We've 'recently' introduced TASK_IDLE for this case: 80ed87c8a9ca ("sched/wait: Introduce TASK_NOLOAD and TASK_IDLE") use it. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> --- On Wed, Aug 23, 2017 at 01:58:44PM +0200, Peter Zijlstra wrote: > Workqueues don't use signals, it (ab)uses

                • テクノロジー
                • 2017/11/01 13:47
                • kernel
                • u
                • linux
                • fs/dcache: dentries should free after files unlinked or directories removed - Patchwork

                  3 users

                  patchwork.kernel.org

                  sometimes, on my server, there were lots of files creating and removing, and I found that memory usage were high, and I checked, almost all the memory was occupied by slab recliamable, the slab struct was dentry, and I checked the code of dcache, and found that when a file was deleted the dentry never free, unless a memory recliam was triggerd. I made this patch to mark the dentry as a remove stat

                  • テクノロジー
                  • 2017/09/01 15:20
                  • [06/10] fault injection: rt_mutex_trylock() fault injection - Patchwork

                    3 users

                    patchwork.kernel.org

                    On Sun, Oct 16, 2016 at 05:56:08PM +0200, Vegard Nossum wrote: > Cc: Peter Zijlstra <peterz@infradead.org> > Cc: Ingo Molnar <mingo@redhat.com> > Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com> NAK, -ENOCHANGELOG diff --git a/kernel/locking/rtmutex.c b/kernel/locking/rtmutex.c index 1ec0f48..22ff6da 100644 --- a/kernel/locking/rtmutex.c +++ b/kernel/locking/rtmutex.c @@ -10,6 +10,7 @@ * *

                    • テクノロジー
                    • 2017/08/30 17:39
                    • kernel
                    • u
                    • linux
                    • [03/10] fault injection: allow FAULT_INJECTION_STACKTRACE_FILTER on X86_64 - Patchwork

                      3 users

                      patchwork.kernel.org

                      This config option was apparently disallowed on x86_64 because of problems with the stack unwinder: commit 6d690dcac92a84f98fd774862628ff871b713660 Author: Akinobu Mita <akinobu.mita@gmail.com> Date: Sat May 12 10:36:53 2007 -0700 fault injection: disable stacktrace filter for x86-64 However, I observe no problems whatsoever with this today and in fact it's been very useful for debugging. Let's al

                      • テクノロジー
                      • 2017/08/30 17:38
                      • kernel
                      • u
                      • linux
                      • [v4,4/4] mm, procfs: Display VmAnon, VmFile and VmShm in /proc/pid/status - Patchwork

                        3 users

                        patchwork.kernel.org

                        From: Jerome Marchand <jmarchan@redhat.com> It's currently inconvenient to retrieve MM_ANONPAGES value from status and statm files and there is no way to separate MM_FILEPAGES and MM_SHMEMPAGES. Add RssAnon, RssFile and RssShm lines in /proc/<pid>/status to solve these issues. Signed-off-by: Jerome Marchand <jmarchan@redhat.com> Signed-off-by: Vlastimil Babka <vbabka@suse.cz> Acked-by: Konstantin

                        • テクノロジー
                        • 2017/08/24 13:56
                        • kernel
                        • linux
                        • btrfs: Remove false alert when fiemap range is smaller than on-disk extent - Patchwork

                          3 users

                          patchwork.kernel.org

                          Commit 4751832da990 ("btrfs: fiemap: Cache and merge fiemap extent before submit it to user") introduced a warning to catch unemitted cached fiemap extent. However such warning doesn't take the following case into consideration: 0 4K 8K |<---- fiemap range --->| |<----------- On-disk extent ------------------>| In this case, the whole 0~8K is cached, and since it's larger than fiemap range, it bre

                          • テクノロジー
                          • 2017/08/15 20:17
                          • Btrfs: add another missing end_page_writeback on submit_extent_page failure - Patchwork

                            3 users

                            patchwork.kernel.org

                            This is actually inspired by Filipe's patch(55e3bd2e0c2e1). When submit_extent_page() in __extent_writepage_io() fails, Btrfs misses clearing a writeback bit of the failed page. This causes the false under-writeback page. Then, another sync task hangs in filemap_fdatawait_range(), because it waits the false under-writeback page. CPU0 CPU1 __extent_writepage_io() ret = submit_extent_page() // fail

                            • テクノロジー
                            • 2017/02/10 11:06
                            • Intel Graphics Driver - Patchwork

                              3 users

                              patchwork.kernel.org

                              Show patches with: State = Action Required | Archived = No |   668 patches Series Submitter State Search Archived No Yes Both Delegate Apply « 1 2 3 4 … 6 7 » Patch Series A/R/T S/W/F Date Submitter Delegate State drm/i915/pxp: fix non-optimised !CONFIG_DRM_I915_PXP build drm/i915/pxp: fix non-optimised !CONFIG_DRM_I915_PXP build - - - --- 2024-11-03 Jonathan Gray New [v2,2/2] drm/display/dsc: MST

                              • テクノロジー
                              • 2017/02/09 11:18
                              • [v2,1/5] kvm: x86: mmu: Use symbolic constants for EPT Violation Exit Qualifications - Patchwork

                                3 users

                                patchwork.kernel.org

                                This change adds some symbolic constants for VM Exit Qualifications related to EPT Violations and updates handle_ept_violation() to use these constants instead of hard-coded numbers. Signed-off-by: Junaid Shahid <junaids@google.com> --- arch/x86/include/asm/vmx.h | 16 ++++++++++++++++ arch/x86/kvm/vmx.c | 22 ++++++++++++++-------- 2 files changed, 30 insertions(+), 8 deletions(-) On 09/11/2016 00:

                                • テクノロジー
                                • 2017/02/01 14:51
                                • drm/i915: Acquire audio powerwell for HD-Audio registers - Patchwork

                                  3 users

                                  patchwork.kernel.org

                                  [dropped stable ML and add a few other relevant people to Cc] On Thu, 04 Aug 2016 20:05:27 +0200, Takashi Iwai wrote: > > On Thu, 04 Aug 2016 18:44:11 +0200, > Daniel Vetter wrote: > > > > On Wed, Aug 03, 2016 at 05:09:00PM +0100, Chris Wilson wrote: > > > On Haswell/Broadwell, the HD-Audio block is inside the HDMI/display > > > power well and so the sna-hda audio codec acquires the display power

                                  • テクノロジー
                                  • 2017/01/11 11:10
                                  • KVM: x86: optimize steal time calculation - Patchwork

                                    3 users

                                    patchwork.kernel.org

                                    Since accumulate_steal_time is now only called in record_steal_time, it doesn't quite make sense to put the delta calculation in a separate function. The function could be called thousands of times before guest enables the steal time MSR (though the compiler may optimize out this function call). And after it's enabled, the MSR enable bit is tested twice every time. Removing the accumulate_steal_ti

                                    • テクノロジー
                                    • 2016/12/24 10:54
                                    • Project List - Patchwork

                                      5 users

                                      patchwork.kernel.org

                                      ALSA development View patches ath10k View patches http://lists.infradead.org/mailman/listinfo/ath10k ath11k View patches http://lists.infradead.org/mailman/listinfo/ath11k System Audit Discussions View patches Linux Backports View patches Bluetooth View patches CEPH development View patches Chrome Platform Drivers View patches CIFS (Samba) Client View patches CIP Project Development View patches h

                                      • テクノロジー
                                      • 2009/01/03 11:46
                                      • kernel
                                      • linux
                                      • development

                                      このページはまだ
                                      ブックマークされていません

                                      このページを最初にブックマークしてみませんか?

                                      『Project List - Patchwork』の新着エントリーを見る

                                      キーボードショートカット一覧

                                      j次のブックマーク

                                      k前のブックマーク

                                      lあとで読む

                                      eコメント一覧を開く

                                      oページを開く

                                      はてなブックマーク

                                      • 総合
                                      • 一般
                                      • 世の中
                                      • 政治と経済
                                      • 暮らし
                                      • 学び
                                      • テクノロジー
                                      • エンタメ
                                      • アニメとゲーム
                                      • おもしろ
                                      • アプリ・拡張機能
                                      • 開発ブログ
                                      • ヘルプ
                                      • お問い合わせ
                                      • ガイドライン
                                      • 利用規約
                                      • プライバシーポリシー
                                      • 利用者情報の外部送信について
                                      • ガイドライン
                                      • 利用規約
                                      • プライバシーポリシー
                                      • 利用者情報の外部送信について

                                      公式Twitter

                                      • 公式アカウント
                                      • ホットエントリー

                                      はてなのサービス

                                      • はてなブログ
                                      • はてなブログPro
                                      • 人力検索はてな
                                      • はてなブログ タグ
                                      • はてなニュース
                                      • ソレドコ
                                      • App Storeからダウンロード
                                      • Google Playで手に入れよう
                                      Copyright © 2005-2025 Hatena. All Rights Reserved.
                                      設定を変更しましたx