summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-261-5/+0
|\
| * x86/hibernate: Declare global functions in suspend.hArnd Bergmann2023-05-181-5/+0
* | Merge tag 'timers-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux...Linus Torvalds2023-06-264-208/+326
|\ \
| * | hrtimer: Add missing sparse annotations to hrtimer lockingBen Dooks2023-06-221-0/+3
| * | tick/rcu: Fix bogus ratelimit conditionWen Yang2023-06-181-1/+1
| * | alarmtimer: Remove unnecessary (void *) castLi zeming2023-06-181-1/+1
| * | alarmtimer: Remove unnecessary initialization of variable 'ret'Li zeming2023-06-181-1/+1
| * | posix-timers: Refer properly to CONFIG_HIGH_RES_TIMERSLukas Bulwahn2023-06-181-1/+1
| * | posix-timers: Polish coding style in a few placesThomas Gleixner2023-06-181-7/+7
| * | posix-timers: Remove pointless commentsThomas Gleixner2023-06-181-25/+0
| * | posix-timers: Clarify posix_timer_fn() commentsThomas Gleixner2023-06-181-30/+32
| * | posix-timers: Clarify posix_timer_rearm() commentThomas Gleixner2023-06-181-9/+3
| * | posix-timers: Comment SIGEV_THREAD_ID properlyThomas Gleixner2023-06-181-5/+2
| * | posix-timers: Add proper comments in do_timer_create()Thomas Gleixner2023-06-181-9/+11
| * | posix-timers: Document nanosleep() detailsThomas Gleixner2023-06-181-2/+7
| * | posix-timers: Document sys_clock_settime() permissions in placeThomas Gleixner2023-06-181-7/+4
| * | posix-timers: Document sys_clock_getoverrun()Thomas Gleixner2023-06-181-8/+17
| * | posix-timers: Document common_clock_get() correctlyThomas Gleixner2023-06-181-20/+30
| * | posix-timers: Document sys_clock_getres() correctlyThomas Gleixner2023-06-181-8/+73
| * | posix-timers: Split release_posix_timers()Thomas Gleixner2023-06-181-16/+15
| * | posix-timers: Remove pointless irqsafe from hash_lockThomas Gleixner2023-06-181-3/+2
| * | posix-timers: Set k_itimer:: It_signal to NULL on exit()Thomas Gleixner2023-06-181-0/+8
| * | posix-timers: Annotate concurrent access to k_itimer:: It_signalThomas Gleixner2023-06-181-7/+7
| * | posix-timers: Add comments about timer lookupThomas Gleixner2023-06-181-7/+32
| * | posix-timers: Cleanup comments about timer ID trackingThomas Gleixner2023-06-181-20/+8
| * | posix-timers: Clarify timer_wait_running() commentThomas Gleixner2023-06-181-4/+12
| * | posix-timers: Ensure timer ID search-loop limit is validThomas Gleixner2023-06-181-13/+18
| * | posix-timers: Prevent RT livelock in itimer_delete()Thomas Gleixner2023-06-181-8/+35
* | | Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-263-200/+408
|\ \ \
| * | | trace,smp: Add tracepoints for scheduling remotelly called functionsLeonardo Bras2023-06-161-11/+5
| * | | trace,smp: Add tracepoints around remotelly called functionsLeonardo Bras2023-06-161-6/+19
| * | | cpu/hotplug: Fix off by one in cpuhp_bringup_mask()Thomas Gleixner2023-05-231-3/+3
| * | | cpu/hotplug: Allow "parallel" bringup up to CPUHP_BP_KICK_AP_STATEThomas Gleixner2023-05-151-5/+98
| * | | cpu/hotplug: Provide a split up CPUHP_BRINGUP mechanismThomas Gleixner2023-05-151-2/+68
| * | | cpu/hotplug: Reset task stack state in _cpu_up()David Woodhouse2023-05-151-6/+6
| * | | cpu/hotplug: Remove unused state functionsThomas Gleixner2023-05-151-75/+0
| * | | cpu/hotplug: Remove cpu_report_state() and related unused cruftThomas Gleixner2023-05-151-90/+0
| * | | cpu/hotplug: Add CPU state tracking and synchronizationThomas Gleixner2023-05-152-1/+194
| * | | cpu/hotplug: Rework sparse_irq locking in bringup_cpu()Thomas Gleixner2023-05-151-10/+24
| * | | cpu/hotplug: Mark arch_disable_smp_support() and bringup_nonboot_cpus() __initThomas Gleixner2023-05-152-2/+2
| | |/ | |/|
* | | Merge tag 'irq-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-267-71/+109
|\ \ \
| * \ \ Merge tag 'irqchip-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2023-06-2617-88/+266
| |\ \ \
| | * \ \ Merge branch irq/misc-6.5 into irq/irqchip-nextMarc Zyngier2023-06-211-0/+2
| | |\ \ \
| | | * | | irqdomain: Include internals.h for function prototypesArnd Bergmann2023-06-171-0/+2
| | | | |/ | | | |/|
| | * | | genirq: Allow fasteoi handler to resend interrupts on concurrent handlingJames Gowans2023-06-162-1/+17
| | * | | genirq: Expand doc for PENDING and REPLAY flagsJames Gowans2023-06-161-2/+5
| | |/ /
| * | | genirq: Use a maple tree for interrupt descriptor managementShanker Donthineni2023-05-242-26/+33
| * | | genirq: Encapsulate sparse bitmap handlingShanker Donthineni2023-05-242-12/+22
| * | | genirq: Use hlist for managing resend handlersShanker Donthineni2023-05-244-17/+35
| * | | Revert "softirq: Let ksoftirqd do its job"Paolo Abeni2023-05-091-20/+2