summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'audit-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-03-314-5/+9
|\
| * audit: trigger accompanying records when no rules presentRichard Guy Briggs2020-03-123-3/+9
| * audit: CONFIG_CHANGE don't log internal bookkeeping as an eventSteve Grubb2020-02-101-2/+0
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-311-0/+2
|\ \
| * | dma-mapping: Fix dma_pgprot() for unencrypted coherent pagesThomas Hellstrom2020-03-171-0/+2
* | | Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-03-303-14/+15
|\ \ \
| * | | lockdep: Rename trace_{hard,soft}{irq_context,irqs_enabled}()Peter Zijlstra2020-03-212-5/+5
| * | | lockdep: Rename trace_softirqs_{on,off}()Peter Zijlstra2020-03-212-5/+5
| * | | lockdep: Rename trace_hardirq_{enter,exit}()Thomas Gleixner2020-03-211-3/+4
* | | | Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-3010-111/+109
|\ \ \ \
| * | | | Revert "tick/common: Make tick_periodic() check for missing ticks"Thomas Gleixner2020-03-191-33/+3
| * | | | time/sched_clock: Expire timer in hardirq contextAhmed S. Darwish2020-03-191-4/+5
| * | | | tick/common: Make tick_periodic() check for missing ticksWaiman Long2020-03-041-3/+33
| * | | | hrtimer: Cast explicitely to u32t in __ktime_divns()Wen Yang2020-03-041-1/+1
| * | | | timekeeping: Prevent 32bit truncation in scale64_check_overflow()Wen Yang2020-03-041-2/+1
| * | | | posix-cpu-timers: Stop disabling timers on mt-execEric W. Biederman2020-03-041-10/+1
| * | | | posix-cpu-timers: Store a reference to a pid not a taskEric W. Biederman2020-03-041-18/+55
| * | | | posix-cpu-timers: Pass the task into arm_timer()Eric W. Biederman2020-03-011-4/+3
| * | | | posix-cpu-timers: Remove unnecessary locking around cpu_clock_sample_groupEric W. Biederman2020-03-011-54/+12
| * | | | posix-cpu-timers: cpu_clock_sample_group() no longer needs siglockEric W. Biederman2020-03-011-3/+1
| * | | | posix-timers: Pass lockdep expression to RCU listsAmol Grover2020-02-171-1/+2
| * | | | timer: Improve the comment describing schedule_timeout()Alexander Popov2020-02-171-7/+9
| * | | | lib/vdso: Move VCLOCK_TIMENS to vdso_clock_modesThomas Gleixner2020-02-171-3/+4
| * | | | lib/vdso: Avoid highres update if clocksource is not VDSO capableThomas Gleixner2020-02-171-3/+3
| * | | | lib/vdso: Cleanup clock mode storage leftoversThomas Gleixner2020-02-171-4/+0
| * | | | clocksource: Add common vdso clock mode storageThomas Gleixner2020-02-172-2/+17
* | | | | Merge tag 'timers-nohz-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-301-0/+2
|\ \ \ \ \
| * | | | | context-tracking: Introduce CONFIG_HAVE_TIF_NOHZFrederic Weisbecker2020-02-141-0/+2
| | |_|_|/ | |/| | |
* | | | | Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-305-37/+148
|\ \ \ \ \
| * | | | | cpu/hotplug: Ignore pm_wakeup_pending() for disable_nonboot_cpus()Thomas Gleixner2020-03-281-2/+2
| * | | | | cpu/hotplug: Hide cpu_up/down()Qais Yousef2020-03-251-14/+28
| * | | | | cpu/hotplug: Move bringup of secondary CPUs out of smp_init()Qais Yousef2020-03-252-8/+13
| * | | | | torture: Replace cpu_up/down() with add/remove_cpu()Qais Yousef2020-03-251-4/+5
| * | | | | cpu/hotplug: Provide bringup_hibernate_cpu()Qais Yousef2020-03-251-0/+23
| * | | | | cpu/hotplug: Create a new function to shutdown nonboot cpusQais Yousef2020-03-251-0/+42
| * | | | | cpu/hotplug: Add new {add,remove}_cpu() functionsQais Yousef2020-03-251-0/+24
| * | | | | sched/core: Remove rq.hrtick_csd_pendingPeter Xu2020-03-062-8/+2
| * | | | | smp: Allow smp_call_function_single_async() to insert locked csdPeter Xu2020-03-061-3/+11
* | | | | | Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-307-72/+136
|\ \ \ \ \ \
| * | | | | | genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy()Alexander Sverdlin2020-03-081-5/+5
| * | | | | | genirq: Provide interrupt injection mechanismThomas Gleixner2020-03-085-37/+59
| * | | | | | genirq: Sanitize state handling in check_irq_resend()Thomas Gleixner2020-03-081-8/+14
| * | | | | | genirq: Add return value to check_irq_resend()Thomas Gleixner2020-03-083-37/+51
| * | | | | | genirq: Add protection against unsafe usage of generic_handle_irq()Thomas Gleixner2020-03-083-2/+17
| * | | | | | genirq/debugfs: Add missing sanity checks to interrupt injectionThomas Gleixner2020-03-081-2/+9
| * | | | | | irqdomain: Fix function documentation of __irq_domain_alloc_fwnode()luanshi2020-03-081-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-03-3015-462/+1026
|\ \ \ \ \ \
| * | | | | | sched/fair: Fix condition of avg_load calculationTao Zhou2020-03-201-1/+2
| * | | | | | sched/rt: cpupri_find: Trigger a full search as fallbackQais Yousef2020-03-201-23/+6
| * | | | | | kthread: Do not preempt current task if it is going to call schedule()Liang Chen2020-03-201-2/+15