aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-02-04perf/uprobes: Convert to SPDX license identifierThomas Gleixner1-14/+1
2019-02-04perf/hw_breakpoints: Convert to SPDX license identifierThomas Gleixner1-14/+1
2019-02-04perf/core: Convert to SPDX license identifiersThomas Gleixner3-6/+3
2019-02-04Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar19-66/+134
2019-02-04perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland1-0/+3
2019-02-03audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALLRichard Guy Briggs3-166/+158
2019-02-03Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-35/+6
2019-02-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+7
2019-02-01psi: fix aggregation idle shut-offJohannes Weiner3-5/+45
2019-02-01kernel/exit.c: release ptraced tasks before zap_pid_ns_processesAndrei Vagin1-2/+10
2019-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller7-30/+50
2019-02-01bpf: introduce BPF_F_LOCK flagAlexei Starovoitov5-14/+107
2019-02-01bpf: add support for bpf_spin_lock to cgroup local storageAlexei Starovoitov3-1/+6
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov9-19/+331
2019-02-01dma-debug: add dumping facility via debugfsCorentin Labbe1-0/+28
2019-02-01dma: debug: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-76/+12
2019-02-01dma-mapping: remove the default map_resource implementationChristoph Hellwig1-0/+14
2019-02-01pipe: stop using ->can_mergeJann Horn2-3/+0
2019-01-31audit: remove unused actx param from audit_rule_matchRichard Guy Briggs2-10/+13
2019-01-31bpf: Fix syscall's stackmap lookup potential deadlockMartin KaFai Lau1-2/+10
2019-01-31bpf: fix potential deadlock in bpf_prog_registerAlexei Starovoitov1-12/+2
2019-01-31bpf: fix lockdep false positive in percpu_freelistAlexei Starovoitov3-14/+35
2019-01-31bpf: run bpf programs with preemption disabledAlexei Starovoitov1-1/+1
2019-01-31cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Oleg Nesterov3-8/+12
2019-01-31async: Add support for queueing on specific NUMA nodeAlexander Duyck1-24/+29
2019-01-31workqueue: Provide queue_work_node to queue work near a given NUMA nodeAlexander Duyck1-0/+84
2019-01-31relay: check return of create_buf_file() properlyGreg Kroah-Hartman1-1/+3
2019-01-31bpf, cgroups: clean up kerneldoc warningsValdis Kletnieks2-2/+3
2019-01-31bpf: fix bitrotted kerneldocValdis Kletnieks1-1/+2
2019-01-30audit: ignore fcaps on umountRichard Guy Briggs3-5/+13
2019-01-30cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf3-31/+5
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-12/+39
2019-01-29bpf: btf: allow typedef func_protoYonghong Song1-1/+2
2019-01-29x86/speculation: Remove redundant arch_smt_update() invocationZhenzhong Duan1-4/+1
2019-01-29Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe2-3/+14
2019-01-29futex: No need to check return value of debugfs_create functionsGreg Kroah-Hartman1-6/+2
2019-01-29timers: Mark expected switch fall-throughsGustavo A. R. Silva3-2/+3
2019-01-29timekeeping/debug: No need to check return value of debugfs_create functionsGreg Kroah-Hartman1-9/+2
2019-01-29genirq/debugfs: No need to check return value of debugfs_create functionsGreg Kroah-Hartman2-4/+0
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-296/+774
2019-01-27Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2019-01-27Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-11/+34
2019-01-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+4
2019-01-27sched/fair: Fix unnecessary increase of balance intervalVincent Guittot1-13/+27
2019-01-27sched/fair: Fix rounding bug for asym packingVincent Guittot1-3/+1
2019-01-27sched/fair: Trigger asym_packing during idle load balanceVincent Guittot1-1/+1
2019-01-27sched/fair: Robustify CFS-bandwidth timer lockingPeter Zijlstra1-14/+16
2019-01-27sched/core: Give DCE a fighting chancePeter Zijlstra3-8/+16
2019-01-27sched/topology: Introduce a sysctl for Energy Aware SchedulingQuentin Perret2-0/+40
2019-01-26bpf: JIT blinds support JMP32Jiong Wang1-0/+21