aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-06-05signal: improve commentsChristian Brauner1-6/+5
2019-06-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-16/+52
2019-06-02Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2019-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-31/+51
2019-06-01kernel/signal.c: trace_signal_deliver when signal_group_exitZhenliang Wei1-0/+2
2019-06-01mm, memcg: consider subtrees in memory.eventsChris Down1-2/+14
2019-06-01prctl_set_mm: downgrade mmap_sem to read lockMichal Koutný1-2/+9
2019-06-01prctl_set_mm: refactor checks from validate_prctl_mapMichal Koutný1-26/+25
2019-06-01kernel/fork.c: make max_threads symbol staticKefeng Wang1-1/+1
2019-05-31Merge tag 'pm-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-2/+2
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds26-245/+26
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner7-28/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 170Thomas Gleixner1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner7-72/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner10-137/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-29Merge tag 'trace-v5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-2/+6
2019-05-28Merge tag 'perf-urgent-for-mingo-5.2-20190528' of git://git.kernel.org/pub/sc...Ingo Molnar5-9/+29
2019-05-28tracing: Avoid memory leak in predicate_parse()Tomas Bortoli1-2/+6
2019-05-27ACPI: PM: Call pm_set_suspend_via_firmware() during hibernationRafael J. Wysocki1-2/+2
2019-05-26Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-10/+20
2019-05-25tracing: Silence GCC 9 array bounds warningMiguel Ojeda3-10/+20
2019-05-25Merge tag 'trace-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-3/+11
2019-05-24Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds4-17/+4
2019-05-24locking/lock_events: Use this_cpu_add() when necessaryWaiman Long1-2/+40
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 38Thomas Gleixner1-2/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner3-15/+3
2019-05-24perf/ring-buffer: Use regular variables for nestingPeter Zijlstra2-17/+28
2019-05-24perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->user_page dataPeter Zijlstra1-3/+3
2019-05-24perf/ring_buffer: Add ordering to rb->nest incrementPeter Zijlstra1-0/+9
2019-05-24perf/ring_buffer: Fix exposing a temporarily decreased data_headYabin Cui1-4/+20
2019-05-22kernel/trace/trace.h: Remove duplicate header of trace_seq.hJagadeesh Pagadala1-1/+0
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds70-112/+70
2019-05-21tracing: Add a check_val() check before updating cond_snapshot() track_valTom Zanussi1-0/+6
2019-05-21tracing: Check keys for variable references in expressions tooTom Zanussi1-2/+2
2019-05-21tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_eltsTom Zanussi1-0/+3
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 25Thomas Gleixner2-20/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner6-78/+6
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 9Thomas Gleixner1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner16-0/+16
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner45-0/+45
2019-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-9/+29
2019-05-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+16
2019-05-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-1/+31
2019-05-19stacktrace: Unbreak stack_trace_save_tsk_reliable()Joe Lawrence1-1/+1
2019-05-18panic: add an option to replay all the printk message in bufferFeng Tang2-2/+16
2019-05-16Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2019-05-16bpf: relax inode permission check for retrieving bpf programChenbo Feng1-1/+1
2019-05-16Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2019-05-16Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-15/+31
2019-05-16signal: unconditionally leave the frozen state in ptrace_stop()Roman Gushchin1-0/+1
2019-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-8/+28
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds19-400/+998
2019-05-15kernel/compat.c: mark expected switch fall-throughsStephen Rothwell1-0/+3
2019-05-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds23-188/+1444
2019-05-14panic/reboot: allow specifying reboot_mode for panic onlyAaro Koskinen2-5/+17
2019-05-14panic: avoid the extra noise dmesgFeng Tang2-0/+13
2019-05-14gcov: clang supportGreg Hackmann7-2/+611
2019-05-14gcov: clang: move common GCC code into gcc_base.cGreg Hackmann4-84/+93
2019-05-14kernel/pid.c: remove unneeded hash header fileTimmy Li1-1/+0
2019-05-14kernel/sysctl.c: fix proc_do_large_bitmap for large input buffersEric Sandeen1-1/+28
2019-05-14sysctl: return -EINVAL if val violates minmaxChristian Brauner1-2/+4
2019-05-14kernel/sysctl.c: switch to bitmap_zalloc()Andy Shevchenko1-4/+2
2019-05-14kernel/signal.c: annotate implicit fall throughMathieu Malaterre1-0/+1
2019-05-14kernel/user.c: clean up some leftover codeRasmus Villemoes1-6/+1
2019-05-14kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Lin Feng2-2/+2
2019-05-14kernel/latencytop.c: remove unnecessary checks for latencytop_enabledLin Feng1-6/+0
2019-05-14kernel/notifier.c: double register detectionVasily Averin1-0/+1
2019-05-14kernel/sched/psi.c: expose pressure metrics on root cgroupDan Schatzberg2-7/+13
2019-05-14psi: introduce psi monitorSuren Baghdasaryan2-18/+547
2019-05-14include/: refactor headers to allow kthread.h inclusion in psi_types.hSuren Baghdasaryan1-0/+1
2019-05-14psi: track changed statesSuren Baghdasaryan1-6/+18
2019-05-14psi: split update_stats into partsSuren Baghdasaryan1-23/+34
2019-05-14psi: rename psi fields in preparation for psi trigger additionSuren Baghdasaryan1-20/+21
2019-05-14psi: make psi_enable staticSuren Baghdasaryan1-2/+2
2019-05-14psi: introduce state_mask to represent stalled psi statesSuren Baghdasaryan1-10/+19
2019-05-14mm: change mm_update_next_owner() to update mm->owner with WRITE_ONCEAndrea Arcangeli1-3/+3
2019-05-14userfaultfd: use RCU to free the task struct when fork failsAndrea Arcangeli1-2/+29
2019-05-14kernel/Makefile: don't assume that kernel/gen_ikh_data.sh is executableAndrew Morton1-1/+1
2019-05-14Merge tag 'kgdb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds5-9/+8
2019-05-14Merge tag 'modules-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-8/+15
2019-05-14bpf, lru: avoid messing with eviction heuristics upon syscall lookupDaniel Borkmann1-5/+18
2019-05-14bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann1-1/+4
2019-05-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-15/+33
2019-05-14kernel/memremap.c: remove the unused device_private_entry_fault() exportChristoph Hellwig1-1/+0
2019-05-14mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport1-8/+8
2019-05-14mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko1-3/+9
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse1-1/+1
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse1-1/+2
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-1/+1
2019-05-14userfaultfd/sysctl: add vm.unprivileged_userfaultfdPeter Xu1-0/+12
2019-05-14kernel/sys.c: prctl: fix false positive in validate_prctl_map()Cyrill Gorcunov1-1/+1
2019-05-14kdb: Fix bound check compiler warningWenlin Kang1-1/+1
2019-05-14bpf: mark bpf_event_notify and bpf_event_init as staticStanislav Fomichev1-2/+3
2019-05-14bpf: devmap: fix use-after-free Read in __dev_map_entry_freeEric Dumazet1-0/+3
2019-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+3
2019-05-13bpf: fix undefined behavior in narrow load handlingKrzesimir Nowak1-1/+1
2019-05-12kdb: do a sanity check on the cpu in kdb_per_cpu()Dan Carpenter1-1/+1
2019-05-12kdb: Get rid of broken attempt to print CCVERSION in kdb summaryDouglas Anderson2-2/+0
2019-05-11Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-7/+0
2019-05-10bpf: fix out of bounds backwards jmps due to dead code removalDaniel Borkmann1-2/+2
2019-05-10livepatch: Remove klp_check_compiler_support()Jiri Kosina1-8/+0
2019-05-10fork: do not release lock that wasn't takenChristian Brauner1-2/+3
2019-05-09Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds9-439/+937
2019-05-09Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-42/+53
2019-05-09Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+5
2019-05-09Merge tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-9/+6
2019-05-09cgroup: never call do_group_exit() with task->frozen bit setRoman Gushchin1-5/+3
2019-05-09ntp: Allow TAI-UTC offset to be set to zeroMiroslav Lichvar1-1/+1
2019-05-08tracing: Fix documentation about disabling options using trace_optionsSrivatsa S. Bhat (VMware)1-1/+1
2019-05-08tracing: Replace kzalloc with kcallocGustavo A. R. Silva1-2/+2
2019-05-08tracing: Fix partial reading of trace event's id fileElazar Leibovich1-3/+0
2019-05-08tracing: Allow RCU to run between postponed startup testsAnders Roxell1-0/+4
2019-05-08tracing: Fix white space issues in parse_pred() functionColin Ian King1-24/+24
2019-05-08tracing: Eliminate const char[] auto variablesRasmus Villemoes2-22/+14
2019-05-08ring-buffer: Fix mispelling of CalculateYangtao Li1-1/+1
2019-05-08tracing: probeevent: Fix to make the type of $comm stringMasami Hiramatsu1-6/+7
2019-05-08tracing: probeevent: Do not accumulate on ret variableMasami Hiramatsu1-1/+1
2019-05-08tracing: uprobes: Re-enable $comm support for uprobe eventsMasami Hiramatsu2-2/+12
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds17-233/+1694
2019-05-07Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds6-10/+10
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-58/+116
2019-05-07Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+5
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-5/+183
2019-05-07Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds3-10/+112
2019-05-07Merge branch 'stable-fodder' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-8/+2
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds12-19/+19
2019-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds1-52/+39
2019-05-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2019-05-07signal: support CLONE_PIDFD with pidfd_send_signalChristian Brauner2-6/+9
2019-05-07clone: add CLONE_PIDFDChristian Brauner1-4/+103
2019-05-07locking/rwsem: Prevent decrement of reader count before incrementWaiman Long1-15/+31
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+0
2019-05-06Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds6-27/+43
2019-05-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-71/+117
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds3-1/+19
2019-05-06Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-6/+4
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-52/+77
2019-05-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds13-114/+95
2019-05-06Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-25/+39
2019-05-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds18-190/+231
2019-05-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+12
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds16-794/+895
2019-05-06Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-195/+409
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds10-250/+458
2019-05-06Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+15
2019-05-06Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+3
2019-05-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-826/+831
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+5
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-9/+7
2019-05-06kernel: cgroup: fix misuse of %xFuqian Huang1-4/+4
2019-05-06cgroup: get rid of cgroup_freezer_frozen_exit()Roman Gushchin2-13/+2
2019-05-06cgroup: prevent spurious transition into non-frozen stateRoman Gushchin2-12/+6
2019-05-06cgroup: Remove unused cgrp variableShaokun Zhang1-3/+0
2019-05-06dma-mapping: add a Kconfig symbol to indicate arch_dma_prep_coherent presenceChristoph Hellwig1-0/+3
2019-05-06Merge tag 'irqchip-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner25-152/+295
2019-05-06Merge branches 'pm-cpuidle' and 'pm-sleep'Rafael J. Wysocki5-16/+33
2019-05-06Merge branch 'pm-cpufreq'Rafael J. Wysocki1-11/+10
2019-05-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+1
2019-05-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2019-05-03livepatch: Remove duplicated code for early initializationPetr Mladek1-16/+26
2019-05-03livepatch: Remove custom kobject state handlingPetr Mladek1-39/+17
2019-05-03nohz_full: Allow the boot CPU to be nohz_fullNicholas Piggin2-14/+70
2019-05-03sched/isolation: Require a present CPU in housekeeping maskNicholas Piggin1-5/+13
2019-05-03kernel/cpu: Allow non-zero CPU to be primary for suspend / kexec freezeNicholas Piggin2-1/+18
2019-05-03power/suspend: Add function to disable secondaries for suspendNicholas Piggin3-10/+10
2019-05-03genirq/msi: Add a new field in msi_desc to store an IOMMU cookieJulien Grall1-0/+3
2019-05-03sched/core: Allow the remote scheduler tick to be started on CPU0Nicholas Piggin1-1/+1
2019-05-03Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar24-152/+276
2019-05-03perf/ring_buffer: Fix AUX software double bufferingAlexander Shishkin1-2/+1
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-49/+85
2019-05-02tracing: kdb: Allow ftdump to skip all but the last few entriesDouglas Anderson1-14/+31
2019-05-02tracing: Add trace_total_entries() / trace_total_entries_cpu()Douglas Anderson2-15/+53
2019-05-02tracing: kdb: The skip_lines parameter should have been skip_entriesDouglas Anderson1-8/+8
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-30/+46
2019-05-02kdb: kdb_support: replace strcpy() by strscpy()Gustavo A. R. Silva1-1/+1
2019-05-02gdbstub: Replace strcpy() by strscpy()Gustavo A. R. Silva1-2/+2
2019-05-02gdbstub: mark expected switch fall-throughsGustavo A. R. Silva1-2/+3
2019-05-02s390: simplify disabled_waitMartin Schwidefsky1-6/+1
2019-05-01bpf: switch to ->free_inode()Al Viro1-8/+2
2019-05-01Merge branch 'for-next/mitigations' of git://git.kernel.org/pub/scm/linux/ker...Will Deacon1-0/+15
2019-05-01genirq: Introduce irq_chip_{request,release}_resource_parent() apisLokesh Vutla1-0/+27
2019-04-30bpf: Use vmalloc special flagRick Edgecombe1-1/+0
2019-04-30modules: Use vmalloc special flagRick Edgecombe1-38/+39
2019-04-30mm/hibernation: Make hibernation handle unmapped pagesRick Edgecombe1-2/+3
2019-04-30x86/modules: Avoid breaking W^X while loading modulesNadav Amit1-0/+5
2019-04-30fork: Provide a function for copying init_mmNadav Amit1-6/+18
2019-04-30uprobes: Initialize uprobes earlierNadav Amit2-5/+4
2019-04-30bpf: Fail bpf_probe_write_user() while mm is switchedNadav Amit1-0/+8
2019-04-30sched/cpufreq: Fix kobject memleakTobin C. Harding1-0/+1
2019-04-29Merge tag 'seccomp-v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+15
2019-04-29Provide in-kernel headers to make extending kernel easierJoel Fernandes (Google)4-0/+174
2019-04-29irq/irqdomain: Fix typo in the comment on top of __irq_domain_alloc_irqs()Julien Grall1-1/+1
2019-04-29locking/lockdep: Remove unnecessary unlikely()zhengbin1-1/+1
2019-04-29livepatch: Convert error about unsupported reliable stacktrace into a warningPetr Mladek1-3/+2
2019-04-29stacktrace: Provide common infrastructureThomas Gleixner1-0/+173
2019-04-29stacktrace: Remove obsolete functionsThomas Gleixner1-14/+0
2019-04-29livepatch: Simplify stack trace retrievalThomas Gleixner1-13/+9
2019-04-29tracing: Remove the last struct stack_trace usageThomas Gleixner1-21/+16