summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-071-1/+4
|\
| * blktrace: fix dereference after null checkCengiz Can2020-03-051-1/+4
* | Merge tag 'for-linus-2020-03-07' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds2020-03-072-3/+3
|\ \
| * | exit: Fix Sparse errors and warningsMadhuparna Bhowmik2020-02-281-2/+2
| * | fork: Use RCU_INIT_POINTER() instead of rcu_access_pointer()Madhuparna Bhowmik2020-02-281-1/+1
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-021-0/+2
|\ \ \
| * | | sched/fair: Fix statistics for find_idlest_group()Vincent Guittot2020-02-271-0/+2
* | | | Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-blockLinus Torvalds2020-02-281-31/+83
|\ \ \ \ | | |_|/ | |/| |
| * | | blktrace: Protect q->blk_trace with RCUJan Kara2020-02-251-31/+83
| |/ /
* | | Merge tag 'pm-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-02-281-1/+1
|\ \ \
| * \ \ Merge branches 'pm-sleep' and 'pm-devfreq'Rafael J. Wysocki2020-02-281-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | PM / hibernate: fix typo "reserverd_size" -> "reserved_size"Alexandre Belloni2020-02-201-1/+1
* | | | Merge tag 'audit-pr-20200226' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-02-272-51/+60
|\ \ \ \
| * | | | 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