summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | audit: always check the netlink payload length in audit_receive_msg()Paul Moore2020-02-241-19/+21
| * | | | | | audit: fix error handling in audit_data_to_entry()Paul Moore2020-02-221-32/+39
* | | | | | | Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-02-264-35/+127
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issueMasami Hiramatsu2020-02-251-1/+0
| * | | | | | bootconfig: Set CONFIG_BOOT_CONFIG=n by defaultMasami Hiramatsu2020-02-201-1/+2
| * | | | | | tracing: Clear trace_state when starting traceMasami Hiramatsu2020-02-201-2/+2
| * | | | | | tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)2020-02-201-0/+2
| * | | | | | tracing: Have synthetic event test use raw_smp_processor_id()Steven Rostedt (VMware)2020-02-201-6/+6
| * | | | | | tracing: Fix number printing bug in print_synth_event()Tom Zanussi2020-02-201-3/+29
| * | | | | | tracing: Check that number of vals matches number of synth event fieldsTom Zanussi2020-02-201-2/+12
| * | | | | | tracing: Make synth_event trace functions endian-correctTom Zanussi2020-02-201-4/+58
| * | | | | | tracing: Make sure synth_event_trace() example always uses u64Tom Zanussi2020-02-201-17/+17
* | | | | | | signal: avoid double atomic counter increments for user accountingLinus Torvalds2020-02-261-9/+14
| |_|/ / / / |/| | | | |
* | | | | | Merge tag 'irq-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-02-223-18/+24
|\ \ \ \ \ \
| * | | | | | genirq/proc: Reject invalid affinity masks (again)Thomas Gleixner2020-02-143-18/+24
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-02-221-9/+0
|\ \ \ \ \ \
| * | | | | | s390: remove obsolete ieee_emulation_warningsStephen Kitt2020-02-191-9/+0
| | |_|_|/ / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-213-9/+57
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-02-193-9/+57
| |\ \ \ \ \ \
| | * | | | | | bpf: Fix a potential deadlock with bpf_map_do_batchYonghong Song2020-02-191-3/+31
| | * | | | | | bpf: Do not grab the bucket spinlock by default on htab batch opsBrian Vazquez2020-02-191-2/+22
| | * | | | | | bpf, offload: Replace bitwise AND by logical AND in bpf_prog_offload_info_fillJohannes Krude2020-02-171-1/+1
| | * | | | | | bpf: Make btf_check_func_type_match() staticHongbo Yao2020-02-111-3/+3
* | | | | | | | y2038: remove unused time32 interfacesArnd Bergmann2020-02-212-107/+0
* | | | | | | | Merge tag 'dma-mapping-5.6' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-02-183-56/+56
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | dma-direct: improve DMA mask overflow reportingChristoph Hellwig2020-02-051-14/+7
| * | | | | | | dma-direct: improve swiotlb error reportingChristoph Hellwig2020-02-052-28/+30
| * | | | | | | dma-direct: relax addressability checks in dma_direct_supportedChristoph Hellwig2020-02-051-13/+11
| * | | | | | | dma-contiguous: CMA: give precedence to cmdlineNicolas Saenz Julienne2020-01-301-1/+8
* | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-02-155-53/+117
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | sched/fair: Fix kernel-doc warning in attach_entity_load_avg()Randy Dunlap2020-02-111-1/+0
| * | | | | | | sched/core: Annotate curr pointer in rq with __rcuMadhuparna Bhowmik2020-02-111-1/+1
| * | | | | | | sched/psi: Fix OOB write when writing 0 bytes to PSI filesSuren Baghdasaryan2020-02-111-0/+3
| * | | | | | | sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, t...Mel Gorman2020-02-103-11/+27
| * | | | | | | sched/fair: Prevent unlimited runtime on throttled groupVincent Guittot2020-01-281-1/+8
| * | | | | | | sched/nohz: Optimize get_nohz_timer_target()Wanpeng Li2020-01-281-7/+12
| * | | | | | | sched/uclamp: Reject negative values in cpu_uclamp_write()Qais Yousef2020-01-281-1/+1
| * | | | | | | sched/fair: Allow a small load imbalance between low utilisation SD_NUMA domainsMel Gorman2020-01-281-12/+29
| * | | | | | | timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)2020-01-282-11/+26
| * | | | | | | sched/core: Don't skip remote tick for idle CPUsScott Wood2020-01-281-8/+10
* | | | | | | | Merge tag 'pm-5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-02-141-4/+5
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | ACPI: PM: s2idle: Avoid possible race related to the EC GPERafael J. Wysocki2020-02-111-4/+5
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-02-112-142/+87
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | tracing: Consolidate trace() functionsTom Zanussi2020-02-101-134/+86
| * | | | | | tracing: Don't return -EINVAL when tracing soft disabled synth eventsTom Zanussi2020-02-101-14/+6
| * | | | | | tracing: Add missing nest end to synth_event_trace_start() error caseTom Zanussi2020-02-101-0/+1
| * | | | | | tracing/kprobe: Fix uninitialized variable bugGustavo A. R. Silva2020-02-101-1/+1
* | | | | | | Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-101-5/+8
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | cgroup: init_tasks shouldn't be linked to the root cgroupTejun Heo2020-01-301-5/+8
* | | | | | | Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-091-2/+3
|\ \ \ \ \ \ \