summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge tag 'sched-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-08-042-21/+53
|\ \ \ \
| * | | | sched/core: Fix unbalance set_rq_online/offline() in sched_cpu_deactivate()Yang Yingliang2024-07-291-0/+1
| * | | | sched/core: Introduce sched_set_rq_on/offline() helperYang Yingliang2024-07-291-14/+26
| * | | | sched/smt: Fix unbalance sched_smt_present dec/incYang Yingliang2024-07-291-0/+1
| * | | | sched/smt: Introduce sched_smt_present_inc/dec() helperYang Yingliang2024-07-291-7/+19
| * | | | sched/cputime: Fix mul_u64_u64_div_u64() precision for cputimeZheng Zucheng2024-07-291-0/+6
| |/ / /
* | | | Merge tag 'locking-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-08-042-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | jump_label: Fix the fix, brown paper bags galorePeter Zijlstra2024-07-311-2/+2
| * | | locking/pvqspinlock: Correct the type of "old" variable in pv_kick_node()Uros Bizjak2024-07-291-1/+1
| |/ /
* | | profiling: remove stale percpu flip buffer variablesLinus Torvalds2024-07-291-6/+0
* | | task_work: make TWA_NMI_CURRENT handling conditional on IRQ_WORKLinus Torvalds2024-07-291-0/+6
* | | profiling: attempt to remove per-cpu profile flip bufferLinus Torvalds2024-07-291-181/+2
* | | profiling: remove prof_cpu_maskTetsuo Handa2024-07-292-40/+13
* | | minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds2024-07-281-2/+0
|/ /
* | Merge tag 'timers-urgent-2024-07-26' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-07-272-205/+215
|\ \
| * | timers/migration: Fix grammar in commentAnna-Maria Behnsen2024-07-221-1/+1
| * | timers/migration: Spare write when nothing changedAnna-Maria Behnsen2024-07-221-6/+5
| * | timers/migration: Rename childmask by groupmask to make naming more obviousAnna-Maria Behnsen2024-07-222-20/+19
| * | timers/migration: Read childmask and parent pointer in a single placeAnna-Maria Behnsen2024-07-221-15/+5
| * | timers/migration: Use a single struct for hierarchy walk dataAnna-Maria Behnsen2024-07-221-71/+55
| * | timers/migration: Improve tracingAnna-Maria Behnsen2024-07-221-6/+5
| * | timers/migration: Move hierarchy setup into cpuhotplug prepare callbackAnna-Maria Behnsen2024-07-221-87/+119
| * | timers/migration: Do not rely always on group->parentAnna-Maria Behnsen2024-07-222-19/+26
* | | Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-07-251-15/+13
|\ \ \ | |_|/ |/| |
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-07-251-15/+13
| |\ \
| | * | bpf, events: Use prog to emit ksymbol event for main programHou Tao2024-07-191-15/+13
* | | | Merge tag 'printk-for-6.11-trivial' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-251-3/+3
|\ \ \ \
| * | | | printk: Rename console_replay_all() and update contextSreenath Vijayan2024-06-031-3/+3
* | | | | Merge tag 'constfy-sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-2528-71/+71
|\ \ \ \ \
| * | | | | sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-2428-71/+71
* | | | | | Merge tag 'kgdb-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2024-07-254-20/+8
|\ \ \ \ \ \
| * | | | | | kdb: Get rid of redundant kdb_curr_task()Zheng Zengkai2024-06-213-17/+5
| * | | | | | kdb: Use the passed prompt in kdb_position_cursor()Douglas Anderson2024-06-211-1/+1
| * | | | | | kdb: address -Wformat-security warningsArnd Bergmann2024-06-211-2/+2
* | | | | | | Merge tag 'dma-mapping-6.11-2024-07-24' of git://git.infradead.org/users/hch/...Linus Torvalds2024-07-251-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | dma: fix call order in dmam_free_coherentLance Richardson2024-07-191-1/+1
* | | | | | | Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-07-233-14/+1
|\ \ \ \ \ \ \
| * | | | | | | kallsyms: get rid of code for absolute kallsymsJann Horn2024-07-203-9/+1
| * | | | | | | kbuild: remove PROVIDE() for kallsyms symbolsMasahiro Yamada2024-07-161-5/+0
* | | | | | | | Merge tag 'livepatching-for-6.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-07-231-3/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | livepatch: Replace snprintf() with sysfs_emit()Yafang Shao2024-07-021-3/+2
| * | | | | | | | livepatch: Add "replace" sysfs attributeYafang Shao2024-07-021-0/+12
* | | | | | | | | Merge tag 'irq-msi-2024-07-22' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-222-76/+22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | genirq/msi: Move msi_device_data to coreThomas Gleixner2024-07-181-2/+18
| * | | | | | | | | genirq/msi: Remove platform MSI leftoversThomas Gleixner2024-07-181-73/+2
| * | | | | | | | | irqdomain: Fix formatting irq_find_matching_fwspec() kerneldoc commentAnna-Maria Behnsen2024-06-231-1/+2
* | | | | | | | | | Merge tag 'irq-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-226-128/+338
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | irqdomain: Remove __irq_domain_add()Herve Codina2024-06-171-33/+0
| * | | | | | | | | | irqdomain: Convert domain creation functions to irq_domain_instantiate()Herve Codina2024-06-171-5/+21
| * | | | | | | | | | irqdomain: Add a resource managed version of irq_domain_instantiate()Herve Codina2024-06-171-0/+41