summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* gcov: Disable gcov build with GCC 10Leon Romanovsky2020-09-171-0/+1
* kbuild: add variables for compression toolsDenis Efremov2020-09-031-1/+1
* kheaders: explain why include/config/autoconf.h is excluded from md5sumMasahiro Yamada2020-09-031-2/+9
* kheaders: remove the last bashism to allow sh to run itMasahiro Yamada2020-09-032-7/+8
* kheaders: optimize header copy for in-tree buildsMasahiro Yamada2020-09-031-7/+9
* kheaders: optimize md5sum calculation for in-tree buildsMasahiro Yamada2020-09-031-16/+16
* kheaders: remove unneeded 'cat' command piped to 'head' / 'tail'Masahiro Yamada2020-09-031-4/+4
* genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner2020-09-031-0/+7
* sched/uclamp: Fix a deadlock when enabling uclamp static keyQais Yousef2020-09-031-2/+9
* sched/uclamp: Protect uclamp fast path code with static keyQais Yousef2020-09-033-4/+119
* locking/lockdep: Fix overflow in presentation of average lock-timeChris Wilson2020-09-031-1/+1
* blktrace: ensure our debugfs dir existsLuis Chamberlain2020-09-031-0/+12
* kthread: Do not preempt current task if it is going to call schedule()Liang Chen2020-08-261-2/+15
* uprobes: __replace_page() avoid BUG in munlock_vma_page()Hugh Dickins2020-08-261-1/+1
* kernel/relay.c: fix memleak on destroy relay channelWei Yongjun2020-08-261-0/+1
* module: Correctly truncate sysfs sections outputKees Cook2020-08-211-3/+19
* tracing: Move pipe reference to trace array instead of current_tracerSteven Rostedt (VMware)2020-08-212-7/+7
* tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)2020-08-212-4/+4
* tracing/hwlat: Honor the tracing_cpumaskKevin Hao2020-08-211-2/+3
* kprobes: Fix NULL pointer dereference at kprobe_ftrace_handlerMuchun Song2020-08-211-0/+7
* ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou2020-08-211-4/+7
* genirq/PM: Always unlock IRQ descriptor in rearm_wake_irq()Guenter Roeck2020-08-211-2/+6
* genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner2020-08-211-1/+5
* seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALIDKees Cook2020-08-191-0/+9
* sched/uclamp: Fix initialization of struct uclamp_rqQais Yousef2020-08-191-5/+16
* blktrace: fix debugfs use after freeLuis Chamberlain2020-08-191-6/+12
* sched: correct SD_flags returned by tl->sd_flags()Peng Liu2020-08-191-1/+1
* sched/fair: Fix NOHZ next idle balanceVincent Guittot2020-08-191-9/+14
* perf/core: Fix endless multiplex timerPeter Zijlstra2020-08-111-6/+14
* bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer2020-08-071-2/+2
* random32: update the net random state on interrupt and activityWilly Tarreau2020-08-071-0/+8
* bpf: Fix map leak in HASH_OF_MAPS mapAndrii Nakryiko2020-08-051-3/+9
* uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...Oleg Nesterov2020-07-291-1/+1
* genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner2020-07-221-2/+35
* sched/fair: handle case of task_h_load() returning 0Vincent Guittot2020-07-221-2/+14
* sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers2020-07-221-0/+2
* timer: Fix wheel index calculation on last levelFrederic Weisbecker2020-07-221-2/+2
* timer: Prevent base->clk from moving backwardFrederic Weisbecker2020-07-221-3/+14
* cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang2020-07-221-12/+19
* bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook2020-07-161-14/+18
* kprobes: Do not expose probe addresses to non-CAP_SYSLOGKees Cook2020-07-161-2/+2
* module: Do not expose section addresses to non-CAP_SYSLOGKees Cook2020-07-161-3/+3
* module: Refactor section attr into bin attributeKees Cook2020-07-161-21/+24
* kallsyms: Refactor kallsyms_show_value() to take credKees Cook2020-07-163-9/+14
* sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...Scott Wood2020-07-161-1/+1
* kgdb: Avoid suspicious RCU usage warningDouglas Anderson2020-07-091-0/+4
* sched/debug: Make sd->flags sysctl read-onlyValentin Schneider2020-07-091-1/+1
* ring-buffer: Zero out time extend if it is nested and not absoluteSteven Rostedt (VMware)2020-06-301-1/+1
* tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu2020-06-301-2/+19
* blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain2020-06-301-0/+13