summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-09-17Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-17Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-09-17Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-17Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-09-16Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-09-16Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-09-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-09-16Merge branch 'parisc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-09-16Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-09-16Merge tag 'iommu-updates-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-09-16Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar
2019-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-09-13sched/psi: Correct overly pessimistic size calculationMiles Chen
2019-09-13sched/fair: Speed-up energy-aware wake-upsQuentin Perret
2019-09-12cgroup: freezer: fix frozen state inheritanceRoman Gushchin
2019-09-12Merge tag 'for-linus-20190912' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2019-09-12fork: block invalid exit signals with clone3()Eugene Syromiatnikov
2019-09-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-11Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qco...Joerg Roedel
2019-09-11swiotlb: Split size parameter to map/unmap APIsLu Baolu
2019-09-10waitid: Add support for waiting for the current process groupEric W. Biederman
2019-09-10posix-cpu-timers: Fix permission check regressionThomas Gleixner
2019-09-06kexec_elf: support 32 bit ELF filesSven Schnelle
2019-09-06kexec_elf: remove unused variable in kexec_elf_load()Sven Schnelle
2019-09-06kexec_elf: remove Elf_Rel macroSven Schnelle
2019-09-06kexec_elf: remove PURGATORY_STACK_SIZESven Schnelle
2019-09-06kexec_elf: remove parsing of section headersSven Schnelle
2019-09-06kexec_elf: change order of elf_*_to_cpu() functionsSven Schnelle
2019-09-06kexec: add KEXEC_ELFSven Schnelle
2019-09-06Merge tag 'irqchip-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2019-09-06perf/hw_breakpoint: Fix arch_hw_breakpoint use-before-initializationMark-PK Tsai
2019-09-06Merge branch 'x86/cleanups' into x86/cpu, to pick up dependent changesIngo Molnar
2019-09-05genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye
2019-09-05alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo
2019-09-05bpf: fix precision tracking of stack slotsAlexei Starovoitov
2019-09-05hrtimer: Add a missing bracket and hide `migration_base' on !SMPSebastian Andrzej Siewior
2019-09-05kprobes: Prohibit probing on BUG() and WARN() addressMasami Hiramatsu
2019-09-04sched/core: Fix uclamp ABI bug, clean up and robustify sched_read_attr() ABI ...Ingo Molnar
2019-09-03irqdomain: Add the missing assignment of domain->fwnode for named fwnodeDexuan Cui
2019-09-03sched/uclamp: Always use 'enum uclamp_id' for clamp_id valuesPatrick Bellasi
2019-09-03sched/uclamp: Update CPU's refcount on TG's clamp changesPatrick Bellasi
2019-09-03sched/uclamp: Use TG's clamps to restrict TASK's clampsPatrick Bellasi
2019-09-03sched/uclamp: Propagate system defaults to the root groupPatrick Bellasi
2019-09-03sched/uclamp: Propagate parent clampsPatrick Bellasi