summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-07-31kprobes: Use CONFIG_PREEMPTIONThomas Gleixner
2019-07-31tracing: Use CONFIG_PREEMPTIONThomas Gleixner
2019-07-31rcu: Use CONFIG_PREEMPTIONThomas Gleixner
2019-07-31sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner
2019-07-30fgraph: Remove redundant ftrace_graph_notrace_addr() testChangbin Du
2019-07-30hrtimer: Remove task argument from hrtimer_init_sleeper()Thomas Gleixner
2019-07-30exit: make setting exit_state consistentChristian Brauner
2019-07-30kernel/configs: Replace GPL boilerplate code with SPDX identifierThomas Huth
2019-07-30modules: always page-align module section allocationsJessica Yu
2019-07-29xdp: Add devmap_hash map type for looking up devices by hashed indexToke Høiland-Jørgensen
2019-07-29xdp: Refactor devmap allocation code for reuseToke Høiland-Jørgensen
2019-07-29pidfd: Add warning if exit_state is 0 during notificationJoel Fernandes (Google)
2019-07-29dma-contiguous: page-align the size in dma_free_contiguous()Nicolin Chen
2019-07-29dma-contiguous: do not overwrite align in dma_alloc_contiguous()Nicolin Chen
2019-07-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-07-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-07-27Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2019-07-27padata: purge get_cpu and reorder_via_wq from padata_do_serialDaniel Jordan
2019-07-27padata: Replace delayed timer with immediate workqueue in padata_reorderHerbert Xu
2019-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-07-25Merge branch 'access-creds'Linus Torvalds
2019-07-25sched/core: Silence a warning in sched_init()Qian Cai
2019-07-25sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli
2019-07-25sched/core: Prevent race condition between cpuset and __sched_setscheduler()Juri Lelli
2019-07-25rcu/tree: Call setschedule() gp ktread to SCHED_FIFO outside of atomic regionJuri Lelli
2019-07-25cgroup/cpuset: Change cpuset_rwsem and hotplug lock orderJuri Lelli
2019-07-25cgroup/cpuset: Convert cpuset_mutex to percpu_rwsemJuri Lelli
2019-07-25sched/deadline: Fix bandwidth accounting at all levels after offline migrationJuri Lelli
2019-07-25cpusets: Rebuild root domain deadline accounting informationMathieu Poirier
2019-07-25sched/core: Streamle calls to task_rq_unlock()Mathieu Poirier
2019-07-25sched/topology: Add partition_sched_domains_locked()Mathieu Poirier
2019-07-25sched/fair: Introduce fits_capacity()Viresh Kumar
2019-07-25sched/isolation: Prefer housekeeping CPU in local nodeWanpeng Li
2019-07-25sched/stats: Fix unlikely() use of sched_info_on()Yi Wang
2019-07-25sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)
2019-07-25sched/fair: Fall back to sched-idle CPU if idle CPU isn't foundViresh Kumar
2019-07-25sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rqViresh Kumar
2019-07-25time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney
2019-07-25sched/fair: Fix imbalance due to CPU affinityVincent Guittot
2019-07-25sched/fair: Change task_numa_work() storage to staticValentin Schneider
2019-07-25sched/fair: Move task_numa_work() init to init_numa_balancing()Valentin Schneider
2019-07-25sched/fair: Move init_numa_balancing() below task_numa_work()Valentin Schneider
2019-07-25cpu/hotplug: Cache number of online CPUsThomas Gleixner
2019-07-25smp/hotplug: Track booted once CPUs in a cpumaskThomas Gleixner
2019-07-25locking/lockdep: Report more stack trace statisticsBart Van Assche
2019-07-25locking/lockdep: Reduce space occupied by stack tracesBart Van Assche
2019-07-25stacktrace: Constify 'entries' argumentsBart Van Assche
2019-07-25locking/lockdep: Make it clear that what lock_class::key points at is not mod...Bart Van Assche
2019-07-25perf/core: Fix creating kernel counters for PMUs that override event->cpuLeonard Crestez
2019-07-25locking/mutex: Test for initialized mutexSebastian Andrzej Siewior