aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-07-23mm, dev_pagemap: Do not clear ->mapping on final putDan Williams1-1/+0
2018-07-23fork: Unconditionally exit if a fatal signal is pendingEric W. Biederman1-0/+6
2018-07-23fork: Move and describe why the code examines PIDNS_ADDINGEric W. Biederman1-4/+7
2018-07-23livepatch: Validate module/old func name lengthKamalesh Babulal1-0/+6
2018-07-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+15
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds1-2/+8
2018-07-21mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds1-3/+7
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds1-3/+18
2018-07-21signal: Push pid type down into complete_signal.Eric W. Biederman1-4/+4
2018-07-21signal: Push pid type down into __send_signalEric W. Biederman1-6/+6
2018-07-21signal: Push pid type down into send_signalEric W. Biederman1-6/+6
2018-07-21signal: Pass pid type into do_send_sig_infoEric W. Biederman1-5/+5
2018-07-21signal: Pass pid type into group_send_sig_infoEric W. Biederman2-5/+8
2018-07-21signal: Pass pid and pid type into send_sigqueueEric W. Biederman2-14/+13
2018-07-21posix-timers: Noralize good_sigeventEric W. Biederman1-3/+5
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman6-7/+8
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman2-28/+40
2018-07-21pids: Compute task_tgid using signal->leader_pidEric W. Biederman1-7/+8
2018-07-21pids: Move task_pid_type into sched/signal.hEric W. Biederman1-8/+0
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-57/+178
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov1-1/+3
2018-07-20sched/clock: Close a hole in sched_clock_init()Peter Zijlstra1-10/+6
2018-07-20bpf: btf: Clean up BTF_INT_BITS() in uapi btf.hMartin KaFai Lau1-6/+10
2018-07-20Merge tag 'fortglx/4.19/time-part2' of https://git.linaro.org/people/john.stultz/linux into timers/coreThomas Gleixner6-43/+214
2018-07-19time: Introduce one suspend clocksource to compensate the suspend timeBaolin Wang2-8/+163
2018-07-19time: Fix extra sleeptime injection when suspend failsMukesh Ojha1-7/+25
2018-07-19timekeeping/ntp: Constify some function argumentsOndrej Mosnacek5-21/+22
2018-07-20sched/clock: Use static key for sched_clock_runningPavel Tatashin2-10/+8
2018-07-20sched/clock: Enable sched clock earlyPavel Tatashin1-1/+19
2018-07-20sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin3-12/+18
2018-07-20timekeeping: Default boot time offset to local_clock()Pavel Tatashin1-2/+5
2018-07-20timekeeping: Replace read_boot_clock64() with read_persistent_wall_and_boot_offset()Pavel Tatashin1-28/+29
2018-07-19ntp: Use kstrtos64 for s64 variableOndrej Mosnacek1-3/+2
2018-07-19ntp: Remove redundant argumentsOndrej Mosnacek1-6/+4
2018-07-19timer: Fix coding styleYi Wang1-1/+1
2018-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-42/+69
2018-07-18audit: fix use-after-free in audit_add_watchRonny Chevalier1-1/+11
2018-07-18bpf: offload: allow program and map sharing per-ASICJakub Kicinski1-7/+35
2018-07-18bpf: offload: keep the offload state per-ASICJakub Kicinski1-16/+63
2018-07-18bpf: offload: aggregate offloads per-deviceJakub Kicinski1-45/+95
2018-07-18bpf: offload: rename bpf_offload_dev_match() to bpf_offload_prog_map_match()Jakub Kicinski2-2/+2
2018-07-18bpf: sockmap: remove redundant pointer sgColin Ian King1-3/+0
2018-07-18bpf: fix rcu annotations in compute_effective_progs()Roman Gushchin1-4/+3
2018-07-18bpf: bpf_prog_array_alloc() should return a generic non-rcu pointerRoman Gushchin1-1/+1
2018-07-17audit: use ktime_get_coarse_real_ts64() for timestampsPaul Moore2-2/+2
2018-07-17Mark HI and TASKLET softirq synchronousLinus Torvalds1-4/+8
2018-07-18kbuild: move bin2c back to scripts/ from scripts/basic/Masahiro Yamada1-1/+1
2018-07-17genirq: Remove redundant NULL pointer check in __free_irq()RAGHU Halharvi1-3/+0
2018-07-17mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel1-6/+9
2018-07-17sched/Documentation: Update wake_up() & co. memory-barrier guaranteesAndrea Parri3-26/+20