summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2019-05-07Merge branch 'stable-fodder' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-8/+2
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-19/+19
2019-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds-52/+39
2019-05-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2019-05-07signal: support CLONE_PIDFD with pidfd_send_signalChristian Brauner-6/+9
2019-05-07clone: add CLONE_PIDFDChristian Brauner-4/+103
2019-05-07locking/rwsem: Prevent decrement of reader count before incrementWaiman Long-15/+31
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+0
2019-05-06Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-27/+43
2019-05-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-71/+117
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds-1/+19
2019-05-06Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-6/+4
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-52/+77
2019-05-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-114/+95
2019-05-06Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-25/+39
2019-05-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-190/+231
2019-05-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+12
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-794/+895
2019-05-06Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-195/+409
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-250/+458
2019-05-06Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-0/+15
2019-05-06Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-6/+3
2019-05-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-826/+831
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+5
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-9/+7
2019-05-06kernel: cgroup: fix misuse of %xFuqian Huang-4/+4
2019-05-06cgroup: get rid of cgroup_freezer_frozen_exit()Roman Gushchin-13/+2
2019-05-06cgroup: prevent spurious transition into non-frozen stateRoman Gushchin-12/+6
2019-05-06cgroup: Remove unused cgrp variableShaokun Zhang-3/+0
2019-05-06dma-mapping: add a Kconfig symbol to indicate arch_dma_prep_coherent presenceChristoph Hellwig-0/+3
2019-05-06Merge tag 'irqchip-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner-152/+295
2019-05-06Merge branches 'pm-cpuidle' and 'pm-sleep'Rafael J. Wysocki-16/+33
2019-05-06Merge branch 'pm-cpufreq'Rafael J. Wysocki-11/+10
2019-05-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+1
2019-05-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2019-05-03livepatch: Remove duplicated code for early initializationPetr Mladek-16/+26
2019-05-03livepatch: Remove custom kobject state handlingPetr Mladek-39/+17
2019-05-03nohz_full: Allow the boot CPU to be nohz_fullNicholas Piggin-14/+70
2019-05-03sched/isolation: Require a present CPU in housekeeping maskNicholas Piggin-5/+13
2019-05-03kernel/cpu: Allow non-zero CPU to be primary for suspend / kexec freezeNicholas Piggin-1/+18
2019-05-03power/suspend: Add function to disable secondaries for suspendNicholas Piggin-10/+10
2019-05-03genirq/msi: Add a new field in msi_desc to store an IOMMU cookieJulien Grall-0/+3
2019-05-03sched/core: Allow the remote scheduler tick to be started on CPU0Nicholas Piggin-1/+1
2019-05-03Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar-152/+276
2019-05-03perf/ring_buffer: Fix AUX software double bufferingAlexander Shishkin-2/+1
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-49/+85
2019-05-02tracing: kdb: Allow ftdump to skip all but the last few entriesDouglas Anderson-14/+31
2019-05-02tracing: Add trace_total_entries() / trace_total_entries_cpu()Douglas Anderson-15/+53
2019-05-02tracing: kdb: The skip_lines parameter should have been skip_entriesDouglas Anderson-8/+8