summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* ftrace: Check for empty hash and comment the race with registering probesSteven Rostedt (VMware)2019-09-061-1/+9
* ftrace: Check for successful allocation of hashNaveen N. Rao2019-09-061-0/+5
* ftrace: Fix NULL pointer dereference in t_probe_next()Naveen N. Rao2019-09-061-0/+4
* lcoking/rwsem: Add missing ACQUIRE to read_slowpath sleep loopPeter Zijlstra2019-09-061-1/+3
* locking/rwsem: Add missing ACQUIRE to read_slowpath exit when queue is emptyJan Stancek2019-09-061-0/+2
* dma-direct: don't truncate dma_required_mask to bus addressing capabilitiesLucas Stach2019-09-061-3/+0
* genirq: Properly pair kobject_del() with kobject_add()Michael Kelley2019-08-291-1/+14
* psi: get poll_work to run when calling poll syscall next timeJason Xing2019-08-291-0/+8
* sched/psi: Do not require setsched permission from the trigger creatorSuren Baghdasaryan2019-08-291-1/+1
* sched/psi: Reduce psimon FIFO priorityPeter Zijlstra2019-08-291-1/+1
* sched/deadline: Fix double accounting of rq/running bw in push & pullDietmar Eggemann2019-08-291-8/+0
* dma-mapping: check pfn validity in dma_common_{mmap,get_sgtable}Christoph Hellwig2019-08-251-2/+11
* cpufreq: schedutil: Don't skip freq update when limits changeViresh Kumar2019-08-251-4/+10
* perf/core: Fix creating kernel counters for PMUs that override event->cpuLeonard Crestez2019-08-161-1/+1
* genirq/affinity: Create affinity mask for single vectorMing Lei2019-08-161-4/+2
* fgraph: Remove redundant ftrace_graph_notrace_addr() testChangbin Du2019-08-061-10/+7
* bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()Josh Poimboeuf2019-08-061-1/+1
* stacktrace: Force USER_DS for stack_trace_save_user()Peter Zijlstra2019-08-061-0/+5
* bpf: fix BTF verifier size resolution logicAndrii Nakryiko2019-08-061-7/+12
* swiotlb: fix phys_addr_t overflow warningArnd Bergmann2019-08-061-2/+2
* kernel/module.c: Only return -EEXIST for modules that have finished loadingPrarit Bhargava2019-08-061-4/+2
* ftrace: Enable trampoline when rec count returns back to oneCheng Jian2019-08-061-13/+15
* sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn2019-08-041-39/+81
* sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-08-042-5/+21
* bpf: fix NULL deref in btf_type_is_resolve_source_onlyStanislav Fomichev2019-08-041-6/+6
* access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds2019-07-311-2/+19
* locking/lockdep: Hide unused 'class' variableArnd Bergmann2019-07-311-1/+2
* locking/lockdep: Fix lock used or unused stats errorYuyang Du2019-07-311-2/+3
* dma-remap: Avoid de-referencing NULL atomic_poolFlorian Fainelli2019-07-311-0/+3
* perf/core: Fix race between close() and fork()Peter Zijlstra2019-07-281-8/+41
* perf/core: Fix exclusive events' groupingAlexander Shishkin2019-07-281-12/+22
* resource: fix locking in find_next_iomem_res()Nadav Amit2019-07-261-10/+10
* mm/nvdimm: add is_ioremap_addr and use that to check ioremap addressAneesh Kumar K.V2019-07-261-1/+1
* padata: use smp_mb in padata_reorder to avoid orphaned padata jobsDaniel Jordan2019-07-261-0/+12
* signal: Correct namespace fixups of si_pid and si_uidEric W. Biederman2019-07-261-27/+40
* signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncioEric W. Biederman2019-07-261-8/+61
* tracing: Fix user stack trace "??" outputEiichi Tsukata2019-07-261-8/+1
* arm64: Fix interrupt tracing in the presence of NMIsJulien Thierry2019-07-261-2/+6
* genirq: Update irq stats from NMI handlersShijith Thotton2019-07-262-1/+11
* bpf: fix BPF_ALU32 | BPF_ARSH on BE archesJiong Wang2019-07-261-2/+2
* timer_list: Guard procfs specific codeNathan Huckleberry2019-07-261-17/+19
* ntp: Limit TAI-UTC offsetMiroslav Lichvar2019-07-261-1/+3
* bpf: fix callees pruning callersAlexei Starovoitov2019-07-261-5/+6
* sched/fair: Fix "runnable_avg_yN_inv" not used warningsQian Cai2019-07-261-1/+1
* sched/core: Add __sched tag for io_schedule()Gao Xiang2019-07-261-1/+1
* bpf: silence warning messages in coreValdis Klētnieks2019-07-261-0/+1
* locking/lockdep: Fix merging of hlocks with non-zero referencesImre Deak2019-07-261-9/+9
* locking/lockdep: Fix OOO unlock when hlocks need mergingImre Deak2019-07-261-12/+29
* signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sigEric W. Biederman2019-07-261-1/+1
* genirq: Add optional hardware synchronization for shutdownThomas Gleixner2019-07-212-19/+60