aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-03-29Merge branch 'akpm' (patches from Andrew)HEADmasterLinus Torvalds1-2/+2
2020-03-29Merge tag 'irq-urgent-2020-03-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+9
2020-03-29mm: fork: fix kernel_stack memcg stats for various stack implementationsRoman Gushchin1-2/+2
2020-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-15/+22
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-7/+23
2020-03-21x86/mm: split vmalloc_sync_all()Joerg Roedel1-1/+1
2020-03-21genirq: Fix reference leaks on irq affinity notifiersirq-urgent-2020-03-29Edward Cree1-2/+9
2020-03-20bpf: Explicitly memset some bpf info structures declared on the stackGreg Kroah-Hartman2-3/+6
2020-03-20bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman1-1/+2
2020-03-17bpf: Sanitize the bpf_struct_ops tcp-cc nameMartin KaFai Lau1-11/+14
2020-03-15Merge tag 'locking-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-38/+55
2020-03-15Merge tag 'timers-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller5-7/+23
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+4
2020-03-11Merge tag 'for-linus-2020-03-10' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+10
2020-03-11Merge tag 'trace-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-0/+2
2020-03-11ftrace: Return the first found result in lookup_rec()Artem Savkov1-0/+2
2020-03-10cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt1-0/+4
2020-03-10Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-14/+28
2020-03-10Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+8
2020-03-10bpf/btf: Fix BTF verification of enum members in struct/unionYoshiki Komachi1-1/+1
2020-03-10workqueue: don't use wq_select_unbound_cpu() for bound worksHillf Danton1-6/+8
2020-03-09bpf: Fix cgroup ref leak in cgroup_bpf_inherit on out-of-memoryAndrii Nakryiko1-0/+3
2020-03-09bpf: Initialize storage pointers to NULL to prevent freeing garbage pointerAndrii Nakryiko1-2/+2
2020-03-09pid: make ENOMEM return value more obviousChristian Brauner1-0/+8
2020-03-09futex: Unbreak futex hashinglocking-urgent-2020-03-15Thomas Gleixner1-2/+2
2020-03-08pid: Fix error return value in some casesCorey Minyard1-0/+2
2020-03-07Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2020-03-07Merge tag 'for-linus-2020-03-07' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds2-3/+3
2020-03-06futex: Fix inode life-time issuePeter Zijlstra1-36/+53
2020-03-05bpf: Do not allow map_freeze in struct_ops mapMartin KaFai Lau1-0/+5
2020-03-05bpf: Return better error value in delete_elem for struct_ops mapMartin KaFai Lau1-3/+11
2020-03-05bpf: Fix deadlock with rq_lock in bpf_send_signal()Yonghong Song1-1/+1
2020-03-05blktrace: fix dereference after null checkCengiz Can1-1/+4
2020-03-04cgroup1: don't call release_agent when it is ""Tycho Andersen1-1/+1
2020-03-04cgroup: fix psi_show() crash on 32bit ino archsQian Cai1-3/+3
2020-03-03sys/sysinfo: Respect boottime inside time namespacetimers-urgent-2020-03-15Cyril Hrubis1-0/+2
2020-03-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+2
2020-02-28Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-blockLinus Torvalds1-31/+83
2020-02-28Merge tag 'pm-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+1
2020-02-28exit: Fix Sparse errors and warningsMadhuparna Bhowmik1-2/+2
2020-02-28fork: Use RCU_INIT_POINTER() instead of rcu_access_pointer()Madhuparna Bhowmik1-1/+1
2020-02-28Merge branches 'pm-sleep' and 'pm-devfreq'Rafael J. Wysocki1-1/+1
2020-02-27Merge tag 'audit-pr-20200226' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-51/+60
2020-02-27sched/fair: Fix statistics for find_idlest_group()Vincent Guittot1-0/+2
2020-02-26Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds4-35/+127
2020-02-26signal: avoid double atomic counter increments for user accountingLinus Torvalds1-9/+14
2020-02-25bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issueMasami Hiramatsu1-1/+0
2020-02-25blktrace: Protect q->blk_trace with RCUJan Kara1-31/+83
2020-02-24audit: always check the netlink payload length in audit_receive_msg()Paul Moore1-19/+21
2020-02-22audit: fix error handling in audit_data_to_entry()Paul Moore1-32/+39
2020-02-22Merge tag 'irq-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-18/+24
2020-02-22Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-9/+0
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-9/+57
2020-02-21y2038: remove unused time32 interfacesArnd Bergmann2-107/+0
2020-02-20bootconfig: Set CONFIG_BOOT_CONFIG=n by defaultMasami Hiramatsu1-1/+2
2020-02-20tracing: Clear trace_state when starting traceMasami Hiramatsu1-2/+2
2020-02-20tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)1-0/+2
2020-02-20tracing: Have synthetic event test use raw_smp_processor_id()Steven Rostedt (VMware)1-6/+6
2020-02-20tracing: Fix number printing bug in print_synth_event()Tom Zanussi1-3/+29
2020-02-20tracing: Check that number of vals matches number of synth event fieldsTom Zanussi1-2/+12
2020-02-20tracing: Make synth_event trace functions endian-correctTom Zanussi1-4/+58
2020-02-20tracing: Make sure synth_event_trace() example always uses u64Tom Zanussi1-17/+17
2020-02-20PM / hibernate: fix typo "reserverd_size" -> "reserved_size"Alexandre Belloni1-1/+1
2020-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-9/+57
2020-02-19bpf: Fix a potential deadlock with bpf_map_do_batchYonghong Song1-3/+31
2020-02-19bpf: Do not grab the bucket spinlock by default on htab batch opsBrian Vazquez1-2/+22
2020-02-19s390: remove obsolete ieee_emulation_warningsStephen Kitt1-9/+0
2020-02-18Merge tag 'dma-mapping-5.6' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-56/+56
2020-02-17bpf, offload: Replace bitwise AND by logical AND in bpf_prog_offload_info_fillJohannes Krude1-1/+1
2020-02-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-53/+117
2020-02-14Merge tag 'pm-5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-4/+5
2020-02-14genirq/proc: Reject invalid affinity masks (again)Thomas Gleixner3-18/+24
2020-02-12cgroup: Iterate tasks that did not finish do_exit()Michal Koutný1-7/+16
2020-02-12cgroup: cgroup_procs_next should increase position indexVasily Averin1-3/+7
2020-02-12cgroup-v1: cgroup_pidlist_next should update position indexVasily Averin1-0/+1
2020-02-11Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-142/+87
2020-02-11sched/fair: Fix kernel-doc warning in attach_entity_load_avg()Randy Dunlap1-1/+0
2020-02-11sched/core: Annotate curr pointer in rq with __rcuMadhuparna Bhowmik1-1/+1
2020-02-11sched/psi: Fix OOB write when writing 0 bytes to PSI filesSuren Baghdasaryan1-0/+3
2020-02-11ACPI: PM: s2idle: Avoid possible race related to the EC GPERafael J. Wysocki1-4/+5
2020-02-10tracing: Consolidate trace() functionsTom Zanussi1-134/+86
2020-02-10tracing: Don't return -EINVAL when tracing soft disabled synth eventsTom Zanussi1-14/+6
2020-02-10tracing: Add missing nest end to synth_event_trace_start() error caseTom Zanussi1-0/+1
2020-02-10Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+8
2020-02-11bpf: Make btf_check_func_type_match() staticHongbo Yao1-3/+3
2020-02-10tracing/kprobe: Fix uninitialized variable bugGustavo A. R. Silva1-1/+1
2020-02-10sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, t...Mel Gorman3-11/+27
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-2/+3
2020-02-09Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+5
2020-02-09Merge tag 'smp-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+3
2020-02-09Merge tag 'perf-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+13
2020-02-09Merge tag 'timers-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+9
2020-02-09Merge tag 'irq-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+7
2020-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-9/+6
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-40/+23
2020-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-9/+6
2020-02-07genirq: Clarify that irq wake state is orthogonal to enable/disableStephen Boyd1-0/+7
2020-02-07cgroup1: switch to use of errorfc() et.al.Al Viro1-12/+12
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro4-23/+11
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen3-3/+0
2020-02-07get rid of cg_invalf()Al Viro1-14/+12
2020-02-07smp/up: Make smp_call_function_single() match SMP semanticssmp-urgent-2020-02-09Paul E. McKenney1-1/+2
2020-02-06Merge tag 'kgdb-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-13/+15
2020-02-06Revert "kdb: Get rid of confusing diag msg from "rd" if current task has no r...Daniel Thompson1-13/+15
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds36-747/+3342
2020-02-05ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)2-2/+11
2020-02-05ftrace: Add comment to why rcu_dereference_sched() is open codedSteven Rostedt (VMware)1-0/+10
2020-02-05tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover2-3/+7
2020-02-05tracing: Annotate ftrace_graph_hash pointer with __rcuAmol Grover2-4/+7
2020-02-05dma-direct: improve DMA mask overflow reportingChristoph Hellwig1-14/+7
2020-02-05dma-direct: improve swiotlb error reportingChristoph Hellwig2-28/+30
2020-02-05dma-direct: relax addressability checks in dma_direct_supportedChristoph Hellwig1-13/+11
2020-02-05Merge branch 'linus' into perf/urgent, to synchronize with upstreamIngo Molnar73-1649/+4294
2020-02-05Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-6/+6
2020-02-05kallsyms: fix type of kallsyms_token_table[]Masahiro Yamada1-2/+3
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan8-89/+87
2020-02-04bpf: Fix modifier skipping logicAlexei Starovoitov1-5/+3
2020-02-03Merge tag 'kgdb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds5-32/+19
2020-02-01tracing: Use seq_buf for building dynevent_cmd stringTom Zanussi3-37/+15
2020-02-01tracing: Remove useless code in dynevent_arg_pair_add()Tom Zanussi1-1/+1
2020-02-01tracing: Remove check_arg() callbacks from dynevent argsTom Zanussi4-53/+46
2020-02-01clocksource: Prevent double add_timer_on() for watchdog_timertimers-urgent-2020-02-09Konstantin Khlebnikov1-2/+9
2020-02-01x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner2-1/+5
2020-01-31tracing: Consolidate some synth_event_trace codeTom Zanussi1-84/+57
2020-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2020-01-31Merge tag 'modules-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+13
2020-01-31kcov: ignore fault-inject and stacktraceDmitry Vyukov1-0/+1
2020-01-31tracing: Fix now invalid var_ref_vals assumption in trace actionTom Zanussi1-15/+38
2020-01-31tracing: Change trace_boot to use synth_event interfaceTom Zanussi2-26/+14
2020-01-31kdb: Use for_each_console() helperAndy Shevchenko1-6/+3
2020-01-31kdb: remove redundant assignment to pointer bpColin Ian King1-1/+0
2020-01-31kdb: Get rid of confusing diag msg from "rd" if current task has no regsDouglas Anderson1-15/+13
2020-01-31kdb: Gid rid of implicit setting of the current task / regsDouglas Anderson3-9/+2
2020-01-31kdb: kdb_current_task shouldn't be exportedDouglas Anderson1-1/+0
2020-01-31kdb: kdb_current_regs should be privateDouglas Anderson1-0/+1
2020-01-30cgroup: init_tasks shouldn't be linked to the root cgroupTejun Heo1-5/+8
2020-01-30tracing: Move tracing selftests to bottom of menuSteven Rostedt (VMware)1-84/+84
2020-01-30tracing: Move mmio tracer config up with the other tracersSteven Rostedt (VMware)1-13/+13
2020-01-30tracing: Move tracing test module configs togetherSteven Rostedt (VMware)1-11/+11
2020-01-30tracing: Move all function tracing configs togetherSteven Rostedt (VMware)1-71/+71
2020-01-30tracing: Add kprobe event command generation test moduleTom Zanussi3-0/+238
2020-01-30tracing: Change trace_boot to use kprobe_event interfaceTom Zanussi2-27/+17
2020-01-30tracing: Add kprobe event command generation functionsTom Zanussi1-0/+161
2020-01-30tracing: Add synth event generation test moduleTom Zanussi3-0/+537
2020-01-30tracing: Add synth_event_trace() and related functionsTom Zanussi1-0/+463
2020-01-30tracing: Add synthetic event command generation functionsTom Zanussi1-4/+375
2020-01-30tracing: Add dynamic event command creation interfaceTom Zanussi2-0/+273
2020-01-30tracing: Add synth_event_delete()Tom Zanussi1-16/+41
2020-01-30tracing: Add trace_get/put_event_file()Tom Zanussi1-0/+85
2020-01-30tracing: Add trace_array_find/_get() to find instance trace arraysTom Zanussi2-10/+35
2020-01-30trigger_next should increase position indexVasily Averin1-2/+3
2020-01-30tracing: eval_map_next() should always increase position indexVasily Averin1-3/+1
2020-01-30ftrace: fpid_next() should increase position indexVasily Averin1-2/+3
2020-01-30tracing: Fix sched switch start/stop refcount racy updatesMathieu Desnoyers1-1/+3
2020-01-30dma-contiguous: CMA: give precedence to cmdlineNicolas Saenz Julienne1-1/+8
2020-01-29Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-2/+2
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds3-1/+116
2020-01-29Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+3
2020-01-29Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds4-66/+23
2020-01-29Merge tag 'printk-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+2
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-7/+7
2020-01-29Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2020-01-29bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init()Martin KaFai Lau2-4/+3
2020-01-29tracing/boot: Move external function declarations to kernel/trace/trace.hMasami Hiramatsu2-15/+17
2020-01-29tracing/boot: Include required headers and sort it alphabeticallyMasami Hiramatsu1-1/+8
2020-01-28tracing: Add 'hist:' to hist trigger error log error stringTom Zanussi1-1/+2
2020-01-28tracing: Add hist trigger error messages for sort specificationTom Zanussi1-4/+17
2020-01-28tracing: Simplify assignment parsing for hist triggersTom Zanussi1-43/+27
2020-01-28Merge tag 'for-linus-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2020-01-28Merge tag 'trace-v5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-2/+4
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds21-621/+2798
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-192/+194
2020-01-28sched/fair: Prevent unlimited runtime on throttled groupVincent Guittot1-1/+8
2020-01-28sched/nohz: Optimize get_nohz_timer_target()Wanpeng Li1-7/+12
2020-01-28sched/uclamp: Reject negative values in cpu_uclamp_write()Qais Yousef1-1/+1
2020-01-28sched/fair: Allow a small load imbalance between low utilisation SD_NUMA domainsMel Gorman1-12/+29
2020-01-28timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)2-11/+26
2020-01-28sched/core: Don't skip remote tick for idle CPUsScott Wood1-8/+10
2020-01-28perf/cgroups: Install cgroup events to correct cpuctxSong Liu1-3/+4
2020-01-28perf/core: Fix mlock accounting in perf_mmap()Song Liu1-1/+9
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds19-191/+315
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-236/+185
2020-01-28Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-21/+19
2020-01-28Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds17-385/+778
2020-01-28smp: Remove superfluous cond_func check in smp_call_function_many_cond()Sebastian Andrzej Siewior1-1/+1
2020-01-28prctl: PR_{G,S}ET_IO_FLUSHER to support controlling memory reclaimMike Christie1-0/+25
2020-01-28Merge branch 'core/kprobes' into perf/core, to pick up fixesIngo Molnar2-25/+45
2020-01-27Merge tag 'irq-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-5/+87
2020-01-27Merge tag 'smp-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-63/+48
2020-01-27Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13-117/+703
2020-01-27Merge tag 'core-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-24/+7
2020-01-27Merge tag 'timers-urgent-2020-01-27' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-20/+17
2020-01-27Merge tag 'audit-pr-20200127' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+3
2020-01-27Merge branch 'for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2-6/+7
2020-01-27Merge branch 'for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2020-01-27Merge tag 'pm-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds6-28/+69
2020-01-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-1/+17
2020-01-27tracing/kprobes: Have uname use __get_str() in print_fmtSteven Rostedt (VMware)1-2/+4
2020-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-27/+112