summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-11-10tracing: Fix "gfp_t" format for synthetic eventsZhengjun Xing1-0/+2
2019-11-06sched/fair: Fix -Wunused-but-set-variable warningsQian Cai1-13/+6
2019-11-06sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk2-69/+7
2019-11-06perf/aux: Fix tracking of auxiliary trace buffer allocationThomas Richter1-2/+4
2019-11-06tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek1-0/+1
2019-11-06perf/core: Fix corner case in perf_rotate_context()Song Liu1-5/+17
2019-11-06perf/core: Rework memory accounting in perf_mmap()Song Liu1-2/+15
2019-11-06sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker1-3/+3
2019-11-06sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang1-14/+22
2019-10-29tracing: Fix race in perf_trace_buf initializationPrateek Sood1-0/+4
2019-10-29perf/aux: Fix AUX output stoppingAlexander Shishkin1-1/+1
2019-10-17tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)1-2/+15
2019-10-17ftrace: Get a reference counter for the trace_array on filter filesSteven Rostedt (VMware)1-9/+18
2019-10-17tracing/hwlat: Don't ignore outer-loop duration when calculating max_latencySrivatsa S. Bhat (VMware)1-0/+2
2019-10-17tracing/hwlat: Report total time spent in all NMIs during the sampleSrivatsa S. Bhat (VMware)1-1/+1
2019-10-17kernel/sysctl.c: do not override max_threads provided by userspaceMichal Hocko1-2/+2
2019-10-17panic: ensure preemption is disabled during panic()Will Deacon1-0/+1
2019-10-11tick: broadcast-hrtimer: Fix a race in bc_set_nextBalasubramani Vivekanandan1-28/+29
2019-10-11bpf: Fix bpf_event_output re-entry issueAllan Zhang1-5/+21
2019-10-11kernel/elfcore.c: include proper prototypesValdis Kletnieks1-0/+1
2019-10-11sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi1-2/+2
2019-10-11sched/membarrier: Fix private expedited registration checkMathieu Desnoyers1-1/+1
2019-10-11Revert "locking/pvqspinlock: Don't wait if vCPU is preempted"Wanpeng Li1-1/+1
2019-10-11timer: Read jiffies once when forwarding base clkLi RongQing1-3/+5
2019-10-11tracing: Make sure variable reference alias has correct var_ref_idxTom Zanussi1-0/+2
2019-10-07kexec: bail out upon SIGKILL when allocating memory.Tetsuo Handa1-0/+2
2019-10-07livepatch: Nullify obj->mod in klp_module_coming()'s error pathMiroslav Benes1-0/+1
2019-10-05alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo1-2/+2
2019-10-05rcu/tree: Fix SCHED_FIFO paramsPeter Zijlstra1-3/+3
2019-10-05printk: Do not lose last line in kmsg buffer dumpVincent Whitchurch1-1/+1
2019-10-05sched/psi: Correct overly pessimistic size calculationMiles Chen1-1/+1
2019-10-05kprobes: Prohibit probing on BUG() and WARN() addressMasami Hiramatsu1-1/+2
2019-10-05jump_label: Don't warn on __exit jump entriesAndrew Murray1-1/+3
2019-10-05sched/cpufreq: Align trace event behavior of fast switchingDouglas RAILLARD1-1/+6
2019-10-05posix-cpu-timers: Sanitize bogus WARNONSThomas Gleixner1-7/+13
2019-10-05idle: Prevent late-arriving interrupts from disrupting offlinePeter Zijlstra1-2/+3
2019-10-05sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld1-3/+3
2019-10-05rcu: Add destroy_work_on_stack() to match INIT_WORK_ONSTACK()Paul E. McKenney1-1/+5
2019-10-05rcu/tree: Call setschedule() gp ktread to SCHED_FIFO outside of atomic regionJuri Lelli1-3/+3
2019-10-05sched/deadline: Fix bandwidth accounting at all levels after offline migrationJuri Lelli1-0/+33
2019-10-05sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli1-4/+0
2019-10-05sched/fair: Fix imbalance due to CPU affinityVincent Guittot1-2/+3
2019-10-05time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney1-8/+49
2019-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-9/+14
2019-09-12cgroup: freezer: fix frozen state inheritanceRoman Gushchin1-1/+9
2019-09-12Merge tag 'for-linus-20190912' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-0/+10
2019-09-12fork: block invalid exit signals with clone3()Eugene Syromiatnikov1-0/+10
2019-09-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2019-09-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2019-09-06perf/hw_breakpoint: Fix arch_hw_breakpoint use-before-initializationMark-PK Tsai1-2/+2