aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-02-21psi: avoid divide-by-zero crash inside virtual machinesJohannes Weiner1-1/+1
2019-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-5/+14
2019-02-18Merge tag 'trace-v5.0-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-9/+3
2019-02-17Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+17
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-5/+14
2019-02-15tracing: Fix number of entries in trace headerQuentin Perret1-0/+2
2019-02-15kprobe: Do not use uaccess functions to access kernel memory that can faultChangbin Du1-9/+1
2019-02-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-2/+5
2019-02-13Merge tag 'trace-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-2/+4
2019-02-13signal: Restore the stop PTRACE_EVENT_EXITEric W. Biederman1-2/+5
2019-02-13perf/core: Fix impossible ring-buffer sizes warningIngo Molnar1-1/+1
2019-02-11tracing: probeevent: Correctly update remaining space in dynamic areaAndreas Ziegler1-2/+4
2019-02-11bpf: fix lockdep false positive in stackmapAlexei Starovoitov1-1/+7
2019-02-11perf/x86: Add check_period PMU callbackJiri Olsa1-0/+16
2019-02-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2019-02-10Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-17/+52
2019-02-09bpf: Fix narrow load on a bpf_sock returned from sk_lookup()Martin KaFai Lau1-4/+7
2019-02-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-4/+59
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-30/+50
2019-02-08Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+3
2019-02-08futex: Handle early deadlock return correctlyThomas Gleixner2-15/+50
2019-02-08futex: Fix barrier commentDavidlohr Bueso1-2/+2
2019-02-07signal: Better detection of synchronous signalsEric W. Biederman1-1/+51
2019-02-07signal: Always notice exiting tasksEric W. Biederman1-0/+6
2019-02-07Merge tag 'trace-v5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-1/+8
2019-02-05signal: Always attempt to allocate siginfo for SIGSTOPEric W. Biederman1-3/+2
2019-02-04perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland1-0/+3
2019-02-03Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-35/+6
2019-02-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+7
2019-02-01psi: fix aggregation idle shut-offJohannes Weiner3-5/+45
2019-02-01kernel/exit.c: release ptraced tasks before zap_pid_ns_processesAndrei Vagin1-2/+10
2019-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller7-30/+50
2019-01-31bpf: Fix syscall's stackmap lookup potential deadlockMartin KaFai Lau1-2/+10
2019-01-31bpf: fix potential deadlock in bpf_prog_registerAlexei Starovoitov1-12/+2
2019-01-31bpf: fix lockdep false positive in percpu_freelistAlexei Starovoitov3-14/+35
2019-01-31bpf: run bpf programs with preemption disabledAlexei Starovoitov1-1/+1
2019-01-31relay: check return of create_buf_file() properlyGreg Kroah-Hartman1-1/+3
2019-01-30cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf3-31/+5
2019-01-29bpf: btf: allow typedef func_protoYonghong Song1-1/+2
2019-01-29x86/speculation: Remove redundant arch_smt_update() invocationZhenzhong Duan1-4/+1
2019-01-27Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2019-01-27Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-11/+34
2019-01-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+4
2019-01-22Merge tag 'perf-urgent-for-mingo-5.0-20190121' of git://git.kernel.org/pub/sc...Ingo Molnar1-7/+7
2019-01-21locking/rwsem: Fix (possible) missed wakeupXie Yongji1-2/+9
2019-01-21futex: Fix (possible) missed wakeupPeter Zijlstra1-5/+8
2019-01-21sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra1-3/+4
2019-01-21sched/wake_q: Document wake_q_add()Peter Zijlstra1-0/+12
2019-01-21sched/wait: Fix rcuwait_wake_up() orderingPrateek Sood1-1/+1
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-5/+24
2019-01-18bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann1-2/+15
2019-01-18perf core: Fix perf_proc_update_handler() bugStephane Eranian1-7/+7
2019-01-18genirq/irqdesc: Fix double increment in alloc_descs()Huacai Chen1-1/+1
2019-01-18Merge branch 'stable/for-linus-5.0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2019-01-17tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler1-0/+7
2019-01-17bpf: Annotate implicit fall through in cgroup_dev_func_protoMathieu Malaterre1-0/+1
2019-01-17bpf: Make function btf_name_offset_valid staticMathieu Malaterre1-1/+1
2019-01-17bpf: zero out build_id for BPF_STACK_BUILD_ID_IPStanislav Fomichev1-0/+2
2019-01-17bpf: don't assume build-id length is always 20 bytesStanislav Fomichev1-2/+5
2019-01-17tracing: uprobes: Fix typo in pr_fmt stringAndreas Ziegler1-1/+1
2019-01-16swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exitChristoph Hellwig1-0/+2
2019-01-15seccomp: fix UAF in user-trap codeTycho Andersen1-0/+4
2019-01-16Merge tag 'trace-v5.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-3/+9
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-22/+88
2019-01-15tracing/kprobes: Fix NULL pointer dereference in trace_kprobe_create()Andrea Righi1-3/+9
2019-01-15posix-cpu-timers: Unbreak timer rearmingThomas Gleixner1-0/+1
2019-01-15genirq: Make sure the initial affinity is not emptySrinivas Ramana1-0/+3
2019-01-14kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymoreJonathan Neuschäfer1-1/+2
2019-01-11umh: add exit routine for UMH processTaehee Yoo2-2/+32
2019-01-11bpf: fix bpffs bitfield pretty printYonghong Song1-6/+6
2019-01-10bpf: fix panic in stack_map_get_build_id() on i386 and arm32Song Liu1-1/+2
2019-01-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2019-01-08fork, memcg: fix cached_stacks caseShakeel Butt1-0/+1
2019-01-08fork: record start_time lateDavid Herrmann1-2/+11
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds7-18/+18
2019-01-06Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds4-117/+11
2019-01-05bpf: fix sanitation of alu op with pointer / scalar type from different pathsDaniel Borkmann1-13/+48
2019-01-06kbuild: change filechk to surround the given command with { }Masahiro Yamada1-1/+5
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada6-17/+13
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds10-21/+52
2019-01-05dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocationsChristoph Hellwig1-6/+7
2019-01-04kernel/sched/: remove caller signal_pending branch predictionsDavidlohr Bueso3-3/+3
2019-01-04kernel/locking/mutex.c: remove caller signal_pending branch predictionsDavidlohr Bueso1-1/+1
2019-01-04kernel/kcov.c: mark write_comp_data() as notraceAnders Roxell1-1/+1
2019-01-04kernel/sysctl: add panic_print into sysctlFeng Tang3-1/+9
2019-01-04panic: add options to print system info when panic happensFeng Tang1-0/+28
2019-01-04fork: fix some -Wmissing-prototypes warningsYi Wang1-5/+0
2019-01-04kernel/hung_task.c: break RCU locks based on jiffiesTetsuo Handa1-4/+4
2019-01-04kernel/hung_task.c: force console verbose before panicLiu, Chuansheng1-7/+5
2019-01-04proc/sysctl: fix return error for proc_doulongvec_minmax()Cheng Lin1-0/+2
2019-01-04make 'user_access_begin()' do 'access_ok()'Linus Torvalds2-8/+4
2019-01-04dma-mapping: remove a few unused exportsChristoph Hellwig2-4/+0
2019-01-04dma-mapping: remove dmam_{declare,release}_coherent_memoryChristoph Hellwig1-55/+0
2019-01-04dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrsChristoph Hellwig1-39/+0
2019-01-04dma-mapping: implement dma_map_single_attrs using dma_map_page_attrsChristoph Hellwig1-13/+4
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds12-42/+47
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-78/+312
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-1/+57
2019-01-02bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann1-6/+179
2019-01-02bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann1-1/+5
2019-01-02bpf: restrict unknown scalars of mixed signed bounds for unprivilegedDaniel Borkmann1-1/+8
2019-01-02bpf: restrict stack pointer arithmetic for unprivilegedDaniel Borkmann1-22/+41
2019-01-02bpf: restrict map value pointer arithmetic for unprivilegedDaniel Borkmann1-0/+11
2019-01-02bpf: enable access to ax register also from verifier rewriteDaniel Borkmann1-0/+20
2019-01-02bpf: move tmp variable into ax register in interpreterDaniel Borkmann1-17/+17
2019-01-02bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann1-38/+38
2019-01-02Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-12/+455
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds5-16/+82
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds22-1562/+2199
2018-12-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-34/+9
2018-12-30sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds1-34/+9
2018-12-30kdb: use bool for binary state indicatorsNicholas Mc Guire1-7/+7
2018-12-30kdb: Don't back trace on a cpu that didn't round upDouglas Anderson3-8/+14
2018-12-30kgdb: Don't round up a CPU that failed rounding up beforeDouglas Anderson2-1/+20
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson1-0/+41
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson1-1/+1
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-1/+1
2018-12-29Merge branch 'for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds5-93/+931
2018-12-28Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+4
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-49/+105
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds9-565/+708
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2-11/+41
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds8-268/+347
2018-12-28Fix failure path in alloc_pid()Matthew Wilcox1-2/+4
2018-12-28kernel/fork.c: mark 'stack_vm_area' with __maybe_unusedYueHaibing1-1/+1
2018-12-28mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmmDan Williams1-1/+5
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse1-5/+5
2018-12-28kernel, resource: check for IORESOURCE_SYSRAM in release_mem_region_adjustableOscar Salvador1-0/+15
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador1-1/+4
2018-12-28mm, oom: reorganize the oom report in dump_headeryuzhoujian1-2/+2
2018-12-28mm: reclaim small amounts of memory when an external fragmentation event occursMel Gorman1-0/+8
2018-12-28mm, devm_memremap_pages: add MEMORY_DEVICE_PRIVATE supportDan Williams1-12/+41
2018-12-28mm, devm_memremap_pages: fix shutdown handlingDan Williams1-16/+14
2018-12-28mm, devm_memremap_pages: kill mapping "System RAM" supportDan Williams1-6/+3
2018-12-28mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPLDan Williams1-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS3-3/+3
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS2-4/+6
2018-12-28cgroup: Add named hierarchy disabling to cgroup_no_v1 boot paramTejun Heo1-1/+13
2018-12-28cgroup: fix parsing empty mount option stringOndrej Mosnacek1-1/+1
2018-12-27Merge branch 'for-4.20-fixes' into for-4.21Tejun Heo16-126/+180
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds12-248/+1817
2018-12-27Merge tag 'modules-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-52/+74
2018-12-27Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-350/+386
2018-12-27Merge tag 'printk-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-69/+68
2018-12-27sched/fair: Fix warning on non-SMP buildOlof Johansson1-8/+8
2018-12-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds13-143/+955
2018-12-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-16/+55
2018-12-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-36/+44
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds28-583/+824
2018-12-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-5/+73
2018-12-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds25-218/+52
2018-12-25Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-92/+199
2018-12-25Merge tag 'pm-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds4-34/+6
2018-12-22tracing: Use the return of str_has_prefix() to remove open coded numbersSteven Rostedt (VMware)3-13/+18
2018-12-22tracing: Have the historgram use the result of str_has_prefix() for len of pr...Steven Rostedt (VMware)1-4/+5
2018-12-22tracing: Use str_has_prefix() instead of using fixed sizesSteven Rostedt (VMware)5-6/+6
2018-12-22tracing: Use str_has_prefix() helper for histogram codeSteven Rostedt (VMware)1-14/+14
2018-12-22tracing: Make function ‘ftrace_exports’ staticMathieu Malaterre1-1/+1
2018-12-22tracing: Simplify printf'ing in seq_print_symRasmus Villemoes1-4/+3
2018-12-22tracing: Avoid -Wformat-nonliteral warningRasmus Villemoes1-5/+4
2018-12-22tracing: Merge seq_print_sym_short() and seq_print_sym_offset()Rasmus Villemoes1-27/+7
2018-12-22tracing: Add hist trigger comments for variable-related fieldsTom Zanussi1-0/+36
2018-12-22tracing: Remove hist trigger synth_var_refsTom Zanussi1-18/+0
2018-12-22tracing: Use hist trigger's var_ref array to destroy var_refsTom Zanussi1-5/+19
2018-12-22tracing: Remove open-coding of hist trigger var_ref managementTom Zanussi1-18/+75
2018-12-22tracing: Use var_refs[] for hist trigger reference checkingTom Zanussi1-57/+11
2018-12-22tracing: Change strlen to sizeof for hist trigger static stringsTom Zanussi1-19/+19
2018-12-22tracing: Remove unnecessary hist trigger struct fieldTom Zanussi1-1/+0
2018-12-22tracing: Fix ftrace_graph_get_ret_stack() to use task and not currentSteven Rostedt (VMware)1-2/+2
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-10/+64
2018-12-21fork,memcg: fix crash in free_thread_stack on memcg charge failRik van Riel1-2/+7
2018-12-21Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+1
2018-12-21Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-6/+63
2018-12-21Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki2-26/+4
2018-12-21Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-cpufreq-sched'Rafael J. Wysocki2-8/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller9-102/+804
2018-12-20bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn'tJesper Dangaard Brouer1-1/+1
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-13/+40
2018-12-20dma-mapping: fix inverted logic in dma_supportedThierry Reding1-1/+1
2018-12-20bpf: verifier: reorder stack size check with dead code sanitizationJakub Kicinski1-2/+3
2018-12-20bpf: verifier: teach the verifier to reason about the BPF_JSET instructionJakub Kicinski1-0/+20
2018-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-9/+25
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig1-1/+1
2018-12-19bpf: Ensure line_info.insn_off cannot point to insn with zero codeMartin KaFai Lau1-0/+8
2018-12-19cred: export get_task_cred().NeilBrown1-0/+1
2018-12-19cred: add get_cred_rcu()NeilBrown1-1/+1
2018-12-19cred: add cred_fscmp() for comparing creds.NeilBrown1-0/+55
2018-12-19genirq/affinity: Add is_managed to struct irq_affinity_descDou Liyang2-5/+12
2018-12-19genirq/core: Introduce struct irq_affinity_descDou Liyang5-26/+29
2018-12-19genirq/affinity: Remove excess indentationThomas Gleixner1-11/+11
2018-12-19bpf: log struct/union attribute for forward typeYonghong Song1-1/+7
2018-12-18bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang1-0/+5
2018-12-18futex: Cure exit raceThomas Gleixner1-6/+63
2018-12-18bpf: support raw tracepoints in modulesMatt Mullins3-5/+110
2018-12-18Merge tag 'irqchip-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner1-2/+21
2018-12-18timekeeping: remove timespec_add/timespec_delArnd Bergmann1-36/+0
2018-12-18timekeeping: remove unused {read,update}_persistent_clockArnd Bergmann2-19/+3
2018-12-18y2038: signal: Add compat_sys_rt_sigtimedwait_time64Arnd Bergmann1-0/+32
2018-12-18y2038: signal: Add sys_rt_sigtimedwait_time32Arnd Bergmann1-0/+33