summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | perf: Fix function pointer casePeter Zijlstra2022-11-241-2/+6
| * | | | | | | perf: Fix possible memleak in pmu_dev_alloc()Chen Zhongjin2022-11-151-3/+5
| * | | | | | | perf: Fix IS_ERR() vs NULL check in inherit_event()Gaosheng Cui2022-11-151-1/+1
| * | | | | | | perf: Remove unused pointer task_ctxColin Ian King2022-11-151-2/+0
| * | | | | | | perf: Optimize perf_tp_event()Ravi Bangoria2022-10-271-55/+79
| * | | | | | | perf: Rewrite core context handlingPeter Zijlstra2022-10-271-958/+998
| |/ / / / / /
* | | | | | | Merge tag 'locking-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-12-132-15/+19
|\ \ \ \ \ \ \
| * | | | | | | futex: Resend potentially swallowed owner death notificationAlexey Izbyshev2022-12-021-9/+17
| * | | | | | | jump_label: Use atomic_try_cmpxchg() in static_key_slow_inc_cpuslocked()Uros Bizjak2022-10-271-6/+2
| |/ / / / / /
* | | | | | | Merge tag 'cxl-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2022-12-121-5/+8
|\ \ \ \ \ \ \
| * | | | | | | PCI: Allow drivers to request exclusive config regionsIra Weiny2022-11-141-5/+8
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'pm-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2022-12-123-22/+21
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-----. \ \ \ \ \ \ Merge branches 'powercap', 'pm-x86', 'pm-opp' and 'pm-misc'Rafael J. Wysocki2022-12-121-3/+3
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| | | | | * | | | | | notifier: repair slips in kernel-doc commentsLukas Bulwahn2022-11-301-3/+3
| | | | |/ / / / / /
| | | | | | | | | |
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains'Rafael J. Wysocki2022-12-122-19/+18
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | |
| | | * | | | | | | | | PM: sleep: Refine error message in try_to_freeze_tasks()Rafael J. Wysocki2022-12-061-2/+2
| | | * | | | | | | | | PM: sleep: Avoid using pr_cont() in the tasks freezing codeRafael J. Wysocki2022-12-061-13/+8
| | | * | | | | | | | | PM: hibernate: Complain about memory map mismatches during resumeXueqin Luo2022-12-011-2/+6
| | | * | | | | | | | | PM: hibernate: Fix mistake in kerneldoc commentxiongxin2022-11-031-2/+2
| | | |/ / / / / / / /
* | | | | | | | | | | Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-123-99/+348
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | clockevents: Repair kernel-doc for clockevent_delta2ns()Lukas Bulwahn2022-12-011-1/+1
| * | | | | | | | | | | vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn2022-12-011-0/+18
| * | | | | | | | | | | timers: Provide timer_shutdown[_sync]()Thomas Gleixner2022-11-241-0/+66
| * | | | | | | | | | | timers: Add shutdown mechanism to the internal functionsThomas Gleixner2022-11-241-8/+54
| * | | | | | | | | | | timers: Split [try_to_]del_timer[_sync]() to prepare for shutdown modeThomas Gleixner2022-11-241-51/+92
| * | | | | | | | | | | timers: Silently ignore timers with a NULL functionThomas Gleixner2022-11-241-5/+52
| * | | | | | | | | | | timers: Rename del_timer() to timer_delete()Thomas Gleixner2022-11-241-3/+3
| * | | | | | | | | | | timers: Rename del_timer_sync() to timer_delete_sync()Thomas Gleixner2022-11-241-9/+9
| * | | | | | | | | | | timers: Use del_timer_sync() even on UPThomas Gleixner2022-11-241-2/+0
| * | | | | | | | | | | timers: Update kernel-doc for various functionsThomas Gleixner2022-11-241-58/+90
| * | | | | | | | | | | timers: Replace BUG_ON()sThomas Gleixner2022-11-241-5/+6
| * | | | | | | | | | | timers: Get rid of del_singleshot_timer_sync()Thomas Gleixner2022-11-241-1/+1
| * | | | | | | | | | | timers: Replace in_irq() with in_hardirq()ye xingchen2022-10-171-1/+1
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'smp-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-121-17/+44
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | cpu/hotplug: Do not bail-out in DYING/STARTING sectionsVincent Donnefort2022-12-021-16/+40
| * | | | | | | | | | | cpu/hotplug: Set cpuhp target for boot cpuPhil Auld2022-12-021-0/+1
| * | | | | | | | | | | cpu/hotplug: Make target_store() a nop when target == statePhil Auld2022-12-021-1/+3
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-126-189/+761
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | genirq/msi: Provide msi_domain_alloc_irq_at()Thomas Gleixner2022-12-051-10/+95
| * | | | | | | | | | | genirq/msi: Provide msi_domain_ops:: Prepare_desc()Thomas Gleixner2022-12-051-0/+3
| * | | | | | | | | | | genirq/msi: Provide BUS_DEVICE_PCI_MSI[X]Thomas Gleixner2022-12-051-0/+4
| * | | | | | | | | | | genirq/msi: Add range checking to msi_insert_desc()Thomas Gleixner2022-12-051-10/+43
| * | | | | | | | | | | genirq/msi: Provide msi_match_device_domain()Thomas Gleixner2022-12-051-0/+25
| * | | | | | | | | | | genirq/msi: Provide msi_create/free_device_irq_domain()Thomas Gleixner2022-12-051-0/+138
| * | | | | | | | | | | genirq/msi: Split msi_create_irq_domain()Thomas Gleixner2022-12-051-12/+20
| * | | | | | | | | | | genirq/msi: Add size info to struct msi_domain_infoThomas Gleixner2022-12-051-0/+11
| * | | | | | | | | | | genirq/msi: Provide struct msi_parent_opsThomas Gleixner2022-12-051-0/+41
| * | | | | | | | | | | genirq/msi: Remove unused alloc/free interfacesThomas Gleixner2022-12-051-73/+0
| * | | | | | | | | | | genirq/msi: Provide new domain id allocation functionsThomas Gleixner2022-12-051-39/+136
| * | | | | | | | | | | genirq/msi: Provide new domain id based interfaces for freeing interruptsThomas Gleixner2022-12-051-22/+120