summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2021-08-311-0/+42
|\
| * sysctl: introduce new proc handler proc_doboolJia He2021-08-171-0/+42
* | Merge tag 'for-5.15/io_uring-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-301-1/+1
|\ \
| * | io_uring: remove files pointer in cancellation functionsHao Xu2021-08-231-1/+1
* | | Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-301-0/+18
|\ \ \
| * | | params: lift param_set_uint_minmax to common codeSagi Grimberg2021-08-161-0/+18
* | | | Merge tag 'timers-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-08-3010-156/+398
|\ \ \ \
| * | | | clocksource: Make clocksource watchdog test safe for slow-HZ systemsPaul E. McKenney2021-08-283-23/+23
| * | | | hrtimer: Unbreak hrtimer_force_reprogram()Thomas Gleixner2021-08-121-20/+20
| * | | | hrtimer: Use raw_cpu_ptr() in clock_was_set()Thomas Gleixner2021-08-121-2/+3
| * | | | hrtimer: Avoid more SMP function calls in clock_was_set()Thomas Gleixner2021-08-101-9/+65
| * | | | hrtimer: Avoid unnecessary SMP function calls in clock_was_set()Marcelo Tosatti2021-08-101-2/+33
| * | | | hrtimer: Add bases argument to clock_was_set()Thomas Gleixner2021-08-103-10/+17
| * | | | time/timekeeping: Avoid invoking clock_was_set() twiceThomas Gleixner2021-08-101-8/+10
| * | | | timekeeping: Distangle resume and clock-was-set eventsThomas Gleixner2021-08-104-10/+18
| * | | | hrtimer: Force clock_was_set() handling for the HIGHRES=n, NOHZ=y caseThomas Gleixner2021-08-101-28/+59
| * | | | hrtimer: Ensure timerfd notification for HIGHRES=nThomas Gleixner2021-08-102-16/+19
| * | | | hrtimer: Consolidate reprogramming codePeter Zijlstra2021-08-101-43/+29
| * | | | hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()Thomas Gleixner2021-08-101-7/+53
| * | | | posix-cpu-timers: Recalc next expiration when timer_settime() ends up not que...Frederic Weisbecker2021-08-101-6/+35
| * | | | posix-cpu-timers: Consolidate timer base accessorFrederic Weisbecker2021-08-101-15/+13
| * | | | posix-cpu-timers: Remove confusing return value overrideFrederic Weisbecker2021-08-101-2/+0
| * | | | posix-cpu-timers: Force next expiration recalc after itimer resetFrederic Weisbecker2021-08-101-2/+0
| * | | | posix-cpu-timers: Force next_expiration recalc after timer deletionFrederic Weisbecker2021-08-101-1/+32
| * | | | posix-cpu-timers: Assert task sighand is locked while starting cputime counterFrederic Weisbecker2021-08-102-0/+17
| * | | | posix-timers: Remove redundant initialization of variable retColin Ian King2021-08-101-1/+1
| * | | | clocksource: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-3/+3
* | | | | Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-3013-50/+195
|\ \ \ \ \
| * \ \ \ \ Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2021-08-291-0/+1
| |\ \ \ \ \
| | * | | | | irqdomain: Export irq_domain_disconnect_hierarchy()Maulik Shah2021-08-231-0/+1
| * | | | | | genirq/msi: Move MSI sysfs handling from PCI to MSI coreBarry Song2021-08-241-0/+134
| * | | | | | genirq/cpuhotplug: Demote debug printk to KERN_DEBUGLee Jones2021-08-241-1/+1
| * | | | | | genirq: Fix kernel doc indentationThomas Gleixner2021-08-131-3/+1
| * | | | | | genirq: Fix kernel-doc warnings in pm.c, msi.c and ipi.cRandy Dunlap2021-08-113-24/+29
| * | | | | | genirq/timings: Fix error return code in irq_timings_test_irqs()Zhen Lei2021-08-111-0/+2
| * | | | | | genirq/matrix: Fix kernel doc warnings for irq_matrix_alloc_managed()Baokun Li2021-08-101-1/+2
| * | | | | | genirq: Change force_irqthreads to a static keyTanner Love2021-08-102-7/+6
| * | | | | | genirq/generic_chip: Use struct_size() in kzalloc()Gustavo A. R. Silva2021-08-101-7/+10
| * | | | | | genirq: Clarify documentation for request_threaded_irq()Joel Savitz2021-08-101-3/+5
| * | | | | | genirq/affinity: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-4/+4
| * | | | | | Merge branch 'irq/urgent' into irq/coreThomas Gleixner2021-08-1014-204/+334
| |\ \ \ \ \ \
| * | | | | | | genirq: Improve "hwirq" output in /proc and /sys/Cédric Le Goater2021-07-302-2/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-08-3020-1373/+3123
|\ \ \ \ \ \ \
| * | | | | | | locking/rtmutex: Return success on deadlock for ww_mutex waitersPeter Zijlstra2021-08-271-1/+14
| * | | | | | | locking/rtmutex: Prevent spurious EDEADLK return caused by ww_mutexesPeter Zijlstra2021-08-271-0/+25
| * | | | | | | locking/rtmutex: Dequeue waiter on ww_mutex deadlockThomas Gleixner2021-08-251-1/+6
| * | | | | | | locking/rtmutex: Dont dereference waiter locklessThomas Gleixner2021-08-252-2/+16
| * | | | | | | locking/semaphore: Add might_sleep() to down_*() familyXiaoming Ni2021-08-201-0/+4
| * | | | | | | locking/ww_mutex: Initialize waiter.ww_ctx properlySebastian Andrzej Siewior2021-08-201-1/+1
| * | | | | | | locking/spinlock/rt: Prepare for RT local_lockThomas Gleixner2021-08-171-2/+5