aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-07-31kprobes: Use CONFIG_PREEMPTIONThomas Gleixner1-1/+1
2019-07-31tracing: Use CONFIG_PREEMPTIONThomas Gleixner4-6/+6
2019-07-31rcu: Use CONFIG_PREEMPTIONThomas Gleixner4-11/+11
2019-07-31sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner3-10/+10
2019-07-30fgraph: Remove redundant ftrace_graph_notrace_addr() testChangbin Du1-10/+7
2019-07-30hrtimer: Remove task argument from hrtimer_init_sleeper()Thomas Gleixner2-5/+5
2019-07-30exit: make setting exit_state consistentChristian Brauner1-2/+3
2019-07-30kernel/configs: Replace GPL boilerplate code with SPDX identifierThomas Huth1-15/+1
2019-07-30modules: always page-align module section allocationsJessica Yu1-6/+1
2019-07-29xdp: Add devmap_hash map type for looking up devices by hashed indexToke Høiland-Jørgensen2-0/+202
2019-07-29xdp: Refactor devmap allocation code for reuseToke Høiland-Jørgensen1-53/+83
2019-07-29pidfd: Add warning if exit_state is 0 during notificationJoel Fernandes (Google)1-0/+1
2019-07-29dma-contiguous: page-align the size in dma_free_contiguous()Nicolin Chen1-1/+2
2019-07-29dma-contiguous: do not overwrite align in dma_alloc_contiguous()Nicolin Chen1-2/+3
2019-07-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-44/+102
2019-07-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2019-07-27Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-15/+40
2019-07-27padata: purge get_cpu and reorder_via_wq from padata_do_serialDaniel Jordan1-20/+3
2019-07-27padata: Replace delayed timer with immediate workqueue in padata_reorderHerbert Xu1-79/+18
2019-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+2
2019-07-25Merge branch 'access-creds'Linus Torvalds1-2/+19
2019-07-25sched/core: Silence a warning in sched_init()Qian Cai1-5/+5
2019-07-25sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli1-4/+0
2019-07-25sched/core: Prevent race condition between cpuset and __sched_setscheduler()Juri Lelli2-3/+28
2019-07-25rcu/tree: Call setschedule() gp ktread to SCHED_FIFO outside of atomic regionJuri Lelli1-3/+3
2019-07-25cgroup/cpuset: Change cpuset_rwsem and hotplug lock orderJuri Lelli1-5/+17
2019-07-25cgroup/cpuset: Convert cpuset_mutex to percpu_rwsemJuri Lelli1-33/+35
2019-07-25sched/deadline: Fix bandwidth accounting at all levels after offline migrationJuri Lelli1-0/+33
2019-07-25cpusets: Rebuild root domain deadline accounting informationMathieu Poirier5-6/+106
2019-07-25sched/core: Streamle calls to task_rq_unlock()Mathieu Poirier1-10/+14
2019-07-25sched/topology: Add partition_sched_domains_locked()Mathieu Poirier1-4/+13
2019-07-25sched/fair: Introduce fits_capacity()Viresh Kumar1-10/+8
2019-07-25sched/isolation: Prefer housekeeping CPU in local nodeWanpeng Li3-5/+35
2019-07-25sched/stats: Fix unlikely() use of sched_info_on()Yi Wang1-3/+4
2019-07-25sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)4-14/+7
2019-07-25sched/fair: Fall back to sched-idle CPU if idle CPU isn't foundViresh Kumar1-10/+33
2019-07-25sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rqViresh Kumar2-3/+14
2019-07-25time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney1-8/+49
2019-07-25sched/fair: Fix imbalance due to CPU affinityVincent Guittot1-2/+3
2019-07-25sched/fair: Change task_numa_work() storage to staticValentin Schneider1-1/+1
2019-07-25sched/fair: Move task_numa_work() init to init_numa_balancing()Valentin Schneider1-4/+5
2019-07-25sched/fair: Move init_numa_balancing() below task_numa_work()Valentin Schneider1-41/+41
2019-07-25cpu/hotplug: Cache number of online CPUsThomas Gleixner1-0/+24
2019-07-25smp/hotplug: Track booted once CPUs in a cpumaskThomas Gleixner1-4/+7
2019-07-25locking/lockdep: Report more stack trace statisticsBart Van Assche3-0/+39
2019-07-25locking/lockdep: Reduce space occupied by stack tracesBart Van Assche2-38/+92
2019-07-25stacktrace: Constify 'entries' argumentsBart Van Assche1-2/+2
2019-07-25locking/lockdep: Make it clear that what lock_class::key points at is not mod...Bart Van Assche3-3/+4
2019-07-25perf/core: Fix creating kernel counters for PMUs that override event->cpuLeonard Crestez1-1/+1
2019-07-25locking/mutex: Test for initialized mutexSebastian Andrzej Siewior1-1/+10