summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2019-09-16xdp: Fix race in dev_map_hash_update_elem() when replacing elementToke Høiland-Jørgensen-5/+12
2019-09-15um: Enable CONFIG_CONSTRUCTORSJohannes Berg-1/+1
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-51/+81
2019-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-9/+14
2019-09-13padata: remove cpu_index from the parallel_queueDaniel Jordan-11/+2
2019-09-13padata: unbind parallel jobs from specific CPUsDaniel Jordan-53/+65
2019-09-13padata: use separate workqueues for parallel and serial workDaniel Jordan-10/+18
2019-09-13padata, pcrypt: take CPU hotplug lock internally in padata_alloc_possibleDaniel Jordan-8/+9
2019-09-13padata: make padata_do_parallel find alternate callback CPUDaniel Jordan-7/+20
2019-09-13workqueue: require CPU hotplug read exclusion for apply_workqueue_attrsDaniel Jordan-5/+14
2019-09-13workqueue: unconfine alloc/apply/free_workqueue_attrs()Daniel Jordan-3/+3
2019-09-13padata: allocate workqueue internallyDaniel Jordan-9/+15
2019-09-13sched/psi: Correct overly pessimistic size calculationMiles Chen-1/+1
2019-09-13sched/fair: Speed-up energy-aware wake-upsQuentin Perret-60/+50
2019-09-12cgroup: freezer: fix frozen state inheritanceRoman Gushchin-1/+9
2019-09-12Merge tag 'for-linus-20190912' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds-0/+10
2019-09-12fork: block invalid exit signals with clone3()Eugene Syromiatnikov-0/+10
2019-09-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+2
2019-09-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+2
2019-09-11module: remove unneeded casts in cmp_name()Masahiro Yamada-5/+2
2019-09-11module: Fix link failure due to invalid relocation on namespace offsetWill Deacon-0/+2
2019-09-11Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qco...Joerg Roedel-14/+22
2019-09-11swiotlb: Split size parameter to map/unmap APIsLu Baolu-14/+22
2019-09-10waitid: Add support for waiting for the current process groupEric W. Biederman-2/+5
2019-09-10posix-cpu-timers: Fix permission check regressionThomas Gleixner-9/+35
2019-09-10module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTSMatthias Maennich-2/+9
2019-09-10module: add support for symbol namespaces.Matthias Maennich-0/+43
2019-09-10module: support reading multiple values per modinfo tagMatthias Maennich-2/+15
2019-09-07kernel.h: Add non_block_start/end()Daniel Vetter-5/+14
2019-09-06kexec_elf: support 32 bit ELF filesSven Schnelle-15/+42
2019-09-06kexec_elf: remove unused variable in kexec_elf_load()Sven Schnelle-5/+2
2019-09-06kexec_elf: remove Elf_Rel macroSven Schnelle-4/+0
2019-09-06kexec_elf: remove PURGATORY_STACK_SIZESven Schnelle-2/+0
2019-09-06kexec_elf: remove parsing of section headersSven Schnelle-137/+0
2019-09-06kexec_elf: change order of elf_*_to_cpu() functionsSven Schnelle-6/+6
2019-09-06kexec: add KEXEC_ELFSven Schnelle-0/+550
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-36/+151
2019-09-06Merge tag 'irqchip-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner-4/+6
2019-09-06perf/hw_breakpoint: Fix arch_hw_breakpoint use-before-initializationMark-PK Tsai-2/+2
2019-09-06Merge branch 'x86/cleanups' into x86/cpu, to pick up dependent changesIngo Molnar-14/+2
2019-09-05genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye-0/+2
2019-09-05alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo-2/+2
2019-09-05tracing: Add "gfp_t" support in synthetic_eventsZhengjun Xing-0/+19
2019-09-05bpf: fix precision tracking of stack slotsAlexei Starovoitov-9/+14
2019-09-05hrtimer: Add a missing bracket and hide `migration_base' on !SMPSebastian Andrzej Siewior-1/+11
2019-09-05kprobes: Prohibit probing on BUG() and WARN() addressMasami Hiramatsu-1/+2
2019-09-04sched/core: Fix uclamp ABI bug, clean up and robustify sched_read_attr() ABI ...Ingo Molnar-39/+39
2019-09-04kbuild: add $(BASH) to run scripts with bash-extensionMasahiro Yamada-1/+1
2019-09-04dma-mapping: introduce a dma_common_find_pages helperChristoph Hellwig-2/+11
2019-09-04dma-mapping: always use VM_DMA_COHERENT for generic DMA remapChristoph Hellwig-13/+10