summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-09-03sched/uclamp: Extend CPU's cgroup controllerPatrick Bellasi
2019-09-03sched/topology: Improve load balancing on AMD EPYC systemsMatt Fleming
2019-09-03sched/fair: Don't assign runtime for throttled cfs_rqLiangyan
2019-09-02Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2019-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-08-31Merge tag 'trace-v5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-08-31tracing: Correct kdoc formatsJakub Kicinski
2019-08-31tracing/probe: Fix null pointer dereferenceXinpeng Liu
2019-08-31tracing: Make exported ftrace_set_clr_event non-staticDenis Efremov
2019-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-08-30ftrace: Check for successful allocation of hashNaveen N. Rao
2019-08-30ftrace: Check for empty hash and comment the race with registering probesSteven Rostedt (VMware)
2019-08-30ftrace: Fix NULL pointer dereference in t_probe_next()Naveen N. Rao
2019-08-30Merge branch 'for-next/atomics' into for-next/coreWill Deacon
2019-08-29jump_label: Don't warn on __exit jump entriesAndrew Murray
2019-08-29posix-cpu-timers: Make expiry_active check actually work correctlyThomas Gleixner
2019-08-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-08-28tick: Mark sched_timer to expire in hard interrupt contextSebastian Andrzej Siewior
2019-08-28genirq/affinity: Remove const qualifier from node_to_cpumask argumentMing Lei
2019-08-28posix-cpu-timers: Utilize timerqueue for storageThomas Gleixner
2019-08-28posix-cpu-timers: Move state tracking to struct posix_cputimersThomas Gleixner
2019-08-28posix-cpu-timers: Deduplicate rlimit handlingThomas Gleixner
2019-08-28posix-cpu-timers: Remove pointless comparisonsThomas Gleixner
2019-08-28posix-cpu-timers: Get rid of 64bit divisionsThomas Gleixner
2019-08-28posix-cpu-timers: Consolidate timer expiry furtherThomas Gleixner
2019-08-28posix-cpu-timers: Get rid of zero checksThomas Gleixner
2019-08-28rlimit: Rewrite non-sensical RLIMIT_CPU commentThomas Gleixner
2019-08-28posix-cpu-timers: Respect INFINITY for hard RTTIME limitThomas Gleixner
2019-08-28posix-cpu-timers: Switch thread group sampling to arrayThomas Gleixner
2019-08-28posix-cpu-timers: Restructure expiry arrayThomas Gleixner
2019-08-28posix-cpu-timers: Remove cputime_expiresThomas Gleixner
2019-08-28posix-cpu-timers: Make expiry checks array basedThomas Gleixner
2019-08-28posix-cpu-timers: Provide array based sample functionsThomas Gleixner
2019-08-28posix-cpu-timers: Switch check_*_timers() to array cacheThomas Gleixner
2019-08-28posix-cpu-timers: Simplify set_process_cpu_timer()Thomas Gleixner
2019-08-28posix-cpu-timers: Simplify timer queueingThomas Gleixner
2019-08-28posix-cpu-timers: Provide array based access to expiry cacheThomas Gleixner
2019-08-28posix-cpu-timers: Move expiry cache into struct posix_cputimersThomas Gleixner
2019-08-28posix-cpu-timers: Create a container structThomas Gleixner
2019-08-28posix-cpu-timers: Move prof/virt_ticks into callerThomas Gleixner
2019-08-28posix-cpu-timers: Sample task times once in expiry checkThomas Gleixner
2019-08-28posix-cpu-timers: Get rid of pointer indirectionThomas Gleixner
2019-08-28posix-cpu-timers: Simplify sample functionsThomas Gleixner
2019-08-28posix-cpu-timers: Remove pointless return value checkThomas Gleixner
2019-08-28posix-cpu-timers: Use clock ID in posix_cpu_timer_rearm()Thomas Gleixner
2019-08-28posix-cpu-timers: Use clock ID in posix_cpu_timer_get()Thomas Gleixner
2019-08-28posix-cpu-timers: Use clock ID in posix_cpu_timer_set()Thomas Gleixner
2019-08-28posix-cpu-timers: Consolidate thread group sample codeThomas Gleixner
2019-08-28posix-cpu-timers: Rename thread_group_cputimer() and make it staticThomas Gleixner
2019-08-28posix-cpu-timers: Sample directly in timer checkThomas Gleixner