summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2019-08-01hrtimer/treewide: Use hrtimer_sleeper_start_expires()Thomas Gleixner-2/+2
2019-08-01hrtimer: Provide hrtimer_sleeper_start_expires()Thomas Gleixner-2/+17
2019-08-01hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() callsSebastian Andrzej Siewior-16/+35
2019-07-31Merge tag 'trace-v5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-10/+7
2019-07-31kprobes: Use CONFIG_PREEMPTIONThomas Gleixner-1/+1
2019-07-31tracing: Use CONFIG_PREEMPTIONThomas Gleixner-6/+6
2019-07-31rcu: Use CONFIG_PREEMPTIONThomas Gleixner-11/+11
2019-07-31sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner-10/+10
2019-07-30fgraph: Remove redundant ftrace_graph_notrace_addr() testChangbin Du-10/+7
2019-07-30hrtimer: Remove task argument from hrtimer_init_sleeper()Thomas Gleixner-5/+5
2019-07-30exit: make setting exit_state consistentChristian Brauner-2/+3
2019-07-30kernel/configs: Replace GPL boilerplate code with SPDX identifierThomas Huth-15/+1
2019-07-30modules: always page-align module section allocationsJessica Yu-6/+1
2019-07-29xdp: Add devmap_hash map type for looking up devices by hashed indexToke Høiland-Jørgensen-0/+202
2019-07-29xdp: Refactor devmap allocation code for reuseToke Høiland-Jørgensen-53/+83
2019-07-29pidfd: Add warning if exit_state is 0 during notificationJoel Fernandes (Google)-0/+1
2019-07-29dma-contiguous: page-align the size in dma_free_contiguous()Nicolin Chen-1/+2
2019-07-29dma-contiguous: do not overwrite align in dma_alloc_contiguous()Nicolin Chen-2/+3
2019-07-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-44/+102
2019-07-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2019-07-27Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-15/+40
2019-07-27padata: purge get_cpu and reorder_via_wq from padata_do_serialDaniel Jordan-20/+3
2019-07-27padata: Replace delayed timer with immediate workqueue in padata_reorderHerbert Xu-79/+18
2019-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-2/+2
2019-07-25Merge branch 'access-creds'Linus Torvalds-2/+19
2019-07-25sched/core: Silence a warning in sched_init()Qian Cai-5/+5
2019-07-25sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli-4/+0
2019-07-25sched/core: Prevent race condition between cpuset and __sched_setscheduler()Juri Lelli-3/+28
2019-07-25rcu/tree: Call setschedule() gp ktread to SCHED_FIFO outside of atomic regionJuri Lelli-3/+3
2019-07-25cgroup/cpuset: Change cpuset_rwsem and hotplug lock orderJuri Lelli-5/+17
2019-07-25cgroup/cpuset: Convert cpuset_mutex to percpu_rwsemJuri Lelli-33/+35
2019-07-25sched/deadline: Fix bandwidth accounting at all levels after offline migrationJuri Lelli-0/+33
2019-07-25cpusets: Rebuild root domain deadline accounting informationMathieu Poirier-6/+106
2019-07-25sched/core: Streamle calls to task_rq_unlock()Mathieu Poirier-10/+14
2019-07-25sched/topology: Add partition_sched_domains_locked()Mathieu Poirier-4/+13
2019-07-25sched/fair: Introduce fits_capacity()Viresh Kumar-10/+8
2019-07-25sched/isolation: Prefer housekeeping CPU in local nodeWanpeng Li-5/+35
2019-07-25sched/stats: Fix unlikely() use of sched_info_on()Yi Wang-3/+4
2019-07-25sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)-14/+7
2019-07-25sched/fair: Fall back to sched-idle CPU if idle CPU isn't foundViresh Kumar-10/+33
2019-07-25sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rqViresh Kumar-3/+14
2019-07-25time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney-8/+49
2019-07-25sched/fair: Fix imbalance due to CPU affinityVincent Guittot-2/+3
2019-07-25sched/fair: Change task_numa_work() storage to staticValentin Schneider-1/+1
2019-07-25sched/fair: Move task_numa_work() init to init_numa_balancing()Valentin Schneider-4/+5
2019-07-25sched/fair: Move init_numa_balancing() below task_numa_work()Valentin Schneider-41/+41
2019-07-25cpu/hotplug: Cache number of online CPUsThomas Gleixner-0/+24
2019-07-25smp/hotplug: Track booted once CPUs in a cpumaskThomas Gleixner-4/+7
2019-07-25locking/lockdep: Report more stack trace statisticsBart Van Assche-0/+39
2019-07-25locking/lockdep: Reduce space occupied by stack tracesBart Van Assche-38/+92