summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-085-25/+84
|\
| * genirq: Add optional hardware synchronization for shutdownThomas Gleixner2019-07-032-19/+60
| * genirq: Fix misleading synchronize_irq() documentationThomas Gleixner2019-07-031-1/+2
| * genirq: Delay deactivation in free_irq()Thomas Gleixner2019-07-035-5/+22
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-0813-40/+174
|\ \
| * | time: Validate user input in compat_settimeofday()zhengbin2019-07-071-0/+4
| * | Merge branch 'timers/vdso' into timers/coreThomas Gleixner2019-07-0320-88/+283
| |\ \
| | * | timekeeping: Provide a generic update_vsyscall() implementationVincenzo Frascino2019-06-222-0/+134
| * | | hrtimer: Use a bullet for the returns bullet listMauro Carvalho Chehab2019-06-271-3/+4
| * | | timer_list: Guard procfs specific codeNathan Huckleberry2019-06-231-17/+19
| * | | posix-timers: Use spin_lock_irq() in itimer_delete()Sebastian Andrzej Siewior2019-06-221-5/+3
| * | | posix-timers: Remove "it_signal = NULL" assignment in itimer_delete()Sebastian Andrzej Siewior2019-06-221-5/+0
| * | | timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld2019-06-223-4/+4
| * | | timekeeping: Use proper ktime_add when adding nsecs in coarse offsetJason A. Donenfeld2019-06-221-1/+1
| * | | Merge branch 'linus' into timers/coreThomas Gleixner2019-06-2212-84/+178
| |\ \ \
| * | | | ntp: Limit TAI-UTC offsetMiroslav Lichvar2019-06-221-1/+3
| * | | | alarmtimer: Fix kerneldoc comment for alarmtimer_suspend()Yangtao Li2019-06-141-1/+0
| * | | | clocksource: Move inline keyword to the beginning of function declarationsMathieu Malaterre2019-06-141-2/+2
| * | | | hrtimer: Remove unused header includeYangtao Li2019-06-121-1/+0
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-088-54/+453
|\ \ \ \ \
| * | | | | irq/irqdomain: Fix comment typoZenghui Yu2019-07-061-1/+1
| * | | | | genirq: Update irq stats from NMI handlersShijith Thotton2019-07-062-1/+11
| * | | | | softirq: Use __this_cpu_write() in takeover_tasklets()Muchun Song2019-06-231-1/+1
| * | | | | genirq/affinity: Remove unused argument from [__]irq_build_affinity_masks()Minwoo Im2019-06-121-7/+5
| * | | | | genirq/timings: Add selftest for next event computationDaniel Lezcano2019-06-121-0/+66
| * | | | | genirq/timings: Add selftest for irqs circular bufferDaniel Lezcano2019-06-121-0/+139
| * | | | | genirq/timings: Add selftest for circular arrayDaniel Lezcano2019-06-122-0/+122
| * | | | | genirq/timings: Encapsulate storing functionDaniel Lezcano2019-06-121-19/+34
| * | | | | genirq/timings: Encapsulate timings pushDaniel Lezcano2019-06-121-9/+12
| * | | | | genirq/timings: Optimize the period detection speedDaniel Lezcano2019-06-121-1/+1
| * | | | | genirq/timings: Fix timings buffer inspectionDaniel Lezcano2019-06-121-5/+18
| * | | | | genirq/timings: Fix next event index functionDaniel Lezcano2019-06-121-9/+42
| * | | | | genirq/irqdomain: Remove WARN_ON() on out-of-memory conditionGeert Uytterhoeven2019-05-281-1/+1
* | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-083-11/+13
|\ \ \ \ \ \
| * | | | | | smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit2019-06-232-9/+4
| * | | | | | smp: Do not mark call_function_data as sharedNadav Amit2019-06-231-1/+1
| * | | | | | cpu/hotplug: Abort disabling secondary CPUs if wakeup is pendingPavankumar Kondeti2019-06-121-0/+7
| * | | | | | cpu/hotplug: Fix notify_cpu_starting() reference in bringup_wait_for_ap()Jiri Kosina2019-05-281-1/+1
| |/ / / / /
* | | | | | Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-07-081-5/+14
|\ \ \ \ \ \
| * | | | | | processor: get rid of cpu_relax_yieldHeiko Carstens2019-06-151-1/+6
| * | | | | | s390: improve wait logic of stop_machineMartin Schwidefsky2019-06-151-5/+9
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-082-2/+9
|\ \ \ \ \ \ \
| * | | | | | | arm64: Fix interrupt tracing in the presence of NMIsJulien Thierry2019-06-211-2/+6
| * | | | | | | ptrace: move clearing of TIF_SYSCALL_EMU flag to coreSudeep Holla2019-06-051-0/+3
| |/ / / / / /
* | | | | | | ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEMEJann Horn2019-07-051-3/+1
* | | | | | | Merge tag 'trace-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-07-042-14/+20
|\ \ \ \ \ \ \
| * | | | | | | tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata2019-06-281-4/+6
| * | | | | | | tracing: Fix memory leak in tracing_err_log_open()Takeshi Misawa2019-06-281-1/+13
| * | | | | | | ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...Petr Mladek2019-06-281-9/+1
* | | | | | | | fork: return proper negative error codeChristian Brauner2019-07-011-0/+1