summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing: Fix "gfp_t" format for synthetic eventsZhengjun Xing2019-11-101-0/+2
* sched/fair: Fix -Wunused-but-set-variable warningsQian Cai2019-11-061-13/+6
* sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk2019-11-062-69/+7
* perf/aux: Fix tracking of auxiliary trace buffer allocationThomas Richter2019-11-061-2/+4
* tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek2019-11-061-0/+1
* perf/core: Fix corner case in perf_rotate_context()Song Liu2019-11-061-5/+17
* perf/core: Rework memory accounting in perf_mmap()Song Liu2019-11-061-2/+15
* sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker2019-11-061-3/+3
* sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang2019-11-061-14/+22
* tracing: Fix race in perf_trace_buf initializationPrateek Sood2019-10-291-0/+4
* perf/aux: Fix AUX output stoppingAlexander Shishkin2019-10-291-1/+1
* tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)2019-10-171-2/+15
* ftrace: Get a reference counter for the trace_array on filter filesSteven Rostedt (VMware)2019-10-171-9/+18
* tracing/hwlat: Don't ignore outer-loop duration when calculating max_latencySrivatsa S. Bhat (VMware)2019-10-171-0/+2
* tracing/hwlat: Report total time spent in all NMIs during the sampleSrivatsa S. Bhat (VMware)2019-10-171-1/+1
* kernel/sysctl.c: do not override max_threads provided by userspaceMichal Hocko2019-10-171-2/+2
* panic: ensure preemption is disabled during panic()Will Deacon2019-10-171-0/+1
* tick: broadcast-hrtimer: Fix a race in bc_set_nextBalasubramani Vivekanandan2019-10-111-28/+29
* bpf: Fix bpf_event_output re-entry issueAllan Zhang2019-10-111-5/+21
* kernel/elfcore.c: include proper prototypesValdis Kletnieks2019-10-111-0/+1
* sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi2019-10-111-2/+2
* sched/membarrier: Fix private expedited registration checkMathieu Desnoyers2019-10-111-1/+1
* Revert "locking/pvqspinlock: Don't wait if vCPU is preempted"Wanpeng Li2019-10-111-1/+1
* timer: Read jiffies once when forwarding base clkLi RongQing2019-10-111-3/+5
* tracing: Make sure variable reference alias has correct var_ref_idxTom Zanussi2019-10-111-0/+2
* kexec: bail out upon SIGKILL when allocating memory.Tetsuo Handa2019-10-071-0/+2
* livepatch: Nullify obj->mod in klp_module_coming()'s error pathMiroslav Benes2019-10-071-0/+1
* alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo2019-10-051-2/+2
* rcu/tree: Fix SCHED_FIFO paramsPeter Zijlstra2019-10-051-3/+3
* printk: Do not lose last line in kmsg buffer dumpVincent Whitchurch2019-10-051-1/+1
* sched/psi: Correct overly pessimistic size calculationMiles Chen2019-10-051-1/+1
* kprobes: Prohibit probing on BUG() and WARN() addressMasami Hiramatsu2019-10-051-1/+2
* jump_label: Don't warn on __exit jump entriesAndrew Murray2019-10-051-1/+3
* sched/cpufreq: Align trace event behavior of fast switchingDouglas RAILLARD2019-10-051-1/+6
* posix-cpu-timers: Sanitize bogus WARNONSThomas Gleixner2019-10-051-7/+13
* idle: Prevent late-arriving interrupts from disrupting offlinePeter Zijlstra2019-10-051-2/+3
* sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld2019-10-051-3/+3
* rcu: Add destroy_work_on_stack() to match INIT_WORK_ONSTACK()Paul E. McKenney2019-10-051-1/+5
* rcu/tree: Call setschedule() gp ktread to SCHED_FIFO outside of atomic regionJuri Lelli2019-10-051-3/+3
* sched/deadline: Fix bandwidth accounting at all levels after offline migrationJuri Lelli2019-10-051-0/+33
* sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli2019-10-051-4/+0
* sched/fair: Fix imbalance due to CPU affinityVincent Guittot2019-10-051-2/+3
* time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney2019-10-051-8/+49
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-141-9/+14
|\
| * bpf: fix precision tracking of stack slotsAlexei Starovoitov2019-09-051-9/+14
* | cgroup: freezer: fix frozen state inheritanceRoman Gushchin2019-09-121-1/+9
* | Merge tag 'for-linus-20190912' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2019-09-121-0/+10
|\ \
| * | fork: block invalid exit signals with clone3()Eugene Syromiatnikov2019-09-121-0/+10
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-121-2/+2
|\ \ \
| * | | perf/hw_breakpoint: Fix arch_hw_breakpoint use-before-initializationMark-PK Tsai2019-09-061-2/+2