summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-08-15refscale: Constify struct ref_scale_opsChristophe JAILLET
2024-08-15rcuscale: Count outstanding callbacks per-task rather than per-CPUPaul E. McKenney
2024-08-15rcuscale: NULL out top-level pointers to heap memoryPaul E. McKenney
2024-08-15rcuscale: Use special allocator for rcu_scale_writer()Paul E. McKenney
2024-08-15rcuscale: Make rcu_scale_writer() tolerate repeated GFP_KERNEL failurePaul E. McKenney
2024-08-15rcuscale: Make all writer tasks report upon hangPaul E. McKenney
2024-08-15rcuscale: Provide clear error when async specified without primitivesPaul E. McKenney
2024-08-14rcuscale: Print detailed grace-period and barrier diagnosticsPaul E. McKenney
2024-08-14rcu: Mark callbacks not currently participating in barrier operationPaul E. McKenney
2024-08-14rcuscale: Dump grace-period statistics when rcu_scale_writer() stallsPaul E. McKenney
2024-08-14rcuscale: Dump stacks of stalled rcu_scale_writer() instancesPaul E. McKenney
2024-08-14rcuscale: Save a few lines with whitespace-only changePaul E. McKenney
2024-08-14refscale: Optimize process_durations()Christophe JAILLET
2024-08-14rcu/tasks: Add rcu_barrier_tasks*() start time to diagnosticsPaul E. McKenney
2024-08-14rcu/tasks: Add detailed grace-period and barrier diagnosticsPaul E. McKenney
2024-08-14rcu/tasks: Mark callbacks not currently participating in barrier operationPaul E. McKenney
2024-08-14rcu: Provide rcu_barrier_cb_is_done() to check rcu_barrier() CBsPaul E. McKenney
2024-08-14rcu/tasks: Update rtp->tasks_gp_seq commentPaul E. McKenney
2024-08-14rcu/tasks: Check processor-ID assumptionsPaul E. McKenney
2024-08-14rcu-tasks: Fix access non-existent percpu rtpcp variable in rcu_tasks_need_gp...Zqiang
2024-08-14rcu-tasks: Remove RCU Tasks Rude asynchronous APIsPaul E. McKenney
2024-08-14rcuscale: Stop testing RCU Tasks Rude asynchronous APIsPaul E. McKenney
2024-08-14rcutorture: Stop testing RCU Tasks Rude asynchronous APIsPaul E. McKenney
2024-07-27Merge tag 'timers-urgent-2024-07-26' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-07-25Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-07-25Merge tag 'printk-for-6.11-trivial' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-07-25Merge tag 'constfy-sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-07-25Merge tag 'kgdb-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds
2024-07-25Merge tag 'dma-mapping-6.11-2024-07-24' of git://git.infradead.org/users/hch/...Linus Torvalds
2024-07-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-23Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-07-23Merge tag 'livepatching-for-6.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-07-22Merge tag 'irq-msi-2024-07-22' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-22Merge tag 'irq-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-07-22timers/migration: Fix grammar in commentAnna-Maria Behnsen
2024-07-22timers/migration: Spare write when nothing changedAnna-Maria Behnsen
2024-07-22timers/migration: Rename childmask by groupmask to make naming more obviousAnna-Maria Behnsen
2024-07-22timers/migration: Read childmask and parent pointer in a single placeAnna-Maria Behnsen
2024-07-22timers/migration: Use a single struct for hierarchy walk dataAnna-Maria Behnsen
2024-07-22timers/migration: Improve tracingAnna-Maria Behnsen
2024-07-22timers/migration: Move hierarchy setup into cpuhotplug prepare callbackAnna-Maria Behnsen
2024-07-22timers/migration: Do not rely always on group->parentAnna-Maria Behnsen
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-20kallsyms: get rid of code for absolute kallsymsJann Horn
2024-07-19Merge tag 'pci-v6.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-07-19Merge tag 'tty-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-07-19Merge tag 'dma-mapping-6.11-2024-07-19' of git://git.infradead.org/users/hch/...Linus Torvalds
2024-07-19bpf, events: Use prog to emit ksymbol event for main programHou Tao