aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-20rcu: Warn on for_each_leaf_node_cpu_mask() from non-leafPaul E. McKenney1-2/+4
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-20sched/fair: Remove wake_cap()Morten Rasmussen1-29/+1
2020-02-20sched/core: Remove for_each_lower_domain()Valentin Schneider1-2/+0
2020-02-20sched/topology: Remove SD_BALANCE_WAKE on asymmetric capacity systemsMorten Rasmussen1-12/+3
2020-02-20sched/fair: Add asymmetric CPU capacity wakeup scanMorten Rasmussen1-0/+56
2020-02-20sched/core: Remove duplicate assignment in sched_tick_remote()Scott Wood1-1/+0
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-19bpf: Add bpf_read_branch_records() helperDaniel Xu1-0/+41
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-18bpf: Allow bpf_perf_event_read_value in all BPF programsSong Liu1-2/+2
2020-02-18printk: Correctly set CON_CONSDEV even when preferred console was not registeredBenjamin Herrenschmidt1-0/+2
2020-02-18printk: Fix preferred console selection with multiple matchesBenjamin Herrenschmidt2-11/+19
2020-02-18printk: Move console matching logic into a separate functionBenjamin Herrenschmidt1-40/+65
2020-02-17kernel: module: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-02-17posix-timers: Pass lockdep expression to RCU listsAmol Grover1-1/+2
2020-02-17timer: Improve the comment describing schedule_timeout()Alexander Popov1-7/+9
2020-02-17lib/vdso: Move VCLOCK_TIMENS to vdso_clock_modesThomas Gleixner1-3/+4
2020-02-17lib/vdso: Avoid highres update if clocksource is not VDSO capableThomas Gleixner1-3/+3
2020-02-17lib/vdso: Cleanup clock mode storage leftoversThomas Gleixner1-4/+0
2020-02-17bpf, offload: Replace bitwise AND by logical AND in bpf_prog_offload_info_fillJohannes Krude1-1/+1
2020-02-17clocksource: Add common vdso clock mode storageThomas Gleixner2-2/+17
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-14context-tracking: Introduce CONFIG_HAVE_TIF_NOHZFrederic Weisbecker1-0/+2
2020-02-14PM: QoS: Make CPU latency QoS depend on CONFIG_CPU_IDLERafael J. Wysocki1-0/+2
2020-02-14PM: QoS: Update file information commentsRafael J. Wysocki1-22/+12
2020-02-14PM: QoS: Drop PM_QOS_CPU_DMA_LATENCY and rename related functionsRafael J. Wysocki1-49/+49
2020-02-14genirq/proc: Reject invalid affinity masks (again)Thomas Gleixner3-18/+24
2020-02-13PM: QoS: Adjust pm_qos_request() signature and reorder pm_qos.hRafael J. Wysocki1-2/+1
2020-02-13PM: QoS: Simplify definitions of CPU latency QoS trace eventsRafael J. Wysocki1-8/+8
2020-02-13PM: QoS: Rename things related to the CPU latency QoSRafael J. Wysocki1-27/+29
2020-02-13PM: QoS: Drop PM_QOS_CPU_DMA_LATENCY notifier chainRafael J. Wysocki1-36/+11
2020-02-13PM: QoS: Redefine struct pm_qos_request and drop struct pm_qos_objectRafael J. Wysocki1-80/+41
2020-02-13PM: QoS: Clean up misc device file operationsRafael J. Wysocki1-36/+26
2020-02-13PM: QoS: Drop iterations over global QoS classesRafael J. Wysocki1-38/+14
2020-02-13PM: QoS: Clean up pm_qos_read_value() and pm_qos_get/set_value()Rafael J. Wysocki1-10/+12
2020-02-13PM: QoS: Clean up pm_qos_update_target() and pm_qos_update_flags()Rafael J. Wysocki1-27/+29
2020-02-13PM: QoS: Drop the PM_QOS_SUM QoS typeRafael J. Wysocki1-9/+0